@font-face {
  font-family: "Geologica";
  src: url("/fonts/Geologica.woff2");
}
@font-face {
  font-family: "Geologica-Light";
  src: url("/fonts/Geologica-Light.ttf");
}
body, html {
  margin: 0;
}

/* off screen menu */
.off-screen-menu {
  background-color: #2570FB;
  padding: 20px;
  width: 100vw;
  max-width: 100vw;
  position: fixed;
  top: 0;
  left: -2200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  text-align: center;
  transition: 0.3s ease;
}
.off-screen-menu ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.off-screen-menu ul a {
  font-family: "Geologica";
  margin: 0;
  font-size: 24px;
  text-decoration: none;
  color: white;
}

.off-screen-menu.active {
  left: 0;
}

/* ham menu */
.ham-menu {
  z-index: 3;
  height: 50px;
  width: 40px;
  position: relative;
}

.desktop_nav {
  display: none;
}

.ham-menu span {
  height: 5px;
  width: 100%;
  background-color: #FBFBFB;
  border-radius: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}

.ham-menu span:nth-child(1) {
  top: 25%;
}

.ham-menu span:nth-child(3) {
  top: 75%;
}

.ham-menu.active span {
  background-color: white;
}

.ham-menu.active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.ham-menu.active span:nth-child(2) {
  opacity: 0;
}

.ham-menu.active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.logo-text {
  width: 100%;
}

/* end off screen menu */
header {
  z-index: 2;
  background-color: #2570FB;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
}
header h2 {
  color: white;
  font-family: "Geologica";
  margin: 0;
  font-size: 28px;
}

.desktop_logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 400px;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .ham-menu {
    display: none;
  }
  header {
    justify-content: space-between;
    gap: 16px;
  }
  .desktop_nav {
    display: block;
    width: 700px;
    padding: 0;
  }
  .desktop_nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
    gap: 3px;
  }
  .desktop_nav ul a {
    text-align: center;
    font-family: "Geologica";
    margin: 0;
    font-size: 16px;
    text-decoration: none;
    color: white;
  }
}
@media screen and (min-width: 1000px) {
  .desktop_nav ul a {
    font-size: 21px;
  }
}
h1 {
  color: #940B72;
  font-size: 3vw;
  font-family: "Geologica";
}

main {
  margin: 5%;
}

#maintenantjour{
    font-family: "Geologica-Light";
}

hr {
  stroke-width: 3px;
  border-color: #D579B0;
  margin: 0;
  width: 60%;
}

#tout {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  margin-top: 20px;
}

#calendrier {
  height: 100%;
  width: 40%;
  margin: 20px;
  margin-right: 10%;
}

.hours {
  margin: 1vw;
}

#cartetc {
  height: 100%;
  width: 45%;
}

#carte {
  width: 32vw;
  height: 17vw;
  background-color: ghostwhite;
}

#urgentisime {
  margin: 2vw;
  background-color: rgb(237, 25, 25);
  margin-left: 0vw;
  border-radius: 20px;
  padding: 3px;
}
#urgentisime h2 {
  font-size: 2vw;
  color: white;
}

h2 {
  margin: 1px;
  font-size: 1.5vw;
  font-family: "Geologica";
}

.calendar-card {
  width: 40vw;
  background-color: #CDCDCD;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding-bottom: 20px;
}

.header {
  background: linear-gradient(90deg, #6a65d8, #534bc8);
  color: white;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1em;
  font-weight: 500;
}

.nav_btn {
  cursor: pointer;
  font-size: 1.2em;
  user-select: none;
}

.container_heure {
  padding: 20px 15px 0 15px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.row {
  display: flex;
  align-items: stretch;
  height: 50px;
}

.date-box {
  background-color: #5a55ca;
  color: white;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-right: 10px;
  font-size: 0.9em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-family: "Geologica-Light";
}

.event-box {
  flex-grow: 1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  font-size: 0.85em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-family: "Geologica-Light";

}

.occupied {
  background-color: #5caaf5;
  color: white;
  border: 1px solid #4a9ad5;
}

.empty {
  background-color: white;
  border: 1px solid #ddd;
}

footer {
  width: 100%;
  display: flex;
  gap: 12px;
  margin-top: 30px;
  flex-direction: column;
  background-color: #2570FB;
  color: #FBFBFB;
}
footer h2 {
  font-family: "Geologica";
  text-align: center;
}
footer ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
footer ul li a {
  font-family: "Geologica-Light";
  color: #FBFBFB;
  text-decoration: none;
}

.pages {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.reseaux ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.reseaux ul li a img {
  width: initial;
}

.h2_title {
  margin: 20px 0px;
  color: #FBFBFB;
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  footer {
    flex-direction: row;
    justify-content: space-around;
    padding: 20px 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 425px) {
  footer {
    position: relative;
    flex-direction: column;
    justify-content: space-around;
    padding: 20px 0;
    bottom: 0;
  }
}
#cartetc {
    height: 100%;
    width: 45%;
}

#carte {
    width: 39vw;
    height: 35vw;
    background-color: ghostwhite;
    position: relative;
    z-index: 1;
    border-radius: 15px;
    overflow: hidden;
}

#indispo_form{
    font-family: "Geologica-Light";
}

.leaflet-container img.leaflet-tile {
    max-width: none !important;
    max-height: none !important;
}

.leaflet-container img.leaflet-marker-icon {
    max-width: none !important;
    max-height: none !important;
}

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