@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #000;
  color: #fff;
}



.banniere-contact {
  position: relative;
  height: 59vw;
  background: url("../images/main-volant_contact.png") no-repeat center center /
    cover;
  color: #fff;
}

.surfacebanniere-contact {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  display: flex;
  padding: 0 5.5vw;
  flex-direction: column;
  justify-content: space-between;
}

.nav-contact {
  display: flex; 
  align-items: center; 
  justify-content: center; 
  position: relative; 
}

.nav-contact .logo {
  margin: 0 auto; 
  width: clamp(90px,10vw,150px); 
  height: auto; 
}

.nav-contact-link {
  color: #fff;
  text-decoration: none;
  position: absolute; 
  left: 1vw; 
  font-size: clamp(12px, 1.5vw, 20px); 
  font-weight: 400; 
  font-family: 'Montserrat', sans-serif;
  z-index: 10;
}

.nav-contact img[alt="Menu Icon"] {
  position: absolute; 
  right: 1vw; 
  width: clamp(18px,2vw,30px); 
  height: auto;
  z-index: 10;
}

.logo {
  height: 18.3vh;
  display: block;
  margin: 0 auto;
}

.surfacebanniere-contact h1 {
  text-align: left;
  font-size: 7vw;
  font-weight: 700;
  margin-bottom: 20vw;
  color: #baafaf;
}



main {
  background: #fff;
  padding: 4vh 2vw;
}

.options-nouscontacter .card {
  background: #fff;
  color: #000;
  padding: 17vw 5vw 5vw 5vw;
  border: 0.25px solid #bfbfbf;
  border-radius: 0;
  width: 46vw;
  display: flex;
  align-items: left;
  flex-direction: column; 
  justify-content: space-between; 
  flex: 1 2 calc(50% - 2em); 
  margin: 1vw;
}

.card h2 {
  font-family: "montserrat", sans-serif;
  font-size: 3vw;
  font-weight: 500;
  line-height: 3vw;
  padding-bottom: 3vh;
}

.card:hover {
  transform: translateY(-5px);
}

.card p {
  font-family: "montserrat", sans-serif;
  font-size: 1.35vw;
  font-weight: 200;
  line-height: 1.5vw;
}

.options-nouscontacter {
  display: flex;
  justify-content: space-between;
}

.infos-supporttechnique {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.titre-supporttechnique {
  font-family: "Montserrat", sans-serif;
  padding-top: 2vw;
  padding-left: 5vw;
  width: 100%;
  color: black;
}

.titre-supporttechnique h2 {  
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 600;
}


.icon-supporttechnique img[alt="Flèche retour"] {
  width: 4vw; 
  height: auto;
}

.text-supporttechnique {
  font-size: clamp(0.95rem, 1.25vw, 1.35rem); 
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 2.25vw;
  padding-top: 3vw;
  padding-left: 5vw;
  padding-right: 6vw;
  color: black;
}

.textboutton-supporttechnique {
  display: block;
  margin: 0 auto;
  font-weight: 500;
  padding: 2vw 3vw;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease; 
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  background: linear-gradient(45deg,rgba(132, 104, 97, 0.5) 10%,
    rgba(63, 78, 120, 0.49) 30%, #252525 100%);
  font-size: clamp(0.95rem, 1.25vw, 1.35rem); 
}

.textboutton-supporttechnique:hover { 
  background-color: #1b1b1b;
      color: #ffffff;
}


.textboutton-supporttechnique:active {
  transform: scale(0.95); 
}

.boutton-supporttechnique {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5vw auto 4vw auto; 
}

main a {
  text-decoration: none;
  color: inherit;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  padding-bottom: 7vw;
  padding-top: 7vw;
  background-color: rgba(0, 0, 0, 0.529) !important; 
}

.popup-icon img[alt="Croix fermer"] {
  width: 2vw; 
  cursor: pointer;
}

.popup-icon {
  background-color: #fff;
  border: none;
  float: right;
}

.popup-content {
  background: #fff;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  height: auto; 
  max-height: 90vh; 
  overflow-y: auto; 
  position: relative;
  width: clamp(320px, 55vw, 55vw); 
  padding: 2vw; 
  box-sizing: border-box; 
}

.popup-content input,
.popup-content textarea {
  width: 100%; 
  max-width: 100%; 
  box-sizing: border-box; 
  margin: 0; 
  padding: 0.5rem; 
  font-size: 1vw;
}

.popup-content input {
  margin: 0; 
  padding: 0.5vw; 
}

.popup-content h3 {
  color: #000;
  font-size: 3vw;
  margin-bottom: 4vw;
  font-weight: 600;
  float: center;
  padding-top: 3vw;
  padding-left: 1vw;
}

.formulaire-contact {
  margin: 0vw 1vw;
}

.rang1-formulaire {
  display: flex; 
  flex-wrap: wrap; 
  justify-content: space-between; 
  width: 100%; 
  box-sizing: border-box; 
  margin-bottom: 1vw;
  gap: 1vw;
}

.type-formulaire1 input {
  width: clamp(28vw, 32vw, 35vw); 
  max-width: 340px; 
  box-sizing: border-box;   
  border: 1px solid #ccc; 
  border-radius: 4px; 
  display: flex;
  padding: 1vw; 
  margin: 1vw 0; 
  background-color: #f4f4f4;
}

.type-formulaire1 input:focus {
  outline: none; 
  border-color: #000; 
  background-color: #fff;
}

.type-formulaire2 input:focus {
  outline: none; 
  border-color: #000; 
  background-color: #fff;
}

.type-formulaire1 label {
  font-size: clamp(0.75rem ,1.25vw, 1.25vw);
  font-family: "Montserrat", sans-serif;
  line-height: 2vh;
  padding-top: 1em;
  padding-bottom: 2vh;
  color: black;
}

.info-client {
  font-size: 0.6rem; 
  color: #4d4d4d; 
  font-weight: 0; 
}

.type-formulaire2 input {
  width: 49vw; 
  box-sizing: border-box;   
  border: 1px solid #ccc; 
  border-radius: 4px; 
  display: flex;
  padding: 1vw; 
  margin: 1vw 0; 
  background-color: #f4f4f4;
}


.type-formulaire2 label {
  font-size: clamp(0.75rem ,1.25vw, 1.25vw);
  font-family: "Montserrat", sans-serif;
  line-height: 2vh;
  padding-top: 1em;
  padding-bottom: 2vh;
  color: black;
}

.type-formulaire3 textarea {
  width: 49vw; 
  height: 20vw;
  box-sizing: border-box;   
  border: 1px solid #ccc; 
  border-radius: 4px; 
  display: flex;
  padding: 1vw; 
  margin: 1vw 0; 
  background-color: #f4f4f4;
  resize: none;
}

.type-formulaire3 textarea:focus {
  outline: none; 
  border-color: #000; 
  background-color: #fff;
}

.type-formulaire3 label {
  font-size: clamp(0.75rem ,1.25vw, 1.25vw);
  font-family: "Montserrat", sans-serif;
  line-height: 2vh;
  padding-top: 1em;
  padding-bottom: 2vh;
  color: black;
}

input:focus, textarea:focus, select:focus, button:focus {
  outline: none !important;
  box-shadow: none !important;
}


.textenvoyer-popupsupport {
  margin-top: 4vw;
  display: flex;
  font-size: clamp(10px,1.25vw,1.25vw);
  font-weight: 400;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  padding-top: 2.25vh;
  padding-bottom: 2.25vh;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease; 
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  background-color: #000000; 
}

.textenvoyer-popsupport:active {
  transform: scale(0.95); 
}

.bouttonenvoyer-popupsupport {
  display: flex;
  align-items: center;
  justify-content: end;
}

.infos-supporttechnique {
  display: flex;
  flex-direction: column;
  align-items: flex-start; 
  text-align: left;        
}


.text-supporttechnique-demandereçue {
  font-size: clamp(0.95rem, 1.25vw, 1.35rem); 
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 2.25vw;
  padding-top: 3vw;
  padding-left: 5vw;
  padding-right: 6vw;
  color: black;
  margin-bottom: 10vw;
}

.titre-contact {
  font-size: 5vh;
  font-family: "Montserrat", sans-serif;
  line-height: 1.75em;
  padding-top: 1em;
  padding-left: 10vh;
  padding-right: 8em;
  padding-bottom: 2.5em;
  color: black;
}

.banniere-mentionsetpolitiques {
  background-color: #f7f7f7;
  position: relative;
  height: 45vw;
  color: #fff;
}

.surfacebanniere-mentionsetpolitiques {
  height: 100%;
  width: 100%;
  display: flex;
  padding: 0 5.5vw;
  flex-direction: column;
  justify-content: space-between;
}


.nav-mentionsetpolitiques {
  display: flex; 
  align-items: center; 
  justify-content: center; 
  position: relative; 
}

.nav-mentionsetpolitiques .logo {
  margin: 0 auto; 
  width: clamp(90px,11vw,150px); 
  height: auto; 
}

.nav-mentionsetpolitiques-link {
  color: #000000;
  text-decoration: none;
  position: absolute; 
  left: 1vw; 
  font-size: clamp(12px, 1.5vw, 20px); 
  font-weight: 400; 
  font-family: 'Montserrat', sans-serif;
}

.nav-mentionsetpolitiques img[alt="Menu Icon"] {
  position: absolute; 
  right: 1vw; 
  width: clamp(18px,2vw,30px); 
  height: auto;
}

.surfacebanniere-mentionsetpolitiques h1 {
  text-align: left;
  font-size: 6vw;
  font-weight: 700;
  margin-bottom: 10vw;
  color: #baafaf;
}







.textboutton-mentionsetpolitiques {
  display: inline-flex;
  align-items: center;
  font-size: clamp(0.9rem, 1.5vw, 1.75rem); 
  font-weight: 500;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
  border: rgb(162, 162, 162) solid 0.1px;
  cursor: pointer;
  transition: background-color 0.3s ease; 
  color: #000000;
  font-family: "inter", sans-serif;
  background-color: #ffffff; 
  width: 25vw;
}

.textboutton-mentionsetpolitiques {
  transform: scale(0.95); 
}

.boutton-mentionsetpolitiques {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5vw;
  margin-bottom: 2.5vw;
}

.ligne-separatrice1 {
  border: none;
  height: 0.5px;
  background-color: #c6c6c6;
  width: 100%;
  margin: 2vh auto;
}

.mentionslegales {
  padding-top: 5vw;
  padding-bottom: 1vw;
  color: #0d0d0d;
}

.titre-mentionslegales {
  font-size: clamp(1rem, 2vw, 2rem); 
  font-family: "Montserrat", sans-serif;
  padding-bottom: 3vw;
  color: #0d0d0d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase; 
  font-weight: 400; 
}

.titre-mentionslegales h2 {
    font-weight: 600; 
}


.date-mentionsetpolitiques {
  font-size: clamp(0.8rem, 1.2vw, 1.75rem); 
  font-family: "inter", sans-serif;
  padding-top: 1vw;
  padding-left: 6vw;
  padding-bottom: 2vw;
  color: #c6c6c6;
  text-align: left;
}

.text-mentionslegales {
  font-size: clamp(0.8rem, 1.2vw, 1.75rem); 
  font-family: "montserrat", sans-serif;
  padding-top: 3vh;
  padding-left: 6vw;
  padding-right: 6vw;
  color: #0d0d0d;
  margin-bottom: 8vw;
}

.text-mentionslegales p {
  margin-bottom: 2vw; 
  line-height: clamp(1rem, 1.75vw, 1.75rem); 
}

.text-mentionslegales ol {
  margin-top: 3vw;
  font-weight: 550;
  margin-bottom: clamp(1rem, 1.75vw, 1.75rem); 
}

.text-mentionslegales li {
  margin-bottom: 1vw; 
  line-height: clamp(1rem, 1.75vw, 1.75rem); 
  margin-left: 3vw;
}

.text-mentionslegales li::marker {
  color: #c6c6c6; 
  font-size: clamp(0.8rem, 1.2vw, 1.75rem); 
}

.text-mentionslegales a {
  color: #000000; 
  font-weight: 600;
  text-decoration: none; 
  font-style: none;
}


.dropdown {
  position: relative;
  display: inline-block;
}


.dropdown-menu {
  display: none; 
  position: absolute;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  margin: 0;
  width: clamp(200px, 20vw, 300px); 
  z-index: 1000;
  border: none;
}


.dropdown-menu li {
  padding-left: 1vw;
  padding-right: 1vw;
  padding-bottom: 1vw;
  padding-top: 1vw;
  display: flex;
  text-align: left;
}

.dropdown-menu li a {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
}

.dropdown-menu li:hover {
  background-color: #f4f4f4;
}


.dropdown:hover .dropdown-menu {
  display: block; 
}


.dropdown-menu li a.active {
  font-weight: bold;
  color: #baafaf;
}

.dropdown-menu.show {
  display: block; 
}

.cgu {
  padding-top: 5vw;
  padding-bottom: 1vw;
  color: #0d0d0d;
}

.titre-cgu {
  font-size: clamp(1.8rem, 2vw, 2.05rem); 
  font-family: "Montserrat", sans-serif;
  padding-bottom: 6vw;
  color: #0d0d0d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.text-cgu {
  font-size: clamp(0.8rem, 1.2vw, 1.75rem); 
  font-family: "montserrat", sans-serif;
  padding-top: 3vh;
  padding-left: 6vw;
  padding-right: 6vw;
  color: #0d0d0d;
  margin-bottom: 8vw;
}

.textboutton-cgu {
  display: inline-flex;
  align-items: left;
  text-align: left;
  font-size: clamp(0.9rem, 1.5vw, 1.75rem); 
  font-weight: 500;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
  border: rgb(162, 162, 162) solid 0.1px;
  cursor: pointer;
  transition: background-color 0.3s ease; 
  color: #000000;
  font-family: "inter", sans-serif;
  background-color: #ffffff; 
  width: 25vw;
}

.textboutton-cgu {
  transform: scale(0.95); 
}

.rectangleinfos-mentionsetpolitiques {
  background-color: #ececec;
  padding: 1vw;
  margin-top: 2vw;
  margin-bottom: 2vw;
  margin-left: 6vw;
  margin-right: 6vw;
}

.rectangleinfos-mentionsetpolitiques p {
  font-size: clamp(0.8rem, 1.2vw, 1.75rem); 
  font-family: "inter", sans-serif;
  line-height: clamp(1rem, 1.75vw, 1.75rem); 
  padding-top: 2vw;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  padding-bottom: 2vw;
  color: #0d0d0d;
  font-weight: 100;
}

.back-to-top-container {
  font-family: "inter", sans-serif;
  margin-top: 1vw;
  padding-top: 4vw;
  font-size: clamp(0.8rem, 1.2vw, 1.75rem); 
}

.back-to-top-container a {
  text-decoration: underline;
  color: #baafaf;
  font-weight: 300;
}










.text-FAQ {
  padding-top: 1vw;
  padding-left: 6vw;
  padding-right: 6vw;
  color: #5e1818;
}

.faq-section {
  font-size: clamp(1rem, 1.75vw, 1.75rem); 
  font-family: "inter", sans-serif;
  padding-top: 1vw;
  padding-left: 6vw;
  padding-right: 6vw;
  padding-bottom: 1vw;
  color: #0d0d0d;
}

.faq-section h3 {
  font-weight: 400;
  font-size: clamp(1rem, 1.75vw, 1.75rem); 
}


.faq {
  margin-bottom: 2vw;
}

.faq-content {
  font-size: clamp(0.8rem, 1.2vw, 1.75rem); 
  font-family: "montserrat", sans-serif;
  padding-left: 0vh;
  color: #0d0d0d;
  display: none;
}

.faq-text {
  font-family: "montserrat", sans-serif;
  padding-left: 0vh;
  color: #0d0d0d;
}

.questions-faq {
  font-size: clamp(1rem, 1.5vw, 1.75rem); 
  font-style: italic;
  font-family: "montserrat", sans-serif;
  padding-top: 1vw;
  padding-left: 5.5vw;
  padding-right: 6vw;
  color: #0d0d0d;
  font-weight: 500;
}

.faq-text a {
  color: #000000; 
  font-weight: 600;
  text-decoration: none; 
}

.back-to-top-faq {
  font-family: "inter", sans-serif;
  font-size: clamp(0.8rem, 1.2vw, 1.75rem); 
  text-decoration: underline;
  color: #baafaf;
  font-weight: 300;
}

.titre-faq:hover {
  color: #baafaf; 
}

.titre-faq {
  cursor: pointer; 
  transition: all 0.3s ease; 
}

.faq-content {
  padding: 0; 
  margin: 0 auto; 
}

.faq-text {
  padding: 0 2vw; 
  margin: 0; 
  text-align: left; 
}

.ligne-separatrice {
  margin: 2vh auto; 
  width: 90%; 
  border: 1px solid #ccc; 
}














.banniere-gestionequipe {
  position: relative;
  background-color: #000000;
  color: #fff;
  height: clamp(90px,10vw,11vw); 
  width: 100%;
  display: flex;
  padding-left: 5.5vw;
  padding-right: 5.5vw;
  flex-direction: column;
  justify-content: space-between;
}

.titre-gestionequipe {
  font-family: "montserrat", sans-serif;
  padding-bottom: 2.5vh;
  padding-left: 6vw;
  padding-right: 6vw;
  color: #000000;
}

.titre-gestionequipe h1 {
  text-align: left;
  font-size: clamp(30px, 2.5vw, 48px);
  font-weight: 600;
  background: linear-gradient(180deg, #090909,rgb(116, 116, 116));
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 5vw;
  margin-bottom: 1vw;
  text-transform: uppercase;
  letter-spacing: .165rem;
}

.soustitre-gestionequipe {
  font-size: clamp(0.95rem, 1.25vw, 1.5rem); 
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 2vw;
  padding-left: 6vw;
  padding-right: 6vw;
  padding-bottom: 3vw;
  margin-top: 1vw;
  color: black;
  text-align: center;
  justify-content: center;
}

.poste-gestionequipe {
  font-family: "Montserrat", sans-serif;
  padding-top: 1vw;
  padding-left: 6vw;
  padding-right: 6vw;
  padding-bottom: 2vw;
  color: black;
}

.poste-gestionequipe h2 {
  font-size: 3vw;
  font-weight: 500;
  color: black;
  margin-top: 3vw;
}

.cardmembre-gestionequipe {
  padding-top: 2vw;
  padding-bottom: 2vw;
  padding-left: 2vw;
  width: 25vw;
  border: solid 0.5px #bfbfbf;
  background-color: #515151;
  border-radius: 8px;
  align-items: center;
  text-align: left;
  justify-content: space-between;
  display: flex;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.306); 
}

.cardmembre-gestionequipe h3 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.75rem, 1.5vw, 1.75rem); 
  font-weight: 200;
  color: #ffffff;
}

