.team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px;
}

.team-member .team-member-photo img {
  height: 300px;
  width: 225px;
  border-radius: 30px;
  object-fit: cover;
  object-position: center;
}

.team-member .team-member-info {
  margin-top: 20px;
  text-align: center;
}

.photo {
  border-radius: 10px;
}

.belgium {
  background-color: #EEC54F;
  width: 33%;
  height: 2px;
  position: relative;
  left: 33%;
}

.belgium:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: black;
  border-radius: 20px 0 0 20px;
}

.belgium:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #C30603;
  border-radius: 0 50px 50px 0;
}

#calendar {
  height: calc(100vh - 200px);
}
#calendar .toastui-calendar-day-view .toastui-calendar-panel:not(.toastui-calendar-time), #calendar .toastui-calendar-week-view .toastui-calendar-panel:not(.toastui-calendar-time) {
  overflow-y: hidden;
}
#calendar .toastui-calendar-panel .toastui-calendar-timegrid {
  height: calc(100% - 10px);
  min-height: 0;
}
@media (max-width: 1024px) {
  #calendar .toastui-calendar-day-name__date {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  #calendar .toastui-calendar-day-name__name {
    display: none;
  }
}

div.list-item {
  display: grid;
  grid-template-columns: 30px 3fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
  margin-bottom: 10px;
  position: relative;
}
div.list-item .list-item-category {
  grid-area: 1/1/3/2;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
div.list-item .list-item-category .bullet {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
div.list-item .list-item-title {
  grid-area: 1/2/2/3;
  font-weight: bold;
}
div.list-item .list-item-date {
  grid-area: 2/2/3/2;
  font-weight: 500;
  height: 20px;
}

[data-uncheck] {
  font-size: 0.9rem;
}

.lds-roller,
.lds-roller div,
.lds-roller div:after {
  box-sizing: border-box;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7.2px;
  height: 7.2px;
  border-radius: 50%;
  background: currentColor;
  margin: -3.6px 0 0 -3.6px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 62.62742px;
  left: 62.62742px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 67.71281px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 70.90963px;
  left: 48.28221px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 70.90963px;
  left: 31.71779px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 67.71281px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 62.62742px;
  left: 17.37258px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12.28719px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
div.program-item {
  display: grid;
  grid-template-columns: 150px 3fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 10px;
  position: relative;
}

div.program-time {
  grid-area: 1/1/3/2;
  font-weight: bold;
  padding-right: 20px;
}

div.program-title {
  grid-area: 1/2/2/2;
  font-weight: 500;
}

div.program-presenter {
  grid-area: 2/2/3/3;
  font-weight: 300;
}

div.program-icons {
  grid-area: 1/3/3/4;
  font-size: 30px;
}

div.program-icons i:not(:last-child),
div.program-icons a:not(:last-child) {
  margin-right: 20px;
}

div.program-icons a {
  color: #142958;
}

div.program-icons a:hover {
  color: #36A9E1;
}

p:not(:last-child) {
  margin-bottom: 10px;
}

p.is-centered {
  text-align: center;
}

.is-text-large {
  font-size: 1.4rem;
}

p.is-text-large:not(:last-child),
.is-text-large p:not(:last-child) {
  margin-bottom: 30px;
}

.is-vcentered {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.has-text-right {
  text-align: right;
}

.avatar-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.avatar-icon-128 {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  object-fit: cover;
}

div.sponsors div.column.is-3 {
  height: 130px;
  text-align: center;
  padding-top: 25px;
}

div.sponsors div.column img {
  height: 50px;
}

/* Mobile and tablet (width < 1024px) */
@media (max-width: 1024px) {
  .navbar, html[data-scroll="0"] .navbar {
    height: 50px;
    align-items: center;
    display: flex;
  }
  .navbar-menu {
    display: none;
    background: transparent;
    box-shadow: none;
    position: fixed;
    top: 60px;
    left: 10px;
    right: 10px;
  }
  .navbar.is-active .navbar-menu {
    display: flex;
    flex-direction: column;
  }
  .section.hero .container.is-fluid {
    width: 100%;
  }
}
:root {
  --checkbox-color: #3B99FC;
  --checkbox-darken: hsla(var(--checkbox-color), .4);
  --checkbox-ligthen1: hsla(var(--checkbox-color), .1);
}

.checkbox-wrapper *,
.checkbox-wrapper ::after,
.checkbox-wrapper ::before {
  box-sizing: border-box;
}

.checkbox-wrapper [type=checkbox] {
  margin: 0;
  width: 0;
  height: 0;
  display: inline;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.checkbox-wrapper [type=checkbox] + label {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 5px;
}

.checkbox-wrapper [type=checkbox] + label:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 1.15em;
  width: 1.15em;
  margin-right: 0.6em;
  color: rgba(0, 0, 0, 0.275);
  border: solid 0.06em;
  box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em inset, 0 0 0 0.07em transparent inset;
  border-radius: 0.2em;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="white" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>') no-repeat center, white;
  background-size: 0;
  will-change: color, border, background, background-size, box-shadow;
  transform: translate3d(0, 0, 0);
  transition: color 0.1s, border 0.1s, background 0.15s, box-shadow 0.1s;
}

.checkbox-wrapper [type=checkbox]:enabled:active + label:before,
.checkbox-wrapper [type=checkbox]:enabled + label:active:before {
  box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset;
  background-color: #f0f0f0;
}

.checkbox-wrapper [type=checkbox]:checked + label:before {
  background-color: var(--checkbox-color);
  background-size: 0.75em;
  color: rgba(0, 0, 0, 0.075);
}

.checkbox-wrapper [type=checkbox]:checked:enabled:active + label:before,
.checkbox-wrapper [type=checkbox]:checked:enabled + label:active:before {
  background-color: var(--checkbox-darken);
  color: rgba(0, 0, 0, 0.275);
}

.checkbox-wrapper [type=checkbox]:disabled + label:before {
  opacity: 0.5;
}

.checkbox-wrapper [type=checkbox].dark + label:before {
  color: rgba(255, 255, 255, 0.275);
  background-color: #222;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="rgba(34, 34, 34, 0.999)" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>');
}

.checkbox-wrapper [type=checkbox].dark:enabled:active + label:before,
.checkbox-wrapper [type=checkbox].dark:enabled + label:active:before {
  background-color: #444;
  box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(255, 255, 255, 0.1) inset;
}

.button {
  padding: 10px 20px;
  border-radius: 0;
  font-size: 0.8rem;
  font-weight: 800;
  height: 40px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 20px 0 0;
}
.button.is-primary, .button.is-selected {
  background-color: #004377;
  color: #fff;
}
.button.is-primary:hover, .button.is-selected:hover {
  background-color: #36A9E1;
}
.button.is-secondary {
  background-color: #fff;
  color: #004377;
  border: 0;
}

.button i.fa {
  margin-right: 10px;
}

.buttons.is-centered {
  text-align: center;
  align-items: center;
}
.buttons.is-right {
  text-align: right;
  align-items: flex-end;
}
.buttons.has-addons .button {
  margin-top: 0;
}
.buttons.is-small .button {
  padding: 5px 10px;
  height: 30px;
  font-size: 0.7rem;
}

.section {
  flex: 1;
}
.section.is-small {
  padding: 1rem 1.5rem;
}

.section:nth-child(even), .section.is-light {
  background-color: #E7F6FD;
}

.section.is-darker {
  background-color: #142958;
  color: #fff;
}

.section.is-darker .title {
  color: #fff;
}

.section.is-darker .subtitle {
  color: #fff;
}

.section.is-dark {
  background-color: #36A9E1;
  color: #fff;
}

.section.is-dark .title {
  color: #fff;
}

header + .section,
header + main > .section:first-child,
header + .section.is-small,
header + main > .section.is-small:first-child {
  padding-top: 120px;
}

.title.is-2, h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #142958;
  font-size: 2.5rem;
  font-stretch: condensed;
}

.title.is-3, h3 {
  color: #142958;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  font-stretch: condensed;
}

.title.is-3:not(:first-child) {
  margin-top: 40px;
}

.title.is-5 {
  color: #142958;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  font-stretch: condensed;
}

.title.is-5:not(:first-child) {
  margin-top: 20px;
}

.input {
  border-radius: 0;
  border: 2px solid #142958;
  padding: 10px;
  margin-bottom: 10px;
}
.input.is-small {
  padding: 5px;
}

.input:hover {
  border-color: #36A9E1;
}

.input:focus {
  border-color: #36A9E1;
  outline: 0;
  box-shadow: none;
}

.input.select {
  padding-top: 6px;
}

.notification {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.notification p, .notification p:not(:last-child), .notification p:last-child {
  margin: 0;
}
.notification .button {
  margin: 0 0 0 20px;
}

html {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

body {
  color: #142958;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  justify-items: flex-end;
  flex: 1;
}
body main {
  flex: 1;
}

strong {
  color: inherit;
}

.main-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  z-index: 1;
  display: flex;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  justify-content: center;
}
.main-hero .container {
  margin: 0;
  flex: 0;
  width: 50%;
}

.main-hero .container h1 {
  /* Hide text */
  font-size: 0;
  background-image: url("../abaot_logo_white.svg");
  height: 90px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  margin-top: 80px;
}
.main-hero .container h1 img {
  display: none;
  visibility: hidden;
}

.main-hero .container .subtitle {
  color: #FFF;
  padding: 5px;
  display: none;
}

.main-hero .container p {
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 50px 0 0 5px;
  /* make the text more readable */
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
}
.main-hero .container p .button {
  text-shadow: none;
}

.main-hero .container p:not(:first-child) {
  margin-top: 10px;
}

.navbar {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 2;
  /* transparent and blurry */
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: 0.1s;
  user-select: none;
}

.navbar .container {
  display: flex;
}

.navbar-logo {
  display: flex;
  align-items: center;
}

.navbar .logo.logo-dark {
  display: none;
}

html[data-scroll="0"] .navbar {
  height: 80px;
  transition: 0.2s;
}

html:not([data-scroll="0"]) .navbar {
  height: 50px;
}

html:not([data-dark])[data-scroll] .navbar .logo.logo-dark {
  display: block;
}

html:not([data-dark])[data-scroll] .navbar .logo.logo-light {
  display: none;
}

html:not([data-dark])[data-scroll] .navbar {
  background-color: rgba(255, 255, 255, 0.4);
}

.navbar a {
  color: #FFF;
  transition: 0.2s;
}

.navbar .navbar-end .button {
  background-color: #FFF;
  color: #142958;
  border-radius: 600px;
}

.navbar .navbar-end .button:hover {
  background-color: #E7F6FD;
}

html:not([data-dark])[data-scroll] .navbar .navbar-end .button {
  background-color: #004377;
  color: #fff;
}

.navbar a:hover {
  color: #36A9E1;
  background: transparent;
}

html:not([data-dark])[data-scroll] .navbar a {
  color: #0b142d;
}

.navbar-end .button {
  margin: 0;
}

p:last-child {
  margin-bottom: 30px;
}

ul {
  list-style: disc;
  margin-left: 20px;
  margin-top: 10px;
}

ul li {
  padding-left: 10px;
}

.columns.is-overlapping {
  align-content: center;
  position: relative;
  top: -100px;
}

.columns.is-overlapping .column {
  text-align: left;
  background-color: #36A9E1;
  color: #fff;
  padding: 30px;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  margin: 20px;
  border-radius: 10px;
  font-size: 18px;
}

.columns.is-overlapping .column .is-opened {
  width: 600px;
}

.columns.is-overlapping .column .title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: inherit;
  font-stretch: condensed;
  text-align: center;
}

.columns.is-overlapping .column:first-child {
  background-color: #E7F6FD;
  color: #142958;
}

.columns.is-overlapping .column:last-child {
  background-color: #004377;
  color: #fff;
}

.columns.is-overlapping .column img {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
  height: 50px;
}

footer.footer {
  /* darker version of 142958 */
  background-color: #0b142d;
  color: #fff;
  min-height: 30px;
}

table.societe tr td:first-child {
  font-weight: bold;
  width: 300px;
}

table.societe tr td:last-child {
  width: 300px;
}

table.is-striped.is-alternate {
  background: #E7F6FD;
}

table.is-striped.is-alternate tr:nth-child(even) td {
  background: #E2F1F7;
}

a {
  color: #004377;
}

.modal.modal-video .modal-content,
.modal.modal-map .modal-content {
  width: 80vw;
  height: 80vh;
}

.modal.modal-video .modal-content .box,
.modal.modal-map .modal-content .box {
  height: 100%;
}

.modal .modal-content iframe,
.modal .modal-content .box iframe {
  width: 100%;
  height: 100%;
}

.has-small-caps, .title.has-small-caps {
  font-variant: small-caps;
  text-transform: none;
}

.map {
  height: 100%;
  width: 100%;
}
.map .leaflet-control-attribution {
  display: none;
}

[data-modal-open] {
  cursor: pointer;
}

ol {
  margin: 20px;
}
ol li {
  margin-bottom: 10px;
}

.footer {
  padding: 1.5rem 1.5rem;
}
.footer .footer-items {
  justify-content: center;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.3rem;
  margin-bottom: 2rem;
}
.footer .footer-item {
  align-items: center;
  color: #fff;
  margin-right: 10px;
  margin-left: 10px;
}

@media (max-width: 1024px) {
  .navbar.is-active,
  html[data-scroll="0"] .navbar.is-active,
  html:not([data-scroll="0"]) .navbar.is-active {
    height: 100%;
  }
}

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