/*globalité*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #ffffff;
  color: #334155;
}
/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  padding: 10px 60px;
  background-color: rgba(10, 25, 47, 0.8);
  backdrop-filter: blur(10px);
  justify-content: space-between;
}

header nav ul li a.active {
  border-bottom: 2px solid #06b6d4 !important;
  padding-bottom: 5px !important;
}

.navbar {
  margin: 0 auto;
}

.navbar ul {
  display: flex;
  list-style: none;
  gap: 35px;
}

.navbar ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.1rem;
}

.navbar ul li a:hover {
  border-bottom: 2px solid #06b6d4;
  padding-bottom: 5px;
  transition: 0.5s;
}

.connexion {
  background: transparent;
  color: white;
  border: 2px solid #06b6d4;
  padding: 10px 35px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  margin-left: 25px;
}
.connexion:hover {
  background-color: #06b6d4;
  color: #0a192f;
}
.btn-retour {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #94a3b8;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s;
}

.btn-retour:hover {
  color: white;
}
.deconnexion {
  background: transparent;
  color: white;
  border: 2px solid #06b6d4;
  padding: 10px 35px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  margin-left: auto;
}
.icon-user {
  margin-top: 3px;
  width: 35px;
  height: 40px;
  fill: white;
  cursor: pointer;
}

.icon-user:hover {
  transform: scale(1.1);
  fill: #06b6d4;
}
.deconnexion:hover {
  background-color: #06b6d4;
  color: #0a192f;
}

@media (max-width: 768px) {
  .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 10px;
    height: auto;
    position: fixed;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
  .navbar {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .navbar ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    padding: 0;
  }

  .navbar ul li a {
    font-size: 1rem;
    white-space: nowrap;
  }

  .conteneur-logo img {
    height: 40px;
  }

  .connexion,
  .deconnexion {
    margin-bottom: 5px;
    margin-left: 0;
    font-size: 0.9rem;
    padding: 5px 12px;
  }
}

/* banniere */
#Carrousel {
  position: relative;
  width: 100%;
  height: 85vh;
  overflow: hidden;
}

#contenu {
  display: flex;
  height: 100%;
}

.photo {
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
.hero-text-carrousel {
  position: absolute;
  bottom: 20%;
  left: 5%;
  z-index: 10;
  max-width: 800px;
}
.hero-titre-carrousel {
  font-size: 55px;
  font-weight: 900;
  line-height: 0.9;
  color: white;
  margin-bottom: 20px;
  text-shadow: 3px 4px 8px rgba(0, 0, 0, 0.5);
}
.hero-sous-titre-carrousel {
  font-size: 20px;
  color: white;
  margin-bottom: 35px;
  text-shadow: 3px 4px 8px rgba(0, 0, 0, 0.5);
}
.bouton-carrousel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  padding: 10px;
  color: white;
  stroke: white;
}
.bouton-carrousel:hover {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}
#r {
  right: 10px;
}
#l {
  left: 10px;
}

.hero-text {
  max-width: 800px;
  z-index: 2;
  padding-top: 10%;
}

.hero-titre {
  margin-top: 60px;
  font-size: 55px;
  font-weight: 900;
  line-height: 0.9;
  color: white;
  margin-bottom: 20px;
  text-shadow: 3px 4px 8px rgba(0, 0, 0, 0.5);
}

.hero-sous-titre {
  font-size: 20px;
  color: white;
  margin-bottom: 35px;
  text-shadow: 3px 4px 8px rgba(0, 0, 0, 0.5);
}

.decouvrir {
  background-color: #3b82f6;
  color: aliceblue;
  border: 2px solid #3b82f6;
  padding: 15px 25px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 70;
  cursor: pointer;
}
.decouvrir a {
  text-decoration: none;
}
.decouvrir:hover {
  background-color: aliceblue;
  color: #3b82f6;
}

