@charset "UTF-8";
.header2 .bandeau-orange {
  width: 100%;
  background-color: transparent; /* Couleur du bandeau */
  padding: 5px 5px; /* Ajustez la marge intérieure selon votre besoin */
  border-radius: 3px;
}
.header2 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px; /* Ajustez la marge intérieure selon votre besoin */
}
.header2 .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.header2 .logo {
  background-color: #24445c;
  width: -moz-max-content;
  width: max-content;
  border-radius: 8px;
  padding: 10px;
  padding-top: 15px;
}
.header2 .logo img {
  padding-top: 5px;
  height: 50px; /* Ajustez la hauteur du logo selon votre besoin */
}
.header2 nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header2 nav ul li {
  display: inline-block;
  margin-right: 100px;
  width: -moz-max-content;
  width: max-content;
}
.header2 nav ul li a {
  text-decoration: none;
  color: #dcdcdc;
  font-size: 17.5px;
  transition: color 0.3s ease;
  text-align: center;
}
.header2 nav ul li a:hover {
  color: #0f1819; /* Changez cette couleur selon votre préférence */
}
.header2 .submenu {
  display: none;
  position: absolute;
  min-width: 160px;
}
.header2 .submenu li {
  display: block;
}
.header2 .submenu a {
  text-align: center;
  font-size: larger;
  border-radius: 7px;
}
.header2 .submenu a:hover {
  color: #0f1819;
}
.header2 nav ul li:hover .submenu {
  display: block;
}

/* Media queries for responsiveness */
@media only screen and (max-width: 1024px) {
  .header2 .container {
    padding: 0 10px;
  }
  .header2 nav ul li {
    margin-right: 50px;
  }
  .header2 .logo img {
    height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .header2 .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .header2 nav ul {
    width: 100%;
    text-align: center;
  }
  .header2 nav ul li {
    display: block;
    margin: 10px 0;
  }
  .header2 .logo {
    margin-bottom: 10px;
  }
  .header2 .logo img {
    height: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .header2 .container {
    padding: 0 5px;
  }
  .header2 nav ul li {
    margin-right: 0;
  }
  .header2 nav ul li a {
    font-size: 15px;
  }
  .header2 .logo img {
    height: 30px;
  }
}
#calendar a {
  color: #dcd7d4;
}
#calendar th a {
  color: #FDBFB7;
}
#calendar .fc-view-harness {
  background-color: #383e42;
}

