@font-face {
  font-family: "YouthAndBeauty";
  src: url("/assets/font/YouthAndBeauty.ttf");
  font-display: swap;
}
.font_title {
  font-weight: lighter;
  font-family: "YouthAndBeauty";
}

.hidden {
  display: none;
}

body {
  margin: 0;
  font-family: "Noto Sans", "Noto Sans Symbols 2", sans-serif;
}
body .top_bar {
  box-sizing: border-box;
  background-color: rgb(241, 242, 241);
  padding: 1rem;
}
body .top_bar h1 {
  width: 100%;
  margin: 0px;
  text-align: center;
  font-size: 2rem;
  line-height: 2.5rem;
  height: 2.5rem;
}
body header {
  width: 100%;
  position: sticky;
  top: 0px;
  z-index: 10;
  height: fit-content;
}
body header nav {
  width: 100%;
  background-color: rgb(241, 242, 241);
}
body header nav div {
  display: inline-block;
  height: auto;
}
body header nav .left a {
  background-color: rgb(0, 146, 70);
  color: white;
}
body header nav .right a {
  background-color: red;
  color: white;
}
body header nav a {
  font-size: 1.5rem;
  line-height: 2rem;
  width: 8rem;
  box-sizing: border-box;
  padding: 1rem;
  display: inline-block;
  text-align: center;
  color: black;
  text-decoration: none;
}
body header nav a i {
  font-size: 1em;
}
body header nav a:hover {
  background-color: white;
  color: black;
}
body main {
  min-height: calc(100vh - 16.5rem);
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
body main section {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body main section .title {
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  font-size: 2em;
  margin: 0px;
}
body footer {
  width: 100%;
  background-color: red;
  display: inline-block;
  text-align: center;
}
body footer .social {
  padding: 1rem;
}
body footer .social .media_logo {
  display: inline-block;
  height: 3rem;
}
body footer .social .media_logo img {
  box-sizing: border-box;
  height: 3rem;
  width: 3rem;
}
body footer .info * {
  color: white;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 1em;
}
body #popup {
  position: fixed;
  z-index: 999;
  height: 100vh;
  width: 100vw;
  top: 0px;
  left: 0px;
  justify-content: center;
  backdrop-filter: blur(5px);
  align-items: center;
  display: flex;
}
body #popup img {
  max-width: 80%;
  max-height: 80%;
}

@media only screen and (max-width: 991px) {
  header nav div {
    width: 100%;
  }
  header nav div a {
    width: 100%;
    color: white;
  }
  header nav .mobile {
    background-color: rgb(0, 146, 70);
  }
}
@media only screen and (min-width: 992px) {
  header nav div a {
    width: 8em;
  }
  header nav .mobile {
    display: none;
  }
  header nav .left {
    width: 83%;
  }
  header nav .right {
    width: 17%;
    text-align: right;
  }
}
.cover {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@font-face {
  font-family: "Icons";
  src: url("/assets/font/material-icon.woff2");
  font-display: swap;
}
.icon {
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
}

.badge {
  vertical-align: middle;
  border-radius: 10px 10px 10px 10px;
  font-size: 1.5em;
}

#intro {
  height: calc(100vh - 8.5rem);
  width: 100%;
  overflow: hidden;
  display: block;
  background-image: url("/assets/picture/intro.webp");
}
#intro .gradient {
  background-position-x: left;
  background-position-y: top;
  background-image: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  height: 100%;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#intro .gradient .intro_text {
  display: block;
  position: relative;
}
#intro .gradient .intro_text h1 {
  font-size: 3rem;
  margin-top: 15px;
  margin-left: 0px;
  margin-bottom: 15px;
}
#intro .gradient .intro_text h2 {
  font-size: 2em;
}
#intro .gradient .intro_text p {
  font-size: 1.5em;
}
#intro .gradient .intro_text p .fire {
  color: orange;
  background-color: rgb(255, 0, 0);
  border: 7px solid rgb(255, 0, 0);
}
#intro .gradient .intro_text p .home {
  color: white;
  background-color: rgb(0, 153, 51);
  border: 7px solid rgb(0, 153, 51);
}
#intro .gradient .intro_text .status {
  line-height: 1.5;
  margin: 0px;
}
#intro .gradient .intro_text .status .open {
  background-color: green;
  border: 7px solid green;
  color: white;
  border-radius: 10px 10px 10px 10px;
}
#intro .gradient .intro_text .status .closed {
  background-color: rgb(255, 15, 15);
  border: 7px solid rgb(255, 15, 15);
  color: white;
  border-radius: 10px 10px 10px 10px;
}
#intro .gradient .intro_text .status .change {
  background-color: rgb(0, 204, 204);
  border: 7px solid rgb(0, 204, 204);
  color: white;
  border-radius: 10px 10px 10px 10px;
}
#intro .gradient .intro_text a {
  font-size: 1.5em;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 7px;
  background-color: rgb(0, 153, 51);
  border: 1px solid rgb(0, 153, 51);
  border-radius: 10px;
}
#intro .gradient .intro_text a i {
  vertical-align: middle;
}

#place_time {
  width: 100%;
  display: flex;
}
#place_time .left {
  display: block;
  box-sizing: border-box;
  padding: 30px;
  background-color: rgb(0, 146, 70);
}
#place_time .left p {
  color: white;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
#place_time .left table {
  width: 100%;
  border-collapse: collapse;
}
#place_time .left table tr * {
  color: white;
  text-align: center;
  padding: 15px;
}
#place_time .left p {
  margin: 0;
  padding: 15px;
}
#place_time .right {
  align-self: stretch;
  width: 100%;
}
#place_time .right iframe {
  height: 100%;
  width: 100%;
  border: none;
  margin: 0;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  #intro .gradient {
    width: 100%;
  }
  #intro .gradient .intro_text {
    padding-left: 25px;
  }
  #place_time {
    flex-direction: column;
  }
  #place_time .left {
    width: 100%;
  }
  #place_time .right {
    width: 100%;
    height: 50vh;
  }
}
@media only screen and (min-width: 992px) {
  #intro .gradient {
    width: 65%;
  }
  #intro .gradient .intro_text {
    padding-left: 50px;
  }
  #place_time {
    flex-direction: row;
  }
  #place_time .left {
    width: 50%;
  }
  #place_time .right {
    align-self: stretch;
    width: 50%;
  }
}

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