.cardmembre-gestionequipe img {
  width: 4vw;
  height: auto;
  padding-right: 2vw;
}

.membre-gestionequipe {
  display: flex; 
  gap: 4.5vw; 
  flex-wrap: wrap; 
  margin-right: 5vw;
  margin-left: 5vw;
  margin-top: 2vw;
}

.boutton-ajoutermembre {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-top: 6vw;
  margin-bottom: 6vw;
  margin-right: 6vw;
}

.textboutton-ajouter {
  display: inline-flex;
  align-items: center;
  font-size: clamp(0.8rem, 1.2vw, 1.75rem); 
  font-weight: 400;
  padding-left: 2vw;
  padding-right: 2vw;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease; 
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  background: linear-gradient(45deg,rgba(132, 104, 97, 0.5) 10%,
    rgba(63, 78, 120, 0.49) 30%, #252525 100%);
}

.textboutton-ajouter:hover { 
  background-color: #1b1b1b;
  color: #ffffff;
}




.nom-membre {
  font-family: "montserrat", sans-serif;
  padding-bottom: 2.5vw;
  padding-left: 6vw;
  padding-right: 6vw;
  color: #000000;
}

.ligne-separatrice-membre {
  border: none;
  height: 0.5px;
  background-color: #000000; 
  width: 50%;
  margin: 1vw auto;
}

.nom-membre h2 {
  text-align: center;
  font-size: clamp(1.25rem, 1.75vw, 2rem); 
  font-weight: 700;
  color: #000;
  line-height: 1;
  margin-top: 3vw;
  margin-bottom: 1vw;
  text-transform: uppercase;
}


.conteneur-formulairemembre {
  display: flex; 
  justify-content: space-between; 
  gap: 1vw; 
  background: linear-gradient(45deg,rgba(132, 104, 97, 0.5) 10%,
    rgba(63, 78, 120, 0.49) 30%, #252525 100%);  
  border-radius: 10px 10px 0 0;
  margin: 4vw 2vw 0vw 2vw;
}

.card-formulairemembre-gauche {
  width: 50%; 
  background-color: #EAEAEA; 
  padding-left: 3vw;
  padding-right: 3vw;
  padding-top: 2vw; 
}

.card-formulairemembre-gauche h3 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.25rem, 2vw, 2rem); 
  font-weight: 200;
  color: #000000;
  margin-top: 0.5vw;
  margin-bottom: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-formulairemembre-gauche input {
  width: 100%; 
  max-width: 100%; 
  box-sizing: border-box; 
  border: 1px solid #828282; 
  border-radius: 4px; 
  padding-bottom: 0.5vw; 
  padding-top: 0.5vw; 
  padding-left: 1vw; 
  margin: 1vw 0; 
  background-color: #efefef;
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
}

.card-formulairemembre-gauche label {
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
  font-family: "Montserrat", sans-serif;
  line-height: 2vh;
  padding-top: 1em;
  color: black;
}

.card-formulairemembre-droite label {
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
  font-family: "Montserrat", sans-serif;
  padding-top: 1em;
  line-height: 2vh;

  color: rgb(255, 255, 255);
}

.card-formulairemembre-droite input {
  width: 100%; 
  max-width: 100%; 
  box-sizing: border-box; 
  border: 1px solid #bbbbbb; 
  border-radius: 4px; 
  padding-bottom: 0.5vw; 
  padding-top: 0.5vw; 
  padding-left: 1vw; 
  margin: 1vw 0; 
  background-color: #574948;
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
  color: #ffffff;
}

.card-formulairemembre-droite h3 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.25rem, 2vw, 2rem); 
  font-weight: 200;
  color: #ffffff;
  margin-top: 0.5vw;
  margin-bottom: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
}


.card-formulairemembre-droite {
  width: 100%; 
  background-color: #0000000f; 
  padding-left: 3vw;
  padding-right: 3vw;
  padding-top: 2vw; 
}

.formulaire-membre {
  width: 100%; 
  font-size: clamp(0.5rem, 1vw, 1.25rem);
}

.rang1-formulaire-membre{
  display: flex;
  flex-direction: row; 
  gap: 2vw;            
  width: 100%;
}

.rang-double {
  flex: 1 1 0;
  min-width: 0;
}

.rang2-formulaire-membre {
  width: 100%;
  display: flex;
  flex-direction: column; 
}

.rang-simple {
  display: flex;
  flex-direction: column; 
  flex: 1 1 0;
  min-width: 0;
}

.rang3-formulaire {
  display: flex;
  flex-direction: column; 
  width: 100%;
}

.rang-triple {
  display: flex;
  justify-content: space-between;
  gap: 1vw;  
  flex: 1 1 0;
  min-width: 0;
}

.flag-icon {
  width: 3vw; 
  height: auto; 
}

.card-formulairemembre-gauche select {
  width: 15%; 
  max-width: 15%; 
  box-sizing: border-box; 
  border: 1px solid #828282; 
  border-radius: 4px; 
  padding-bottom: 0.5vw; 
  padding-top: 0.5vw; 
  padding-left: 1vw; 
  margin: 1vw 0; 
  background-color: #ffffff;
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
  box-shadow: none !important;
}


.card-formulairemembre-gauche select.select-membre {
  background: #fff;
  width: 100%; 
  max-width: 100%; 
  box-sizing: border-box; 
  border: 1px solid #828282; 
  border-radius: 4px; 
  padding-bottom: 0.5vw; 
  padding-top: 0.5vw; 
  padding-left: 2vw; 
  margin: 1vw 0; 
  background-color: #ffffff;
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
  box-shadow: none !important;
  height: clamp(1.5rem, 2.5vw, 2.5rem); 

}

.card-formulairemembre-gauche select:focus {
  outline: none; 
  border-color: #000; 
  background-color: #fff;
}

.card-formulairemembre-gauche input:focus {
  outline: none; 
  border: solid 1px #000; 
  background-color: #fff;
}

.card-formulairemembre-droite input:focus {
  outline: none; 
  background-color: #867777;
}

.input-password-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.input-password-wrapper .input-membre {
  width: 100%;
  padding-right: 2.5em; 
  box-sizing: border-box;
}

.eye-icon {
  position: absolute;
  right: 0.8vw;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5vw;
  height: auto;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;

}
.eye-icon:hover {
  opacity: 1;
}

.reset-password {
  font-size: clamp(0.5rem, 1vw, 1.25rem);
  font-family: "Montserrat", sans-serif;
  color: #000;         
  background: none;
  border: none;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  transition: color 0.2s;
}

.reset-password:hover {
  color: #867777;         
  text-decoration: underline;
}

.label-password-wrapper {
  display: flex;
  align-items: end;
  justify-content: space-between; 
  width: 100%;
}

.checkbox-with-text {
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  color: #000;
}

.checkbox-with-text input[type="checkbox"] {
  accent-color: #baafaf; 
  width: 1vw;
  height: 1vw;
}

.checkbox-with-text p {
  margin-left: 0.5vw; 
}

.boutton-enregistrer{
  display: flexbox;
  margin-top: 1vw;
  margin-bottom: 1vw;
}

.textboutton-enregistrer {
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  padding-left: 2vw;
  padding-right: 2vw;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  border: solid 1px #000000;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease; 
  color: #000000;
  font-family: "montserrat", sans-serif;
  background-color: #4e4140; 
}

.textboutton-enregistrer {
  transform: scale(1.05); 
}
.textboutton-enregistrer:hover {
  background-color: #000000; 
  color: #ffffff; 
}

.boutton-enregistrer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3vw;
}

.titre2 {
  font-family: "Montserrat", sans-serif;
  padding-top: 2vw;
  padding-left: 6vw;
  padding-right: 6vw;
  padding-bottom: 4vw;
  color: black;
}

.titre2 h2 {
  font-size: clamp(1.75rem, 3vw, 3rem); 
  font-weight: 500;
  color: black;
  line-height: 1;
  margin-top: 4vw;
}

.cardetablissement-gestionequipe {
  padding-top: 2vw;
  padding-bottom: 2vw;
  padding-left: 2vw;
  width: 30.75%;
  height: 6vw;
  border: solid 0.5px #bfbfbf;
  background-color: #515151;
  border-radius: 8px;
  text-align: left;
  justify-content: space-between;
  display: flex;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.306); 
}

.cardetablissement-gestionequipe h3 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.75rem, 1.5vw, 1.75rem); 
  font-weight: 200;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.etablissement-gestionequipe {
  display: flex; 
  gap: 3vw; 
  flex-wrap: wrap; 
  margin-right: 6vw;
  margin-left: 6vw;
  padding-bottom: 5vw;
}

.card-ajouteretablissement-gestionequipe {
  padding: 0 30px;
  width: auto;
  height: 70px;
  background-color: #eaeaea;
  border-radius: 8px;
  text-align: center;
  justify-content: space-between;
  display: flex;
  margin-bottom: 4vw;
}

.card-ajouteretablissement-gestionequipe h3 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.95rem, 1.25vw, 1.35rem); 
  font-weight: 300;
  color: #bfbfbf;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.X-icon {
  width: 2vw; 
  height: auto; 
  margin-right: 1vw; 
}

.X2icon {
  width: 2vw !important;
  height: auto !important;
  margin-right: 1vw; 
  color: #d3d3d3;
  transform: rotate(45deg); 
}

.boutton-desac-ban {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 7vw;
  margin-bottom: 3vw;
  gap: 4vw;
}

.boutton-desac {
  padding-left: 2vw;
  padding-right: 2vw;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
  font-weight: 500;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease; 
  color: #000000;
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff; 
  border: 3px solid #000000; 
}

.boutton-ban {
  padding-left: 3vw;
  padding-right: 3vw;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
  font-weight: 500;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease; 
  color: #892b2b;
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff; 
  border: 3px solid #892b2b; 
}

.boutton-ban:hover {
  padding-left: 3.5vw;
  padding-right: 3.5vw;
  padding-top: 1.75vw;
  padding-bottom: 1.75vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
  font-weight: 500;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease; 
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  background-color: #892b2b; 
  border: 3px solid #892b2b; 
}

.boutton-desac:hover {
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  padding-top: 1.75vw;
  padding-bottom: 1.75vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
  font-weight: 500;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease; 
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  background-color: #000000; 
  border: 3px solid #000000; 
}













.reglages-generaux-captcha {
  display: flex; 
  flex-wrap: wrap; 
  margin-right: 6vw;
  margin-left: 6vw;
  padding-bottom: 3vw;
}

.reglages-generaux-captcha input {
  width: 100%; 
  max-width: 100%; 
  box-sizing: border-box; 
  border: 1px solid #828282; 
  border-radius: 4px; 
  padding-bottom: 0.5vw; 
  padding-top: 0.5vw; 
  padding-left: 1vw; 
  margin: 1vw 0; 
  background-color: #efefef;
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
}

.boutton-delete {
  padding-left: 1vw;
  padding-right: 1vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.5rem, 1vw, 1.25rem); 
  font-weight: 500;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease; 
  color: #892b2b;
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff; 
  border: 3px solid #892b2b; 
  margin-top: 1vw;
}

.boutton-delete:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.5rem, 1vw, 1.25rem); 
  font-weight: 500;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease; 
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  background-color: #892b2b; 
  border: 3px solid #892b2b; 
}



.boutton-add-save {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5vw;
  margin-bottom: 2vw;
  gap: 4vw;
}

.boutton-add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.75rem, 1vw, 1.25rem); 
  font-weight: 500;
  padding-left: 3vw;
  padding-right: 3vw;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease; 
  color: #000000;
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff; 
  border: 3px solid #000000; 
}


.boutton-save {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.75rem, 1vw, 1.25rem); 
  font-weight: 500;
  padding-left: 2vw;
  padding-right: 2vw;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease; 
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  background-color: #000000; 
  border: 3px solid #000000; 
}

.boutton-add:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.75rem, 1vw, 1.25rem); 
  font-weight: 500;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease; 
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  background-color: #000000; 
  border: 3px solid #000000; 
}



















.card-conversation {
  margin-left: 6vw;
  margin-right: 6vw;
  border: none;
  text-align: left;
  justify-content: flex-start;
  display: flex;
  gap: 1vw;
  align-items: center;
  margin-bottom: 1vw;
}


.photo-profil {
  width: 7vw; 
  height: auto; 
  margin-right: 1vw; 
}

.nom-conversation h3 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.75rem, 1.5vw, 1.75rem); 
  font-weight: 600;
  color: #000000;
  margin: 0;
  margin-bottom: 1vw;
}

.message-conversation {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
  color: #000000;
  font-weight: 600;
  margin-top: 1vw;
}

.infos-message {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.5rem, 1vw, 1.25rem); 
  color: #696969;
  font-weight: 400;
  margin-top: 1.5vw;
  margin-left: auto;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 1.5vw;
}

.pastille-notif {
  margin-bottom: 1.5vw;
  width: 1vw;
  height: auto;
  align-items: end;
  justify-content: right;
  display: flex;
  text-align: right;
}

.nom-conversation2 h3 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.75rem, 1.5vw, 1.75rem); 
  font-weight: 400;
  color: #696969;
  margin: 0;
  margin-bottom: 1vw;
}

.message-conversation2 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
  color: #696969;
  font-weight: 400;
  margin-top: 1vw;
}

.date-message2 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.5rem, 1vw, 1.25rem); 
  color: #696969;
  font-weight: 400;
  margin-top: 1.5vw;
  margin-left: auto;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}










.banniere-admin {
  position: relative;
  height: 57vw;
  background: url("../images/accueil-admin.jpg") no-repeat center center / cover;
  color: #fff;
}

.surfacebanniere-admin {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  padding: 1vw;
  display: flex;
  padding: 0 6vw;
  flex-direction: column;
  justify-content: space-between;
}

.banniere-centraliste {
  position: relative;
  height: 57vw;
  background: url("../images/accueil-centraliste.jpg") no-repeat center center / cover;
  color: #fff;
}

.surfacebanniere-centraliste {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  padding: 1vw;
  display: flex;
  padding: 0 6vw;
  flex-direction: column;
  justify-content: space-between;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-left {
  flex: 1;
}

.nav-center {
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-admin {
  display: flex;
  align-items: center;
  gap: 1vw;
  flex: 1;
  justify-content: flex-end;
}

.icon-nav-admin {
  width: 2vw; 
  height: auto;
  margin-right: 1vh; 
}

.logo {
  height: 10vw;
  margin: 0 auto;
  display: block;
}



.nav-link {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: clamp(0.5rem, 1vw, 1.25rem); 
}
.logo {
  height: 10vw;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.surfacebanniere-admin h1 {
  text-align: left;
  font-size: clamp(1.5rem,3.5vw, 4.5rem);
  font-weight: 600;
  margin-bottom: 15vw;
  color: #ffffff;
}

.surfacebanniere-centraliste h1 {
  text-align: left;
  font-size: clamp(1.5rem,3.5vw, 4.5rem);
  font-weight: 600;
  margin-bottom: 15vw;
  color: #ffffff;
}

.user {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.pp-user-accueil {
  width: 4vw; 
  height: auto; 
  margin-right: 1.5vw; 
  border-radius: 50%; 
}

.contenu-admin {
  display: flex;
  flex-direction: column;
  height: auto; 
  padding: 3vw 5vw 3vw 5vw; 
}

.intro-admin p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto; 
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.95rem, 1.25vw, 1.3rem); 
  color: #000000; 
}

.bloc1-admin {
  display: flex; 
  align-items: flex-start; 
  justify-content: flex-start; 
  gap: 3vw; 
  margin-bottom: 2vw;
}

.bloc1-admin p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
  font-weight: 400;
  color: #000000;
  margin-bottom: 1vw;
}

.card-recette {
  background-color: #f5f5f683; 
  border-radius: 10px; 
  padding: 1vw; 
  box-shadow: 0 4px 24px rgba(0,0,0,0.10), 0 1.5px 4px rgba(137,43,43,0.08); 
  width: 53vw; 
  height: auto; 
  margin-top: 5vw; 
  display: flex; 
  gap: 1vw; 
  align-items: center; 
  justify-content: center; 
  flex-direction: column; 
  padding-top: 2vw;
}

.card-recette h2 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.75rem, 1.5vw, 1.75rem); 
  font-weight: 600; 
  color: #000000; 
}

.card-recette p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.5rem, 3vw, 4.5rem);
  color: #000000; 
  font-weight: 600;
  margin-bottom: 1vw; 
}

.card-info-recette {
  padding: 1vw; 
  margin-top: 5vw;
  text-align: center;
  font-size: clamp(0.75rem, 1.5vw, 1.75rem); 
}

.boutton-recette {
  margin-top: 2vw;
  margin-right: 1.5vw;
  margin-left: 1.5vw;
  background-color: #000000; 
  color: #ffffff; 
  border: none; 
  padding: 1vw; 
  border-radius: 5px; 
  cursor: pointer; 
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.5rem, 1vw, 1.25rem); 
  width: clamp(9em, 13vw, 15em);
  transition: all 0.3s ease; 
}

.boutton-recette:hover {
  background-color: #515151; 
  color: #baafaf; 
}






.bloc2-admin {
  margin-top: 4vw;
  background: linear-gradient(45deg,rgba(132, 104, 97, 0.5) 10%,
    rgba(63, 78, 120, 0.49) 30%, #252525 100%);    
    padding: 2vw;
  border-radius: 10px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10), 0 1.5px 4px rgba(137,43,43,0.08); 
}

.intro-bloc2-admin {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1vw; 
  height: auto; 
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.75rem, 1.5vw, 1.75rem); 
  color: #ffffff; 
}

.intro-bloc2-admin h2 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.75rem, 1.75vw, 1.75rem); 
  color: #ffffff; 
  font-weight: 600;
  margin-top: 1vw;
}

.intro-bloc2-admin p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
  color: #000000; 
  font-weight: 400;
  margin-bottom: 1vw; 
}

.container-card-aperçu {
  display: flex; 
  align-items: flex-start; 
  justify-content: space-between; 
  gap: 1.5vw; 
  margin-top: 2vw; 
}

.card-aperçu {
  border-radius: 10px; 
  padding: 1vw; 
  width: 40vw; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
  text-align: center; 
  background-color: #161617;
}

.card-aperçu h3 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.75rem, 1.5vw, 1.75rem); 
  font-weight: 300; 
  color: #ffffff; 
  margin: 0; 
  padding: 1vw 0; 
}

.courses-aperçu {
  border: solid 0.5px #4e4e4e;
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 2vw;
  gap: 1vw; 
  border-radius: 8px;
}

