@font-face {
  font-family: Muli;
  src: url("../fonts/Muli-Light.ttf");
}

#abc .no-access, #bodySeaObs2 .no-access {
  background-color: unset !important;
  box-shadow: none;
}
.transparent {
  background-color: transparent !important;
}


* {
  box-sizing: border-box;
}

h1, h2, h3, h4 {
  font-family: Muli, serif;
}

h1 {
  font-size: 1.2rem;
  padding-left: 1.7rem;
  /* background: transparent url(../images/logo.png) 0% 50% no-repeat; */
  background-size: 1.2rem;
}

.divCompass {
  font-family: Muli, sans-serif;
  font-size: 16px;
  position: fixed;
  left: 50vw;
  bottom: 0;
  transform: translate(-50%, 35.5%) scale(0.15);
}

.containerCompass {
  padding: 5rem 1rem 8rem 1rem;
  overflow: hidden;
  height: 100%;
}

#nbObsDiv {
  position: fixed;
  font-size: 15px;
}
#nbObsDiv h5 {
  margin: 0 20px;
}

[class^="column-"] {
  display: inline-block;
}

.column-33 {
  width: 33.33333%;
}

.column-25 {
  width: 25%;
}

.label {
  font-size: 0.5rem;
}


body {
  padding: 0;
  margin: 0;
  height: 100%;
}




.compass {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

.compass__rose {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.compass__rose__dial {
  height: 100%;
  width: 100%;
}

.compass__pointer {
  height: 100%;
  width: 100%;
}





.btn {
  border: 0;
  color: white;
  cursor: pointer;
  text-align: center;

  height: 4rem;

  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;

  -webkit-tap-highlight-color: transparent;
  outline: none;
}

  .btn svg * {
    transition: fill 0.5s ease-out 0s;
  }

.btn--hide {
  display: none;
}

.btn--hide.show {
  display: inline-block;
}

  .btn:active {
    background-color: rgba(127, 127, 127, 0.5);
  }

  .btn__icon {
    height: 50%;
    width: 100%;
  }

  .btn__icon--active {
    display: none;
  }

  .btn__icon--inactive {
    display: block;
  }

.btn.active .btn__icon--active {
    display: block;
  }

.btn.active .btn__icon--inactive {
    display: none;
  }





.status {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}

.position {
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  text-align: center;
}

.options__btn {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}


/* .popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  background-color: rgba(0, 0, 0, 0.8);
} */

.popup.popup--show {
  display: block;
}

  .popup__content {
    max-width: 300px;
    margin: 0 auto;


    background-color: white;
    color: black;
  }

    .popup__contents {
      padding: 1rem;
    }

        .popup__inner--hide {
          display: none;
        }

    .popup__close {
      display: block;
      padding: 1rem;
      text-align: right;
      width: 100%;
      border: 0;
      background: transparent;
      outline: none;
    }

      .popup__close:hover {
        text-decoration: underline;
        cursor: pointer;
      }



html.nightmode {
  background: black;
  color: white;
}

  html.nightmode .containerCompass {
    transform: translateY(-2rem);
    -webkit-transform: translateY(-2rem);
  }

  html.nightmode header {
    transform: translateY(-4rem);
    -webkit-transform: translateY(-4rem);
  }

  html.nightmode .label {
    color: rgba(127, 127, 127, 0.8);
  }

  html.nightmode .btn svg * {
    fill: rgba(127, 127, 127, 0.5);
  }

.btn-listtypeobs {
  border-radius: 20px;
  background: var(--red);
  height: 60px;
  width: 150px;
  font-weight: bold;
  color: white;
  font-size: 95%;
  border: none;
  margin: -2.5px;
  padding: 0;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,-50%);
  z-index: 105;
}
.btn-listtypeobs:hover {
  background: var(--red);
}
.btn-listtypeobs:active {
  transform: translate(-50%,-50%) scale(0.95);
}

#overlayWelcomePopup {
  width: 100%;
  height: 100%;
  z-index: 103;
  padding: 0;
  margin: 0;
  position: fixed;
  bottom: 0px;
  left: 0px;
}

