* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-margin-top: 100px;
}

body {
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  color: #333;
}

select {
  height: 35px;
  border-radius: 10px;
}

/* PAGINATION------------------------------------------------------------------ */

.pagination {
  text-align: center;
  margin: 50px 0 0;
}

.pagination ul {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 20px 0;
}
.pagination ul li {
  margin: 0 3px;
}

.pagination ul li a {
  display: block;
  padding: 8px 14px;
  text-decoration: none;
  border: 1px solid #4caf50;
  color: #155724;
  background-color: white;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-size: 14px;
}

.pagination ul li a:hover {
  background-color: #4caf50;
  color: white;
}

.pagination ul li.active a {
  background-color: #4caf50;
  color: white;
  font-weight: bold;
  pointer-events: none;
}

.pagination ul li.inactive {
  padding: 8px 14px;
  color: #999;
  font-size: 14px;
}

.affichage_per-page {
  margin-bottom: 16px;
  text-align: end;
}
/* HEADER ----------------------------------------------------------------------------------------------------------------------------------*/

.header {
  /* background-color: rgba(0, 255, 0, 0.5); */
  color: white;
  padding: 10px 0;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-image: url(/interface_graphique/image.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /* height: 100vh; */
  text-align: center;
  /* padding: 100px 20px; */
  position: relative;
}
.header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(144, 238, 144, 0.5);
  z-index: 0;
}
.navbar {
  z-index: 2;
}
.header2 {
  background-color: #4caf50;
  color: white;
  padding: 10px 0;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2;
  /* margin-top: 0; */
}
.navbar__burger-menu--open {
  display: flex;
  margin-top: 10px;
  background-color: #4caf50;
}

.navbar__burger-menu--closed {
  display: none;
  margin-top: 10px;
  background-color: #4caf50;
}

.navbar ul {
  list-style-type: none;
}

.navbar li {
  margin-left: 20px;
}

.navbar a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}

.navbar a:hover {
  color: #ff9800;
}
.navbar__burger-menu-toggle {
  background-color: transparent;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 2px;
  border: 2px solid #003200;
  border-radius: 5px;
}

.navbar__burger-menu-toggle .bar {
  width: 100%;
  height: 4px;
  background-color: #100d0d;
  border-radius: 5px;
}
.sidebar__burger-menu-toggle {
  background-color: transparent;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 2px;
  border: 2px solid #003200;
  border-radius: 5px;
}

.sidebar__burger-menu-toggle .bar {
  width: 100%;
  height: 4px;
  background-color: #100d0d;
  border-radius: 5px;
}
/* FOOTER -----------------------------------------------------------------------------------------------------------------------------------------*/

footer p {
  font-size: 14px;
}
.footer {
  background-color: #4caf50;
  color: #fff;
  padding: 40px 20px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
}

.footer-section {
  flex: 1;
  min-width: 250px;
  margin-bottom: 20px;
  padding: 0 15px;
}

.footer-title {
  text-align: center;
  color: white;
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #555;
}

.footer-info {
  text-align: center;
  margin-bottom: 15px;
}

.footer-info a {
  color: #ccc;
  text-decoration: none;
}

.footer-info a:hover {
  color: #fff;
  text-decoration: underline;
}

.logo-container {
  display: flex;
  justify-content: center;
}

.logo-container img {
  max-width: 100%;
  height: auto;
}

.copyright-bar {
  background-color: #f5f5f5;
  padding: 15px 20px;
  text-align: center;
  color: #666;
  font-size: 14px;
}

.copyright-bar a {
  color: #666;
  text-decoration: none;
}

.copyright-bar a:hover {
  text-decoration: underline;
}
/* PAGE AJOUTER UN CHIEN-------------------------------------------------------------------------------------------------------------------*/

.ajout_chien {
  margin-top: 200px;
  margin-bottom: 200px;
}

/* ADMINISTRATIF-------------------------------------------------------------------------------------------------------------------------------*/
.card-admin_messagerie {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
}
.card-admin_messagerie .card-header h2 {
  text-align: center;
}
/* .admin_container {
  width: 1850px;
  margin-left: 250px;
} */
/* .dashbord .admin_container .events {
  max-width: 1200px;
  width: 100%;
  transform: translateX(-250px);
} */