.courses-aperçu p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.5rem, 1vw, 1.25rem); 
  font-weight: 300; 
  color: #ffffff; 
  margin: 0; 
  padding-right: 0.5vw; 
  padding-left: 0.5vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
}

.nombre-courses-aperçu {
  display: flex;
  gap: 2vw; 
}

.nombre-courses-aperçu p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.5rem, 3vw, 4.5rem);
  font-weight: 500; 
  color: #ffffff; 
  margin: 0; 
  padding-right: 0.5vw; 
  padding-left: 0.5vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
}

.boutton-aperçu {
  margin-top: 2vw;
  margin-right: 1.5vw;
  margin-left: 1.5vw;
  background-color: #000000; 
  color: #ffffff; 
  border: none; 
  padding: 1vw; 
  border-radius: 5px; 
  cursor: pointer; 
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.5rem, 1vw, 1.25rem); 
  width: clamp(9em, 13vw, 15em);
  transition: all 0.3s ease;
}

.boutton-aperçu:hover {
  background-color: #515151; 
  color: #baafaf;
}


.container2-card-aperçu {
  display: flex; 
  align-items: center; 
  justify-content: space-between; 
  gap: 25vw; 
  margin-top: 2vw; 
  margin-bottom: 2vw;
}

.card2-aperçu {
  border-radius: 8px; 
  padding: 1vw; 
  width: 23vw; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
  text-align: center; 
  display: flex;
  flex-direction: column; 
  justify-content: center; 
  align-items: center;
  background-color: #161617;
}

.titre-card2-aperçu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.card2-aperçu h3 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.75rem, 1.5vw, 1.75rem); 
  font-weight: 300; 
  color: #ffffff; 
  margin: 0; 
  padding: 0.5vw 0; 
}

.bloc3-admin {
  margin-top: 7vw;
  border-radius: 10px;
  padding: 2vw;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10), 0 1.5px 4px rgba(137,43,43,0.08); 
  background-color: #f5f5f6;

}

.intro-bloc3-admin {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.5vw; 
  height: auto; 
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.75rem, 1.5vw, 1.75rem); 
  color: #ffffff; 
}

.intro-bloc3-admin h2 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.75rem, 1.75vw, 1.75rem); 
  color: #000000; 
  font-weight: 600;
}

.intro-bloc3-admin p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.95rem, 1.25vw, 1.35rem); 
  color: #151515; 
  font-weight: 400;
  margin-bottom: 1vw; 
}

.container-card-stat {
  display: flex; 
  align-items: center; 
  justify-content: space-between; 
  gap: 1.5vw; 
  margin-top: 2.5vw; 
}

.card-stat {
  border-radius: 8px; 
  padding: 1vw; 
  width: 38vw; 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center; 
  color: #000000;
  margin-top: 1vw;
  background-color: #f0f0f0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}

.card-stat h3 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.75rem, 1.5vw, 1.75rem); 
  font-weight: 300; 
  color: #000000; 
  margin: 0; 
  padding: 0.5vw 0; 
}

.stat-admin {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-top: 2.5vw;
  width: 7vw;
  padding: 1vw;
  background-color: #1b1b1b ;
  border-radius: 5px;
  color: #ffffff;
}

.stat-admin p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.75rem, 1.5vw, 1.75rem); 
  font-weight: 400; 
  color: #fff; 
  margin: 0; 
  padding-right: 0.5vw; 
  padding-left: 0.5vw;
}

.boutton-stat {
  background-color: #000000; 
  color: #ffffff; 
  border: none; 
  padding: 1vw; 
  border-radius: 5px; 
  cursor: pointer; 
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.5rem, 1vw, 1.25rem); 
  width: 13vw;
  transition: all 0.3s ease; 
}

.button-stat-admin {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4vw;
}

.boutton-stat:hover {
  background-color: #515151; 
  color: #baafaf; 
  border: none; 
  padding: 1vw; 
  border-radius: 5px; 
  cursor: pointer; 
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.5rem, 1vw, 1.25rem); 
}

.titre-fleche-recette {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3vw; 
}

.fleche-admin-droite {
  width: 1.5vw; 
  height: auto;
  transform: rotate(270deg); 
}

.fleche-admin-gauche {
  width: 1.5vw; 
  height: auto;
  transform: rotate(90deg); 
}

.titre-fleche-stat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13vw; 
}














.banniere-client {
  position: relative;
  height: 57vw;
  background: url("../images/accueil-client.jpg") no-repeat center center / cover;
  color: #fff;
}

.bloc2-client {
  margin-top: 6vw;
  background: linear-gradient(45deg,rgba(132, 104, 97, 0.5) 10%,
    rgba(63, 78, 120, 0.49) 30%, #252525 100%);
  padding: 2vw;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}


.intro-bloc2-client {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1vw; 
  height: auto; 
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.75rem, 1.5vw, 1.75rem); 
  color: #ffffff; 
}

.intro-bloc2-client h2 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.75rem, 1.75vw, 1.75rem); 
  color: #ffffff; 
  font-weight: 600;
  margin-top: 1vw;
}

.intro-bloc2-client p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.95rem, 1.25vw, 1.35rem); 
  color: #ffffff; 
  font-weight: 400;
  margin-bottom: 1vw; 
}


.card-aperçu-client {
  border-radius: 10px; 
  padding: 1vw; 
  width: 40vw; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
  text-align: center; 
  background-color: #111111;
}

.card-aperçu-client h3 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.75rem, 1.5vw, 1.75rem); 
  font-weight: 300; 
  color: #ffffff; 
  margin: 0; 
  padding: 1vw 0; 
}

.courses-aperçu-client {
  border: solid 0.5px #4e4e4e;
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 2vw;
  gap: 1vw; 
  border-radius: 8px;
}

.courses-aperçu-client p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.5rem, 1vw, 1.25rem); 
  font-weight: 300; 
  color: #ffffff; 
  margin: 0; 
  padding-right: 0.5vw; 
  padding-left: 0.5vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
}


.nombre-courses-aperçu-client p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.5rem, 3vw, 4.5rem);
  font-weight: 500; 
  color: #ffffff; 
  margin: 0; 
  padding-right: 0.5vw; 
  padding-left: 0.5vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
}

.card2-aperçu-client {
  border-radius: 8px; 
  padding: 1vw; 
  width: 23vw; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
  text-align: center; 
  display: flex;
  flex-direction: column; 
  justify-content: center; 
  align-items: center;
  background-color: #111111;
}

.titre-card2-aperçu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.card2-aperçu-client h3 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.75rem, 1.5vw, 1.75rem); 
  font-weight: 300; 
  color: #ffffff; 
  margin: 0; 
  padding: 0.5vw 0; 
}

.fleche-client-droite {
  width: 1.5vw; 
  height: auto;
  transform: rotate(270deg); 
  filter: brightness(0) invert(1);
}

.fleche-client-gauche {
  width: 1.5vw; 
  height: auto;
  transform: rotate(90deg); 
  filter: brightness(0) invert(1);
}

.fleche-client-droite,
.fleche-client-gauche {
  width: 1.5vw;
  height: auto;
  filter: brightness(0) invert(1);
}


.titre-trait {
  display: flex;
  align-items: left;
  justify-content: space-between;
  margin-top: 9vw; 
  gap: 4vw; 
}

.titre-trait h2 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.2rem, 2.25vw, 2.5rem); 
  color: #000000; 
  font-weight: 600;
}

.ligne-separatrice3 {
  width: 100%;
  height: 1px;
  background-color: #000000; 
  margin: 2vw 0; 
}

.titre2-client {
  white-space: nowrap;
}

.carousel-client {
  margin-top: 3vw;
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100vw;    
  height: 45vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
}

.slides {
  display: flex;
  transition: transform 0.6s ease;
}

.slide {
  position: relative;
  min-width: 100%;
  height: 45vw;
  flex-shrink: 0;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: 100vw;
  max-height: 100%;
  filter: brightness(0.8);
}

.caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.737);
  color: #fff;
  padding: 4vw 5vw;
  border-radius: 5px;
  width: 50%;
  max-width: 90vw;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.5rem, 2vw, 1.2em);
  line-height: 1.6;
  box-sizing: border-box;
  word-break: break-word;
  margin: 0; 
}

.arrows button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 2em;
  color: #fff;
  cursor: pointer;
  z-index: 2;
}


.pagination {
  position: absolute;
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}

.dot {
  height: 0.7vw;
  width: 8vw;
  background-color: rgba(0, 0, 0, 0.737);
  margin: 0 2px;
  border-radius: 10px;
  display: inline-block;
  opacity: 0.5;
  transition: opacity 0.3s;
  cursor: pointer;
}

.dot.active {
  opacity: 1;
}


.arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.arrow-left,
.arrow-right {
  color: #fff;
  border: none;
  padding: 1vw;
  cursor: pointer;
  font-size: clamp(0.5rem, 1vw, 1.25rem); 
  width: 6vw;
  height: 6vw;
}

.arrow-left {
  transform: rotate(180deg);
}


.arrow-left:hover,
.arrow-right:hover {
  filter: brightness(1) invert(1);
}

.slide:nth-child(3) img {
  object-position: center 2%;
}

.slide:nth-child(2) img {
  object-position: top 10%;
}

.referent-fad {
  margin-top: 1vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;   
  align-items: flex-end;       
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  gap: 1vw; 
}

.referent-fad h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.75rem, 2.5vw, 2rem); 
  color: #000000; 
  font-weight: 500;
  margin-top: 2vw;
}

.referent-fad h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.75rem, 2vw, 1.5rem); 
  color: #000000; 
  font-weight: 300;
}

.referent-fad p { 
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.5rem, 1.25vw, 1.25rem); 
  color: #000000; 
  font-weight: 200;
  text-align: right;
}



.container-card-actualités {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
  margin: 3vw 0;
  padding: 0 2vw;
}


.card-actualités {
  position: relative;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  padding: 2vw 1.5vw 1.5vw 1.5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.2s;
}

.card-actualités:hover {
  box-shadow: 0 4px 24px rgba(0,0,0,0.15);
}


.image-actualites {
  width: 100%;
  max-width: 320px;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1em;
  background: #eee;
  display: block;
}


.card-actualités p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  color: #555;
  text-align: center;
  margin: 1vw 0;
}

.card-actualites-actions {
  position: absolute;
  top: 0.7em;
  right: 0.7em;
  display: flex;
  gap: 0.5em;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  z-index: 2;
}


.card-actualités:hover .card-actualites-actions {
  opacity: 1;
  pointer-events: auto;
}

.action-icon {
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  background: #fff;
  border-radius: 8px;
  padding: 0.2em;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
  transition: background 0.2s;
}


.action-icon:hover {
  background: #eee;
}

.card-ajouter-actualite {
  background: #f4f4f4;
  border: 2px dashed #baafaf;
  color: #baafaf;
  box-shadow: none;
  filter: grayscale(0.2);
  opacity: 0.95;
  border-radius: 8px;
  padding: 2vw 1.5vw 1.5vw 1.5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.2s, background 0.2s, border-color 0.2s, filter 0.2s;
  margin: 2vw auto 0 auto;
  max-width: 400px;
  width: 100%;
}

.card-ajouter-actualite:hover {
  background: #ececec;
  border-color: #867777;
  filter: grayscale(0);
  opacity: 1;
  box-shadow: 0 2px 16px rgba(186,175,175,0.15);
}

.card-ajouter-actualite .upload-icon {
  filter: grayscale(1) brightness(0.7);
  opacity: 0.5;
}

.card-ajouter-actualite .upload-image-zone {
  border: 2px dashed #baafaf;
  background: #f7f7f7;
  color: #baafaf;
}

.card-ajouter-actualite .ajout-description {
  border: 1px dashed #baafaf;
  background: #fafafa;
  color: #baafaf;
}

.card-ajouter-actualite .ajout-btn {
  background: #baafaf;
  color: #fff;
  opacity: 0.8;
  border: none;
}

.card-ajouter-actualite .ajout-btn:hover {
  background: #867777;
  opacity: 1;
}

.upload-image-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-bottom: 1em;
}

.upload-image-zone {
  position: relative;
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #baafaf;
  border-radius: 8px;
  background: #f4f4f4;
  overflow: hidden;
}

.upload-image-label:hover .upload-image-zone {
  background: #ececec;
  border-color: #867777;
}

.upload-icon {
  width: 3em;
  height: 3em;
  object-fit: contain;
  z-index: 2;
  position: relative;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.upload-preview {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  z-index: 3;
  display: none;
}

.ajout-description {
  width: 100%;
  min-height: 80px;
  border-radius: 8px;
  border: 1px solid #baafaf;
  padding: 1em;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  margin-bottom: 1em;
  resize: vertical;
  background: #fff;
  color: #222;
  box-sizing: border-box;
}

.ajout-btn {
  background: #baafaf;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.8em 2em;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  cursor: pointer;
  transition: background 0.2s;
}

.ajout-btn:hover {
  background: #867777;
}

.upload-image-zone.has-image .upload-icon {
  display: none;
}

.upload-image-zone.has-image .upload-preview {
  display: block;
}

.tri {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 10px;
  width: fit-content;
  margin-left: 6vw;
  margin-bottom: 2vw;
}

.tri h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.5rem, 1vw, 1.25rem);
  font-weight: 500;
  color: #222;
  margin: 0;
}

.select-gestionequipe {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.5rem, 1vw, 1.25rem);
  padding-left: 1vw;
  border: none;
  border-radius: 6px;
  background: #fff url('../images/arrow-down.svg') no-repeat right 0.8em center/1em;
  color: #222;
  outline: none;
  appearance: none;
  cursor: pointer;
  transition: border-color 0.2s;
  font-weight: 600;
}

.select-gestionequipe:focus {
  border-color: #867777;
}

.bloc-alerte {
  background-color: #F0F0F0;
  margin: 2vw;
  padding: 2vw 4vw;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.276); 
}

.bloc-alerte h3 {
  color: #fff;
  font-size: clamp(1.25rem, 3vw, 3rem); 
}

.bloc-alerte p {
  color: #606060;
  font-size: clamp(0.75rem, 1.25vw, 1.5rem); 
  font-weight: 500;
  margin-top: 2vw;
}

.cardmembre-alerte {
  margin-top: 1.5vw;
  height: 70px;
  padding: 0 30px;
  background: linear-gradient(45deg,rgba(84, 23, 28, 0.534) 40%,
    rgba(51, 10, 15, 0.988) 75%, #252525 100%);
    border-radius: 5px;
  align-items: center;
  text-align: left;
  justify-content: space-between;
  display: flex;
  color: #ffffff;
  transition: all 0.3s ease; 
}

.cardmembre-alerte:hover {  
  background-color: #2f2f2f; 
  color: #ffffff; 

  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(186,175,175,0.06);
}


.cardmembre-alerte h4 {
  color: #fff;
  font-size: 16px; 
  font-weight: 400;
}


.container-card-alerte {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 0.5vw 4.5vw; 
  flex-wrap: wrap; 
  margin-bottom: 1vw;
}

.gestion-centraliste {
  font-family: "Montserrat", sans-serif;
  padding-top: 1vw;
  padding-left: 6vw;
  padding-right: 6vw;
  padding-bottom: 2vw;
  color: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2vw;
}

.gestion-centraliste h2 {
  font-size: clamp(0.75rem, 1.75vw, 1.75rem);
  font-weight: 600;
  color: black;
  text-transform: uppercase;
}

.recherche-gestionequipe {
  display: flex;
  align-items: center;
  width: 15vw;
  max-width: 90vw;
  padding: 1vw 1vw;
  border: 1.5px solid #000000;
  border-radius: 5px;
  background: #191919;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.5rem, 1vw, 1.25rem);
  color: #828282;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-shadow: 0 1px 4px rgba(186,175,175,0.06);
}

.recherche-gestionequipe:focus {
  border-color: #2e2e2e;
  background: #2f2f2f;
  box-shadow: 0 2px 8px rgba(186,175,175,0.12);
}

.recherche-gestionequipe:hover {
  border-color: #2e2e2e;
  background: #2f2f2f;
  box-shadow: 0 2px 8px rgba(186,175,175,0.12);
}

.no-result {
  display: none;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.5rem, 1vw, 1.25rem);
  color: #000000;
  margin-top: 6vw;
  text-align: center;
}


.navbar-gestionequipe {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw; 
  margin-top: 0 auto; 

}



.card-formulairemembre-longue {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  justify-content: space-between;
  width: auto;                
  border: none;
  background: linear-gradient(45deg,rgba(132, 104, 97, 0.5) 40%,
    rgba(63, 78, 120, 0.49) 59%, #252525 120%);
  margin: 0 2vw 5vw 2vw;
  border-radius: 0 0 10px 10px;
  }

.card-formulairemembre-longue h3 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.25rem, 2vw, 2rem);
  font-weight: 200;
  color: #ffffff;
  margin-top: 0.5vw;
  margin-bottom: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
}


.card-formulairemembre-longue label {
  font-size: clamp(0.75rem, 1.25vw, 1.75rem);
  font-family: "Montserrat", sans-serif;
  line-height: 2vh;
  padding-top: 1em;
  color: rgb(255, 255, 255);
}


.card-formulairecentraliste-gauche {
  width: 50%; 
  background-color: transparent; 
  padding: 3vw;
}

.card-formulairecentraliste-gauche h3 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.25rem, 2vw, 2rem); 
  font-weight: 200;
  color: #000000;
  margin-top: 0.5vw;
  margin-bottom: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-formulairecentraliste-gauche input {
  width: 100%; 
  max-width: 100%; 
  box-sizing: border-box; 
  border: 1px solid #828282; 
  border-radius: 4px; 
  padding-bottom: 0.5vw; 
  padding-top: 0.5vw; 
  padding-left: 1vw; 
  margin: 1vw 0; 
  background-color: #efefef;
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
}


.card-formulairecentraliste-gauche input:focus {
  background-color: #ffffff; 
  border: solid 1px #000; 
}


.card-formulairecentraliste-gauche label {
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
  font-family: "Montserrat", sans-serif;
  line-height: 2vh;
  padding-top: 1em;
  color: black;
}

.card-formulairecentraliste-gauche select {
  width: 15%; 
  max-width: 15%; 
  box-sizing: border-box; 
  border: 1px solid #828282; 
  border-radius: 4px; 
  padding-bottom: 0.5vw; 
  padding-top: 0.5vw; 
  padding-left: 1vw; 
  margin: 1vw 0; 
  background-color: #ffffff;
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
  box-shadow: none !important;
}


