@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");
* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "opensans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  background-image: url("../images/background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  height: 100vh;
}

#legende {
  display: inline;
  background-color: #fff;
  color: black;
  vertical-align: middle;
  line-height: 0;
  padding: 2px;
}
#legende span {
  font-size: 3em;
  vertical-align: middle;
}
.btn-primary {
  --bs-btn-hover-bg: #46ad43;
}

input[type="radio"]:checked {
  background-color: rgb(255, 136, 0);
}

/**********************PAGES_ERREUR**********************/
.error-container {
  background-color: #090a0b;
  display: flex;
  justify-content: center;
  font-size: large;
}
.error-container div {
  margin: auto;
}
.error-container a {
  color: red;
}
/**********************MENU HEADER**********************/
header {
  background-color: #ffffff;
}
.logo-header {
  height: 68px;
}

nav a {
  color: #000000;
  font-size: 1.5em;
  font-weight: bold;
  margin-right: 1em;
}
.menu-mobile {
  font-size: 1.5em;
}
.section-nav {
  justify-content: end;
}
.section-nav a {
  color: #ffffff;
}

.section-nav a:hover {
  color: #58585b;
  transition: 0.3s ease;
}
header ul {
  margin-bottom: 0;
}
header li {
  transition: 0.2s ease;
}

header a:hover {
  color: #24a9df;
  border-bottom: 0.35em solid #22a9e0;
}

.navactive {
  border-bottom: 0.35em solid #22a9e0;
}

/**********************LOGIN**********************/
#nouveauMDP form {
  margin: auto;
}
#nouveauMDP .invalid-feedback {
  background-color: #ffffff;
  border-radius: 8px;
}
.login {
  height: 80vh;
}

.form-login {
  border-radius: 5px;
  background-color: rgba(43, 48, 53, 0.3);
  width: 375px;
  height: 450px;
}

.bck-atlouv {
  background-color: #22a9e0;
}

.button {
  width: 150px;
  /*color: rgba(10, 88, 202, 0.5);*/
}
/**********************FOOTER**********************/
footer {
  height: fit-content;
  color: #1a1d20;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: rgba(50, 50, 93, 0.5) 0 2px 5px -1px, rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
}
footer a {
  cursor: pointer;
}
footer a:hover {
  color: #21a8df !important;
}
footer h3 {
  color: #36acde;
}

.logo-footer img {
  height: 40px;
}

.bg-light {
  color: #1a1d20;
}
.border-raduis {
  border-radius: 12px;
}

.info {
  color: #ffffff;
}
table .info {
  color: #21a8df;
}
.delete {
  color: #da0f00;
}
.edit {
  color: #f2c102;
}
a {
  cursor: pointer;
}
.info:hover,
.edit:hover,
.delete:hover,
.paginate_button:hover {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* ajustez les valeurs selon vos préférences */
  transition: box-shadow 0.3s ease-in-out;
  color: #1a1d20;
}
.hover-nav:hover {
  color: #24a9df;
}
section {
  margin: 5% auto 5% auto;
  min-height: 600px;
}
.paginate_button {
  cursor: pointer;
  color: #ffffff;
  font-size: 1.2em;
}
.paginate_button.current {
  margin: 0 0.5em 0 0.5em;
}
.dataTables_paginate {
  display: flex;
  justify-content: center;
  margin-top: 1em;
}
select {
  width: auto;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 0.5em;
}
/**********************DATEPICKER**********************/
.day-item.is-locked {
  background-color: #b0bed9;
}
.day-item {
  border-radius: 0 !important;
}
:root {
  --litepicker-highlighted-day-color-bg: #ffa602 !important;
}

@media screen and (max-width: 991px) {
}
@media screen and (min-width: 768px) {
  .bck-blue-poly {
    background-image: url("../images/background-mobile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .mobile-navbar {
    display: none;
  }
}

/**********************MOBILE**********************/
@media screen and (max-width: 767px) {
  header a {
    color: #ffffff;
  }
  #navbarToggleExternalContent {
    position: absolute;
  }
  .menu-navbar {
    display: none !important;
  }
  body {
    font-family: "opensans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-image: url("../images/background-mobile.jpg");
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    height: 100vh;
  }
  .bck-blue-poly {
    background-color: #0984e3;
  }
  section {
    min-width: 300px;
  }
  .mobile-none {
    display: none;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; /* Supprime la bordure par défaut */
}

.mobile-navbar {
  z-index: 1000 !important;
}

@media (max-width: 767.98px) {
  .video-container {
    padding-bottom: 75%;
  }
  .video-container iframe {
    height: 100%;
  }
}