.commentaires,
.admin_container,
.card-admin_messagerie,
.messagerie,
.events,
.dogs,
.coachs,
.users,
.admins,
.cours_programmé,
.inscriptions_event,
/* .reservations-user, */
.reservations {
  margin-left: 250px;
  width: 80%;
}

/*-------tempo affichage "cours ajouté"----------------------*/
.alert.success {
  background-color: #d4edda;
  color: #155724;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #c3e6cb;
  border-radius: 5px;
  text-align: center;
}

.alert.error {
  background-color: #f8d7da;
  color: #721c24;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #f5c6cb;
  border-radius: 5px;
}

/* ACCUEIL ----------------------------------------------------------------------------------------------------------------------------------------*/

#scrollToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 20px;
  background-color: rgba(144, 238, 144, 0.5);
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#scrollToTopBtn:hover {
  background-color: #4caf50;
}

.logo {
  z-index: 2;
}
.logo img {
  z-index: 2;
  width: 80px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 80px;
}
.hero {
  background-image: url(/interface_graphique/image.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 100vh;
  text-align: center;
  padding: 100px 20px;
  position: relative;
}

.hero-overlay {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(204, 255, 204, 0.5);
}

.hero p {
  color: #003200;
  font-size: 30px;
  margin-bottom: 100px;
  z-index: 2;
}

.bienvenue {
  position: relative;
  z-index: 1;
}
.bienvenue h1 {
  position: relative;
  z-index: 1;
  color: #003200;
  font-size: 50px;
}

.img_logo img {
  padding: 20px 0;
  height: auto;
  color: #003200;
  margin-bottom: 50px;
}

.img_logo img:hover {
  transform: scale(1.5);
  width: 200px;
}

.nos_activite p {
  color: #2c6b2f;
  font-size: 24px;
  margin-bottom: 80px;
  font-style: italic;
}
.activite {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  perspective: 1500px;
}

.activite_card {
  width: 300px;
  height: 400px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  transition: transform 0.6s ease, box-shadow 0.3s ease;
  transform-style: preserve-3d;
  position: relative;
  margin: 20px;
  cursor: pointer;
}
.activite_card:hover {
  transform: scale(1.05);
}

.card-body {
  padding-inline: 20px;

  text-align: center;
  backface-visibility: hidden;
}
.activite_card-title {
  color: #2c6b2f;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.activite_card-text {
  margin-top: 40px;
}

.card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  color: #2c6b2f;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  padding: 20px;
  /* text-align: center; */
  backface-visibility: hidden;
  transform: rotateY(180deg);
  border-radius: 8px;
}
.card-back ul {
  margin-top: 30px;
  list-style-type: square;
}
.card-back h3 {
  font-size: 24px;
  margin-bottom: 16px;
}
.card-back p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: auto;
}
.card-back li {
  list-style-type: square;
}

.img_card {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 5px;
}

.activite_button {
  background-color: #4caf50;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.activite_button-link.flipped {
  transform: rotate(180deg);
}
.activite_button-link:hover {
  background-color: #4caf50;
}

.activite_card.flipped {
  transform: rotateY(180deg);
}

/*------------------------------------------------section class =nous trouver--------------------------------------------------*/

#nous_trouver {
  padding: 20px;
  background-color: #f4f4f4;
  text-align: center;
}

h2 {
  color: #333;
  font-size: 2rem;
}
#nous_trouver p {
  font-size: 20px;
}
.map-container {
  width: 500px;
  border-radius: 8px;
}
.map-container iframe {
  max-width: 100%;
  border: none;
  border-radius: 8px;
}