.card-formulairecentraliste-gauche select.select-membre {
  background: #fff;
  width: 100%; 
  max-width: 100%; 
  box-sizing: border-box; 
  border: 1px solid #828282; 
  border-radius: 4px; 
  padding-bottom: 0.5vw; 
  padding-top: 0.5vw; 
  padding-left: 2vw; 
  margin: 1vw 0; 
  background-color: #ffffff;
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
  box-shadow: none !important;
  height: clamp(1.5rem, 2.5vw, 2.5rem); 

}

.card-formulairecentraliste-gauche select:focus {
  outline: none; 
  border-color: #000; 
  background-color: #fff;
}


.rang1-formulaire-centraliste {
  display: flex;
  flex-direction: row; 
  gap: 2vw;            
  width: 100%;
  margin-top: 1.5vw;
}

.boutton-enregistrercentraliste {
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  padding: 1.5vw 3vw;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease; 
  color: #ffffff;
  font-family: "montserrat", sans-serif;
  background-color: #000000; 
  border: none;
}

.boutton-enregistrercentraliste:hover {
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
  color: #000;
  font-family: "montserrat", sans-serif;
  background-color: #00000008;
}

.card-analyse {
  background-color: #f5f5f6;
  padding: 2vw;
  width: 45vw;
  justify-content: center;
  box-shadow:0 4px 24px rgba(0, 0, 0, 0.10), 0 1.5px 4px rgba(137, 43, 43, 0.08);
  flex: 0 0 80vw; 
  scroll-snap-align: start;
  margin-right: 2vw;
  min-width: 28vw; 
  max-width: 43vw; 
  border-radius: 10px;
}

.container-card-analyse {
  display: flex;
  flex-direction: row;
  gap: 2vw;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  margin: 3vw 2vw 5vw 2vw; 
  width: 96.5%;
  border-radius: 10px;
}

.vue-graphique {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.5rem, 1vw, 1.25rem);
  font-weight: 300;
  color: #6d6d6d;
  background-color:rgb(228, 228, 232);
  border-radius: 40px;
  padding: 0.6vw 1vw 0.6vw 1vw;
  outline: none;
  appearance: none;
  cursor: pointer;
  border: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  margin-bottom: 1em;
  width: 10.25vw;
  box-shadow: 0 1px 4px rgba(186,175,175,0.06);
}

.vue-graphique:focus {
  border-color: #867777;
  background-color: #2b2b2b;
  box-shadow: 0 2px 8px rgba(186,175,175,0.12);
}

.vue-graphique option {
  font-weight: 400;
  color: #222;
  background: #fff;
}



.info-analyse {
  margin-top: 3vw;
  flex-direction: column;
  display: flex;
  align-items: end;
  text-align: end;
  justify-content: flex-end;
}

.card-analyse h3 {
  font-size: clamp(3.25rem, 5vw, 5rem); 
  font-weight: 500;
  background: linear-gradient(135deg,#212633b2 40%,#846861 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #000;
}

.card-analyse p {
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
  font-weight: 300;
  margin-top: 1vw;
  color: rgb(128, 128, 128);
}

.container-card-alerte-modif {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  margin-top: 1vw;
}


.courses-aperçu-alertes {
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 1vw;
  gap: 1vw; 
  border-radius: 5px;
}

.courses-aperçu-alertes p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.5rem, 1vw, 1.25rem); 
  font-weight: 300; 
  color: #000000; 
  margin: 0; 
  padding-right: 0.5vw; 
  padding-left: 0.5vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
}

.litige-alertes {
  border: dashed 1px #6d6d6d;
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 1vw;
  gap: 1vw; 
  border-radius: 5px;
  background-color: #d2d2d2;
}

.litige-alertes p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.5rem, 1vw, 1.25rem); 
  font-weight: 300; 
  color: #6d6d6d; 
  margin: 0; 
  padding-right: 0.5vw; 
  padding-left: 0.5vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
}


.popup-desac-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.529) !important; 
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-desac-content {
  background: #fff;
  border-radius: 8px;
  width: 100vw;
  max-width: 400px;
  padding: 2vw 0 0 0; 
  position: relative;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.49);
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden; 

}

.popup-desac-close {
  position: absolute;
  top: 0.5vw;
  right: 0.5vw;
  background: none;
  border: none;
  color: #888;
  cursor: pointer;
  transition: color 0.2s;
}

.popup-desac-close img {
  width: 1.5vw;
  height: auto;
  display: block;
}

.popup-desac-message p {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
  color: #222;
  text-align: center;
  margin: 2vw 4vw 3vw 4vw;
  font-weight: 300;
}

.popup-desac-actions {
  display: flex;
  width: 100%;
  gap: 0;           
  padding: 0;       
}

.popup-desac-annuler,
.popup-desac-confirmer {
  flex: 1 1 50%;
  padding: 1vw 0;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.5rem, 1vw, 1.25rem); 
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
  margin: 0;
}

.popup-desac-annuler{
  background: #0f0f0f;
  color: #ffffff;
}

.popup-desac-confirmer{
  background: #0f0f0f;
  color: #892b2b;
}

.popup-desac-annuler:hover{
  background: #252525;
  color: #ffffff;
}

.popup-desac-confirmer:hover{
  background: #892b2b;
  color: #fff;
}


#popup-ban .popup-desac-content {
  padding: 0;
}

#popup-ban .popup-desac-message p {
  margin: 2vw 4vw 1vw 4vw;
  font-size: clamp(0.75rem, 1.5vw, 1.75rem); 
  font-weight: 500;
  color: #000000;
  text-align: center;
}

.ligne-separatrice-ban {
  width: 80%;
  margin: 0 auto 2vw auto;
  border: none;
  border-top: 1px solid #e0e0e0;
}

.ban-textarea {
  width: 80%;
  min-height: 10vw;
  margin: 0 auto 0.75vw auto;
  display: block;
  border-radius: 5px;
  border: 1px solid #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.5rem, 1vw, 1.25rem); 
  padding: 1vw;
  resize: vertical;
  background: #fafafa;
  color: #222;
  box-sizing: border-box;
}

.popup-ban-confirmer {
  width: 100%;
  margin: 1.5vw auto 0 auto;
  display: block;
  padding: 1vw 0;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.5rem, 1vw, 1.25rem);
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-weight: 500;
  background: #0f0f0f;
  color: #ffffff;
  transition: background 0.2s, color 0.2s;
}

.popup-ban-confirmer:hover {
  background: #892b2b;
  color: #ffffff;
  margin: 1.5vw auto 0 auto;
}

.litige-alertes {
  cursor: pointer;
  transition: background 0.2s;
}
.litige-alertes:hover {
  background: #e0e0e0;
}


#popup-etablissement .popup-desac-content {
  padding: 0;
}

#popup-etablissement .popup-desac-message p {
  margin: 2vw 4vw 1vw 4vw;
  font-size: clamp(0.75rem, 1.5vw, 1.75rem);
  font-weight: 500;
  color: #000000;
  text-align: center;
}

#popup-etablissement .ligne-separatrice-ban {
  width: 80%;
  margin: 0 auto 2vw auto;
  border: none;
  border-top: 1px solid #e0e0e0;
}

.etablissement-select {
  width: 80%;
  margin: 0 auto 0.75vw auto;
  display: block;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.5rem, 1vw, 1.25rem);
  padding: 1vw;
  background: #fafafa;
  color: #000000;
  box-sizing: border-box;
  appearance: none;
}

.etablissement-select:focus {
  border-color: #867777;
  background: #fff;
}

.card-ajouteretablissement-gestionequipe:hover {
  background: #e0e0e0;

}

.card-ajouteretablissement-gestionequipe {
  cursor: pointer;
  transition: background 0.2s;
}


.popup-etablissement-confirmer {
  width: 100%;
  margin: 1.25vw auto 0 auto;
  display: block;
  padding: 1vw 0;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.5rem, 1vw, 1.25rem);
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-weight: 500;
  background: #0f0f0f;
  color: #ffffff;
  transition: background 0.2s, color 0.2s;
}

.popup-etablissement-confirmer:hover {
  background: #252525;
  color: #ffffff;
  margin: 1.25vw auto 0 auto;
}



#popup-litige .popup-desac-content {
  padding: 0;
}

#popup-litige .popup-desac-message p {
  margin: 2vw 4vw 1vw 4vw;
  font-size: clamp(0.75rem, 1.5vw, 1.75rem); 
  color: #222;
  text-align: center;
  font-weight: 600;
}

#popup-litige .ligne-separatrice-ban {
  width: 80%;
  margin: 0 auto 2vw auto;
  border: none;
  border-top: 1px solid #e0e0e0;
}

.litige-row {
  display: flex;
  gap: 1vw;
  width: 80%;
  margin: 0 auto 1vw auto;
}

.litige-date,
.litige-etablissement-select {
  flex: 1 1 50%;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.75rem, 1vw, 1.25rem);
  padding: 1vw;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #222;
  box-sizing: border-box;
}

.litige-etablissement-select {
  appearance: none;
}

.litige-objet {
  width: 80%;
  margin: 0 auto 1vw auto;
  display: block;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.75rem, 1vw, 1.25rem);
  padding: 1vw;
  background: #fafafa;
  color: #222;
  box-sizing: border-box;
}

.litige-textarea {
  width: 80%;
  min-height: 6em;
  margin: 0 auto 2vw auto;
  display: block;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.75rem, 1vw, 1.25rem);
  padding: 1vw;
  background: #fafafa;
  color: #222;
  box-sizing: border-box;
  resize: vertical;
}

.popup-litige-confirmer {
  width: 100%;
  margin: 0;
  display: block;
  padding: 1vw 0;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.5rem, 1vw, 1.25rem);
  border: none;
  border-radius: 0 0 8px 8px;
  cursor: pointer;
  font-weight: 500;
  background: #0f0f0f;
  color: #ffffff;
  transition: background 0.2s, color 0.2s;
}

.popup-litige-confirmer:hover {
  background: #252525;
}











.navbar-gestionclient {
  position: relative;
  z-index: 1;
  overflow: visible;
  background: #0c0c0ce2; 
  width: clamp(350px, 58vw, 1000px);
  margin: auto;
  margin-bottom: 6vw;
  border-radius: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.964);
  padding: 0.5vw 0;
}

.navbar-gestionclient::before {
  content: "";
  position: absolute;
  top: -2vw; left: -1.5vw; right: -1.5vw; bottom: -2vw;
  border-radius: 40px;
  z-index: -1;
  pointer-events: none;
  background: rgba(197, 197, 197, 0.027); 
  backdrop-filter: blur(10vw);
  -webkit-backdrop-filter: blur(0.5vw);
  opacity: 150%;
}

.navbar-gestionclient ul {
  display: flex;
  justify-content: center;
  gap: 1vw;
  list-style: none;
  padding: 0;
  margin: 0;
}

.navbar-gestionclient li {
  margin: 0;
}

.navbar-gestionclient a {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.75rem, 1.25vw, 1.5rem); 
  color: #959595;
  text-decoration: none;
  padding: 0.5vw 2vw;
  border-radius: 6px;
  transition: 0.2s, color 0.2s;
  font-weight: 400;
  display: block;
}

.navbar-gestionclient a:hover,
.navbar-gestionclient a.active {
  background: #87878726;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(0.5vw);
  color: #cdcdcd;
  border-radius: 40px;
}



.input-commission-wrapper {
  position: relative;
  text-align: center;
  justify-content: space-around;
  width: 100%;
}

.input-commission {
  margin: 1vw 0;
  width: 100%;
  font-size: clamp(0.75rem, 1.25vw, 1.5rem); 
  padding: 1vw;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #222;
  background: #f4f4f7;
  box-sizing: border-box;
  outline: none;
  text-align: center;
  transition: all 0.4s ease;
  border: none;
}

.input-commission:focus {
  border-color: #ffffff;
  background: #fff;
}

.input-commission-percent {
  position: absolute;
  right: 1.2vw;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(0.75rem, 1.25vw, 1.5rem); 
  color: #baafaf;
  pointer-events: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}



.input-commission::-webkit-outer-spin-button,
.input-commission::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.centraliste-responsable-select {
  margin: 1vw 0;
  width: 100%;
  font-size: clamp(0.75rem, 1.25vw, 1.5rem); 
  padding: 1vw;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #222;
  background: #f4f4f7;
  box-sizing: border-box;
  outline: none;
  text-align: center;
  transition: all 0.4s ease;
  border: none;
}

.centraliste-responsable-select:focus {
  border-color: #867777;
  background: #fff;
}

.affectation-row {
  display: flex;
  gap: 1vw;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: -2vw 2vw 7vw 2vw;
  border-radius: 10px;
  flex-wrap: wrap; 
  background-color: transparent;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.199);
  padding: 0 2vw;
}

.affectation-col {
  min-width: 20vw;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.affectation-col .titre2 {
  margin-bottom: 0;
}


.photo-profil-wrapper {
  display: flex;
  justify-content: center;
  margin: 2vw 0 2vw 0;
}

.photo-profil-label {
  width: 20vw;
  height: 20vw;
  min-width: 120px;
  min-height: 120px;
  max-width: 180px;
  max-height: 180px;
  border-radius: 50%;
  background: #f0f0f0;
  color: #888;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: background 0.2s, color 0.2s;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.photo-profil-label:hover {
  background: #e0e0e0;
  color: #222;
}

.photo-profil-label img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.cardmembre-bannis {
  padding-top: 2vw;
  padding-bottom: 2vw;
  padding-left: 2vw;
  width: 25vw;
  border: solid 0.5px #bfbfbf;
  background-color: #431515;
  border-radius: 8px;
  align-items: center;
  text-align: left;
  justify-content: space-between;
  display: flex;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.306); 
}

.cardmembre-bannis h3 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.75rem, 1.5vw, 1.75rem); 
  font-weight: 200;
  color: #ffffff;
}

.cardmembre-bannis img {
  width: 4vw;
  height: auto;
  padding-right: 2vw;
}



.recherche-suspendus {
  display: block;
  margin: 2vw auto;
  width: 30vw;
  max-width: 90vw;
  padding: 1vw 1vw;
  border: 1.5px solid #000000;
  border-radius: 5px;
  background: #191919;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.5rem, 1vw, 1.25rem);
  color: #828282;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-shadow: 0 1px 4px rgba(186,175,175,0.06);
  text-align: left;
}

.recherche-suspendus:focus {
  border-color: #2e2e2e;
  background: #2f2f2f;
  box-shadow: 0 2px 8px rgba(186,175,175,0.12);
}

.recherche-suspendus:hover {
  border-color: #2e2e2e;
  background: #2f2f2f;
  box-shadow: 0 2px 8px rgba(186,175,175,0.12);
}



.cardmembre-actions {
  display: flex;
  gap: 0.5em;
  justify-content: center;
  margin-top: 0;
  margin-right: 1vw;
}

.btn-supprimer {
  background: #431515;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 0.75vw 1vw;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-supprimer:hover {
  background: #5d1e1e;
}

.btn-ignorer {
  background: #647967;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  padding: 0.75vw 1vw;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-ignorer:hover {
  background: #7c9180;
}

.btn-desac {
  background: #431515;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 0.75vw 1vw;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-desac:hover {
  background: #5d1e1e;
}

#popup-reac .popup-desac-confirmer {
  background: #0f0f0f;
  color: #3e5743;
}
#popup-reac .popup-desac-confirmer:hover {
  background: #3e5743;
  color: #ffffff;
}

#popup-deban .popup-desac-confirmer {
  background: #0f0f0f;
  color: #3e5743;
}
#popup-deban .popup-desac-confirmer:hover {
  background: #3e5743;
  color: #ffffff;
}



.btn-reac {
  background: #647967;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  padding: 0.75vw 1vw;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-reac:hover {
  background: #7c9180;
}

.btn-deban {
  background: #647967;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  padding: 0.75vw 1vw;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-deban:hover {
  background: #7c9180;
}















.connexion-bg {
  min-height: 90vh;
  width: 100vw;
  background-color: #fff;
  background: linear-gradient(45deg,rgb(153, 128, 121) 10%,
    rgb(128, 134, 154) 30%, #252525 100%);  display: flex;
  justify-content: center;
  align-items: center; 
}

.form-connexion {
  background: url('../images/fond-form-connexion.svg') center center/cover no-repeat;
  padding: 4vw;
  border-radius: 10px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  display: flex;
  flex-direction: column;
  gap: 1.2vw;
  width: 50vw;
  align-items: center;
  margin-top: 6vw;
  margin-bottom: 6vw;
}

.form-connexion h2 {
  margin-bottom: 1vw;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2rem, 2.5vw, 3rem); 
  color: #ffffff;
  font-weight: 600;
  margin-left: 3vw;
  margin-right: 3vw;
  display: block;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em; 
}

.form-connexion p {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
  color: #b6b6b6;
  text-align: center;
  font-weight: 400;
  margin-bottom: 3vw;
  width: 80%;
  white-space: normal; 
  word-break: break-word; 
}

.form-connexion label {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.5rem, 1vw, 1rem); 
  color: #ffffff;
  font-weight: 500;
  text-align: left;      
  align-self: flex-start;
  text-transform: uppercase;
}

.form-connexion input {
  width: 100%;
  padding: 1vw 1.5vw;
  border: none;
  border-bottom: 1px solid rgb(91, 89, 89);
  font-size: clamp(0.85rem, 1vw, 1.15rem); 
  font-family: 'Montserrat', sans-serif;
  background: transparent;
  color: #ffffff;
  margin-bottom: 1vw;
  box-sizing: border-box;
}


.form-connexion input:focus{
  width: 100%;
  padding: 1vw 1.5vw;
  border: none;
  border-bottom: 1px solid rgb(91, 89, 89);
  font-size: clamp(0.85rem, 1vw, 1.15rem); 
  font-family: 'Montserrat', sans-serif;
  background: #f7f7f71c;
  color: #ffffff;
  margin-bottom: 1vw;
  box-sizing: border-box;
}

.form-connexion button {
  margin-top: 3vw;
  width: 13vw;
  padding: 1.5vw;
  border-radius: 5px;
  border: solid 1.5px #BAAFAF;
  background: transparent;
  color: #BAAFAF;
  font-size: clamp(0.95rem, 1.25vw, 1.35rem); 
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.2s;
}

.form-connexion button:hover {
  background: #BAAFAF;
  color: #000;
}

.forgot-password {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: -1.5vw;
  font-size: clamp(0.5rem, 1vw, 1rem); 
  color: #BAAFAF;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  transition: color 0.2s;
}

.forgot-password:hover {
  color: #ffffff;
  text-decoration: none;
}

.no-account-text {
  text-align: center;
  width: 100%;
  color: #baafaf;
  font-size: clamp(0.5rem, 1vw, 1rem) !important; 
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  margin-top: 1vw;
  margin-bottom: -1vw !important; 
}

