html, body {
  padding: 0;
  margin: 0;
  height: 100vh !important;
  font-family: Roboto;
}

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

/* SMALL SCREEN */

@media (max-width: 992px) {
  #headerContainerSmall {
    display: flex;
    position: relative;
    z-index: 10;
  }
  #headerContainerLarge {
    display: none;
  }
  #mainContainer {
    height: calc(100% - 90px);
    top: 0;
    position: fixed;
    z-index: 1;
  }
  #panelContainer {
    position: absolute;
    top: calc(100% - 90px);
    z-index: 1000;
  }
  #contactCardHeader:hover, #ressourceCardHeader:hover {
    cursor: pointer;
  }
}

/* LARGE SCREEN */

@media (min-width: 992px) {
  #mainContainer {
    height: 100%;
    position: relative;
    z-index: 1;
  }
  #panelContainer {
    height: 100%;
    position: relative;
    z-index: 1000;
  }
  #headerContainerSmall {
    display: none;
  }
  #headerContainerLarge {
    display: flex;
  }
}

/* CUSTOM ID */

#mainContainer {
  display: flex;
  flex-direction: column;
}

#mapContainer {
  position: relative;
  flex-grow: 1;
  display: flex;
}

#mapCanvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#map {
  height: 100%;
  width: 100%;
}

#mapTopLeft {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

#mapTopRight {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}

#mapBottomLeft {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
}

#mapBottomRight {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
}

#panelContainer {
  padding: 0;
  display: flex;
  flex-direction: column;
}

.headerContainer {
  height: 60px;
  display: flex;
}

/* #menuButtonContainer {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 6px;
} */

#appTitle {
  font-size: 1.2rem;
  font-variant: small-caps;
  font-weight: 300;
  flex-grow: 1;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cardsContainer {
  flex-grow: 1;
}

#noCard {
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
}

#logos hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 20px;
}

/* CUSTOM CLASSES */

.boxShadowTop {
  box-shadow: 0 -8px 17px 2px rgba(0, 0, 0, 0.14), 0 -3px 14px 2px rgba(0, 0, 0, 0.12), 0 -5px 5px -3px rgba(0, 0, 0, 0.2);
}

.boxShadowRight {
  box-shadow: 8px 0 17px 2px rgba(0, 0, 0, 0.14), 3px 0 14px 2px rgba(0, 0, 0, 0.12), 5px 0 5px -3px rgba(0, 0, 0, 0.2);
}

.boxShadowBottom {
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.boxShadowLeft {
  box-shadow: -8px 0 17px 2px rgba(0, 0, 0, 0.14), -3px 0 14px 2px rgba(0, 0, 0, 0.12), -5px 0 5px -3px rgba(0, 0, 0, 0.2);
}

.iconTextContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.iconTextContainer i {
  margin-right: 10px;
}

.iconTextContainer * {
  line-height: 24px;
}

.closeButton {
  position: absolute;
  top: 0;
  right: 0;
}

.closeToastButton {}

.closeToastButton:hover {
  cursor: pointer;
}

.modalSm {
  max-width: 300px;
}

.modalMd {
  max-width: 500px;
}

.width100 {
  width: 100%;
}

.margin0 {
  margin: 0 !important;
}

.marginA {
  margin: 10px !important;
}

.marginY {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.marginT {
  margin-top: 10px !important;
}

.marginB {
  margin-bottom: 10px !important;
}

.marginX {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.marginR {
  margin-right: 10px !important;
}

.marginL {
  margin-left: 10px !important;
}

.padding0 {
  padding: 0 !important;
}

.paddingA {
  padding: 10px !important;
}

.paddingY {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.paddingT {
  padding-top: 10px !important;
}

.paddingB {
  padding-bottom: 10px !important;
}

.paddingX {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.paddingR {
  padding-right: 10px !important;
}

.paddingL {
  padding-left: 10px !important;
}

/* MAPBOX */

a.mapboxgl-ctrl-logo {
  height: 18px;
}

/* .mapboxgl-canvas-container{
  position: absolute;
} */

/* MATERIALIZE */

.toast {
  font-weight: normal !important;
}

i.left {
  margin-right: 10px !important;
}

.btn, .btn-small, .btn-large {
  white-space: nowrap;
  text-overflow: ellipsis;
}

.btn-small {
  padding: 0 12px !important;
  font-size: 14px !important;
}

.btn-large {
  display: block;
}

.btn:hover, .btn-small:hover, .btn-large:hover {
  background-color: black !important;
  transition: background-color .5s !important;
}

.modal .modal-content {
  padding: 15px !important;
}

.tabs {
  overflow: hidden !important;
}

.tabs .tab a.active {
  background-color: rgba(246, 178, 181, 0.2);
  outline: none;
}

/* blockquote {
  border-left: 5px solid #0277bd !important; */

/* #0277bd light-blue darken-3 */

/* }

blockquote, blockquote a {
  color: #0277bd !important; */

/* #0277bd light-blue darken-3 */

/* } */

small {
  font-weight: 300 !important;
  font-size: 0.8rem !important;
}

.sidenav {
  z-index: 1003;
}

.sidenav-overlay {
  z-index: 1002;
}