/*-----------------------------------------------section nous contacter----------------------------------------------*/
.accueil_form {
  display: flex;
  justify-content: center;
}
.contact-form {
  margin-top: 30px;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* display: inline-block; */
  width: 100%;
  max-width: 500px;
  display: contents;
}
.container-fluide {
  display: flex;
  justify-content: space-between;
  padding: 80px;
  margin-inline: 200px;
}
.contact-form label {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.contact-form button {
  background-color: #4caf50;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  margin-top: 15px;
  cursor: pointer;
}

.contact-form button:hover {
  background-color: #45a049;
}

.contact-info {
  margin-top: 0px;
  display: grid;
  margin-top: 30px;
  border-radius: 8px;
  padding-bottom: 20px;
  width: 500px;
}

.contact-info p {
  font-size: 1rem;
}

.contact-info a {
  color: #4caf50;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

/*------------------------------------------------fin section class =nous trouver--------------------------------------------------*/

.button {
  position: relative;
  z-index: 1;
  background-color: #ff9800;
  padding: 15px 30px;
  font-size: 18px;
  text-decoration: none;
  color: white;
  border-radius: 5px;
}

.button:hover {
  background-color: #e68900;
}
.story {
  text-align: center;
  padding: 40px 0;
}
/*---------------------------------------------*/

section {
  padding: 60px 20px;
  padding-bottom: 100px;
  background-color: white;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  /* margin-left: 250px; */
}

section h2 {
  text-align: center;
  margin-bottom: 100px;
  color: #2c5036;
  font-size: 32px;
  position: relative;
}
section p {
  text-align: center;

  margin-bottom: 30px;
}

section ul {
  max-width: 900px;
  margin: 0 auto;
  list-style-position: inside;
}

/* section ul li {
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-left: 25px;
  list-style-type: none;
} */

/*--------------tableau de section horaire-----------------*/

.tableau {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 140px;
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.tableau th,
.tableau td {
  padding: 15px;
  text-align: center;
}

.tableau th {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.tableau tbody tr {
  transition: background-color 0.3s;
}

.tableau tbody tr:hover {
  background-color: #f5f5f5;
}

.tableau tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* UTILISATEUR ------------------------------------------------------------------------------------------------------------------------*/

.close {
  cursor: pointer;
}
.title {
  margin-top: 150px;
  margin-left: 300px;
  margin-bottom: 30px;
}
/* 
.container_bord {
  display: flex;
  min-height: 100vh;
} */

/* .sidebar-menu {
  background-color: #003200;
 
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 5px;
  z-index: 2;
} */

.sidebar {
  background-color: #f5f5f5;
  color: #333;
  width: 250px;
  padding: 30px 20px;
  display: block;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 4px 0 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  height: 100vh;
  margin-top: 100px;
  top: 0;
  transform: translateX(-20px);
  z-index: 1;
}

.sidebar-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

/* --------------------------------sous menu sidebar----------------------------- */
.sous_menu-detail {
  display: none;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  margin-top: 5px;
  background-color: #f4f4f4;
  border-radius: 4px;
  padding: 5px 10px;
  gap: 10px;
  position: absolute;
  left: 100%; /* affiche à droite du parent */
  top: 0;
  white-space: nowrap;
  z-index: 1000;
}

.sous_menu.open .sous_menu-detail {
  display: flex;
}

.sous_menu {
  position: relative;
}
.sous_menu-detail li a {
  margin: 4px 0;
  padding: 5px 10px;
  background-color: #e1e1e1;
  border-radius: 4px;
  display: block;
  text-decoration: none;
  color: #333;
}

.sous_menu-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.user-avatar {
  width: 60px;
  height: 60px;
  background-color: #e74c3c;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
  margin-right: 20px;
  font-size: 24px;
}

.user-info h3 {
  font-size: 20px;
  font-weight: 600;
}

.user-info p {
  font-size: 14px;
  color: #ecf0f1;
}

.menu-list {
  list-style: none;
  margin-top: 30px;
}
.menu-list li a img {
  margin-left: 60px;
  flex-shrink: 0;
  margin-right: -20px;
}

.menu-list li {
  margin: -3px 0;
  /* display: table-caption; */
}

.menu-list a {
  color: rgb(36, 23, 23);
  text-decoration: none;
  font-size: 18px;
  padding: 12px 15px;
  border-radius: 6px;
  /* display: table-caption; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.menu-list a:hover {
  background-color: #ff9800;
  margin-right: -20px;
}
.menu-list li a img:hover {
  margin-right: 20px;
}
/* .container_bord .dashbord .events {
  max-width: 1850px;
  margin-left: 250px;
} */

.content {
  width: 80%;
  margin-left: 250px;
  padding: 30px;
  background-color: white;
  flex-grow: 1;
  overflow-y: auto;
}
.content .form-container button {
  background-color: #4caf50;
}
.dashbord-header h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}

.dashbord-header p {
  font-size: 16px;
  color: #7f8c8d;
}
.container-cours {
  width: 1200px;
  margin-left: 250px;
}
.container-cours .button {
  background-color: #4caf50;
}

.suiv-container {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.suiv-card {
  background-color: #ecf0f1;
  width: 32%;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.suiv-card h3 {
  font-size: 36px;
  color: #2c3e50;
  margin-bottom: 10px;
}

.suiv-card p {
  font-size: 16px;
  color: #7f8c8d;
}

.card {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.card-header h3 {
  font-size: 22px;
  font-weight: 600;
}

.card-body {
  margin-top: 20px;
}
/* .dog-avatar img {
  width: 200px;
} */
.dog-avatar {
  width: 200px;
}
.dog-list {
  list-style: none;
  padding: 0px;
}

.dog-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #ecf0f1;
  padding-bottom: 15px;
}

/* .dog-avatar {
  width: 50px;
  height: 50px;
  background-color: #3498db;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
  margin-right: 20px;
} */

/*-------------------MODAL USER DOG-----------------------------*/

.modal_dog {
  position: fixed;
  top: 100px;
  left: 700px;
  width: 100vw;
  height: 100vh;
  /* background-color: rgba(0, 0, 0, 0.5); */
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal_detail {
  background: #fae1e1;
  padding: 2rem;
  border-radius: 10px;
  max-width: 800px;
  width: 90%;
  position: relative;
}
.modal_detail h4 {
  font-size: 48px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.modal_detail img {
  width: 100%;
}
.modal_detail p {
  text-align: left;
  margin: 10px;
  font-size: 24px;
}
.modal .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

/*----------------------------------------------------------------*/
.dog-info h4 {
  font-size: 24px;
  display: flex;
  margin-left: 100px;
  margin-bottom: 5px;
}

.dog-info p {
  font-size: 14px;
  color: #7f8c8d;
  margin-left: 100px;
  display: flex;
}

.dog-actions .btn-small {
  background-color: #4caf50;
  color: white;
  padding: 8px 15px;
  font-size: 14px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin-left: 260px;
}

.dog-actions {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  flex-direction: column;
}
/* .commentaires {
  margin-left: 250px;
  width: 1850px;
} */
.suivi {
  margin-top: 40px;
  width: 80%;
  margin-left: 250px;
}

.suivi h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

.selection select {
  /* padding: 12px; */
  font-size: 16px;
  border-radius: 5px;
  width: 200px;
  border: 1px solid #ccc;
  margin-top: 10px;
}

.dog-info h3 {
  font-size: 20px;
  margin-top: 20px;
}

/* .dog-info p {
  font-size: 16px;
  color: #7f8c8d;
} */

.progress-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.progress-table th,
.progress-table td {
  padding: 12px 15px;
  border: 1px solid #ecf0f1;
  text-align: left;
}

.progress-table th {
  background-color: #4caf50;
  color: white;
}

.progress-table td {
  background-color: #f9f9f9;
}

/*------------------------------------------------MODAL------------------*/

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  position: relative;
  width: 400px;
}

.modal-content .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

/* -------créer un compte-------------"se connecter"-----------------*/
.form-container {
  margin: 200px auto;
  max-width: 800px;
  width: 100%;
}

.form-container h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}
.creation .button {
  background-color: #4caf50;
}
.creation .button:hover {
  background-color: #003200;
}
/*---------------------------------------------------*/
form .form-group {
  margin-bottom: 20px;
}

form .form-group label {
  font-size: 16px;
  font-weight: 500;
}

form .form-group select,
form .form-group input {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-top: 8px;
}

button {
  background-color: #4caf50;
  color: white;
  padding: 12px 20px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}
button:hover {
  background-color: #003200;
}
/* PAGE COACH---------------------------------------------------------------------------------------------------------------------------------*/

.container-coach {
  max-width: 1200px;
  margin: 20px auto;
  padding: 0 20px;
  margin-left: 250px;
}
#date {
  background-color: #54d219;
  font-size: 20px;
  font-family: "Segoe UI", sans-serif;
  float: right;
  color: #ffffff;
  background: linear-gradient(#2c6b2f, #54d219);
  padding: 15px 25px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  /* display: inline-block; */
  text-align: center;
  transition: all 0.3s ease-in-out;
  /* translate: -650px; */
}
.card-coach {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
  /* margin-top: 150px; */
  margin-left: 250px;
  width: 80%;
}
.card-coach2 {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
  margin-left: -20px;
  width: 1200px;
}
.card-user_messagerie {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
  margin-left: 250px;
  width: 80%;
}
.card-user_messagerie button {
  float: left;
}
.card-coach_messagerie {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
  margin-left: 250px;
  width: 80%;
}
.card-coach_messagerie a {
  text-decoration: none;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.card-header h2 {
  text-align: center;
}

.card-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.card-coach .events {
  width: 100%;
  transform: translateX(-250px);
}
.btn_coach {
  background-color: #4caf50;
}

.btn {
  padding: 8px 16px;
  border-radius: 4px;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 14px;
  /* float: right; */
  margin-bottom: 20px;
}
.btn a {
  text-decoration: none;
}

.btn-success {
  background-color: #4caf50;
}

.btn-danger {
  background-color: #f44336;
}

.sessions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.session-card {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
}

.session-header {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  color: #3f51b5;
}

.session-detail {
  margin-bottom: 5px;
  color: #666;
}

.stage {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 10px;
  font-size: 12px;
  margin-left: 5px;
}

.complet {
  background-color: #f44336;
  color: white;
}

.dispo {
  background-color: #4caf50;
  color: white;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table th,
table td {
  /* padding: 10px; */
  text-align: left;
  border-bottom: 1px solid #eee;
}

table th {
  background-color: #f9f9f9;
  height: 40px;
}

.tabs {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.form-control {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.dog-profile {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.dog-avatar {
  width: 50px;
  height: 50px;
  background-color: #e0e0e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.notification {
  background-color: #e3f2fd;
  border-left: 4px solid #1976d2;
  padding: 10px 15px;
  margin-bottom: 15px;
}

/* INSCRIPTION ------------------------------------------------------------------------------------------------------------------*/
.form-container label {
  justify-content: left;
}
.form-container input {
  text-align: left;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 8px;
}

/* TABLEAU DE BORD -----------------------------------------------------------------------------------------------------------------*/

.tab_bord {
  width: 80%;
  /* max-width: 1850px; */
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-left: 250px;
}

.tab_bord h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
}

.tab_bord-card {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.card {
  /* display: inline; */
  background-color: #f9f9f9;
  padding: 20px;
  /* width: 30%; */
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.card h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.card p {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.card .btn {
  background-color: #4caf50;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}

.card .btn:hover {
  background-color: #45a049;
}

.table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.table th,
.table td {
  padding: 12px;
  text-align: center;
  border: 1px solid #ddd;
}

.table th {
  background-color: #4caf50;
  color: white;
}

.table td button {
  padding: 6px 12px;
  background-color: #ff9800;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.table td button:nth-child(2) {
  background-color: #f44336;
}
.table td button:hover {
  background-color: #d32f2f;
}
/*----------------------------------------------------------------FORM-----------------------------------------------------------------------*/

/* .modification {
  display: grid;
  margin-top: 100px;
  justify-content: center;
  margin-bottom: 100px;
} */
/*-----------------------------------modification-------------------------------------------------------*/

.modification {
  display: grid;
  background-color: #ffffff;
  padding: 30px;
  margin: 40px auto;
  max-width: 800px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-top: 150px;
}

.modification h3 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #2c6b2f;
}

.modification p {
  margin-bottom: 15px;
  font-size: 1rem;
  color: #444;
}

.modification strong {
  color: #222;
}

.modification textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  resize: vertical;
  margin-top: 10px;
  background-color: #eee;
}

/*-----------------------------------------------------------------------------------------------------*/
.modif {
  padding: 20px;
  display: grid;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: 700px;
}
.btn__modif {
  background-color: #4caf50;
}
.btn2__modif {
  background-color: #ff9800;
}
.modif input {
  display: flex;
  width: 650px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
/* ----------------------------------------------RESPONSIVE PAGE ACCUEIL-------------------------------------------------------*/

/* Menu responsive---------------------------------------------------*/

@media (max-width: 768px) {
  .navbar ul {
    position: absolute;
    top: 90px;
    right: 0;
    width: 100%;
    flex-direction: column;
    text-align: center;
    padding: 10px 0;
    color: white;
    /* display: flex;
    background-color: rgba(144, 238, 144, 0.5); */
  }

  .navbar ul li {
    margin: 10px 0;
  }

  .navbar__burger-menu-toggle {
    display: flex;
  }
  .sidebar__burger-menu-toggle {
    display: flex;
  }
  /* .dashbord {
    width: 100%;
  } */
  #nous_contacter .button {
    width: 10px;
  }
  .hero h1 {
    margin-top: -50px;
    font-size: 30px;
  }
  .footer-container {
    flex-direction: column;
  }
  .hero p {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .container-fluide {
    flex-direction: column;
    align-items: center;
    margin-inline: 0px;
  }

  .map-container,
  .contact-info {
    width: 100%;
    padding: 10px;
  }

  iframe {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;

    .sidebar-menu {
      display: block;
    }

    .content-area {
      margin-left: 0;
      padding: 20px;
    }

    .stats-container {
      flex-direction: column;
      align-items: center;
    }

    .suiv-card {
      width: 100%;
      margin-bottom: 20px;
    }
  }
  .sidebar-active {
    transform: translateX(-80%);
  }
  .menu-list {
    padding-right: 30px;
    display: contents;
  }
}

/* RESPONSIVE PAGE UTILISATEUR---------------------------------------------------------------------------------------------------*/

@media (max-width: 768px) {
  .title {
    margin-left: 60px;
    text-align: left;
    font-size: 24px;
  }
  .title h2 {
    font-size: 20px;
    margin-left: 20px;
  }
  .tab_bord {
    margin-left: 60px;
    max-width: 700px;
  }
  .tab_bord .table {
    font-size: 14px;
  }
  .tab_bord-card .card {
    width: 180px;
    height: 250px;
  }
  .tab_bord-card .card h3 {
    font-size: 16px;
  }
  .tab_bord-card .card p {
    font-size: 14px;
  }
  .tab_bord-card .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  /* .card-coach_messagerie {
    max-width: 650px;
  } */
  /*----------------responsive MES CHIENS-----------------*/
  .content {
    margin-left: 60px;
    max-width: 700px;
    width: 100%;
  }
  .dog-avatar img {
    width: 100px;
  }
  .dog-info {
    font-size: 14px;
    margin-left: -50px;
  }
  .dog-actions .btn {
    padding: 3px;
  }
  .dog-actions .btn a {
    font-size: 14px;
    text-decoration: none;
  }
  .suivi {
    margin-left: 60px;
    max-width: 650px;
  }
  .card-user_messagerie {
    margin-left: 60px;
    max-width: 650px;
  }
  .container-cours {
    margin-left: 60px;
    max-width: 650px;
  }
  .reservation {
    margin-left: 60px;
    max-width: 650px;
  }
}
/*--------------------responsive MESSAGERIE---------------------------*/

.card-user_messagerie th {
  text-align: center;
}
.card-user_messagerie tr {
  text-align: center;
}
.card-user_messagerie td {
  font-size: 12px;
  text-align: center;
}
.card-user_messagerie button {
  padding: 0px;
  margin-bottom: 20px;
}
.card-user_messagerie a {
  text-decoration: none;
  padding: 2px 4px;
}

/* RESPONSIVE PAGE COACH---------------------------------------------------------------------------------------------*/

@media (max-width: 768px) {
  .container-coach {
    margin-left: 20px;
  }
  .card-coach {
    display: inline-block;
    max-width: 650px;
    margin-left: 20px;
  }
  .card-coach2 {
    display: inline-block;
    max-width: 650px;
  }
  /*-----------responsive COURS---------------------------------------*/

  .cours_programmé .table {
    font-size: 10px;
  }
  .cours_programmé .table th {
    padding: 0px;
    text-align: center;
  }

  .cours_programmé .table-container td {
    padding: 0px;
    text-align: center;
  }
  .cours_programmé td .btn {
    display: inline-block;
    padding: 3px;
    margin-bottom: 20px;
    margin-right: -6px;
  }
  .cours_programmé td .btn a {
    font-size: 12px;
    display: block;
    text-decoration: none;
  }
  .cours_programmé .table td:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }

  .cours_programmé .table-container {
    font-size: 12px;
  }

  /*-------------------------responsive MESSAGERIE------------------------*/
  /* .card-coach_messagerie th {
    text-align: center;
  }
  .card-coach_messagerie td {
    font-size: 12px;
    text-align: center;
  }
  .card-coach_messagerie button {
    padding: 0px;
    margin-bottom: 20px;
  } */
  .card-coach_messagerie button {
    text-decoration: none;
    padding: 2px 4px;
    margin-bottom: 20px;
  }
}

/* --------------------------------RESPONSIVE PAGE ADMIN--------------------------------------------------------------------------------------------*/

@media (max-width: 768px) {
  .admin_container {
    margin-left: 60px;
    max-width: 650px;
  }
  .admins th {
    text-align: center;
  }
  .admins td {
    text-align: center;
  }
  .admins td .btn {
    font-size: 12px;
    padding: 3px;
    text-decoration: none;
    gap: 20px;
  }
  .admins td .btn a {
    font-size: 12px;
    display: flex;
    text-decoration: none;
  }
  .admins .table-container {
    font-size: 12px;
    padding: 0px;
  }

  /*----------------------------------------responsive RESERVATIONS et INSCRIPTIONS_EVENT, MESSAGERIE_ADMIN, COURS_PROGRAMMé------------------*/
  .commentaires,
  .events,
  .dogs,
  .admins,
  .coachs,
  .users,
  .cours_programmé,
  .card-admin_messagerie,
  .card-coach_messagerie,
  .inscriptions_event,
  .reservations {
    margin-left: 50px;
    width: 700px;
    font-size: 12px;
  }

  .commentaires th,
  .events th,
  .dogs th,
  .admins th,
  .coachs th,
  .users th,
  .cours_programmé th,
  .card-admin_messagerie th,
  .card-coach_messagerie th,
  .inscriptions_event th,
  .reservations th {
    text-align: center;
  }

  .commentaires td,
  .events td,
  .dogs td,
  .admins td,
  .coachs td,
  .users td,
  .cours_programmé td,
  .card-admin_messagerie td,
  .card-coach_messagerie td,
  .inscriptions_event td,
  .reservations td {
    text-align: center;
  }
  .commentaires .btn,
  .events .btn,
  .dogs .btn,
  .admins .btn,
  .coachs .btn,
  .users .btn,
  .cours_programmé .btn,
  .card-admin_messagerie .btn,
  .card-coach_messagerie .btn,
  .inscriptions_event .btn,
  .reservations .btn {
    font-size: 12px;
    text-decoration: none;
    padding: 3px;
  }
  /* .events .btn a,
  .dogs .btn a,
  .admins .btn a,
  .coachs .btn a,
  .users .btn a,
  .cours_programmé .btn a,
  .card-admin_messagerie .btn a,
  .inscriptions_event .btn a,
  .reservations .btn a {
    text-decoration: none;
  } */

  /*----------------------------------responsive MESSAGERIE-------------------------*/

  /* {
    max-width: 650px;
    font-size: 12px;
  } */
  /* {
    text-align: center;
  } */
  .card-admin_messagerie td {
    text-align: center;
  }
  .card-admin_messagerie button {
    padding: 0px;
    margin-bottom: 20px;
  }
  .card-admin_messagerie .table-container .btn {
    font-size: 12px;
    padding: 2px 4px;
    text-decoration: none;
  }
  /* .messagerie td .btn {
    /* padding: 3px; */
  /* text-decoration: none; */
  /* gap: 20px;
  }
  .messagerie td .btn a {
    font-size: 12px;
    display: flex;
    text-decoration: none;
  }
  .messagerie .table-container {
    font-size: 12px;
    padding: 0px;
  }
  .card-header .messagerie .button {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
  } */
  */

  /*-----------------------responsive GESTION COURS------------------*/
  .cours_programmé .table-container {
    font-size: 10px;
  }
  .cours_programmé .table-container th {
    padding: 0px;
    text-align: center;
  }

  .cours_programmé .table-container td {
    padding: 0px;
    text-align: center;
  }
  .cours_programmé td .btn {
    display: inline-block;
    padding: 3px;
    margin-bottom: 20px;
    margin-right: -6px;
  }
  .cours_programmé td .btn a {
    font-size: 12px;
    display: block;
    text-decoration: none;
  }
  .cours_programmé td:last-child {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
  }

  .cours_programmé .table-container {
    font-size: 12px;
  }

  /*-----------------------responsive GESTION USERS------------------*/
  .users .table-container {
    font-size: 12px;
  }
  .users .table-container th {
    padding: 0px;
    text-align: center;
  }
  .users .table-container td {
    padding: 0px;
    text-align: center;
  }
  .users td .btn {
    display: inline-block;
    padding: 3px;
    margin-bottom: 20px;
    margin-right: -6px;
  }
  .users td .btn a {
    font-size: 12px;
    display: block;
    text-decoration: none;
  }
  .users td:last-child {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
  }

  /*---------------------responsive GESTION COACH------------------------*/
  .coachs th {
    padding: 4px;
    text-align: center;
  }
  .coachs td {
    text-align: center;
  }
  .coachs td .btn {
    font-size: 12px;
    padding: 3px;
    text-decoration: none;
    gap: 20px;
  }
  .coachs td .btn a {
    font-size: 12px;
    display: flex;
    text-decoration: none;
  }
  .coachs .table-container {
    font-size: 12px;
    padding: 0px;
  }
  /*-----------------------responsive GESTION CHIEN-------------------------*/
  .dogs .table-container {
    font-size: 12px;
  }
  .dogs .table-container th {
    padding: 4px;
    text-align: center;
  }
  .dogs .table-container td {
    padding: 0px;
    text-align: center;
  }
  .dogs td .btn {
    display: inline-block;
    padding: 3px;
    margin-bottom: 20px;
  }
  .dogs td .btn a {
    font-size: 12px;
    display: flex;
    text-decoration: none;
  }
  .dogs td:last-child {
    display: flex;
    flex-direction: row;
    gap: 3px;
    justify-content: center;
  }
}
/* RESPONSIVE PAGE CREER UN COMPTE----------------------------------------------------------------------------------*/

@media (max-width: 768px) {
  .creation {
    max-width: 600px;
  }
}
/* RESPONSIVE PAGE SE CONNECTER------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
  .creation {
    max-width: 600px;
  }
}

/* RESPONSIVE PAGE AJOUTER UN COMPTE UTILISATEUR-----------------------------------------------------------------------------*/
@media (max-width: 768px) {
  .creation {
    max-width: 600px;
  }
}
/* RESPONSIVE AFFICHAGE NAVBAR HEADER EN GRAND ECRAN------------------------------------------------------------------------*/
@media (min-width: 768px) {
  .navbar__burger-menu--closed {
    display: flex;
  }
}

/* RESPONSIVE Message_read */
@media (max-width: 600px) {
  .modification {
    padding: 20px;
  }

  .modification h3 {
    font-size: 22px;
  }

  .modification textarea {
    font-size: 15px;
  }
}