.signup-link {
  display: block;
  text-align: center;
  width: 100%;
  color: #baaFAF;
  font-size: clamp(0.5rem, 1vw, 1rem) !important; 
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: 1vw;
  margin-top: 0; 
  transition: color 0.2s;
  cursor: pointer;
}

.signup-link:hover {
  color: #fff;
  text-decoration: underline;
}



.form-inscription {
  background: url('../images/fond-form-connexion.svg') center center/cover no-repeat;
  padding: 4vw;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  display: flex;
  flex-direction: column;
  gap: 1.2vw;
  width: 80vw;
  align-items: center;
  margin-top: 6vw;
  margin-bottom: 6vw;
}

.form-inscription h2 {
  margin-bottom: 1vw;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2rem, 2.5vw, 3rem); 
  color: #ffffff;
  font-weight: 600;
  margin-left: 3vw;
  margin-right: 3vw;
  display: block;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em; 
}

.form-inscription p {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
  color: #b6b6b6;
  text-align: center;
  font-weight: 400;
  margin-bottom: 3vw;
  width: 80%;
  white-space: normal; 
  word-break: break-word;
}


.infoperso-infoconnexion {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 1vw;
  gap: 3vw;
}

.info-perso-inscription {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  width: 100%;
  background-color: #8888881c;
  padding: 2vw 4vw;
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(181, 178, 178, 0.22);
}

.info-perso-inscription h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1rem, 1.28vw, 2.5rem); 
  color:rgb(98, 103, 120);
  font-weight: 500;
  margin-bottom: 1vw;
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em; 
  text-align: left;

}


.info-perso-inscription.creation h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1rem, 1.28vw, 2.5rem); 
  color: #000;
  font-weight: 500;
  margin-bottom: 1vw;
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em; 
  text-align: left;

}


.info-perso-inscription label {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.75rem, 1vw, 1.75rem); 
  color:rgb(255, 255, 255);
  font-weight: 500;
  text-align: left;      
  align-self: flex-start;
  margin-bottom: 1vw !important; 
  text-transform: uppercase;
  letter-spacing: 0.05em; 
}

.info-perso-inscription input { 
  width: 100%;
  padding: 0.5vw;
  border: none; 
  border-bottom: 1px solid rgb(62, 62, 62);
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
  font-family: 'Montserrat', sans-serif;
  background: transparent;
  color:rgb(255, 255, 255);
  margin-top: 1vw;
  box-sizing: border-box;
  outline: none; 
  margin-bottom: 1vw;
  font-weight: 300;
}

.info-perso-inscription select { 
  width: 5vw;
  padding: 0.5vw;
  border: none;
  border-bottom: 1px solid rgb(91, 89, 89);
  font-size: clamp(0.75rem, 1.25vw, 1.75rem);
  font-family: 'Montserrat', sans-serif;
  background: transparent;
  color:rgb(123, 123, 123);
  box-sizing: border-box;
  appearance: none; 
  height: 3.6vw; 
  border-radius: 0;
}

.rang-simple2 {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.rang-simple2 input {
  width: 100%;
  padding: 0.5vw;
  border: none;
  border-bottom: 1px solid rgb(62, 62, 62);
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
  font-family: 'Montserrat', sans-serif;
  background: transparent;
  color:rgb(255, 255, 255);
  margin-top: 0%;
  box-sizing: border-box;
  margin-bottom: 1vw;
}



.info-pro-inscription {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  width: 100%;
  background-color: #8888881c;
  padding: 2vw 4vw;
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(181, 178, 178, 0.22);
}

.info-pro-inscription h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1rem, 1.28vw, 2.5rem); 
  color:rgb(98, 103, 120);
  font-weight: 500;
  margin-bottom: 1vw;
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em; 
  text-align: left;
}


.info-pro-inscription label {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.75rem, 1vw, 1.75rem); 
  color:rgb(255, 255, 255);
  font-weight: 500;
  text-align: left;      
  align-self: flex-start;
  margin-bottom: 1vw !important; 
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.info-pro-inscription input { 
  width: 100%;
  padding: 0.5vw;
  border: none; 
  border-bottom: 1px solid rgb(62, 62, 62);
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
  font-family: 'Montserrat', sans-serif;
  background: transparent;
  color:rgb(255, 255, 255);
  margin-top: 1vw;
  box-sizing: border-box;
  outline: none; 
  margin-bottom: 1vw;
  font-weight: 300;
}


.infodemande {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  width: 100%;
  background-color: #8888881c;
  padding: 2vw 4vw;
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(181, 178, 178, 0.22);
  margin-top: 1.5vw;
}

.infodemande h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1rem, 1.28vw, 2.5rem); 
  color:rgb(98, 103, 120);
  font-weight: 500;
  margin-bottom: 1vw;
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em; 
  text-align: left;
}


.infodemande label {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.75rem, 1vw, 1.75rem); 
  color:rgb(255, 255, 255);
  font-weight: 500;
  text-align: left;      
  align-self: flex-start;
  margin-bottom: 1vw !important; 
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.infodemande input { 
  width: 100%;
  padding: 0.5vw;
  border: none;
  border-bottom: 1px solid rgb(91, 89, 89);
  font-size: clamp(0.75rem, 1.25vw, 1.75rem);
  font-family: 'Montserrat', sans-serif;
  background: transparent;
  color:rgb(123, 123, 123);
  box-sizing: border-box;
  appearance: none; 
  height: 3.6vw; 
  border-radius: 0;
}

.infodemande select { 
  width: 100%;
  padding: 0.5vw;
  border: none;
  border-bottom: 1px solid rgb(91, 89, 89);
  font-size: clamp(0.75rem, 1.25vw, 1.75rem);
  font-family: 'Montserrat', sans-serif;
  background: transparent;
  color:rgb(123, 123, 123);
  box-sizing: border-box;
  appearance: none; 
  height: 3.6vw; 
  border-radius: 0;
}

.infodemande select:focus {
  width: 100%;
  padding: 0.5vw;
  border: none;
  border-bottom: 1px solid rgb(91, 89, 89);
  font-size: clamp(0.75rem, 1.25vw, 1.75rem);
  font-family: 'Montserrat', sans-serif;
  background: transparent;
  color:rgb(123, 123, 123);
  box-sizing: border-box;
  appearance: none; 
  height: 3.6vw; 
  border-radius: 0;
}


.rang-double .input-infodemande {
  width: 100%;
  padding: 0.5vw;
  border: none;
  border-bottom: 1px solid rgb(91, 89, 89);
  font-size: clamp(0.75rem, 1.25vw, 1.75rem);
  font-family: 'Montserrat', sans-serif;
  background: transparent;
  color:rgb(123, 123, 123);
  box-sizing: border-box;
  appearance: none; 
  height: 3.6vw; 
  border-radius: 0;
}

label[for="Prenom"] + select {
  margin-top: 1.26vw;
}


 

.container-checkbox-inscription input {
 position: absolute;
 opacity: 0;
 cursor: pointer;
 height: 0;
 width: 0;
}

.container-checkbox-inscription {
 display: block;
 position: relative;
 cursor: pointer;
 font-size: 25px;
 user-select: none;
}


.checkmark {
 position: relative;
 top: 0;
 left: 0;
 height: 1em;
 width: 1em;
 background: black;
 border-radius: 50px;
 transition: all 0.7s;
 --spread: 20px;
}


.container-checkbox-inscription input:checked ~ .checkmark {
 background: black;
 box-shadow: -10px -10px var(--spread) 0px rgb(102, 109, 132), 0 -10px var(--spread) 0px rgb(148, 107, 107), 10px -10px var(--spread) 0px rgb(73, 77, 90), 10px 0 var(--spread) 0px rgb(230, 230, 230), 10px 10px var(--spread) 0px rgb(255, 255, 255), 0 10px var(--spread) 0px rgb(167, 135, 126), -10px 10px var(--spread) 0px #baafaf;
}


.checkmark:after {
 content: "";
 position: absolute;
 display: none;
}


.container-checkbox-inscription input:checked ~ .checkmark:after {
 display: block;
}


.container-checkbox-inscription .checkmark:after {
 left: 0.33em;
 top: 0.15em;
 width: 0.25em;
 height: 0.5em;
 border: solid #f0f0f0;
 border-width: 0 0.1em 0.1em 0;
 transform: rotate(45deg);
}

.container-checkbox2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.5rem, 1vw, 1.5rem); 
}

.container-checkbox2 p {
  margin-left: 3vw;
  font-size: clamp(0.5rem, 1vw, 1.5rem); 
  margin-top: 3vw;
  width: 100%;

}

.cgu-checkbox {
  display: flex;
  margin: 0.5vw 0 0 3vw;
  font-size: clamp(0.7rem, 1vw, 1rem);
  font-family: 'Montserrat', sans-serif;
  color: #baafaf;
}

.cgu-checkbox p{
  font-size: clamp(0.7rem, 1vw, 1rem);
  margin-left: 1vw;
}

.cgu-checkbox input[type="checkbox"] {
  accent-color: #000000; 
  width: 1.1vw;
  height: 1.1vw;
  margin: 0;
  margin-top: 0.13vw !important;
}

.cgu-checkbox a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
  font-size: clamp(0.7rem, 1vw, 1rem);

}

.cgu-checkbox a:hover {
  color: #BAAFAF;
}

.form-inscription button {
  padding: 1.5vw 3vw;
  border: none;
  border-radius: 5px;
  background-color: #000000;
  color: #BAAFAF;
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  cursor: pointer;
  transition: all ease 0.3s;
}

.form-inscription button:hover {
  background: #BAAFAF;
  color: #000;
}


.card-conversation-admin {
  display: flex;
  gap: 0.1vw;
  width: 100%;
  background-color: #8888881c;
  padding: 2vw;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.infos-conversation-admin {
  display: flex;
  flex-direction: column;
  gap: 0.25vw;
  width: 100%;
  margin-left: 1vw;
}

.nom-conversation-admin {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1rem, 1vw, 2.5rem); 
  color: #000000;
  font-weight: 200;
  margin-bottom: 0.5vw;
  display: block;
  text-align: left;
}

.message-conversation-admin p{
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.75rem, 1vw, 1.75rem); 
  color: #000000;
  font-weight: 600;
  margin-bottom: 1vw;
  display: block;
  text-align: left;
}

.infos-message-admin {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  width: 40%;
  align-items: flex-end;
  justify-content: center;
}

.infos-message-admin p {
  font-size: clamp(0.75rem, 1vw, 1.75rem); 
  color: #000000;
}

.pastille-notif-admin img{
  width: 1.5vw;
  height: 1.5vw;
  background-color: #ff0000;
  border-radius: 50%;
  position: absolute;
  top: -0.5vw;
  right: -0.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.photo-profil {
  border-radius: 50%;
  width: 4vw;
  height: 4vw;
  display: block;
  justify-content: center;
  align-items: center;
}

.card-conversation-admin:hover {
  display: flex;
  gap: 0.1vw;
  width: 100%;
  background-color: #8888882d;
  padding: 2vw;
  justify-content: center;
  align-items: center;
  transition: 5ms;
  border-radius: 5px;
}

.btn-messagerie {
  margin-top: 1vw;
  width: 10vw;
  padding: 1.5vw 3vw;
  border-radius: 5px;
  border: solid 2px #000000;
  background: #000000;
  color: #ffffff;
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  justify-content: center;
}

.btn-messagerie:hover {
  margin-top: 1vw;
  width: 10vw;
  padding: 1.5vw 3vw;
  border-radius: 5px;
  border: solid 2px #000000;
  background: #313131;
  color: #ffffff;
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  justify-content: center;
}

.fond-commande {
  background: url('../images/fond-commande.png') center center/cover no-repeat;
}

.ligne-evolutive {
  display: block;
  width: 100%;
  max-width: 1500px; 
  height: auto;
  margin: 0 auto 0 auto;
}

.formulaire-commande {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  width: 90%;
  background-color: rgb(255, 255, 255);
  padding: 3vw;
  color: black;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.24);
  border-radius: 5px;
  margin-bottom: 5vw;
  margin : 0 auto 5vw auto; 
}

.formulaire-commande h2 { 
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.5rem, 2vw, 2rem); 
  color:#BAAFAF;
  font-weight: 600;
  margin-left: 3vw;
  margin-right: 3vw;
  display: block;
  align-items: center;
  text-align: center;
}

.form-group-commande {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  width: 100%;
  padding: 2vw;
}

.rangee-form-group {
  display: flex;
  flex-direction: column; 
  gap: 1vw;
  width: 100%;
  padding: 0vw 2vw 0vw 2vw;
}

.rangee-form-group label {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.5rem, 1.25vw, 1.5rem); 
  color:rgb(0, 0, 0);
  font-weight: 400;
  text-align: left;      
  align-self: flex-start;
}

.rangee-form-group input {
  width: 100%;
  padding: 0.75vw 1.25vw;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.23);
  font-size: clamp(0.75rem, 1vw, 1rem); 
  font-family: 'Montserrat', sans-serif;
  background:rgba(236, 236, 236, 0.87);
  color:rgb(0, 0, 0);
  box-sizing: border-box;
}

.rangee-form-group input:focus {
  padding: 0.75vw 1.25vw;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background:rgba(236, 236, 236, 0.87);
  color:rgb(0, 0, 0);
}


.checkbox-commande {
  display: flex;
  align-items: center;
  gap: 0.5vw;
  margin-top: 0.5vw;
  font-size: clamp(0.8rem, 1vw, 1.1rem);
  color:rgb(224, 224, 224);
  font-family: 'Montserrat', sans-serif;
}

.checkbox-commande input[type="checkbox"] {
  accent-color:rgb(255, 255, 255);
  width: 1vw;
  height: 1vw;
  margin: 0;
}

.checkbox-commande label {
  font-size: clamp(0.8rem, 1vw, 1.1rem);
  margin-left: 0.5vw;
  color:rgb(183, 183, 183);
  font-family: 'Montserrat', sans-serif;
}

.next-form {
  align-self: flex-end;  
}

.next-form img {
  width: 4vw;
  height: 4vw;
  margin-left: 1vw;
  cursor: pointer;
}


.groupe-btn-maintenant {
  display: flex;
  justify-content: center;
  gap: 1vw;
  width: 100%;
  margin-top: 1vw;
  margin-bottom: 1vw;
}

.form-group-commande-btn {
  display: flex;
  justify-content: center;
}

.btn-maintenant {
  background:rgb(186, 186, 186);
  color: #fff;
  border: none;
  border-radius: 5px;
  width: clamp(130px, 30vw, 2000px);
  padding: 1.5vw 2vw;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.3rem);
  font-weight: 400;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: background 0.2s, transform 0.1s;
  margin-top: 1.5vw;
}

.btn-maintenant:hover {
  background:rgb(0, 0, 0);
}

.btn-maintenant.selected,
.btn-maintenant.selected:hover,
.btn-maintenant.selected:active {
  background: rgb(0, 0, 0);
  color: #fff;
}

#nombre-pax {
  width: 30%;
  padding: 0.75vw 1.25vw;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.23);
  font-size: clamp(0.75rem, 1vw, 1rem); 
  font-family: 'Montserrat', sans-serif;
  background:rgba(236, 236, 236, 0.87);
  color:rgb(0, 0, 0);
  margin-left: 11.5vw;
}

.inputs-row {
  display: flex;
  gap: 2vw;
  width: 100%;
  justify-content: center;
}

.form-group-commande {
  flex: 1 1 0;
  min-width: 0;
  padding: 2vw;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}


.etape2-inputs .form-group-commande.small-input {
  display: flex;
  max-width: 17vw;
  padding: 1vw;
  gap: 1vw;
  text-align: center;
  justify-content: center;
}

.etape2-inputs input[type="date"],
.etape2-inputs input[type="time"] {
  width: 100%;
  min-width: 0;
  padding: 0.75vw 1.25vw;
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
  font-family: 'Montserrat', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.etape2-inputs {
  display: flex;
  gap: 4vw; 
  width: 100%;
  justify-content: center;
}

.etape3-inputs input[type="number"]:focus {
  padding: 0.75vw 0vw 0.75vw 1.25vw;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: rgb(0, 0, 0);
  box-sizing: border-box;
}

.etape4-inputs .form-group-commande.small-input {
  max-width: 10vw;
  min-width: 7vw; 
  padding: 1vw;
  gap: 1vw;
}

#autres-bagages-group.form-group-commande.small-input {
  max-width: 15vw;
  min-width: 7vw;
  gap: 0.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.etape4-inputs input[type="number"] {
  width: 100%;
  min-width: 0;
  padding: 0.75vw 1.25vw;
  font-size: clamp(0.8rem, 1vw, 1.1rem);
}

.etape4-inputs input[type="number"]:focus {
  padding: 0.75vw 0vw 0.75vw 1.25vw;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: rgb(0, 0, 0);
  box-sizing: border-box;
}

.add-bagages {
  background: rgb(0, 0, 0);
  color: #fff;
  border: none;
  border-radius: 5px;
  width: 2.9vw;
  height: 2.9vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
  font-weight: 400;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  transition: background 0.2s, transform 0.1s;
  margin-top: 0.5vw;
}

.add-bagages:hover,
.add-bagages:focus {
  background: #BAAFAF;
  color: #fff;
}

.inputs-row.etape4-inputs {
  display: flex;
  align-items: center;   
  gap: 10vw;
  flex-wrap: wrap;
}

input:focus, textarea:focus, select:focus, button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.popup-bagages {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.popup-content {
  background: #222;
  color: #fff;
  border-radius: 10px;
  padding: 2vw 3vw;
  min-width: 200px;
  max-width: 60vw;
  background-color: #ffffff;
  box-shadow: 0 4px 24px rgba(0,0,0,0.2);
  position: relative;
  text-align: center;
}
.close-popup {
  position: absolute;
  top: 1vw;
  right: 1vw;
  font-size: 2vw;
  cursor: pointer;
  color: #baafaf;
}
.close-popup:hover {
  color: #fff;
}



.popup-bagages h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 3rem); 
  color: #000000;
  font-weight: 500;
  margin-left: 3vw;
  margin-right: 3vw;
  display: block;
  align-items: center;
  text-align: center;
}


.popup-inputs-row {
  display: flex;
  gap: 4vw;
  margin: 2vw 0 1vw 0;
  justify-content: center;
}

.popup-input-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.popup-input-group label {
  font-size: clamp(0.8rem, 1.25vw, 1.75rem); 
  color: #baafaf;
  margin-bottom: 0.3em;
}

.popup-input-group input[type="number"] {
  width: 8vw;           
  min-width: 70px;      
  padding: 0.6vw 1vw;   
  border-radius: 5px;
  border: 1px solid #baafaf;
  background: #fff;
  color: #222;
  font-size: clamp(0.75rem, 1vw, 1.1rem);
  box-sizing: border-box;
}