footer {
  width: 100%;
  margin-top: auto;
  background-color: #0f1819;
  border-radius: 1px;
  padding-bottom: 15px;
  color: #FDBFB7;
  padding-top: 35px;
}
@media only screen and (max-width: 1030px) {
  footer .footer {
    flex-direction: column;
  }
  footer .footer-container {
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100% !important;
    align-items: center;
  }
  footer .footer-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
  }
  footer .footer-nav {
    flex-direction: column;
    align-items: center;
  }
  footer .footer-nav li {
    margin-bottom: 10px;
  }
  footer .footer-nav li:last-child {
    margin-bottom: 0;
  }
  footer .social-icons {
    justify-content: center;
    margin-left: 0px;
    flex-direction: column;
  }
  footer hr {
    width: 100%;
  }
}
@media only screen and (max-width: 820px) {
  footer .footer {
    flex-direction: column;
  }
  footer .footer-container {
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100% !important;
    align-items: center;
  }
  footer .footer-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
  }
  footer .footer-nav {
    flex-direction: column;
    align-items: center;
  }
  footer .footer-nav li {
    margin-bottom: 10px;
  }
  footer .footer-nav li:last-child {
    margin-bottom: 0;
  }
  footer .social-icons {
    justify-content: center;
    margin-left: 0px;
    flex-direction: column;
  }
  footer hr {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  footer footer {
    max-width: 400px;
  }
  footer .footer-container {
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  footer .logo img {
    width: 250px;
  }
  footer hr {
    max-width: auto;
  }
  footer .footer-section {
    width: 100%;
    text-align: center;
  }
  footer .footer-section ul li {
    margin-bottom: 10px;
  }
  footer .footer-nav {
    padding-top: 1rem;
  }
  footer .social-icons {
    flex-direction: column;
  }
  footer .social-icons li {
    margin-bottom: 10px;
  }
  footer .social-icons li:last-child {
    margin-bottom: 0;
  }
}
footer a {
  text-decoration: none;
  color: #fff;
  font-size: 17.5px;
  text-align: center;
  transition: color 0.3s ease;
}
footer a:hover {
  color: #FDBFB7;
  text-decoration: none;
}
footer .footer-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-section {
  width: 25%;
}
footer .footer-section h3 {
  margin-bottom: 18px;
}
footer ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
footer .footer-section ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
footer .footer-section ul li {
  margin-bottom: 5px;
}
footer .social-icons {
  display: flex;
  margin-top: 1rem;
  margin-left: 4.5rem;
}
footer .social-icons li {
  margin-right: 50px;
}
footer svg {
  width: 50px;
}
footer .logo {
  background-color: #0f1819;
  width: -moz-max-content;
  width: max-content;
  border-radius: 3px;
  padding: 10px;
  padding-top: 15px;
}
footer .footer-nav {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
}
footer .footer-nav li {
  margin-right: 20px;
}
footer .footer-nav li:last-child {
  margin-right: 0;
}
footer hr {
  width: 100%;
  margin: 0 auto;
  height: 0px;
  margin-bottom: 10px;
}

.home {
  /* Styles pour les cartes statistiques */
  /* Styles pour les couleurs de fond */
}
@media only screen and (max-width: 1417px) {
  .home .bar-chart {
    display: none !important;
    flex-direction: column;
  }
  .home .bar-container {
    display: none;
    border: 1px solid #ccc;
    padding: 20px;
    align-items: flex-end;
    flex-direction: column;
  }
  .home h1 {
    text-align: center;
    color: white;
    font-family: "Arial", arial, sans-serif;
  }
}
@media only screen and (max-width: 1027px) {
  .home .cont {
    display: flex;
    flex-direction: column-reverse;
  }
  .home .stat {
    display: flex;
    max-width: 50%;
    margin: 0 auto;
    flex-direction: column;
  }
  .home .stat h3 {
    font-size: larger;
    color: #FDBFB7;
  }
  .home .sidebar {
    width: 100%;
    height: auto;
    background-color: #FDBFB7;
    border-right: 1px solid #dee2e6; /* Ajoute une bordure droite */
    padding-bottom: 25px;
    padding-top: 25px;
    opacity: 75%;
  }
  .home .sidebar a {
    color: #383e42;
  }
  .home .sidebar .tour {
    background-color: #24445c;
  }
  .home .sidebar-header {
    padding: 20px;
    text-align: center;
  }
  .home .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 820px) {
  .home {
    /* Styles pour les couleurs de fond */
  }
  .home .cont {
    display: flex;
    flex-direction: column-reverse;
  }
  .home .stat {
    display: flex;
    max-width: 50%;
    margin: 0 auto;
    flex-direction: column;
  }
  .home .stat h3 {
    font-size: larger;
    color: #FDBFB7;
  }
  .home .stati b {
    text-align: center;
    color: #24445c;
  }
  .home .stati i {
    font-size: 20px;
    margin-right: 10px;
  }
  .home .stati div {
    text-align: right;
  }
  .home .stati b {
    font-size: 14px;
  }
  .home .stati span {
    font-size: 8px;
    color: #888;
  }
  .home .stati.bg-turquoise {
    background: rgb(26, 188, 156);
    color: white;
  }
  .home .stati.bg-emerald {
    background: rgb(46, 204, 113);
    color: white;
  }
  .home .stati.bg-peter_river {
    background: rgb(52, 152, 219);
    color: white;
  }
  .home .stati.bg-amethyst {
    background: rgb(155, 89, 182);
    color: white;
  }
  .home .stati.bg-green_sea {
    background: rgb(22, 160, 133);
    color: white;
  }
  .home .circle-big {
    display: none;
  }
  .home .bar-chart {
    display: none !important;
  }
  .home .bar-container {
    display: none;
    border: 1px solid #ccc;
    padding: 20px;
    align-items: flex-end;
  }
  .home h1 {
    text-align: center;
    color: white;
    font-family: "Arial", arial, sans-serif;
  }
  .home .sidebar {
    max-width: 820px;
    height: auto;
    background-color: #FDBFB7;
    border-right: 1px solid #dee2e6; /* Ajoute une bordure droite */
    padding-bottom: 25px;
    padding-top: 25px;
    opacity: 75%;
  }
  .home .sidebar a {
    color: #383e42;
  }
  .home .sidebar .tour {
    background-color: #24445c;
  }
  .home .sidebar-header {
    padding: 20px;
    text-align: center;
  }
  .home .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 10px;
  }
  .home .main-content {
    padding: 20px;
    color: #dcd7d4;
    border-radius: 3px;
  }
  .home .main-content .btnA {
    width: 210px;
    padding: 25px;
    background: #FDBFB7;
    font-size: 20px;
  }
  .home .table {
    color: #FDBFB7;
  }
  .home .btnA {
    width: 150px;
    margin: 0 auto;
    padding: 15px;
    background: #FDBFB7;
    font-size: 14px;
  }
  .home .btnB {
    width: 150px;
    background: #FDBFB7;
    font-size: 10px;
  }
  .home .btnB:hover {
    background-color: #1B2A33;
    color: #FDBFB7;
  }
  .home .connexion {
    padding: 25px;
  }
  .home .connexion .container {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .home {
    /* Styles pour les couleurs de fond */
  }
  .home .cont {
    display: flex;
    flex-direction: column-reverse;
  }
  .home .stat {
    display: flex;
    max-width: 100%;
    margin: 0;
    flex-direction: column;
  }
  .home .stat h3 {
    font-size: larger;
    color: #FDBFB7;
  }
  .home .stati {
    width: 15 4% !important;
    padding: 10px;
    border-radius: 10px;
    align-items: center;
    text-align: center;
  }
  .home .stati b {
    text-align: center;
    color: #24445c;
  }
  .home .stati i {
    font-size: 10px;
    margin-right: 10px;
  }
  .home .stati div {
    text-align: right;
  }
  .home .stati b {
    font-size: 14px;
  }
  .home .stati span {
    font-size: 8px;
    color: #888;
  }
  .home .circle-big {
    display: none;
  }
  .home .bar-chart {
    display: none !important;
  }
  .home .bar-container {
    display: none;
    border: 1px solid #ccc;
    padding: 20px;
    align-items: flex-end;
  }
  .home h1 {
    text-align: center;
    color: white;
    font-family: "Arial", arial, sans-serif;
  }
  .home .sidebar {
    height: auto;
    background-color: #FDBFB7;
    border-right: 1px solid #dee2e6; /* Ajoute une bordure droite */
    padding-bottom: 25px;
    padding-top: 25px;
    opacity: 75%;
  }
  .home .sidebar a {
    color: #383e42;
  }
  .home .sidebar .tour {
    background-color: #24445c;
  }
  .home .sidebar-header {
    padding: 20px;
    text-align: center;
  }
  .home .avatar {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-bottom: 10px;
  }
  .home .main-content {
    padding: 20px;
    color: #dcd7d4;
    border-radius: 3px;
  }
  .home .main-content .action {
    width: 100%;
  }
  .home .main-content .w-50 {
    width: 100% !important;
  }
  .home .main-content .btnA {
    margin-left: 0;
    width: 100px;
    padding: 15px;
    background: #FDBFB7;
    font-size: 20px;
  }
  .home .table {
    color: #FDBFB7;
  }
  .home .btnA {
    width: 150px;
    margin: 0 auto;
    padding: 15px;
    background: #FDBFB7;
    font-size: 14px;
  }
  .home .btnB {
    width: 90px;
    background: #FDBFB7;
    font-size: 10px;
  }
  .home .btnB:hover {
    background-color: #1B2A33;
    color: #FDBFB7;
  }
  .home .connexion {
    padding: 25px;
  }
  .home .connexion .container {
    margin-bottom: 15px;
  }
}
.home .stat {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.home .stat h3 {
  font-size: larger;
  color: #FDBFB7;
}
.home .stati {
  width: 330px;
  height: 150px;
  padding: 20px;
  margin: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  text-align: center;
}
.home .stati b {
  text-align: center;
  color: #24445c;
}
.home .stati i {
  font-size: 40px;
  margin-right: 10px;
}
.home .stati div {
  text-align: right;
}
.home .stati b {
  font-size: 24px;
}
.home .stati span {
  font-size: 14px;
  color: #888;
}
.home .stati.bg-turquoise {
  background: rgb(26, 188, 156);
  color: white;
}
.home .stati.bg-emerald {
  background: rgb(46, 204, 113);
  color: white;
}
.home .stati.bg-peter_river {
  background: rgb(52, 152, 219);
  color: white;
}
.home .stati.bg-amethyst {
  background: rgb(155, 89, 182);
  color: white;
}
.home .stati.bg-green_sea {
  background: rgb(22, 160, 133);
  color: white;
}
.home .circle-big svg {
  width: 200px;
  height: 200px;
}
.home .circle-big .bg {
  fill: none;
  stroke-width: 10px;
  stroke: #1B2A33;
}
.home .circle-big .progress {
  fill: none;
  stroke-width: 10px;
  stroke: #FDBFB7;
  stroke-linecap: round;
  stroke-dasharray: 565; /* total circumference of the circle */
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  animation: big 1.5s ease-out;
}
.home .circle-big .text {
  position: relative;
  width: 100%;
  font-size: 32px;
  text-align: center;
  font-weight: 400;
  line-height: 25px;
}
.home .circle-big .value {
  position: absolute;
  top: 80px;
  left: 90px;
}
.home .circle-big .text .small {
  font-size: 18px;
  color: #648192;
}
.home .bar-chart {
  width: 1000px; /* Largeur du graphique */
  max-width: 900px; /* Largeur maximale */
  margin: 50px auto;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home .bar-container {
  display: flex;
  border: 1px solid #ccc;
  padding: 20px;
  align-items: flex-end;
}
.home h1 {
  text-align: center;
  color: white;
  font-family: "Arial", arial, sans-serif;
}
.home .sidebar {
  height: auto;
  background-color: #FDBFB7;
  border-right: 1px solid #dee2e6; /* Ajoute une bordure droite */
  padding-bottom: 25px;
  padding-top: 25px;
  opacity: 75%;
}
.home .sidebar a {
  color: #383e42;
}
.home .sidebar .tour {
  background-color: #24445c;
}
.home .sidebar-header {
  padding: 20px;
  text-align: center;
}
.home .avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.home .main-content {
  padding: 20px;
  color: #dcd7d4;
  border-radius: 3px;
}
.home .main-content .btnA {
  width: 310px;
  padding: 25px;
  background: #FDBFB7;
  font-size: 20px;
}

.table {
  color: #FDBFB7;
}

.btnA {
  width: 250px;
  margin: 0 auto;
  padding: 15px;
  background: #FDBFB7;
  font-size: 14px;
}

.btnB {
  width: 150px;
  margin-top: 10px;
  background: #FDBFB7;
  font-size: 20px;
}

.btnB:hover {
  background-color: #1B2A33;
  color: #FDBFB7;
}

.connexion {
  padding: 25px;
}
.connexion .container {
  margin-bottom: 15px;
}

.verif .btnA {
  color: #1B2A33;
  border-radius: 5px;
}
.verif a {
  text-decoration: none;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: #dcd7d4;
  background-color: #24445c;
  color: #dcd7d4;
}

a {
  color: #FDBFB7;
}

input:disabled, input[type=text], input[type=number], input[type=number], input[type=date], input[type=password], textarea, select {
  background: #FDBFB7 !important;
  color: #0f1819 !important;
  padding: 15px;
  margin-bottom: 8px;
}/*# sourceMappingURL=styles.css.map */