@media (max-width: 768px) {
  body {
    padding-top: 145px;
  }

  .banniere {
    margin-top: 0px;
    position: relative;
    z-index: 1;
  }

  #Carrousel {
    height: 50vh !important;
    width: 100%;
  }

  div#contenu {
    width: 100% !important;
    height: 100% !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }

  .photo {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .hero-titre {
    font-size: 60px;
    margin-bottom: 15px;
  }

  .hero-sous-titre {
    font-size: 18px;
    margin-bottom: 25px;
  }

  #r {
    right: 5px;
  }
  #l {
    left: 5px;
  }

  .bouton-carrousel {
    width: 35px;
    height: 35px;
    padding: 5px;
  }

  .hero-text-carrousel {
    position: absolute;
    bottom: 5%;
    left: 5%;
    text-align: left;
    width: 90%;
    z-index: 10;
  }

  .hero-titre-carrousel {
    font-size: 1.4rem !important;
    line-height: 1.2;
    margin-bottom: 8px;
    text-align: left;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  }

  .hero-sous-titre-carrousel {
    font-size: 0.9rem !important;
    line-height: 1.4;
    margin-bottom: 15px;
    opacity: 0.9;
    display: block;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  }

  .decouvrir {
    padding: 10px 20px !important;
    font-size: 0.85rem !important;
    width: auto !important;
    min-width: 150px;
    height: auto !important;
  }

  .bouton-carrousel {
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* service */
.section-services {
  padding: 100px 50px;
  background: white;
}

.grille-services {
  display: flex;
  justify-content: center;
  gap: 100px;
}

.service {
  text-align: center;
}

.legende-grille {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  padding: 20px 0;
}

.legende-element {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.legende-element:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}

.size-5 {
  width: 80%;
  height: 110%;
  fill: white;
  stroke: #06b6d4;
  stroke-width: 0.7px;
}

.legende-element:hover .size-5 {
  fill: #06b6d4;
  transform: scale(1.1);
  transition: 0.4s;
}
.image-conteneur {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
  border: 3px solid #06b6d4;
  background-color: white;
}

.image-conteneur img {
  width: 100%;
  height: 100%;
}

.texte-conteneur p {
  color: rgba(30, 41, 59, 0.9);
  font-size: 0.95rem;
  line-height: 1.8;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 768px) {
  .legende-element {
    width: 100%;
  }
  .legende-grille {
    display: grid;
    grid-template-columns: 1fr;
  }
  .size-5 {
    margin-top: 10px;
    width: 60px;
    height: 60px;
  }

  .image-conteneur {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }
}

/* Témoignages */
.temoignages-section {
  padding: 50px 10px;
  background-color: #f8fafc;
  text-align: center;
}

.titre-section {
  font-size: 2.5rem;
  font-weight: 900;
  color: #1e293b;
  margin-bottom: 60px;
}

.temoignage {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.carte-1,
.carte-2,
.carte-3 {
  background: white;
  padding: 35px;
  border-radius: 20px;
  width: 320px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  position: relative;
  border: 1px solid rgba(226, 232, 240, 0.8);
}

.carte-1 p,
.carte-2 p,
.carte-3 p {
  font-style: italic;
  color: #475569;
  font-size: 1.05rem;
  margin-bottom: 20px;
}

.carte-1 span,
.carte-2 span,
.carte-3 span {
  font-weight: 800;
  color: #3b82f6;
  font-size: 1rem;
}

.carte-1 {
  transform: rotate(-4deg) translateY(15px);
}

.carte-2 {
  transform: rotate(3deg) translateY(-20px);
}

.carte-3 {
  transform: rotate(-2deg) translateY(10px);
}

.carte-1:hover,
.carte-2:hover,
.carte-3:hover {
  transform: rotate(0deg) translateY(-10px);
  box-shadow: rgba(59, 130, 246, 0.15);
  border-color: #3b82f6;
  cursor: pointer;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .temoignage {
    flex-direction: column;
    align-items: center;
  }
  .carte-1,
  .carte-2,
  .carte-3 {
    width: 100%;
    max-width: 350px;
    transform: rotate(0deg);
  }
}

/* Carte */
.map-section {
  text-align: center;
  padding-top: 2%;
  width: 100%;
}

.map-section .map {
  display: block;
  width: 100%;
  padding: 0 20px;
  padding-bottom: 2%;
}

.map-iframe {
  width: 100% !important;
  max-width: 800px;
  height: 450px;
  border: 0;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .map-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .map-iframe {
    height: 250px;
    width: 100% !important;
  }

  .map-section {
    padding-bottom: 8%;
  }
}

/* connexion inscription*/
.connexion-page {
  font-family: "Inter", sans-serif;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a192f;
}
.inscription-page {
  font-family: "Inter", sans-serif;
  height: 1150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a192f;
}
.transparent {
  background: rgba(0, 0, 0, 0.3);
  padding: 40px;
  border-radius: 25px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 500px;
}
.transparent ul {
  list-style: none;
}

.mb-3 {
  margin-bottom: 25px;
}

.form-style {
  font-size: 13px;
  margin-bottom: 8px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.form-control {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
  padding: 10px 0;
  color: white;
  font-size: 16px;
}

.btn-connexion {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 12px;
  background: rgb(235, 230, 230);
  color: #4f46e5;
  font-weight: 700;
  font-size: 16px;
  margin-top: 10px;
}

.btn-connexion:hover {
  transform: translateY(1px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.categorie {
  display: block;
  width: 100%;
  padding: 15px;
  margin-top: 15px;
  border-radius: 12px;
  background: antiquewhite;
  color: #4f46e5;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
}

.categorie:hover {
  transform: translateY(-2px);
  box-shadow: rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: 0.5s;
}

.lien-inscription {
  margin-top: 25px;
  text-align: center;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
}

.lien-inscription p {
  color: #94a3b8;
  font-size: 0.9rem;
}

.lien-inscription a {
  color: #3b82f6;
  text-decoration: none;
  font-weight: 600;
}

.lien-inscription a:hover {
  color: #3b82f6;
  text-decoration: underline;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .connexion-page {
    height: 600px;
  }
}

/* mention et conf*/
.politique-conteneur {
  max-width: 850px;
  margin: 40px auto;
  padding: 0 20px;
}

.politique-header {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 30px;
}

.politique-header h1 {
  font-size: 2.5rem;
  color: #1e293b;
  font-weight: 800;
}

.politique-section {
  margin-bottom: 40px;
}

.politique-section h2 {
  font-size: 1.6rem;
  color: #3b82f6;
  border-bottom: 2px solid #7d8691;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.bloc {
  background-color: #f8fafc;
  padding: 25px;
  border-radius: 12px;
  border-left: 4px solid #3b82f6;
  border-right: 4px solid #3b82f6;
}

.politique-section h3 {
  font-size: 1.2rem;
  color: #0f172a;
  margin-top: 15px;
  margin-bottom: 10px;
}

.politique-section p {
  color: #475569;
  margin-bottom: 15px;
  text-align: justify;
}
@media (max-width: 768px) {
  .politique-conteneur {
    margin-top: 170px;
  }
}

/* footer */
footer {
  background-color: #0a192f;
  color: white;
  padding: 60px 0 20px;
  font-family: "Inter", sans-serif;
}

.footer-contenu {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding: 0 20px;
}

.footer-section h4 {
  color: #06b6d4;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px;
}

.footer-section p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a,
.footer-section a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 14px;
}

.footer-section ul li a:hover {
  color: #06b6d4;
  cursor: pointer;
  transition: 0.5s;
}

.footerr {
  margin-top: 50px;
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.footer-legal {
  margin-top: 10px;
}

.footer-legal a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  margin: 0 10px;
}

.footer-legal a:hover {
  text-decoration: underline;
  color: #06b6d4;
  cursor: pointer;
}
@media (max-width: 768px) {
  .footer-contenu {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
/*Admin*/

.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 25, 47, 0.8);
  backdrop-filter: blur(5px);
}

.modal-content {
  background-color: #1e293b;
  margin: 15% auto;
  padding: 30px;
  border-radius: 15px;
  width: 90%;
  max-width: 400px;
  text-align: center;
  border: 1px solid #334155;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  animation: apparitionModale 0.3s ease-out;
}

@keyframes apparitionModale {
  from {
    transform: translateY(-30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.modal-content h3 {
  color: #06b6d4;
  margin-bottom: 15px;
}
.modal-content p {
  color: #94a3b8;
  margin-bottom: 25px;
}

.modal-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.btn-annuler {
  padding: 10px 20px;
  border: 1px solid #334155;
  border-radius: 8px;
  background: transparent;
  color: white;
  cursor: pointer;
}

.btn-confirmer {
  padding: 10px 20px;
  background-color: #ef4444;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
}

.page-admin {
  background-color: #0f172a;
  color: white;
  padding: 40px;
}

.admin {
  max-width: 1200px;
  margin: 50px;
}

.admin-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  border-bottom: 2px solid #1e293b;
  padding-bottom: 20px;
}

.admin-header h1 span {
  color: #06b6d4;
}

.grille-donnees {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 50px;
}

.donnees {
  background: #1e293b;
  padding: 25px;
  border-radius: 15px;
  text-align: center;
  border: 1px solid #334155;
}

.donnees:hover {
  transform: translateY(-5px);
  border-color: #06b6d4;
  transition: 0.5s;
}

.ecris {
  display: block;
  font-size: 13px;
  color: #94a3b8;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.valeur {
  font-size: 2rem;
  font-weight: 900;
  color: #06b6d4;
}

.recherche {
  display: grid;
  gap: 30px;
}

.title-captcha {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 10px;
}

.img-captcha {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  align-items: flex-start;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  max-width: 100%;
  padding-bottom: 10px;
}

.img-captcha::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.img-captcha::-webkit-scrollbar-thumb {
  background: #06b6d4;
  border-radius: 10px;
}

.captcha-item {
  position: relative;
  flex: 0 0 auto;
  width: 300px;
  height: 150px;
  overflow: hidden;
  border: 1px solid #334155;
}

.captcha-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.3s ease;
}

.btn-overlay-delete {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(239, 68, 68, 0.9);
  color: white;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 0.75rem;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.captcha-item:hover img {
  filter: brightness(0.5) blur(4px);
}

.captcha-item:hover .btn-overlay-delete {
  opacity: 1;
}

.btn-overlay-delete:hover {
  background: #ef4444;
}

.les-recherches {
  background: #1e293b;
  padding: 25px;
  border-radius: 15px;
  border: 2px solid #334155;
}

.ajout_image {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.form_captcha {
  margin-bottom: 20px;
}

.form_captcha label {
  display: block;
  margin-bottom: 10px;
}

.btn-ajt-captcha {
  width: 100%;
  cursor: pointer;
  border: none;
}

.section-captcha {
  display: block;
  width: 100%;
  min-width: 0;
  justify-content: space-between;
  align-items: center;
}

.section-newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title_newsletter {
  color: #06b6d4;
  font-size: 1.2rem;
  margin: 0;
}

.btn-creer {
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: bold;
  text-decoration: none;
  transition: 0.2s;
  display: inline-block;
  background: rgba(59, 130, 246, 0.2);
  color: #3b82f6;
}

.btn-creer:hover {
  background: rgba(59, 130, 246, 0.3);
  transform: translateY(-1px);
}

.carte-recherche h3 {
  color: #06b6d4;
  margin-bottom: 20px;
  font-size: 1.2rem;
}

.barre-recherche {
  display: flex;
  background: #0f172a;
  border-radius: 8px;
  padding: 5px;
  border: 1px solid #334155;
  margin-bottom: 20px;
}

.barre-recherche input {
  flex: 1;
  background: transparent;
  border: none;
  color: #06b6d4;
  padding: 10px;
  outline: none;
}

.barre-recherche button {
  background: #06b6d4;
  border: none;
  color: #0f172a;
  padding: 0 20px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}

.infos {
  background: #0f172a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-radius: 10px;
  border-left: 4px solid #06b6d4;
  margin-bottom: 15px;
}

.infos:hover {
  background: #1e293b;
  transform: translateX(5px);
  transition: 0.2s;
}

.infos-principal {
  display: flex;
  align-items: center;
  gap: 15px;
}

.infos-principal div p {
  margin: 0;
}

.avatar {
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
  background-color: #1e293b;
  color: #06b6d4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.9rem;
  border: 1px solid #334155;
  flex-shrink: 0;
}

.nom {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 2px;
}
.id-client {
  font-size: 0.8rem;
  color: #94a3b8;
}

.btn-modifier,
.btn-supprimer {
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: bold;
  text-decoration: none;
  transition: 0.2s;
  display: inline-block;
}

.btn-modifier {
  background: rgba(59, 130, 246, 0.2);
  color: #3b82f6;
}

.btn-modifier:hover {
  background: rgba(59, 130, 246, 0.3);
  transform: translateY(-1px);
}

.btn-supprimer {
  background: rgba(239, 68, 68, 0.2);
  color: #ef4444;
}

.btn-supprimer:hover {
  background: rgba(239, 68, 68, 0.3);
  transform: translateY(-1px);
}

.actions {
  display: flex;
  gap: 8px;
  margin-left: auto;
}

.tag {
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: bold;
  background: rgba(6, 182, 212, 0.2);
  color: #06b6d4;
}

.tag-vert {
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: bold;
  background: rgba(16, 188, 129, 0.2);
  color: #10b981;
}
.tag-orange {
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: bold;
  background: rgba(245, 158, 11, 0.2);
  color: #f59e0b;
}
#id_role {
  background: #0f172a;
  width: 10%;
  color: #06b6d4;
  border: 1px solid #334155;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 0.9rem;
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s;
}
.tag-rouge {
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: bold;
  background: rgba(239, 68, 68, 0.2);
  color: #ef4444;
}
@media (max-width: 768px) {
  .page-admin {
    margin-top: 110px;
  }

  .admin {
    margin: 80px 10px;
  }

  .admin-header h1 {
    font-size: 1.5rem;
  }

  .infos {
    flex-direction: column;
    gap: 15px;
  }

  .infos-principal {
    width: 100%;
  }
}

/* Message */
.message-flash {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  animation: slideIn 0.3s ease-out;
}

.btn-close-msg {
  text-decoration: none;
  color: inherit;
  font-size: 1.5rem;
  line-height: 1;
  opacity: 0.6;
  transition: 0.2s;
  margin-left: 15px;
}

.btn-close-msg:hover {
  opacity: 1;
  transform: scale(1.1);
}

/* Newsletter */
.newsletter-margin {
  margin-top: 25px;
}

.barre-contenu {
  min-height: 150px;
  display: flex;
  align-items: stretch;
  padding: 5px;
}

.barre-contenu textarea {
  flex: 1;
  height: auto;
  min-height: 100%;
  background: transparent;
  border: none;
  color: #06b6d4;
  padding: 10px;
  outline: none;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  resize: none;
  width: 100%;
  display: block;
}

.container-envoi {
  text-align: right;
  margin-top: 20px;
}

.btn-envoi-news {
  border: none;
  cursor: pointer;
  padding: 12px 40px !important;
}

/* Historique */
.separateur-admin {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 50px 0;
}

.entete-historique {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(6, 182, 212, 0.2);
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.titre-news {
  margin: 0 !important;
  color: #06b6d4;
}

.date-news {
  font-size: 0.85rem;
  color: #94a3b8;
  font-style: italic;
}

.corps-historique {
  color: #cbd5e1;
  font-size: 0.95rem;
  line-height: 1.6;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: pre-line;
  padding-right: 15px;
}

.news_message {
  text-align: center;
  color: #94a3b8;
  margin-top: 20px;
}

.corps-historique::-webkit-scrollbar {
  width: 5px;
}

.corps-historique::-webkit-scrollbar-thumb {
  background: #06b6d4;
  border-radius: 10px;
}

.news_template {
  text-align: right;
  margin-top: 15px;
}

.btn-template {
  display: inline-block;
  background: rgba(6, 182, 212, 0.1);
  border: 1px dashed #06b6d4;
  color: #06b6d4;
  padding: 8px 18px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.85rem;
  transition: 0.3s;
}

.btn-template:hover {
  background: #06b6d4;
  color: #000;
  border-style: solid;
}

/* FAQ */
.faq-contenu {
  margin: auto;
}
.faq-case {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  border: none;
}

.faq-question {
  width: 100%;
  padding: 15px;
  text-align: center;
  background: #f9f9f9;
  color: #3b82f6;
  font-size: 16px;
  cursor: pointer;
  border: none;
  border-left: 3px solid #3b82f6;
  border-right: 3px solid #3b82f6;
}
.faq-question:hover {
  transition: 0.3s;
  background: rgba(255, 255, 255, 1);
}
.faq-reponse {
  display: none;
  border-radius: 10px;
  width: 90%;
  margin: 0 auto 10px auto;
  padding: 15px;
  background: #f9f9f9;
  color: #3b82f6;
  border-left: 4px solid #3b82f6;
  border-right: 4px solid #3b82f6;
}
.faq-reponse.montrer {
  display: block;
  padding-bottom: 10px;
  margin-top: 5px;
}

/* devis */
.banniere-devis {
  height: 65vh;
  background-image: url("images/im2.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 0 80px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
.instruction {
  margin-bottom: 10px;
}

.devis-contenu {
  max-width: 1200px;
  margin: 50px auto 100px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  padding: 0 20px;
}

.formulaire-section {
  background: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.formulaire-section h2 {
  font-size: 1.8rem;
  color: #1e293b;
  margin-bottom: 10px;
  font-weight: 800;
}

.bande {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.bande label {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #334155;
}

.bande input,
.bande select,
.bande textarea {
  width: 100%;
  padding: 14px;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
  font-size: 1rem;
  transition: 0.5s;
}

.envoyer {
  width: 100%;
  background-color: #3b82f6;
  color: white;
  border: none;
  padding: 16px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  margin-top: 10px;
}

.envoyer:hover {
  background-color: #2563eb;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(37, 99, 235, 0.3);
  transition: 0.5s;
}

.cote-devis {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.carte-info {
  padding: 15px;
  background: #f1f5f9;
  border-radius: 15px;
  border-left: 5px solid #3b82f6;
}

.carte-info h3 {
  font-size: 1rem;
  color: #1e293b;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.carte-info p {
  font-size: 0.95rem;
  color: #475569;
  margin-bottom: 20px;
}

.contact {
  display: inline-block;
  background: #1e293b;
  color: white;
  padding: 10px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
}

.contact:hover {
  background: #3b82f6;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .devis-contenu {
    grid-template-columns: 1fr;
  }

  .banniere-devis {
    margin-top: 0px;
    height: 36vh !important;
    width: 100%;
    padding-left: 2%;
    position: relative;
    background-size: 150% !important;
    background-repeat: no-repeat;
    background-position: center;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
  }

  .hero-text {
    text-align: left !important;
    align-items: flex-start !important;
    display: flex !important;
    flex-direction: column;
    width: 100% !important;
    max-width: 100%;
    padding: 15px 0px 20px 10px !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  .hero-titre,
  .hero-sous-titre,
  .decouvrir {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  .hero-titre {
    font-size: 1.3rem !important;
    line-height: 1.2;
    margin-bottom: 8px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  }

  .hero-sous-titre {
    font-size: 0.85rem !important;
    line-height: 1.4;
    margin-bottom: 15px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  }

  .decouvrir {
    padding: 8px 15px !important;
    font-size: 0.8rem !important;
    width: auto !important;
  }

  .devis-contenu {
    grid-template-columns: 1fr;
    padding: 20px 5%;
    padding-bottom: 0;
  }
}

/* assistance */
.banniere-assistance {
  height: 60vh;
  background-image: url("images/im4.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 0 80px;
}

.corps-piece-jointe h3 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: #333;
}

.piecej {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  margin-bottom: 20px;
}
.piecej:hover {
  background-color: #f9f9f9;
}
.icon {
  width: 25px;
  height: 25px;
}
@media (max-width: 768px) {
  .banniere-assistance {
    margin-top: 0px;
    height: 36vh !important;
    width: 100%;
    padding-left: 2%;
    position: relative;
    background-size: 150% !important;
    background-repeat: no-repeat;
    background-position: center;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
  }
}

/*captcha*/
.body-captcha {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.body-captcha h2 {
  color: black;
  margin-bottom: 10px;
}

.body-captcha p {
  color: gray;
  margin-bottom: 20px;
}

#puzzle {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  border: 2px solid black;
}

.piece {
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 50% !important;
  cursor: grab;
  background-size: cover;
  box-sizing: border-box;
}

.piece:active {
  cursor: grabbing;
}

button#btn-valider {
  margin-top: 30px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background-color: #007bff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button#btn-valider:hover {
  background-color: #0056b3;
}

#modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

#modal-content {
  background: white;
  padding: 40px;
  border-radius: 15px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
}

#modal-text {
  margin-bottom: 25px;
}

.modal-ok {
  color: #28a745 !important;
  font-size: 22px;
  font-weight: bold;
}

.modal-ko {
  color: #dc3545 !important;
  font-size: 22px;
  font-weight: bold;
}

.btn-close-captcha {
  padding: 8px 20px;
  background: #6c757d;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.btn-success-captcha {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 4px;
}

/*actualité*/
.banniere-actu {
  height: 60vh;
  background: url("images/im3.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 0 80px;
}

.actualite {
  max-width: 1200px;
  margin: 30px auto;
  padding: 0 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.recherche-actu {
  background: #f1f5f9;
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

.recherche-actu input {
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
}

.actualite select {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: white;
  width: 50%;
}

.actu-image {
  width: 100%;
  height: 200px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.actu-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.actu-texte {
  padding: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.actu-texte .date {
  font-size: 0.8rem;
  color: #3b82f6;
  font-weight: 900;
}

.actu-texte h3 {
  font-size: 1.1rem;
  color: #1e293b;
}

.actu-texte p {
  font-size: 0.9rem;
  color: #64748b;
}

.lire-article {
  margin-top: 10px;
  background: #3b82f6;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  bottom: 10%;
}

@media (max-width: 768px) {
  .banniere-actu {
    margin-top: 0px;
    height: 36vh !important;
    width: 100%;
    padding-left: 2%;
    position: relative;
    background-size: 150% !important;
    background-repeat: no-repeat;
    background-position: center;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
  }
}
/*abonnement*/
.banniere-abonnement {
  height: 60vh;
  background-image: url("images/im3.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 0 80px;
}

.titre-abo {
  text-align: center;
  margin: 50px 0;
}

.titre-abo h2 {
  font-size: 1.8rem;
  font-weight: 800;
}

.titre-abo p span {
  color: #3b82f6;
  font-weight: bold;
}

.carte-abo {
  position: relative;
  padding: 0;
  background: white;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.carte-abo:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  transition: 0.5s;
  transform: translateY(-10px);
}

.details {
  padding: 30px 20px;
  width: 100%;
}

.robot {
  font-size: 0.9rem;
  color: #64748b;
  margin-bottom: 20px;
}

.liste {
  list-style: none;
  text-align: left;
  margin-bottom: 25px;
}

.liste li {
  padding-left: 20px;
  margin-bottom: 8px;
  color: #475569;
}

.prix {
  background: #f8fafc;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.demander {
  display: block;
  background: #2563eb;
  color: white;
  text-decoration: none;
  padding: 12px;
  border-radius: 50px;
  font-weight: 700;
}

.demander:hover {
  background: #1e40af;
  transition: 0.5s;
}

.populaire {
  border: 2px solid #3b82f6;
}

.badge-populaire {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateY(-10px);
  transform: translateX(-50px);
  background: #3b82f6;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: bold;
  z-index: 10;
}

.arguments {
  padding: 50px 50px;
  background: #f1f5f9;
  text-align: center;
}

.arguments h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.arguments h3::before {
  content: "";
  flex: 1;
  height: 2px;
  background: linear-gradient(to left, #000, transparent);
  margin: 0 20px;
  max-width: 350px;
}
.arguments h3::after {
  content: "";
  flex: 1;
  height: 2px;
  background: linear-gradient(to right, #000, transparent);
  margin: 0 20px;
  max-width: 350px;
}

.grille-arguments {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 50px auto 0;
}

.argument h4 {
  margin: 15px 0 10px;
  color: #1e293b;
}

.argument p {
  font-size: 0.85rem;
  color: #64748b;
}
.size-7 {
  width: 28px;
  height: 28px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .banniere-abonnement {
    margin-top: 0px;
    height: 36vh !important;
    width: 100%;
    padding-left: 2%;
    position: relative;
    background-size: 150% !important;
    background-repeat: no-repeat;
    background-position: center;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
  }
}

/*article*/

.body-article {
  background-color: #f8fafc;
}

.article-unique {
  max-width: 800px;
  margin: 60px auto;
  background: #ffffff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.article-unique header h1 {
  font-size: 2.5rem;
  color: #0f172a;
  margin-bottom: 40px;
  text-align: center;
}

.article-unique .introduction {
  font-size: 1.3rem;
  font-weight: 500;
  color: #1e293b;
  border-left: 4px solid #3b82f6;
  padding-left: 20px;
  margin-bottom: 30px;
}

.article-contenu p {
  font-size: 1rem;
  color: #475569;
  margin-bottom: 20px;
}

.article-contenu h2 {
  font-size: 1.8rem;
  color: #0f172a;
  margin: 40px 0 20px 0;
}
.retour-conteneur {
  margin-top: 50px;
  text-align: center;
  padding-bottom: 30px;
}

.btn-retour-lien {
  color: #3b82f6;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  align-items: center;
}

.btn-retour-lien:hover {
  color: #2563eb;
}

/*profile*/
.profile-page {
  background-color: #0a192f;
  color: white;
  padding-top: 100px;
}

.profile-contenu {
  display: flex;
  gap: 2rem;
  padding: 2rem;
}

.profile-cote {
  width: 250px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.profile-section {
  flex: 1;
}

.user-info {
  text-align: center;
  margin-bottom: 30px;
}

.profile-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.profile-nav a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 10px;
  transition: 0.5s;
}

.profile-nav a:hover {
  background: rgba(6, 182, 212, 0.1);
  color: #06b6d4;
}

.profile-nav a.logout {
  color: #ef4444;
  margin-top: 20px;
}

.profile-carte {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.profile-carte h3 {
  margin-bottom: 25px;
  color: #06b6d4;
  font-size: 1.4rem;
}

.form-group {
  flex: 1;
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
}

.form-group input {
  width: 100%;
  padding: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: white;
  outline: none;
}

.btn-save {
  background: #06b6d4;
  color: #0a192f;
  border: none;
  padding: 12px 25px;
  border-radius: 50px;
  font-weight: 700;
  cursor: pointer;
}
.delete-account {
  color: #ef4444 !important;
  font-size: 0.85rem !important;
  text-decoration: none !important;
  margin-top: 0.5rem !important;
}

.delete-account:hover {
  text-decoration: underline !important;
}
.avatarr {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #1e293b;
  border: 2px solid #334155;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
  position: relative;
}

.ava {
  font-size: 2.5rem;
  font-weight: bold;
  color: #00d4ff;
  text-transform: uppercase;
}
.bouton-carrousel {
  stroke: #065664;
}

/*404 & 403*/
.page-404,
.page-403 {
  margin: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-404 {
  background-image: url("images/avion.png");
}
.page-403 {
  background-image: url("images/cockpit.png");
}

.dialogue,
.dialogue-403 {
  background: rgba(255, 255, 255, 0.95);
  padding: 50px;
  border-radius: 30px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  max-width: 500px;
  text-align: center;
  backdrop-filter: blur(5px);
}

.dialogue-403 {
  border-top: 8px solid #dc2626;
}

.btn-404,
.btn-403 {
  display: block;
  width: 100%;
  padding: 15px;
  margin-top: 25px;
  border: none;
  border-radius: 12px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s;
}

.btn-404 {
  background: #4f46e5;
}
.btn-403 {
  background: #dc2626;
}

.btn-404:hover,
.btn-403:hover {
  transform: translateY(-3px);
  filter: brightness(1.2);
}