.popup-description {
  width: 44vw !important;
  max-width: 600px;
  min-width: 200px;
  border-radius: 8px;
  border: 1px solid #baafaf;
  padding: 1.25vw !important;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.75rem, 1vw, 1.1rem);
  margin: 2vw auto 1vw auto !important;   
  resize: vertical;
  background: #fff;
  color: #222;
  box-sizing: border-box;
  display: block !important;
}

.popup-content .popup-icon {
  position: absolute;
  top: 1vw;
  right: 1vw;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 10;
  
}

.popup-save-btn {
  display: block;
  margin: 3vw auto 1vw auto;
  background: #000000;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 1.25vw 2vw;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1em;
  cursor: pointer;
  transition: background 0.2s;
}
.popup-save-btn:hover {
  background: #867777;
}



.autres-bagages-list input[type="text"] {
  display: block;
  width: 100%;
  min-width: 60px;
  max-width: 100%;
  font-size: clamp(0.75rem, 1vw, 1.1rem);
  padding: 0.6vw 1vw;
  border-radius: 5px;
  border: 0.5px solid #b6b6b6;
  background: #131313;
  color: #ffffff;
  box-sizing: border-box;
  transition: width 0.2s;
  text-align: center;
}

.autre-bagage-item {
  position: relative;
  display: inline-block; 
  vertical-align: middle;
}

.icon-trash {
  position: absolute;
  top: 50%;
  right: 0.3vw;
  transform: translateY(-50%);
  width: 1.7vw;
  height: 1.7vw;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  padding: 0.2vw;
  z-index: 2;
  display: none;
  transition: background 0.2s;
}


.autre-bagage-item:hover .icon-trash {
  display: block;
}


.popup-input-group input[type="text"]#bagage-nom {
  width: 8vw;
  min-width: 70px;
  padding: 0.6vw 1vw;
  border-radius: 5px;
  border: 1px solid #baafaf;
  background: #fff;
  color: #222;
  font-size: clamp(0.75rem, 1vw, 1.1rem);
  box-sizing: border-box;
  margin-bottom: 0.5vw;
}

.vehicule-btns {
  display: flex;
  gap: 1vw;
  margin: 2vw 0 2vw 0;
  justify-content: center;
}

.vehicule-btn {
  background:rgb(186, 186, 186);
  color: #ffffff;
  border: none;
  border-radius: 5px;
  width: clamp(90px, 10vw, 140px); 
  padding: 1vw 1.5vw;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.75rem, 1vw, 1.1rem);
  font-weight: 400;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: background 0.2s;
  transform: 0.1s;
  margin-top: 1.5vw;
}

.vehicule-btn:hover,
.vehicule-btn.selected {
  background: black;
  color: #fff;
}

.vehicule-btns .vehicule-btn:last-child {
  
  background: #baafaf;
  color: #BAAFAF;
  font-weight: 400;
  border: none;
  color: #000; 
}

.vehicule-btns .vehicule-btn:last-child:hover {
  
  color: #FBFBFB;
  font-weight: 400;
  border: none;
  background: black;
  color: #fff;
}

.titre-etape span {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.75rem, 1.2vw, 1.1rem);
  color: #BAAFAF;
  font-weight: 300;
  margin-left: 3vw;
  margin-right: 3vw;
  display: block;
  align-items: center;
  text-align: center;
}



#demandeur {
  width: 12vw;
  min-width: 80px;
  max-width: 180px;
  font-size: clamp(0.75rem, 1.25vw, 1.1rem);
  padding: 0.75vw 1.25vw;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.23);
  color: #000000;
  box-sizing: border-box;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: 'Montserrat', sans-serif;

}

#infos-complementaires {
  width: 80vw;
  min-height: 120px;
  font-size: clamp(0.75rem, 1.25vw, 1.1rem);
  padding: 1.25vw;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.23);
  background:rgba(236, 236, 236, 0.87);
  color: #000000;
  box-sizing: border-box;
  resize: vertical;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Montserrat', sans-serif;

  
}


#demandeur,
#infos-complementaires {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#infos-complementaires:focus {
  border: 1px solid rgba(255, 255, 255, 0.35);
}

#demandeur:focus {  
  border: 1px solid rgba(255, 255, 255, 0.35);
}

label[for="demandeur"],
label[for="infos-complementaires"] {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.75rem, 1.5vw, 1.75rem);
  color: #000000;
  font-weight: 400;
  text-align: left;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

label[for="demandeur"],
label[for="infos-complementaires"] {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.75rem, 1.5vw, 1.75rem);
  color: #000000;
  font-weight: 400;
  text-align: left;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.form-group-commande label {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.checkbox-commande {
  display: flex;
  align-items: center;
  gap: 0.2vw; 
  font-size: clamp(0.8rem, 1vw, 1.1rem);
  color: #baafaf;
  font-family: 'Montserrat', sans-serif;
}

.checkbox-commande label {
  margin-left: 1vw; 
}


.etape { display: none; }
.etape.active { display: block; }

.etape .etape-7 {
  padding: 2vw;
  color: #ffffff;
}

.etape-7 p{
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.75rem, 1.25vw, 1.75rem); 
  font-weight: 400;
  padding: 2vw 15vw;
  display: block;
  text-align: center;
}

.ligne-separatrice4 {
  border: none;
  height: 0.5px;
  background-color: #c6c6c6;
  width: 100%;
  margin: 2vh auto;
  margin-top: 3vw;
}

.inputs-row.etape4-inputs {
  margin-top: 1vw;
}


.progress-container {
  width: 100%;
  max-width: 1308px; 
  height: 1vw;
  background: transparent;
  border-radius: 3px;
  margin: 2vw auto 0.5vw auto;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(45deg,rgba(132, 104, 97, 0.5) 10%,
    rgba(63, 78, 120, 0.49) 30%, #252525 100%);    border-radius: 3px;
  transition: width 0.5s cubic-bezier(.4,2,.6,1);
}

.progress-bar.complete {
  background: linear-gradient(45deg,rgba(132, 104, 97, 0.5) 10%,
    rgba(63, 78, 120, 0.49) 30%, #252525 100%);  }

.titre-break {
  display: block;
}

.prev-form {
  align-self: flex-end;
}

.prev-form img {
  width: 4vw;
  height: 4vw;
  margin-right: 1vw;
  cursor: pointer;
  
}

.etape-navigation {
  display: flex;
  flex-direction: row;
  align-items: center; 
  justify-content: center;
  width: 100%;
  min-height: 100%; 
  position: relative; 
}

.prev-form,
.next-form,
.etape-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.etape-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 3vw;
}

#btn-confirmer {
  display: block;
  margin: 0vw auto 0 auto;
  background: #000000;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 1.5vw 3vw;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.3rem);
  font-weight: 400;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: background 0.2s, transform 0.1s;
}

#btn-confirmer:hover,
#btn-confirmer:focus {
  background: linear-gradient(45deg,rgba(132, 104, 97, 0.5) 10%,
    rgba(63, 78, 120, 0.49) 30%, #252525 100%);    color: #fff;
  transform: scale(1.04);
  outline: none;
}

.prev-form.prev-form-etape6 {
  position: absolute;
  left: 0;
  top: 63.5vh;      
  margin-left: 0;
  z-index: 10;
  align-items: center !important;
  max-height: 10vw; 
}

.prev-form.prev-form-etape6 img {
  margin-top: 0;
  max-height: 6vw;  
  width: 4vw;
  height: auto;
}

.prev-form.prev-form-etape7 {
  position: absolute;
  left: 0;
  top: 63.5vh;      
  margin-left: 0;
  z-index: 10;
  align-items: center !important;
  max-height: 10vw; 
}

.prev-form.prev-form-etape7 img {
  margin-top: 0;
  max-height: 6vw;  
  width: 4vw;
  height: auto;
}


.etape {
  opacity: 0;
  transform: translateX(40px) scale(0.98);
  transition: opacity 0.4s cubic-bezier(.4,2,.6,1), transform 0.4s cubic-bezier(.4,2,.6,1);
  pointer-events: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.etape.active {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
  position: relative;
  z-index: 2;
}
.etape-content {
  position: relative;
  min-height: 40vh; 
}


.autre-chauffeur-block {
  width: 100%;
  background: #fff;
  padding: 4vw 0 6vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  margin-top: 0;
}

.autre-chauffeur-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2vw;
}

.autre-chauffeur-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2rem, 2.5vw, 4rem);
  color: #000;
  font-weight: 600;
  margin-bottom: 2vw;
  text-align: center;
}

.autre-chauffeur-btn {
  background: #000;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 2vw 4vw;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.3rem);
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: background 0.2s, transform 0.1s;
}

.autre-chauffeur-btn:hover {
  background: linear-gradient(45deg,rgba(132, 104, 97, 0.5) 10%,
    rgba(63, 78, 120, 0.49) 30%, #252525 100%);    color: #fff;
  transform: scale(1.04);
}

.etape-7 p {
  font-size: clamp(1rem, 1.25vw, 1.3rem);
}

.etape-7.active ~ .next-form,
.etape-7.active ~ .prev-form {
  display: none !important; 
}

.etape-7.active ~ .next-form {
  display: none !important;
}

.formulaire-commande.etape7-active {
  max-width: 500px;
  margin: 0 auto 2vw auto;
  padding: 2vw 2vw;
  min-height: unset;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: max-width 0.3s, padding 0.3s;
}




.etape-navigation {
  position: relative;
}

.next-form {
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateY(-50%);
  z-index: 10;
  align-items: center !important;
  max-height: 10vw; 
}

.next-form img {
  margin-top: 0;
  max-height: 6vw; 
  width: 4vw;
  height: auto;
}

.prev-form {
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(-50%);
  z-index: 10;
  align-items: center !important;
  max-height: 10vw; 
}

.prev-form img {
  margin-top: 0;
  max-height: 6vw; 
  width: 4vw;
  height: auto;
}


.prev-form.prev-form-etape6 {
  top: 115%; 
  
}


.etape-6 .ligne-separatrice4 {
  width: 90%; 
  max-width: 800px; 
  margin: 2vh auto; 
}


.etape .ligne-separatrice4 {
  width: 90%;
  max-width: 800px;
  margin: 2vh auto;
}


label[for="demandeur"] {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.95rem, 1.25vw, 1.35rem);
  color: #000000;
  font-weight: 400;
  text-align: left;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.label[for="demandeur"], label[for="infos-complementaires"] {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.95rem, 1.25vw, 1.35rem);
  color: #000000;
  font-weight: 400;
  text-align: left;
  display: block;
  margin-left: auto;
  margin-right: auto;
}




.banniere-landing {
  position: relative;
  height: 59vw;
  background: url("../images/landing-page.png") no-repeat center center / cover;

  color: #fff;
}

.surfacebanniere-landing {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  width: 100%;
  padding: 0 5.5vw;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
}

.center-h1-landing {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;      
  align-items: center;         
  justify-content: center;     
  width: 100%;
}

.nav-landing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 2vw;
  position: relative;
}

.nav-landing .logo {
  margin: 0;
  width: clamp(90px,11vw,150px);
  height: auto;
}

.btn-identifier {
  background: transparent;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 5px;
  padding: 1vw 4vw;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.1rem, 1vw, 1.5rem);
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: background 0.2s, transform 0.2s;
  max-width: 220px;
}

.btn-identifier:hover {
  background: #f7f7f75c;
  color: #fff;
}

.surfacebanniere-landing h1 {
  text-align: center;
  margin: 0 auto;
  width: 1000px;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1rem, 3vw, 4rem);
  color: #fff;
  font-weight: 700;
}

.center-h1-landing p.sous-titre-landing {
  text-align: center;
  margin: 2vw auto 0 auto;
  color: #bbbbbb;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1rem, 1.25vw, 2rem);
  font-weight: 400;
  max-width: 700px;
}


.container-qui-sommes-nous {
  display: flex;
  flex-direction: column;
  align-items: flex-start; 
  justify-content: flex-start;
  width: 100%;
  padding: 0 5.5vw;
  margin-top: 5vw;
}

.container-qui-sommes-nous h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2rem, 3vw, 4rem);
  font-weight: 700;
  text-align: left;
  width: 100%;
  align-self: flex-start;
  background: linear-gradient(to right, #000 0%, #756D5E 50%, #756D5E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.container-qui-sommes-nous p {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1rem, 1.25vw, 2rem);
  font-weight: 400;
  text-align: justify;
  width: 100%;
  align-self: flex-start;
  margin-top: 3vw;
  color: #fff;
  background-color: #111111;
  border-radius: 8px;
  padding: 5vw;

}

.expertise {
  margin-top: 10vw;
  background-color: #000;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 10vw 6vw; 
  display: flex;
  flex-direction: column;
  align-items: center;   
  justify-content: center; 
  text-align: center;    
}

.expertise h2 { 
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2rem, 3vw, 4rem);
  color: #fff;
  font-weight: 400;
  margin-top: 1vw;
}

.bold {
  font-weight: 1000;
}


.btn-reserver-landing {
  display: block;
  margin: 4vw auto 0 auto;
  padding: 1.5vw 3vw;
  background: transparent;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
  transition: background 0.2s, transform 0.15s;
}

.btn-reserver-landing:hover {
  background: #f7f7f75c;
}

.expertise p {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1rem, 1.25vw, 2rem);
  font-weight: 300;
  text-align: center;
  width: 100%;
  margin-top: 6vw;
  color: #fff;
  padding: 0 3vw;
  margin-bottom: 2vw;
}


.chrono-img-wrapper {
  position: relative;
  display: inline-block;      
  width: auto;
  max-width: 100%;
  margin: 0 auto;             
}

.img-chrono-landing {
  display: block;
  margin: 7vw 0 0 0;
  width: 42.5vw;
  height: auto;
  border-radius: 8px;
}

.btn-newsletter {
  position: absolute;
  left: 50%;                  
  top: 100%;                  
  transform: translate(-50%, 30%);
  background: black;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 400;
  padding: 2vw 5vw;
  box-shadow: 0 2px 12px rgba(0,0,0,0.50);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s, transform 1.5s;
}


.chrono-img-wrapper.visible .btn-newsletter {
  opacity: 1;
  pointer-events: auto;
  transform: translate(50%, -60%);
}

.btn-newsletter:hover {
  background-color: #171717;
  color: #baafaf;
  transform: scale(1.04);
  transition: background 0.2s, transform 0.1s;
}

.reservations-simplifiees {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: 100vh;
  background: url("../images/landing-page-resa.jpg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
  display: flex;
  align-items: flex-end;   
  justify-content: flex-end; 
}

.container-reservations-simplifiees {
  position: relative;
  color: #fff;
  border-bottom-right-radius: 18px;
  border-top-left-radius: 18px;
  text-align: right;
  max-width: 82vw;
  margin: 3vw 3vw 7vw 0; 
  padding: 2vw 1vw;
  z-index: 2;
}
.reservation-texte {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 2vw 0vw;
  background: rgba(0,0,0,0.55);
  color: #fff;
  border-bottom-right-radius: 18px;
  border-top-left-radius: 18px;
  text-align: right;
  max-width: 100%;
  z-index: 2;
}

.container-reservations-simplifiees h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2rem, 3vw, 4rem);
  color: #fff;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 2vw;
  width: 100%;
}

.container-reservations-simplifiees p {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1rem, 1.25vw, 2rem);
  font-weight: 400;
  text-align: right;
  width: 100%;
  margin-top: 3vw;
}

.reservations-simplifiees::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.38); 
  z-index: 1;
  pointer-events: none;
}
.reservations-simplifiees {
  position: relative;
  
  overflow: hidden;
}
.container-reservations-simplifiees {
  position: relative;
  z-index: 2; 
}


.contact-landing {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 7vw 0 6vw 0;
  display: flex;
  justify-content: center;
}

.container-contact-landing {
  max-width: 1200px;
  width: 90vw;
  background: #fff;
  border-radius: 18px;
  padding: 0vw 5vw 3vw 5vw;
  margin: 0 auto;
  text-align: center;
}

.container-contact-landing h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  color: #756D5E;
  margin-bottom: 3vw;
}

.container-contact-landing p {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.1rem, 1.25vw, 1.4rem);
  color: #000;
  margin-bottom: 3vw;
  font-weight: 400;
  background-color: #f7f7fa;
  border-radius: 8px;
  padding: 2vw 3vw;
}

.container-contact-landing form {
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(30,32,38,0.13);

}

.container-contact-landing input,
.container-contact-landing textarea {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  padding: 1vw 1.2vw;
  border-radius: 8px;
  resize: vertical;
}