#welcomePopup {
  background-color: var(--FormCouleurOmbre);
  z-index: 103;
  left: 0 !important;
  position: relative !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: 0% !important;
  border-radius: 0;
  opacity: 0.9;
  padding: 0 10% !important;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  height: 100vh !important;
  width: 100vw !important;
  transition: none;
  max-width: none;
  display: none;

  overflow-y: auto;
}
#welcomePopup .message a {
  text-decoration: underline;
  text-underline-offset: 2.5px;
}
#welcomePopup .icon-popup {
  filter: invert(100%) sepia(42%) saturate(2%) hue-rotate(312deg) brightness(112%) contrast(101%);
  min-width: 25px;
  width: 100%;
  max-width: 25px;
  height: auto;
}
#welcomePopup .icon-popup.like {
  filter: invert(172%) sepia(184%) saturate(0%) hue-rotate(9deg) brightness(168%) contrast(100%);
}
#welcomePopup .icon-popup.precision-icon {
  filter: invert(0%) sepia(42%) saturate(2%) hue-rotate(312deg) brightness(112%) contrast(101%);
}
#welcomePopup .icon-popup.pastilles-precision {
  max-width: 25%;
  margin-top: 10px;
  filter: none;
  border-radius: 2px;
}
#welcomePopup .verified-icon {
  filter: none;
  margin-bottom: -8px;
}
#welcomePopup .message {
  position: absolute;
  top: 0;

  color: white;
  font-size: 0.88em;
  margin: 25px 0;
  padding: 5%;
}
.popup .message {
  font-size: 0.88em;
}
#modal-close-info-ug {
  margin-top: 1.6rem;
}
.confirm-btn {
  font-size: 0.8em;
  padding: 0.4em 0.8em;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: #4CAF50;
  font-family: var(--FormPoliceChamp);
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  border-radius: 6.25px;
  text-transform: uppercase;
  box-shadow: 0 10px 30px 0px rgb(89 204 212 / 50%);
  -moz-box-shadow: 0 10px 30px 0px rgba(89, 204, 212, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgb(89 204 212 / 50%);
  -o-box-shadow: 0 10px 30px 0px rgba(89, 204, 212, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(89, 204, 212, 0.5);
}
.confirm-btn:hover {
  background-color: #0b520d;
  box-shadow: 0 10px 30px 0px rgba(13, 189, 43, 0.8);
  -moz-box-shadow: 0 10px 30px 0px rgba(13, 189, 43, 0.8);
  -webkit-box-shadow: 0 10px 30px 0px rgba(13, 189, 43, 0.8);
  -o-box-shadow: 0 10px 30px 0px rgba(13, 189, 43, 0.8);
  -ms-box-shadow: 0 10px 30px 0px rgba(13, 189, 43, 0.8);
}

@media screen and (max-width: 1024px) {

  .divCompass {
    height: 40px;
    width: 40px;
    transform: translateX(-50%);
    left: 50vw;
    bottom: 30px;
  }
  .containerCompass {
    padding:  0;
  }
}

@media screen and (min-width: 1920px) {
  #welcomePopup .message {
    padding: 10%;
    /* font-size: 1em; */
  }
}

@media screen and (max-width: 767px) {
  #map {
    /* transform: scale(0.5);
    transform-origin: 0 100%;
    height: 200% !important;
    width: 200% !important; */
  }
  .popup .message {
    font-size: 0.6em;
  }
  #welcomePopup {
    padding: 20px !important;
  }
  #welcomePopup .message {
    padding: 5%;
    font-size: 0.6em;
    height: 120vh;
  }
  #welcomePopup .icon-popup.pastilles-precision {
    max-width: 50%;
  }

  #nbObsDiv {
    transform: scale(0.5);
    transform-origin: 100% 100%;
  }
}