.container-contact-landing button[type="submit"] {
  background: linear-gradient(90deg, #000 0%, #756D5E 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 1vw 0;
  cursor: pointer;
  margin-top: 1vw;
  transition: background 0.2s, transform 0.15s;
}

.container-contact-landing button[type="submit"]:hover {
  background: linear-gradient(90deg, #756D5E 0%, #000 100%);
  transform: scale(1.03);
}


.ligne-adresse {
  display: flex;
  gap: 1vw; 
  margin-top: 0vw;
}

.ligne-adresse .input-membre {
  flex: 1 1 0;
  min-width: 0;
}













.messagerie {
  height: 100vh;
  min-height: 0;
  margin: 0;
  padding: 0;
  background: #000;
  color: #222;
  display: flex;
  flex-direction: column;
}

.messagerie .main-layout {
  flex: 1 1 0;
  display: flex;
  min-height: 0;
  height: 100%;
}

.chat-card {
  flex: 1 1 0;
  min-height: 0;
  height: 100%;
  background: #fff;
  display: flex;
  overflow: hidden;
  max-width: 100%;
  box-shadow:
    0 4px 24px 0 rgba(34, 34, 34, 0.06),
    0 1.5px 6px 0 rgba(34, 34, 34, 0.04);
}



.sidebar-header {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: fit-content;
  font-size: clamp(1rem, 1.1vw, 1.3rem);
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #fff;
  text-transform: uppercase;
  background: none;
  box-shadow: none;
  border: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  width: 35vw;      
  min-width: 200px;  
  max-width: 440px;
}
.sidebar-header-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: clamp(48px, 80px, 90px);
  background: #000;
  box-shadow: 0 2px 12px rgba(186,175,175,0.08);
  position: relative;
}

.sidebar {
  background: #f4f5f7;
  backdrop-filter: blur(8px) saturate(120%);
  -webkit-backdrop-filter: blur(8px) saturate(120%);
  box-shadow: 4px 0 24px 0 rgba(186,175,175,0.08) inset;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 35vw;      
  min-width: 200px;  
  max-width: 440px;
  height: 100vh;
}

.conversation {
  display: flex;
  align-items: center;
  gap: 1vw;
  padding: 1.5vw 1.5vw;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f5;
  background: #f4f5f7;
  transition: background 0.18s, box-shadow 0.18s;
  font-family: 'Inter', 'Roboto', 'Montserrat', Arial, sans-serif;
  min-width: 0;
  width: 440px;      
  min-width: 200px;  
  max-width: 500px;
  box-sizing: border-box;
  position: relative;}

.conversation.active,
.conversation:hover {
  background: #f0f0f5;
  box-shadow: 0 2px 16px rgba(186,175,175,0.07);
}

.conversations-list {
  width: 45vw;      
  min-width: 300px;  
  max-width: 550px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  max-height: calc(100vh - 120px);
  flex: 1;
}

.conversations-list::-webkit-scrollbar {
  width: 6px;
}

.conversations-list::-webkit-scrollbar-track {
  background: transparent;
}

.conversations-list::-webkit-scrollbar-thumb {
  background: rgba(186, 175, 175, 0.3);
  border-radius: 3px;
}

.conversations-list::-webkit-scrollbar-thumb:hover {
  background: rgba(186, 175, 175, 0.5);
}

.avatar {
  width: 2.7vw;
  height: 2.7vw;
  min-width: 38px;
  min-height: 38px;
  border-radius: 50%;
  background: #e3e3e8;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(186,175,175,0.04);
}

.conv-info {
  flex: 1;
  min-width: 0;
}

.conv-name {
  font-weight: 500;
  font-size: clamp(0.6rem, 1vw, 1.3rem);
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #23232a;
  letter-spacing: 0.01em;
}

.conv-last {
  font-size: clamp(0.5rem, 0.9vw, 1.1rem);
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.unread-badge {
  background: linear-gradient(90deg, #baafaf 0%, #e3e3e8 100%);
  color: #23232a;
  font-size: clamp(0.7rem, 0.7vw, 1rem);
  border-radius: 12px;
  padding: 0.2vw 0.5vw;
  font-weight: 700;
  min-width: 22px;
  text-align: center;
  margin-left: 0.5vw;
  box-shadow: 0 2px 8px rgba(186,175,175,0.12);
}
.chat-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 340px; 
  background: #fff;
}
.chat-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; 
  height: clamp(48px, 80px, 90px);
  background: #000;
  color: #fff;
  font-size: clamp(1rem, 1.1vw, 1.3rem);
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.chat-messages {
  position: relative;
  flex: 1;
  padding: 32px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: #f0f0f5;
  background-size: cover;
  background-position: center;
  min-height: 0;
    align-items: stretch;

}


.message-time {
  font-size: clamp(0.6rem, 0.9vw, 1.1rem);
  color: #bfbfbf;
  margin-top: 4px;
  text-align: right;
  opacity: 0.8;
}
.message-row {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  width: 100%;
}
.message-row.user-msg {
  justify-content: flex-end;
}

.message-column {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  gap: 0.2em;
}
.message-column.user-msg {
  flex-direction: column;
  align-items: flex-end;
  gap: 0.2em; 
}
.message-column.other {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2em;
}
.msg-expediteur {
  font-size: clamp(0.6rem, 0.9vw, 1.1rem);
  color: #bfbfbf;
  margin-bottom: 2px;
}
.msg-expediteur.user-msg {
  text-align: right;
}
.msg-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  background: #e3e3e8;
}
.message {
  padding: 14px 20px;
  border-radius: 18px;
  font-size: clamp(0.6rem, 1vw, 1.3rem);
  line-height: 1.5;
  word-break: break-word;
  box-shadow: 0 2px 8px rgba(186,175,175,0.03);
    position: relative;

}

.message-row.user-msg .message-content {
  justify-content: flex-end; 
}

.message-row.other .message-content {
  justify-content: flex-start; 
}
.message.user-msg {
  background: #000;
  color: #fff;
  text-align: right;
  align-self: flex-end;
  margin-right: 0;

}
.message.other {
  background: #f7f7fa;
  color: #23232a;
}

.message-content {
  display: flex;
  align-items: center;
  gap: 0.4em;
  justify-content: flex-end;
}
.chat-input-area {
  display: flex;
  gap: 12px;
  padding: 22px 32px;
  background: #f4f5f7;
}
.chat-input {
  border-radius: 10px;
  outline: 2px solid #baafaf;
  border: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #000;
  outline-offset: 3px;
  padding: 10px 1rem;
  transition: 0.25s;
  width: 100%;
  color: #23232a;
  font-size: clamp(0.75rem, 1vw, 1.25rem);
}
.chat-input:focus {
  outline-offset: 5px;
  background-color: #f7f7fa;
}
  .chat-send-btn {
    position: relative;
    font-size: clamp(0.75rem, 1vw, 1.75rem);
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.75vw 1.5vw;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.2s;
    border: none;
    font-family: inherit;
    font-weight: 500;
    color: black;
  background: linear-gradient(90deg, #baafaf 0%, #e3e3e8 100%);
  }
  .chat-send-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }
  .chat-send-btn:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  .chat-send-btn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s;
  background: linear-gradient(90deg, #baafaf 0%, #e3e3e8 100%);
  }
  .chat-send-btn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
  }
  .banniere-conversation {
    width: 100%;
    height: 10vw;
    min-height: 120px;
    display: flex;
    padding-left: 6vw;
    padding-right: 6vw;
    flex-direction: column;
    justify-content: space-between;
    background-image: url("../images/header-msg.jpg");
    background-size: cover;
    background-position: center -15vw;
    background-repeat: no-repeat;
    position: relative;
    z-index: 3;
  }
  .banniere-conversation::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.115);
    z-index: 1;
    pointer-events: none;
  }
  .main-layout button.back-button {
    position: absolute;
    z-index: 10;
  }
.back-button {
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  letter-spacing: 1px;
  transition: all 0.2s linear;
  cursor: pointer;
  border: none;
  background: transparent;
  color: #fff;
  margin-right: 1vw;
}
.back-button > svg {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 2vw;
  transition: all 0.4s ease-in;
  fill: #fff;      
  color: #fff;     
}
.back-button:hover > svg {
  font-size: 1.2vw;
  transform: translateX(-5px);
  fill: #fff;      
}


.main-layout button.back-button {
  position: static; 
  z-index: 4;
}







#showMembersBtn {
  margin-left: auto;      
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-right: 2vw;     
}

#showMembersBtn svg {
  display: block;
}


#chatTitle {
  position: relative;
  z-index: 1;
  flex: 0 1 auto;
}

#showMembersBtn {
  position: absolute;
  right: 2vw;      
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  z-index: 10;
}

#showMembersBtn svg path {
  fill: #fff; 
  transition: fill 0.2s;
}

#showMembersBtn:hover svg path {
  fill: #baafaf; 
}

.delete-message-icon {
  width: 2vw;
  height: 2vw;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s;
  cursor: pointer;
  margin-left: 0.15vw;  
  margin-right: 0.15vw; 
  flex-shrink: 0;
  position: static;
}

.message-content:hover .delete-message-icon {
  opacity: 1;
  pointer-events: auto;
}

.delete-left {
  order: 0;
  margin-right: 0.3vw;
}

.delete-right {
  order: 2;
  margin-left: 0.3vw;
}

.delete-left {
  order: 0;
}

.delete-right {
  order: 1;
}

.delete-message-icon {
  width: 20px;
  height: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s;
  cursor: pointer;
  margin: 0;         
  flex-shrink: 0;
  position: static;
}

.message-content:hover .delete-message-icon {
  opacity: 1;
  pointer-events: auto;
}

.conversation.unread .conv-name,
.conversation.unread .conv-last {
  font-weight: 700;
}

.course-object {
  display: flex;
  align-items: center;
  justify-content: space-between; 
  background: #fff;
  font-size: clamp(0.75rem, 1vw, 1.75rem);
  font-weight: 500;
  color: #23232a;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 2;
  min-height: 44px;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(186,175,175,0.04);
  padding: 10px 24px;
  margin-top: 0;
  transition: box-shadow 0.2s, border-color 0.2s;
  gap: 0;
}

.course-object-content {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 auto;           
  flex: 1 1 auto;
  justify-content: center;
}

.course-object::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url('../images/icon-course.svg') center/contain no-repeat;
  opacity: 0.7;
  margin-right: 8px;
}

.course-object a {
  color: #23232a;
  text-decoration: none;
  font-weight: 600;
  background: #f7f7fa;
  padding: 4px 14px;
  border-radius: 8px;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  box-shadow: 0 1px 4px rgba(186,175,175,0.04);
  font-size: 1em;
  letter-spacing: 0.01em;
  border: 1px solid #e3e3e8;
}

.course-object a:hover,
.course-object a:focus {
  background: #23232a;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(186,175,175,0.10);
  outline: none;
  border-color: #baafaf;
}

.course-object .remove-course-btn {
  background: none;
  border: none;
  padding: 0 0 0 18px;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: opacity 0.18s;
  opacity: 0.7;
  flex-shrink: 0;
}

.course-object .remove-course-btn:hover {
  opacity: 1;
}

.course-object .remove-course-btn img {
  width: 22px;
  height: 22px;
  display: block;
}



.modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.65);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content.modal-course-details {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
  padding: 2.5vw 2vw 2vw 2vw;
  min-width: 320px;
  max-width: 98vw;
  width: 1000px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  animation: modalIn 0.22s cubic-bezier(.4,2,.6,1);
  max-height: 90vh;
  overflow-y: auto;
    scrollbar-width: none;      
  -ms-overflow-style: none; 
}

@keyframes modalIn {
  from { opacity: 0; transform: scale(0.97);}
  to   { opacity: 1; transform: scale(1);}
}

.modal-close {
  position: absolute;
  top: 1.2vw;
  right: 1.2vw;
  background: none;
  border: none;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s, filter 0.2s;
  z-index: 2;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-close img {
  width: 25px;
  height: 25px;
  display: block;
  filter: grayscale(1) brightness(0.7);
  transition: filter 0.2s;
}
.modal-close:hover,
.modal-close:focus {
  opacity: 1;
}
.modal-close:hover img,
.modal-close:focus img {
  filter: none;
}

.modal-course-details h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #23232a;
  margin-bottom: 1vw;
  text-align: center;
  letter-spacing: 0.02em;
}

.modal-grid-course {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2em 1.2em;
  font-size: 1.05em;
  margin-top: 1vw;
}

.modal-grid-course .modal-field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #f7f7fa;
  border-radius: 6px;
  padding: 0.7em 1em;
  min-height: 60px;
  justify-content: center;
}

.modal-grid-course .modal-label {
  font-weight: 500;
  color: #867777;
  font-size: 1em;
  margin-bottom: 0.25em;
  min-width: 90px;
}

.modal-grid-course .modal-value {
  font-size: 1.08em;
  color: #23232a;
  font-weight: 600;
  word-break: break-word;
}

.modal-grid-course .modal-row-full {
  grid-column: 1 / 4;
  background: #e3e3e8;
  border-radius: 6px;
  padding: 0.7em 1em;
  margin: 0.2em 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 60px;
  justify-content: center;
}

@media (max-width: 900px) {
  .modal-content.modal-course-details {
    width: 98vw;
    min-width: 0;
    padding: 4vw 2vw 2vw 2vw;
  }
  .modal-grid-course {
    grid-template-columns: 1fr;
    gap: 0.7em 0.7em;
  }
  .modal-grid-course .modal-row-full {
    grid-column: 1 / 2;
  }
}

@media (max-width: 600px) {
  .modal-content.modal-course-details {
    width: 99vw;
    min-width: 0;
    padding: 2vw 0.5vw 2vw 0.5vw;
    border-radius: 0;
  }
}


.ref-course {
  background: #f4f5f7;
  color: #000;
  border: none;
  border-radius: 8px;
  padding: 6px 15px;
  font-size: clamp(0.75rem, 1vw, 1.75rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(186,175,175,0.10);
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.12s;
  outline: none;
  display: inline-block;
  position: relative;
}
.ref-course:hover, .ref-course:focus {
  background: #000;
  color: #fff;
  box-shadow: 0 4px 16px rgba(186,175,175,0.18);
}


.course-bubble {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
  margin-top: 4px;
  padding: 10px 18px;
  border-radius: 14px;
  font-size: 1em;
  font-weight: 500;
  background: linear-gradient(90deg, #baafaf 0%, #e3e3e8 100%);
  color: #000;
  box-shadow: 0 2px 8px rgba(186,175,175,0.08);
  width: fit-content;
  max-width: 80%;
  cursor: default;
  position: relative;
  transition: background 0.18s, color 0.18s;
}
.course-bubble.user-msg {
  margin-left: auto;
  background: linear-gradient(90deg, #baafaf 0%, #e3e3e8 100%);
  color: #000;
}
.course-bubble .ref-course {
  margin-left: 8px;
  margin-right: 0;
  background: #fff;
  color: #23232a;
  border: none;
  border-radius: 8px;
  padding: 4px 16px;
  font-size: clamp(0.75rem, 1vw, 1.75rem);
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(186,175,175,0.10);
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.12s;
  outline: none;
  display: inline-block;
  position: relative;
}
.course-bubble.user-msg .ref-course {
  background: #000;
  color: #fff;
}
.course-bubble .ref-course:hover, .course-bubble .ref-course:focus {
  background: #baafaf;
  color: #23232a;
  box-shadow: 0 4px 16px rgba(186,175,175,0.18);
  transform: translateY(-2px) scale(1.04);
}





#membersModal.modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.53);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#membersModal .members-modal-content {
  background: #fff;
  border-radius: 12px;
  width: 105vw;
  max-width: 510px;
  min-width: 400px;
  padding: 2vw 0 0 0;
  position: relative;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  animation: modalIn 0.22s cubic-bezier(.4,2,.6,1);
}

#membersModal .members-modal-close {
  position: absolute;
  top: 0.2vw;
  right: 0.2vw;
  background: none;
  border: none;
  width: 36px;
  height: 36px;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s, filter 0.2s;
  z-index: 2;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#membersModal .members-modal-close img {
  width: 24px;
  height: 24px;
  display: block;
  filter: grayscale(1) brightness(0.7);
  transition: filter 0.2s;
}
#membersModal .members-modal-close:hover,
#membersModal .members-modal-close:focus {
  opacity: 1;
}
#membersModal .members-modal-close:hover img,
#membersModal .members-modal-close:focus img {
  filter: none;
}

#membersModal h3 {
  color: #23232a;
  margin-bottom: 2vw;
  font-size: clamp(1rem, 1.5vw, 1.75rem); 
  font-weight: 500;
  text-align: center;
  margin-top: 1vw;
}

#membersModal #membersList {
  list-style: none;
  padding: 0;
  margin: 0 0 1.2em 0;
  width: 100%;
  max-height: 220px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #baafaf #e3e3e8;
}

#membersModal .member-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 10px;
  position: relative;
  background: transparent;
  transition: background 0.18s;
  border-radius: 8px;
  width: 90%;
  margin: 0 auto;
}
#membersModal .member-item:last-child {
  border-bottom: none;
}
#membersModal .member-item:hover {
  background: #f4f4f8;
}

#membersModal .member-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  background: #e3e3e8;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(186,175,175,0.08);
}

#membersModal .member-name {
  flex: 1;
  font-weight: 600;
  color: #23232a;
  font-size: clamp(0.75rem, 1vw, 1.3rem);
  letter-spacing: 0.01em;
  padding-left: 2px;
}

#membersModal .remove-member-btn {
  background: none;
  border: none;
  padding: 0 4px;
  cursor: pointer;
  opacity: 0.7;
  display: flex;
  align-items: center;
  border-radius: 50%;
  transition: opacity 0.18s, background 0.18s;
  margin-left: 2px;
}
#membersModal .remove-member-btn img {
  width: 20px;
  height: 20px;
  filter: grayscale(1) brightness(0.7);
  transition: filter 0.2s;
}
#membersModal .remove-member-btn:hover,
#membersModal .remove-member-btn:focus {
  opacity: 1;
  background: #e3e3e8;
}
#membersModal .remove-member-btn:hover img,
#membersModal .remove-member-btn:focus img {
  filter: none;
}

#membersModal .add-member-row {
  position: relative;
  margin-bottom: 1vw;
  margin-top: 0.5vw;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#membersModal #addMemberInput {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1.5px solid #000;
  font-size: clamp(0.75rem, 1vw, 1.3rem);
  margin-bottom: 0;
  background: #fff;
  color: #23232a;
  transition: border 0.18s, box-shadow 0.18s;
  box-shadow: 0 1px 4px rgba(186,175,175,0.04);
  font-family: 'Montserrat', sans-serif;
}
#membersModal #addMemberInput:focus {
  border-color: #baafaf;
  box-shadow: 0 2px 8px rgba(186,175,175,0.10);
  outline: none;
}

#membersModal .suggestions-list {
  position: absolute;
  left: 0; right: 0;
  top: 100%;
  background: #fff;
  border-top: none;
  z-index: 10;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 100px;
  overflow-y: auto;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 16px rgba(186,175,175,0.10);
}
#membersModal .suggestions-list li {
  padding: 1.2vw 1.6vw;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  font-size: clamp(0.75rem, 1vw, 1.3rem);
  color: #23232a;
  border-bottom: 1px solid #f4f4f7;
}
#membersModal .suggestions-list li:last-child {
  border-bottom: none;
}
#membersModal .suggestions-list li:hover {
  background: #f4f4f8;
  color: #23232a;
}

#membersModal .save-members-btn {
  background: #0f0f0f;
  color: #fff;
  border: none;
  width: 100%;
  padding: 1vw 0;
  font-size: clamp(0.8rem, 1vw, 1.25rem);
  font-weight: 500;
  box-shadow: none;
  cursor: pointer;
  border-radius: 0 0 8px 8px;
  margin-top: 1.2vw;
  transition: background 0.18s, color 0.15s;
  font-family: 'Montserrat', sans-serif;
  min-height: 50px;

}
#membersModal .save-members-btn:hover {
  background: #23232a;
  color: #fff;
}


#membersModal #membersList::-webkit-scrollbar {
  width: 0.7vw;
  background: #e3e3e8;
  border-radius: 8px;
}
#membersModal #membersList::-webkit-scrollbar-thumb {
  background: #baafaf;
  border-radius: 8px;
}
#membersModal #membersList::-webkit-scrollbar-thumb:hover {
  background: #867777;
}


.course-bubble.user-msg:hover .delete-message-icon {
  opacity: 1;
  pointer-events: auto;
}


.messagerie-client .chat-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: clamp(48px, 80px, 90px);
}

.messagerie-client .chat-header .back-button {
  position: absolute;
  left: 0;
  padding: 0 16px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
}

.messagerie-client .chat-header #chatTitle {
  font-weight: 400;
  font-size: clamp(1rem, 1.1vw, 1.3rem);
}

.messagerie-client .chat-header #showMembersBtn {
  position: absolute;
  right: 0;
  padding: 0 16px;
  height: 100%;
  background: none;
  border: none;
  cursor: pointer;
}


















.form-contact-landing {
  max-width: 550px;
  margin: 4vw auto 0 auto;
  padding: 3vw 3vw 2vw 3vw;
  background: none;
  display: flex;
  flex-direction: column;
  gap: 2vw;
  box-sizing: border-box;
}

.form-contact-landing label {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  color: #222;
  font-weight: 450;
  text-align: left;
}

.form-contact-landing input,
.form-contact-landing textarea {
  border: none;
  border-bottom: 1px solid #bdbdbd;
  outline: none;
  width: 100%;
  font-size: clamp(0.9rem, 1vw, 1.2rem);
  padding: 0.5vw 0 0.6vw 0;
  background: transparent;
  color: #222;
  resize: none;
  transition: border-color 0.2s;
  border-radius: 0px;
}

.form-contact-landing input:focus,
.form-contact-landing textarea:focus {
  border-bottom: 1.5px solid #222;
}
a
.form-contact-landing textarea {
  min-height: 8vw;
  font-family: inherit;
}

.form-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}

.form-contact-landing button[type="submit"] {
  font-size: clamp(0.9rem, 1vw, 1.2rem);
  background: transparent;
  border: none;
  padding: 1vw 1.5vw;
  color: #baafaf;
  text-transform: uppercase;
  position: relative;
  transition: 0.5s ease;
  cursor: pointer;
}

.form-contact-landing button[type="submit"]:hover {
  background: transparent;
  color: #fff;
  transition-delay: 0.5s;
}

.form-contact-landing button[type="submit"]::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #000;
  transition: 0.5s ease;
}


.form-contact-landing button[type="submit"]:hover::before {
  width: 100%;
}


.form-contact-landing button[type="submit"]::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background-color: #000;
  transition: 0.4s ease;
  z-index: -1;
}

.form-contact-landing button[type="submit"]:hover::after {
  height: 100%;
  transition-delay: 0.4s;
  color: #fff;
}









.section-temoignages {
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  min-height: 420px;
  padding: 6vw 0vw 7vw 4vw;
  background: linear-gradient(
    to bottom,
    #605445 0%,
    #3F3F3F 25%,
    #0D0D0D 76%,
    #1B1714 89%,
    #2F241E 100%
  );
  color: #fff;
  box-sizing: border-box;
  overflow-x: hidden;
  display: block;
}


.temoignages-container {
  width: 100%;
  max-width: 100vw;
  width: 100%;
  margin: 0;
  padding-left: 5vw;
  padding-right: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


.temoignages-titre.titre-gradient {
  text-align: left;
  margin-left: 0;
  margin-bottom: 1vw;
  background: linear-gradient(to right, #FFFFFF 0%, #999999 56%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-family: 'Montserrat', 'Inter', Arial, sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  width: 100%;
  max-width: 900px;
}


.temoignages-carousel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 2000px;
  margin-top: 2vw;
  position: relative;
  gap: 0.5vw;
}


.carousel-track-wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 2000px;
  min-width: 0;
  margin-left: 0;
}


.carousel-track {
  display: flex;
  gap: 24px;
  transition: transform 0.7s ease-in-out;
}


.temoignage-card {
  background: #f0f0f5;
  min-width: 1040px;
  max-width: 2000px;
  width: 100%;
  padding: 3vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: 'Montserrat', 'Inter', Arial, sans-serif;
  color: #23232a;
  box-shadow: none;
  border-radius: 8px;
}

.temoignage-card blockquote {
  margin: 0 0 1.5vw 0;
  padding: 0;
  font-size: clamp(0.5rem, 1.2vw, 1.2rem);
  font-style: none;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.temoignage-citation strong {
  font-size: clamp(1.1rem, 1.25vw, 1.75rem);
  font-weight: 400;
  color: #000;
  display: block;
  margin-bottom: 2vw; 
}

.temoignage-texte {
  font-weight: 200;
  color: #000;
}

.temoignage-auteur {
  border-top: 1px solid #e3e3e8;
  margin-top: 1.5vw;
  padding-top: 1vw;
  font-size: clamp(0.75rem, 1vw, 1rem);
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-align: left;
}

.auteur-nom {
  font-weight: 400;
  color: #000;
}

.auteur-poste {
  font-weight: 400;
  color: #000;
}


.carousel-dots {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 2vw;
  margin-left: 0;
}

.carousel-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: none;
  background: #fff;
  opacity: 0.3;
  cursor: pointer;
  transition: opacity 0.2s, background 0.2s;
  outline: none;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
  padding: 0;
}

.carousel-dot.active,
.carousel-dot:focus {
  opacity: 1;
  background: #baafaf;
}


@media (max-width: 900px) {
  .temoignages-container,
  .temoignages-carousel {
    max-width: 100vw;
    padding-left: 4vw;
    padding-right: 0;
  }
  .carousel-track-wrapper {
    max-width: 90vw;
  }
  .temoignage-card {
    min-width: 80vw;
    max-width: 90vw;
    padding: 7vw 4vw 5vw 4vw;
  }
}

@media (max-width: 600px) {
  .section-temoignages {
    padding: 10vw 0 10vw 0;
  }
  .carousel-dots {
    justify-content: flex-start;
    margin-top: 5vw;
  }
  .temoignages-titre.titre-gradient {
    font-size: 2rem;
    margin-bottom: 7vw;
  }
}










.bagages-form-wrapper {
  background: #F9F9F9;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  padding: 2vw 3vw;
  margin: 2rem 6vw;
  color: #23232a;
  font-family: 'Montserrat', Arial, sans-serif;
}

.bagages-form-main .bagages-row {
  margin-bottom: 1.5vw;
}

.bagages-form-main .bagages-field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1vw;
  gap: 0.5vw;
}

.bagages-form-main label {
  font-weight: 500;
  margin-bottom: 0.3vw;
  font-size: clamp(0.9rem, 1.2vw, 1.2rem);
  color: #23232a;
  font-family: 'Montserrat', Arial, sans-serif;
}

.bagages-form-main input[type="text"],
.bagages-form-main input[type="number"] {
  padding: 0.75rem 1rem;
  border: 1px solid #cacaca;
  border-radius: 4px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: clamp(0.8rem, 1.1vw, 1.1rem);
  font-weight: 300;
  color: #23232a;
  background: #fff;
  transition: border 0.2s;
  width: 100%;
}

.bagages-form-main input[type="text"]:focus,
.bagages-form-main input[type="number"]:focus {
  outline: none;
  border-color: #23232a;
}

.bagages-dimensions-inputs {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
}

.bagages-dimensions-inputs input {
  flex: 1;
  max-width: 120px;
}

.bagages-dimensions-inputs span {
  font-weight: 500;
  color: #23232a;
  font-size: 1.1rem;
  font-family: 'Montserrat', Arial, sans-serif;
}


.bagages-clients-selector {
  position: relative;
  width: 100%;
}

.bagages-clients-dropdown {
  position: relative;
  width: 100%;
}

.bagages-dropdown-header {
  padding: 0.75rem 1rem;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: clamp(0.8rem, 1.1vw, 1.1rem);
  font-weight: 300;
  color: #23232a;
  transition: border 0.2s;
}

.bagages-dropdown-header:hover,
.bagages-dropdown-header.active {
  border-color: #23232a;
}

.bagages-dropdown-arrow {
  transition: transform 0.2s;
  color: #baafaf;
  font-size: 0.8rem;
}

.bagages-dropdown-header.active .bagages-dropdown-arrow {
  transform: rotate(180deg);
}

.bagages-dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #cacaca;
  border-top: none;
  border-radius: 0 0 4px 4px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}

.bagages-dropdown-content.show {
  display: block;
}

.bagages-client-option {
  padding: 0.6rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  transition: background-color 0.2s;
  border-bottom: 1px solid #ececec;
}

.bagages-client-option:hover {
  background-color: #f7f7fa;
}

.bagages-client-option:last-child {
  border-bottom: none;
}

.bagages-client-option input[type="checkbox"] {
  margin: 0;
  width: 16px;
  height: 16px;
}

.bagages-client-option label {
  margin: 0;
  font-weight: 300;
  cursor: pointer;
  flex: 1;
  font-size: clamp(0.8rem, 1.1vw, 1.1rem);
  color: #23232a;
  font-family: 'Montserrat', Arial, sans-serif;
}


.bagages-actions {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  justify-content: flex-start;
}

.bagages-btn-primary {
  background: #23232a;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
  font-size: clamp(0.8rem, 1vw, 1rem);
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.bagages-btn-primary:hover {
  background: #1a1a1f;
  transform: translateY(-1px);
}

.bagages-btn-secondary {
  background: transparent;
  color: #23232a;
  border: 1px solid #cacaca;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
  font-size: clamp(0.8rem, 1vw, 1rem);
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.bagages-btn-secondary:hover {
  background: #f7f7fa;
  border-color: #23232a;
}


.bagages-list-wrapper {
  background: #F9F9F9;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  padding: 2vw 3vw;
  margin: 2rem 6vw;
  color: #23232a;
  font-family: 'Montserrat', Arial, sans-serif;
}

.bagages-list-wrapper h3 {
  font-weight: 500;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  color: #baafaf;
  letter-spacing: .05rem;
  margin-bottom: 1.5vw;
  text-transform: uppercase;
}

.bagages-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.bagages-card {
  background: linear-gradient(135deg, #f7f7fa 60%, rgb(242, 242, 243) 100%);
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
  border: 1px dashed #cacaca;
  border-radius: 8px;
  padding: 1.5rem;
  transition: box-shadow 0.2s, border 0.2s, transform 0.2s;
  animation: bagagesSlideIn 0.5s ease;
}

.bagages-card:hover {
  box-shadow: 0 8px 32px rgba(35,35,42,0.10);
  border-color: #23232a;
  transform: translateY(-2px);
}

.bagages-card-header {
  margin-bottom: 1rem;
}

.bagages-card-name {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  color: #23232a;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  margin: 0;
  letter-spacing: 0.02em;
}

.bagages-card-dimensions {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #a5a5a5;
  font-size: clamp(0.8rem, 1.1vw, 1.1rem);
  font-weight: 300;
  margin: 1rem 0;
}

.bagages-card-clients {
  margin: 1rem 0;
}

.bagages-card-clients strong {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #23232a;
  font-size: clamp(0.9rem, 1.2vw, 1.2rem);
  font-weight: 500;
  display: block;
  margin-bottom: 0.5rem;
}

.bagages-clients-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.bagages-client-tag {
  background: #fff;
  color: #23232a;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
  border: 1px solid #ececec;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.bagages-card-actions {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
  justify-content: flex-start;
}

.bagages-btn-edit,
.bagages-btn-delete {
  padding: 0.5rem 1rem;
  border: 1px solid #cacaca;
  border-radius: 4px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.2s;
  background: transparent;
}

.bagages-btn-edit {
  color: #23232a;
}

.bagages-btn-edit:hover {
  background: #f7f7fa;
  border-color: #23232a;
}

.bagages-btn-delete {
  color: rgb(81, 23, 23);
  border-color: rgb(81, 23, 23);
}

.bagages-btn-delete:hover {
  background: rgb(81, 23, 23);
  color: #fff;
}

.bagages-empty-state {
  text-align: center;
  padding: 3rem 2rem;
  color: #a5a5a5;
}

.bagages-empty-state p {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  margin: 0;
  font-weight: 300;
}


@keyframes bagagesSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bagagesSlideOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.bagages-card.removing {
  animation: bagagesSlideOut 0.3s ease forwards;
}


@media (max-width: 900px) {
  .bagages-form-wrapper,
  .bagages-list-wrapper {
    margin: 2rem 4vw;
    padding: 3vw 4vw;
  }
  
  .bagages-dimensions-inputs {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }
  
  .bagages-dimensions-inputs input {
    max-width: none;
  }
  
  .bagages-dimensions-inputs span {
    display: none;
  }
  
  .bagages-actions {
    flex-direction: column;
    align-items: stretch;
  }
  
  .bagages-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .bagages-form-wrapper,
  .bagages-list-wrapper {
    margin: 1rem 2vw;
    padding: 4vw 5vw;
  }
  
  .bagages-card {
    padding: 2rem 1.5rem;
  }
  
  .bagages-card-actions {
    justify-content: center;
  }
}








.vehicules-form-wrapper {
  background: #F9F9F9;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  padding: 2vw 3vw;
  margin: 2rem 6vw;
  color: #23232a;
  font-family: 'Montserrat', Arial, sans-serif;
}

.vehicules-form-main .vehicules-row {
  margin-bottom: 1.5vw;
}

.vehicules-form-main .vehicules-field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1vw;
  gap: 0.5vw;
}

.vehicules-form-main label {
  font-weight: 500;
  margin-bottom: 0.3vw;
  font-size: clamp(0.9rem, 1.2vw, 1.2rem);
  color: #23232a;
  font-family: 'Montserrat', Arial, sans-serif;
}

.vehicules-form-main input[type="text"] {
  padding: 0.75rem 1rem;
  border: 1px solid #cacaca;
  border-radius: 4px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: clamp(0.8rem, 1.1vw, 1.1rem);
  font-weight: 300;
  color: #23232a;
  background: #fff;
  transition: border 0.2s;
  width: 100%;
}

.vehicules-form-main input[type="text"]:focus {
  outline: none;
  border-color: #23232a;
}


.vehicules-hotels-selector {
  position: relative;
  width: 100%;
}

.vehicules-hotels-dropdown {
  position: relative;
  width: 100%;
}

.vehicules-dropdown-header {
  padding: 0.75rem 1rem;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: clamp(0.8rem, 1.1vw, 1.1rem);
  font-weight: 300;
  color: #23232a;
  transition: border 0.2s;
}

.vehicules-dropdown-header:hover,
.vehicules-dropdown-header.active {
  border-color: #23232a;
}

.vehicules-dropdown-arrow {
  transition: transform 0.2s;
  color: #baafaf;
  font-size: 0.8rem;
}

.vehicules-dropdown-header.active .vehicules-dropdown-arrow {
  transform: rotate(180deg);
}

.vehicules-dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #cacaca;
  border-top: none;
  border-radius: 0 0 4px 4px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}

.vehicules-dropdown-content.show {
  display: block;
}

.vehicules-hotel-option {
  padding: 0.6rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  transition: background-color 0.2s;
  border-bottom: 1px solid #ececec;
}

.vehicules-hotel-option:hover {
  background-color: #f7f7fa;
}

.vehicules-hotel-option:last-child {
  border-bottom: none;
}

.vehicules-hotel-option input[type="checkbox"] {
  margin: 0;
  width: 16px;
  height: 16px;
}

.vehicules-hotel-option label {
  margin: 0;
  font-weight: 300;
  cursor: pointer;
  flex: 1;
  font-size: clamp(0.8rem, 1.1vw, 1.1rem);
  color: #23232a;
  font-family: 'Montserrat', Arial, sans-serif;
}


.vehicules-actions {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  justify-content: flex-start;
}

.vehicules-btn-primary {
  background: #23232a;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
  font-size: clamp(0.8rem, 1vw, 1rem);
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.vehicules-btn-primary:hover {
  background: #1a1a1f;
  transform: translateY(-1px);
}

.vehicules-btn-secondary {
  background: transparent;
  color: #23232a;
  border: 1px solid #cacaca;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
  font-size: clamp(0.8rem, 1vw, 1rem);
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.vehicules-btn-secondary:hover {
  background: #f7f7fa;
  border-color: #23232a;
}


.vehicules-list-wrapper {
  background: #F9F9F9;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  padding: 2vw 3vw;
  margin: 2rem 6vw;
  color: #23232a;
  font-family: 'Montserrat', Arial, sans-serif;
}

.vehicules-list-wrapper h3 {
  font-weight: 500;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  color: #baafaf;
  letter-spacing: .05rem;
  margin-bottom: 1.5vw;
  text-transform: uppercase;
}

.vehicules-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.vehicules-card {
  background: linear-gradient(135deg, #f7f7fa 60%, rgb(242, 242, 243) 100%);
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
  border: 1px dashed #cacaca;
  border-radius: 8px;
  padding: 1.5rem;
  transition: box-shadow 0.2s, border 0.2s, transform 0.2s;
  animation: vehiculesSlideIn 0.5s ease;
}

.vehicules-card:hover {
  box-shadow: 0 8px 32px rgba(35,35,42,0.10);
  border-color: #23232a;
  transform: translateY(-2px);
}

.vehicules-card-header {
  margin-bottom: 1rem;
}

.vehicules-card-name {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  color: #23232a;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  margin: 0;
  letter-spacing: 0.02em;
}

.vehicules-card-hotels {
  margin: 1rem 0;
}

.vehicules-card-hotels strong {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #23232a;
  font-size: clamp(0.9rem, 1.2vw, 1.2rem);
  font-weight: 500;
  display: block;
  margin-bottom: 0.5rem;
}

.vehicules-hotels-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.vehicules-hotel-tag {
  background: #fff;
  color: #23232a;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
  border: 1px solid #ececec;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.vehicules-card-actions {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
  justify-content: flex-start;
}

.vehicules-btn-edit,
.vehicules-btn-delete {
  padding: 0.5rem 1rem;
  border: 1px solid #cacaca;
  border-radius: 4px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.2s;
  background: transparent;
}

.vehicules-btn-edit {
  color: #23232a;
}

.vehicules-btn-edit:hover {
  background: #f7f7fa;
  border-color: #23232a;
}

.vehicules-btn-delete {
  color: #dc3545;
  border-color: #dc3545;
}

.vehicules-btn-delete:hover {
  background: #dc3545;
  color: #fff;
}

.vehicules-empty-state {
  text-align: center;
  padding: 3rem 2rem;
  color: #a5a5a5;
}

.vehicules-empty-state p {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  margin: 0;
  font-weight: 300;
}


@keyframes vehiculesSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes vehiculesSlideOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.vehicules-card.removing {
  animation: vehiculesSlideOut 0.3s ease forwards;
}


@media (max-width: 900px) {
  .vehicules-form-wrapper,
  .vehicules-list-wrapper {
    margin: 2rem 4vw;
    padding: 3vw 4vw;
  }
  
  .vehicules-actions {
    flex-direction: column;
    align-items: stretch;
  }
  
  .vehicules-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .vehicules-form-wrapper,
  .vehicules-list-wrapper {
    margin: 1rem 2vw;
    padding: 4vw 5vw;
  }
  
  .vehicules-card {
    padding: 2rem 1.5rem;
  }
  
  .vehicules-card-actions {
    justify-content: center;
  }
}