:root {
  --blue      : #378fe9;
  --blue-dark : #272f69;
  --blue-green: #5DFECC;
  --green     : #5AA62B; /*#65B22E; */
  --green-dark: #015508;
  /*--orange    : #c79200;*/
  --orange    : #b88700;
  --red       : #9d1f18;
  --white     : #fff;
  --gray-light: #f8f9fa;
  --gray      : #E9E9E9;
  --gray-dark : #6C6C6C;
  --dark      : #343a40;
  --black     : #212529;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}


body {
  margin: 0;
  font-family: var(--font-family-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--black);
  text-align: left;
} 


h1, h2 {
  text-align: center;
}

h1 {
  border-bottom: 1px solid var(--gray);
  color: var(--blue-dark);
}

h2 {
  color: var(--green);
  font-size: 28px;
  margin-top: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}


h3 {
  color: var(--green);
}

p {
  /*max-width: 1500px;*/
  /*margin: auto;*/
}


[id] {
  scroll-margin-top: 100px; /* Décalage global pour les éléments ciblés par un scroll */
}

/* COULEURS */
.green-text {
  color: var(--green);
}

.red-text {
  color: var(--red);
}

.white-text {
  color: var(--white);
}

.orange-text {
  color: var(--orange);
}

.gray-dark-text {
  color: var(--gray-dark);
}

.blue-dark-text {
  color: var(--blue-dark);
}

.greenIT {
  background-color: var(--green);
}





.shadow-item {
  box-shadow: 0 8px 12px 1px var(--gray-dark);
  border-radius: 15px;
}

.border-top {
  border-top: 1px solid var(--gray) !important;
}

.gras {
  font-weight: bold;
}

.upper-case {
  text-transform: uppercase;
}

a {
  color:inherit;
}

/***********  FLEX  ***********/
/* Pour centrer l'objet à l'intérieur du div */
.d-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.d-flex {
  display: flex !important;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.flex-justify-content-between {
  justify-content: space-between;
}

.flex-justify-content-around {
  justify-content: space-around;
}

.flex-items-50 {
  flex: 50%;
}
/********* END FLEX ***********/


.text-align-center {
  text-align: center;
}

.text-align-justify {
  text-align: justify;
}

.text-italic {
  font-style: italic;
}

.text-underline {
  text-decoration: underline;
}

.notdisplay {
  display: none;
}

.nobullet {
  list-style: none;
  padding: 0;
  margin: 0;
}

.width250 {width: 250px !important;}

.marge-T-10 { margin-top: 10px !important;}
.marge-T-20 { margin-top: 20px !important;}
.marge-T-30 { margin-top: 30px !important;}
.marge-T-40 { margin-top: 40px !important;}
.marge-T-50 { margin-top: 50px !important;}
.marge-T-60 { margin-top: 60px !important;}
.marge-T-70 { margin-top: 70px !important;}
.marge-T-80 { margin-top: 80px !important;}
.marge-T-90 { margin-top: 90px !important;}

.marge-B-10 { margin-bottom: 10px !important;}
.marge-B-20 { margin-bottom: 20px !important;}
.marge-B-30 { margin-bottom: 30px !important;}
.marge-B-40 { margin-bottom: 40px !important;}
.marge-B-50 { margin-bottom: 50px !important;}
.marge-B-60 { margin-bottom: 60px !important;}
.marge-B-70 { margin-bottom: 70px !important;}
.marge-B-80 { margin-bottom: 80px !important;}
.marge-B-90 { margin-bottom: 90px !important;}

.marge-L-10 { margin-left: 10px !important;}
.marge-L-20 { margin-left: 20px !important;}
.marge-L-30 { margin-left: 30px !important;}
.marge-L-40 { margin-left: 40px !important;}
.marge-L-50 { margin-left: 50px !important;}
.marge-L-60 { margin-left: 60px !important;}
.marge-L-70 { margin-left: 70px !important;}
.marge-L-80 { margin-left: 80px !important;}
.marge-L-90 { margin-left: 90px !important;}

.marge-R-10 { margin-right: 10px !important;}
.marge-R-20 { margin-right: 20px !important;}
.marge-R-30 { margin-right: 30px !important;}
.marge-R-40 { margin-right: 40px !important;}
.marge-R-50 { margin-right: 50px !important;}
.marge-R-60 { margin-right: 60px !important;}
.marge-R-70 { margin-right: 70px !important;}
.marge-R-80 { margin-right: 80px !important;}
.marge-R-90 { margin-right: 90px !important;}

.pad-T-10 {padding-top: 10px !important;}
.pad-T-20 {padding-top: 20px !important;}
.pad-T-30 {padding-top: 30px !important;}
.pad-T-40 {padding-top: 40px !important;}
.pad-T-50 {padding-top: 50px !important;}
.pad-T-60 {padding-top: 60px !important;}
.pad-T-70 {padding-top: 70px !important;}
.pad-T-80 {padding-top: 80px !important;}
.pad-T-90 {padding-top: 90px !important;}

.pad-B-10 {padding-bottom: 10px !important;}
.pad-B-20 {padding-bottom: 20px !important;}
.pad-B-30 {padding-bottom: 30px !important;}
.pad-B-40 {padding-bottom: 40px !important;}
.pad-B-50 {padding-bottom: 50px !important;}
.pad-B-60 {padding-bottom: 60px !important;}
.pad-B-70 {padding-bottom: 70px !important;}
.pad-B-80 {padding-bottom: 80px !important;}
.pad-B-90 {padding-bottom: 90px !important;}

.pad-L-10 {padding-left: 10px !important;}
.pad-L-20 {padding-left: 20px !important;}
.pad-L-30 {padding-left: 30px !important;}
.pad-L-40 {padding-left: 40px !important;}
.pad-L-50 {padding-left: 50px !important;}
.pad-L-60 {padding-left: 60px !important;}
.pad-L-70 {padding-left: 70px !important;}
.pad-L-80 {padding-left: 80px !important;}
.pad-L-90 {padding-left: 90px !important;}

.pad-R-10 {padding-right: 10px !important;}
.pad-R-20 {padding-right: 20px !important;}
.pad-R-30 {padding-right: 30px !important;}
.pad-R-40 {padding-right: 40px !important;}
.pad-R-50 {padding-right: 50px !important;}
.pad-R-60 {padding-right: 60px !important;}
.pad-R-70 {padding-right: 70px !important;}
.pad-R-80 {padding-right: 80px !important;}
.pad-R-90 {padding-right: 90px !important;}

/* Sur un téléphone, on réduit les marges gauche et droite */
@media (max-width: 700px) {
  body  .pad-L-30,
  body  .pad-L-40,
  body  .pad-L-50,
  body  .pad-L-60,
  body  .pad-L-70,
  body  .pad-L-80,
  body  .pad-L-90,
  body  .pad-L-100 { padding-left: 10px !important;}

  body  .pad-R-30,
  body  .pad-R-40,
  body  .pad-R-50,
  body  .pad-R-60,
  body  .pad-R-70,
  body  .pad-R-80,
  body  .pad-R-90,
  body  .pad-R-100 { padding-right: 10px !important;}
}

.zoom-hover {
  transition: transform .2s;
}

.zoom-hover:hover {
  transform: scale(1.1);
}

.iconic-0 {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: -2px;
  fill: var(--white);
}

.iconic-1 {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-top: 15px;
  fill: var(--white);
}

.iconic-2 {
  width: 50px;
  height: 50px;
  margin-top: 15px;
  margin-right: 10px;
  fill: var(--gray-dark);
}

.iconic-3 {
  width: 60px;
  height: 60px;
  fill: var(--green);
}

.button-login-menu {
  color: var(--blue-dark);
  background-color: transparent;
  border-color: var(--blue-dark);
  border-radius: 0.25em;
  border: 1px solid;
  padding: 0.5rem 0.75rem;
  margin-left: 10px;
}

.button-login-menu:hover {
  color: var(--gray-dark);
  border-color: var(--gray-dark);
  cursor: pointer;
}

.button-type2 {
  text-align: center;
  border: 1px solid transparent;
  font-size: 16px;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  color: var(--white);
  background-color: var(--blue-dark);
  border-color: var(--blue-dark);
  width: 100%;
  height: 38px;
}

.button-type2:hover {
  color: var(--blue-dark);
  background-color: var(--white);
  border-color: var(--blue-dark);
  cursor: pointer;
}

.button-type3 {
  text-align: center;
  border: 1px solid transparent;
  font-weight: bold;
  border-radius: 0.25rem;
  color: var(--white);
  background-color: var(--blue-dark);
  border-color: var(--blue-dark);
  width: 100%;
  height: 38px;
}

.button-type3:hover {
  color: var(--blue-dark);
  background-color: var(--white);
  border-color: var(--blue-dark);
  cursor: pointer;
}



.button-type2 svg {
  fill:var(--white);
}

.button-type2:hover svg {
  fill:var(--blue-dark);
}

.icon-download-button {
  position:relative;
  top:2px;
}

/************************    MENU   ****************************/
.color-prod {
  background-color: var(--white);
  box-shadow: 0 0 8px 0 var(--black);
}

.color-dev {
  background-color: var(--white);
  box-shadow: 0 0 8px 0 var(--black);
}

#company_logo_header svg {
  fill: var(--blue-dark);
}

#company_logo_nav {
  fill: var(--white);
}

#company_logo_footer {
  fill: var(--blue-dark);
}

.company_name {
  font-size:23px;
  font-weight: bold;
  float: left;
  z-index: 1020;
  position: relative;
  color: var(--blue-dark);
}

#company_name_string {
  margin-left: -23px;
  margin-top: 2px;
}


/****** Menu ordinateur ********/
@media (min-width: 1150px) {


  #company_name_string {
    margin-left: -23px;
  }

  #spacetop {
    height: 70px;
  }

  #nav-barre {
    height: 70px;
    width: 100%;
    position: fixed; /* Fixe la barre en haut de la fenêtre */
    top: 0;
    left: 0;
    z-index: 1000;
  }


  #menuToggle input
  {
    display: none;
  }

  #mainmenu ul
  {
    margin-top: 12px;
    padding-top: 12px;
    list-style-type: none;
    display: flex;
    justify-content: right;
    align-items: center;
  }

  .nav-link {
    padding: 1rem 0.8rem;
    font-weight: bold;
    color: var(--blue-dark);
    text-transform: uppercase;
    text-decoration: none;
  }

  .active {
    color: var(--black)
  }

}


/****** Menu telephone portable ******/
@media (max-width: 1150px) {

  #spacetop {
    height: 59px;
  }


  .company_name {
    margin-top: -40px;
  }



  #company_logo_nav {
    display: none;
  }

  #nav-barre {
    height: 60px;
    width: 100%;
    position: fixed;
    z-index: 1000;
  }

  #menuToggle {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 1;
  }

  #menuToggle input
  {
    width: 30px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 3;
    margin: 0px;
  }

  #menuToggle span
  {
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: var(--black);
    border-radius: 3px;
    z-index: 2;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
  }

  /* span 1 */
  #menuToggle input:checked ~ span:nth-child(2)
  {
    transform: rotate(45deg) translate(2px, 3px);
    /*background: var(--dark);*/
  }

  /* span 2 */
  #menuToggle input:checked ~ span:nth-child(3)
  {
    opacity: 0;
  }
  
  /* span 3 */
  #menuToggle input:checked ~ span:nth-child(4)
  {
    transform: rotate(-45deg) translate(-4px, 1px);
    /*background: var(--dark);*/
  }

  #menuToggle input:checked ~ .barre #mainmenu ul
  {
    transform: translate(100%, 0%); 
  }

  #mainmenu ul
  {
    list-style-type: none;
    box-shadow: 0 0 10px var(--black);
    margin: -50px 0 0 0px;
    padding: 80px 50px 50px 0;
    background-color: var(--white);
    transform: none;
    position:absolute;
    left: -300px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  }

  .nav-link {
    display: block;
    padding: 0.5rem 2rem;
    font-weight: bold;
    color: var(--blue-dark);
    text-transform: uppercase;
    text-decoration: none;
  }

  .active {
    text-decoration: underline ;
  }
}

/*********************    ACCUEIL   ****************************/
.footer-background {
  background-color: var(--gray);
}

.footer-menu {
  display: flex;
}

.footer-description {
  max-width: 400px;
}

.footer-nav-link {
  display: block;
  padding: 0.5rem 2rem;
  color: var(--blue-dark);
  font-size:smaller;
}

.footer-nav-link-title {
  font-weight: bold;
  text-transform: uppercase;
}

.footer-nav-link div a {
  text-decoration: none;
}

.column-flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items: flex-start;
  gap: 20px;
}

.column-flex-item {
  max-width: 350px;
  min-height: 550px;
  background-color: var(--blue-dark);
}


.column-flex-item img {
  width: 100%;
}

.image-container {
  position: relative;
  display: inline-block;
}

/* Style pour l'image */
.image-container img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1150px) {

  
  .image-container {
    width: 100vw;
    height: 300px;
    overflow: hidden;
    position: relative;
  }
  

  .image-container img {
    width: 140vw;
    height: 100%;
    object-fit: cover;
    object-position: center; /* Garde la partie gauche et rogne la droite */
    position: absolute;
    left: -20vw;
    top: 0;
  }
}


/* Style pour le texte superposé */
.image-container .text-overlay {
  position: absolute;
  top: 55%;
  transform: translate(0, -50%);
  padding: 0px 55% 0px 20px;
  border-radius: 5px;
  
}

.image-container .text-overlay h2 {
  font-size: clamp(1rem, 2.5vw, 2rem);
}


#img-architecture {
  max-width: 100%;
  height: auto;
}

#tableau-librairie {
  max-width: 100%;
  height: auto;
}

.half-star {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.half-star-left, .half-star-right {
  width: 20%;
  max-width: 190px;
  height: auto;
}

.half-star-right {
  transform: rotate(180deg);
  transform-origin: center;
}

.refdots {
  text-decoration: none;
}

.loading-dots::after {
  content: '';
  font-size: 70px;
  font-weight: bold;
  color: gray;
  display: block;
  width: 50px;
  height: 100px;
  margin-top: -30px;
  animation: dots 1.5s steps(3, end) infinite;
}

@keyframes dots {
  0%  {  content: '';   }
  33% {  content: '.';  }
  66% {  content: '..'; }
  100% { content: '...';}
}

#support {
  display: flex;
  flex-wrap: wrap; /* Permet au contenu de se réorganiser sur plusieurs lignes si nécessaire */
  align-items: center;
}

#support img {

  max-width: 500px;
  width: 100%;  /* Assure que l'image ne dépasse pas la largeur de son conteneur */
  height: auto;
  margin: auto;
}

@media (max-width: 768px) {
  #support {
      flex-direction: column;
      align-items: flex-start; /* Pour aligner l'image et le texte au début */
  }
}



.assistance {
  flex: 1 1 300px; /* Le texte occupera une largeur minimale de 300px ou plus si possible */
}



.hover-trigger {
  position: relative;
}

.summary-like {
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
}

.summary-like::after {
  content: '';
  display: inline-block;
  margin-left: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
}

.toggle-content {
  margin-top: 10px;
  border-radius: 5px;

  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: max-height 1s ease, opacity 1s ease; /* Transition pour une ouverture en douceur */
}

/* Affiche le contenu lors du survol du .summary-like */
.hover-trigger:hover .toggle-content {
  max-height: 1500px;
  opacity: 1;
}




.accueil-flex-item-1 {
  margin: 20px 10px;
  display: flex;
  max-width: 370px;
  font-size: 13px ;
}

/* Sécu, Compatibilité, Support... */
.accueil-flex-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  gap: 20px;
}

.accueil-flex-item {
  display: flex;
  max-width: 370px;
}

/* Partie 1 & Eco Conception */
.accueilbis-flex-container {
  display: flex;
} 

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

.softlist-flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.tagsoftname {
  transition: .2s;
}

.tagsoftname:hover {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.ecoico {
    width: 150px;
    height: 150px;
    margin-top: 10px;
    margin-right: 10px;
    fill: var(--green-dark);;
}

/**********************    TARIFS   ****************************/


#card-product,
#card-service {
    position: relative;
    border-radius: 15px;
    margin: 0 auto;
    padding: 30px 0px;
    transition: .2s;
    color: var(--white);
    min-height: 100%;
}

#card-product {
    background: linear-gradient(-45deg, #0f99da, var(--blue-dark));
}

#card-service {
    background: linear-gradient(-45deg, #7ed242, #65B22E);
}

#card-product:hover,
#card-service:hover {
    transform: scale(1.02);
}

#card-product .tarif-option,
#card-service .tarif-option {
    padding: 30px 20px;
}

#card-product .tarif-option ul li,
#card-service .tarif-option ul li {
    margin: 12px 0;
}

.tarif-badge {
    display: inline-block;
    background-color: rgba(255,255,255,0.18);
    color: var(--white);
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 20px;
    margin-bottom: 15px;
    font-size: 13px;
}

.tarif-description {
    max-width: 900px;
    margin: 0 auto 20px auto;
}

.tarif-note {
    font-size: 14px;
    opacity: 0.95;
}

.tarif-link-light {
    color: var(--white);
    text-decoration: underline;
}

.tarif-link-light:hover {
    opacity: 0.9;
}

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

.tarif-flex-item {
  margin:20px 20px;
  max-width: 550px;
  width: 100%;
}

.tarif-flex-item-spec {
  margin:20px auto auto auto;
  max-width: 800px;
  width: 100%;
}

.okicon {
  width: 10px;
  height: 10px;
  margin-left: -20px;
  margin-right: 10px;
  fill: var(--green);
}

.tarif-baniere table {
  /*border: 1px solid var(--gray);*/
  width: 100%;
  border-collapse: collapse;
}


.tarif-baniere table th, .tarif-baniere table td {
  border-top: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  text-align: center;
  vertical-align: center;
}


#card1, #card2, #card3, #card4{
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  padding: 30px 0px;
  -webkit-transition: .2s;
  transition: .2s;
}

#card1:hover, #card2:hover, #card3:hover, #card4:hover{
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

#card1 {
  background: linear-gradient(-45deg,#7ed242,#65B22E);
}

#card2 {
  background: linear-gradient(-45deg,#0f99da,var(--blue-dark));
}

#card3 {
  background: linear-gradient(-45deg,#ffcc3f,var(--orange));
}

#card4 {
  background: linear-gradient(-45deg,#0f99da,var(--blue-dark));
}



.tarif-titre {
  margin: 30px auto;
  position: relative;
  color: var(--white);
  font-size: 28px;
  font-weight: bold;
  z-index: 2;
}

.tarif-baniere {
  color: var(--white);
}

#card1 .tarif-baniere {
  background-color: var(--green-dark);
}

#card2 .tarif-baniere {
  background-color: var(--blue-dark);
}

#card3 .tarif-baniere {
  background-color: #b68600;
}



.tarif-prix {
  font-size: 23px;
  color: var(--white);
}

.tarif-prix b {
  font-size: 30px;
}

.tarif-option {
  padding:30px 0;
  color: var(--white);
}









.tarif-summary  {
  /*border: 1px solid var(--gray);*/
  outline: none;
  padding: 18px;
  padding-right: 48px;
  display: block;
  position: relative;
  cursor: pointer;
  height: 20px;
  box-shadow: 0 2px 8px var(--gray-dark);
}




.tarif-details {
  color: var(--black);
  background-color: var(--white);
  text-align: left;
  padding-left: 10px;
}

.rond-blanc {
  margin: 0 -6px -38px -6px;

}


.orange-background {
  background-color: var(--orange);
}

.tarif-option ul {
  margin: 0;
  padding: 10px 20px;
}

.tarif-option ul li {
  font-size: 13px;
}

.button-type-tarif {
  text-align: center;
  border: 1px solid transparent;
  border-color: var(--blue-dark);
  font-size: 16px;
  padding: 0.8rem 1rem;
  color: var(--blue-dark);
  background-color: var(--white);
  width: 100%;
  font-weight: bold;
}

.button-type-tarif:hover {
  color: var(--white);
  background-color: var(--blue-dark);
  cursor: pointer;
}

/**************    SOFTWARES / PACKAGES   **********************/

#input-search {
  width:300px;
}

#searchbutton {
  border-width: 0px;
  border-radius: 0 5px 5px 0;
  padding: 7px 10px;
  margin-left: -2px;
  background-color: var(--blue-dark);
}

#searchbutton svg {
  fill: var(--white);
}

#searchbutton:hover {
  cursor: pointer;
}

.color-gratuit, .color-gratuit-souscrit {
  background-color: var(--green);
}

.color-souscrit {
  background-color:var(--blue-dark);
}

.color-null {
  background-color:var(--gray);
}

.table-software {
  border: 1px solid var(--gray);
  background-color: var(--white);
  width: 100%;
  border-collapse: collapse;
}

.table-software th, .table-software td {
  border-top: 1px solid var(--gray);
  padding-left: 10px;
  text-align: left;
  vertical-align: center;
}

.table-software-col1 {
  width: 30%;
}

.table-software-col2 {
  width: 67%;
}

.table-software-col3 {
  width: 3%;
}

.table-software .Install {
  background-color: var(--blue-green);
}

.table-software .Uninstall {
  background-color: var(--red);
}

.bordergrey {
  border: 1px solid var(--gray);
}

.tooltipicon {
  font-family: "Segoe MDL2 Assets";
  font-size: 24px;
}

.tooltipicon:hover {
    cursor: pointer;
}

.tooltip {
  position: relative;
}


.tooltip .tooltiptext {
  position: absolute;
  visibility: hidden;
  width: 170px;
  background-color: var(--gray-dark);
  color: var(--white);
  text-align: center;
  border-radius: 6px;
  padding: 5px 3px;
  top: 30px;
  right: 0px;
  z-index: 5;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip:hover {
  fill: var(--gray);
}

.tooltip:active {
  fill: var(--gray-dark);
}

#notif-barre {
  display: none;
  position: fixed;
  left: 50%;
  margin-left: -200px;
  bottom: 20px;
  background-color: var(--blue-dark);
  height: 40px;
  width: 400px;
  border-radius: 5px;
  color: var(--white);
  justify-content: center;
  align-items: center;
}

.summary-software  {
  height: 30px;
  border: 1px solid var(--white);
  outline: none;
  padding: 18px;
  padding-right: 48px;
  display: block;
  position: relative;
  cursor: pointer;
}

.summary-software > div {
  position: relative;
}

.summary-left-1 {
  position: absolute;
  left: 0px;
  top: -5px;
}

.summary-left-2 {
  position: absolute;
  left: 7px;
  top: 2px;
}

.summary-left-3 {
  position: absolute;
  left: 50px;
  width: 200px;
}

.summary-software::after {
  font-family: "Hiragino Mincho ProN";
  color:var(--white);
  content: "▶";
  position: absolute;
  top: 16px;
  right: 16px;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 0.2s transform ease;
}

details[open] > .summary-software::after {
  transform: rotate(-90deg);
  transition: 0.45s transform ease;
}

.summary-package {
  height:30px;
  background-color: var(--orange);
  border: 1px solid var(--white);
  outline: none;
  padding: 18px;
  padding-right: 48px;
  display: block;
  position: relative;
  cursor: pointer;
}

.summary-package > div {
  position: relative;
}

.summary-package::after {
  font-family: "Hiragino Mincho ProN";
  color:var(--white);
  content: "▶";
  position: absolute;
  top: 16px;
  right: 16px;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 0.2s transform ease;
}

details[open] > .summary-package::after {
  transform: rotate(-90deg);
  transition: 0.45s transform ease;
}

.details-flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.cve-link {
  text-decoration-color: var(--red);
  color:var(--red);
}

.fill-greenIT {
  stroke-width: 3;
  stroke: var(--black);
  fill:var(--green);
  fill-opacity: 1;
}

.fill-not-greenIT {
  stroke-width: 3;
  stroke: var(--black);
  fill:var(--green);
  fill-opacity: 0;
}

.fill-bluedark {
  fill: var(--blue-dark);
}

.powershell-console {
  background-color: var(--blue-dark);
  color: var(--white);
  font-size: 13px;
  width: 100%;
}

.notavailable {
  width: 300px;
  color: var(--white);
  background-color: var(--red);
}

/********************    PROFIL     ****************************/
.summary-contract  {
  height:30px;
  background-color: var(--orange);
  border: 1px solid var(--white);
  outline: none;
  padding: 18px;
  padding-right: 48px;
  display: block;
  position: relative;
  cursor: pointer;
}

.summary-contract > div {
  position: relative;
}

.summary-contract::after {
  font-family: "Hiragino Mincho ProN";
  color:var(--white);
  content: "▶";
  position: absolute;
  top: 16px;
  right: 16px;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 0.2s transform ease;
}

details[open] > .summary-contract::after {
  transform: rotate(-90deg);
  transition: 0.45s transform ease;
}

.profile-background {
  background-color: var(--gray);
}

.profile-table2-col1 { width : 50px;}
.profile-table2-col3 { width : 110px;}
.profile-table2-col4 { width : 130px;}
.profile-table2-col5 { width : 120px;}


.profile-table2 table {
  border-spacing: 0;
  width: 100%;
}

.profile-table2 table th, .profile-table2 table td {
  padding: 0 10px 0 10px;
}

.profile-table2 table td {
  border: 1px solid var(--gray-dark);
}

.profile-table2 .right {
  text-align: right;
}

/***  CONTACT / LOGIN / PWD FORGOT / PWD RESET / NEW ACCOUNT    ***********/

.form-type1 {
  max-width: 350px;
  margin: 50px auto 30px auto;
}

.form-control {
  display: inline-block;
  width: 97%;
  padding: 0.475rem 0.3rem;
  font-size: 1rem;
  color: var(--dark);
  background-color: var(--white);
  border: 1px solid var(--gray);
  border-radius: 0.25rem;
  margin-bottom: 30px;
}

.form-control:invalid {
  border: 1px solid var(--dark);
}

/* Pour enlever la couleur bleu quand un champ a été auto-rempli */
.form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px var(--white) inset;
}

.locked-input {
  background-color:var(--gray);
}

.captcha-input {
  border: 1px solid var(--gray);
  padding: 5px 5px;
}



/*************************    QUOTATION    ********************************/

.input-quotation {
  width: 130px;
  height: 25px;
}

.quotation-intro-flex-container {
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  align-items: stretch;
}


.quotation-intro-flex-item {
  max-width: 500px;
  width: 100%;
  display: block;
  padding: 10px;
  border: 5px solid var(--white);
}

input[type="radio"] {
  display: none;
}
input[type="radio"]:checked + label {
  border-color: var(--blue-dark); /* Changement de la couleur de la bordure lorsqu'il est sélectionné */
}

.quotation-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.form-type2 {
  margin: 50px auto 30px auto;
}

.form-type2 .checkbox {
  width: 18px;
  height: 18px;
}

.quotation-flex-container div {
  width: 300px;
}


#panier {
  color: var(--white);
  position: sticky;
  bottom: 0px;
  background-color: var(--orange);
}

#panier table {
  width: 450px;
  margin: 0 0 0 auto;
  border-spacing: 0;
}

#panier table td {
  border-bottom: 1px solid var(--white);
}

/***************************     ABOUT     ********************************/

.yeah {
  color: var(--blue-dark);
  background-color: var(--white);
  padding: 2px 4px;
}
.about-compare-table-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.about-compare-table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-collapse: collapse;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.about-compare-table th, .about-compare-table td {
  border: 1px solid #ddd;
  padding: 5px;
  text-align: left;
}

.about-compare-table th {
  background-color: var(--blue-dark);
  color: white;
  text-align: center;
  vertical-align: top;
}

.about-compare-table td.negative {
  color: var(--red);
}

.about-compare-table td.positive {
  color: var(--green-dark);
}

.about-compare-table .highlight {
  background-color: var(--gray-light);
}





.partenaires {
  flex-wrap: wrap;
}

.partenaires img {
  width: 100px;
  margin: 20px 20px;
  z-index: 900;
}

#svg-lyon {
  margin-top: -10%;
}


.about-flex-container {
  display: flex;
  flex-direction: row;
}

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

#svg-france {
  fill: var(--green);
}

#svg-localisation {
  fill: var(--blue-dark);
  width: 20px;
  height: auto;
  position: relative;
  left: -80px;
  top: 0px;
}

.svg-in-h2 {
  width:30px;
  height:30px;
}





/*************************    ADMIN        ********************************/

#soft_analyse table {
  border-spacing: 0;
}

#soft_analyse table th , #soft_analyse table td {
  border: 1px solid var(--gray-dark);
}

/*********************    COOKIE CONSENT    *******************************/

.cc-window {
  font-size: 13px;
  background-color:  #fff;
  box-sizing: border-box;
  padding: 20px;
  z-index: 99999;
  border: 0;
  overflow: auto;
  filter: drop-shadow(0px 1px 3px var(--black));
  border-radius: 24px;
  position: fixed;
  width: 330px;
  bottom: 15px;
  right: 100px;
  visibility: hidden;
}

.cc-title {
  font-size: 18px;
  font-weight: 700;
}

.cc-cookie-item {
  margin: 20px 0;
}

.cc-cookie-item-title {
  font-size: 15px;
  font-weight: 600;
}

.cc-cookie-item-checkbox {
    width: 16px;
    height: 16px;
}

.cc-btn button {
  font-size: 14px;
  font-weight: 600;
  margin: 24px 2px 0 2px;
  padding: 6px 12px;
  border-radius: 50px;
  border: 0;
  cursor: pointer;
}

.cc-btn-reject {
  background-color: transparent;
  color: var(--red);
}

.cc-btn-accept {
  background-color: var(--green-dark);
  color: var(--white);
}








/*********************    DOCUMENTATION   *******************************/

.doc-note {
  padding: 10px 10px;
  background-color: var(--gray);

}

/* Bouton de bascule (< / >) entre la sidebar et le contenu */
.toggle-label-doc {
  position: fixed;
  top: 100px;
  left: 272px; /* Position normale */
  font-size: 24px;
  cursor: pointer;
  background: var(--blue-dark);
  color: var(--gray-light);
  padding: 0px 12px;
  border-radius: 30px;
  transition: left 0.3s ease;
  z-index: 100;
}

.menu-toggle-doc {
  display: none;
}

.toggle-label-doc #icon::before {
  content: "\276E";

}

#menu-toggle-doc:checked ~ .toggle-label-doc #icon::before {
  content: "\276F";
}

#menu-toggle-doc:checked ~ .sidebar-doc {
  width: 10px;
}

#menu-toggle-doc:checked ~ .toggle-label-doc {
  left: 32px;
}




#menu-toggle-doc:checked ~ .sidebar-doc ul {
  display: none; /* Cache les liens */
}

#menu-toggle-doc:checked ~ .content-doc {
  margin-left: 70px;
}







/* Styles généraux */
.bloc-doc {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  display: flex;
  /*overflow: hidden; /* Évite que le menu fixe crée un double scroll */
}

/* Menu latéral fixe */
.sidebar-doc {
  width: 250px;
  background-color: var(--gray-light);
  color: var(--blue-dark);
  padding: 20px;
  position:fixed; /* Fixe le menu sur le côté gauche */
  top: 60px; /* Positionne sous la barre de navigation */
  left: 0; /* Colle au bord gauche */
  overflow-y: auto; /* Ajoute le défilement pour le menu si nécessaire */
  box-shadow: 0 0 10px 3px var(--gray);
  height: calc(100vh - 100px); 
}

.sidebar-doc::-webkit-scrollbar {
  width: 8px; /* Largeur de la scrollbar */
}

.sidebar-doc::-webkit-scrollbar-track {
  background: #f1f1f1; /* Couleur de l'arrière-plan */
  border-radius: 10px; /* Arrondir les coins */
}

.sidebar-doc::-webkit-scrollbar-thumb {
  background: #a5a5a5; /* Couleur de la poignée */
  border-radius: 10px; /* Arrondir les coins */
}

.sidebar-doc::-webkit-scrollbar-thumb:hover {
  background: #555; /* Couleur au survol */
}

/* Déplace le contenu principal pour qu'il ne soit pas sous le menu */
.content-doc {
  margin-left: 300px; /* Compense la largeur du menu fixe */
  padding: 20px;
  transition: margin-left 0.3s ease;
  min-width: 800px;
  /*flex-grow: 1;*/
  /*overflow-y: auto; /* Permet au contenu de défiler */
}


/* Menu et sous-menus */
.menu-doc {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-doc li {
  position: relative;
}


.menu-doc > li > a, .dropdown-toggle-doc {
  color: var(--blue-dark);
  text-decoration: none;
  display: block;
  padding: 10px;
  cursor: pointer;
  border-radius: 10px;
}


.menu-doc > li > a:hover, .dropdown-toggle-doc:hover, .submenu-doc li a:hover {
  background-color: var(--gray);
}



/* Sous-menus */

.toggle-checkbox-doc {
  display: none;
}


/* Cacher le sous-menu par défaut */
.submenu-doc {
  list-style-type: none;
  margin-left: 10px;
  border-left: 1px solid var(--gray);
  padding-left: 5px;
}

/* Afficher le sous-menu lorsque la case est cochée */
.toggle-checkbox-doc:checked + .submenu-doc {
  display: block;
  padding-left: 20px;
}


.submenu-doc li a {
  color: var(--blue-dark);
  padding: 8px 10px;
  display: block;
  text-decoration: none;
  border-radius: 10px;
}


.submenu-doc-open {
    display: block;
}

.doc-folder,
.doc-subfolder {
    margin: 8px 0;
}

.doc-folder-summary,
.doc-subfolder-summary {
    cursor: pointer;
    list-style: none;
    padding: 6px 0;
}

.doc-folder-summary {
    font-weight: 600;
}

.doc-subfolder-summary {
    font-weight: 500;
}

.doc-folder-summary::-webkit-details-marker,
.doc-subfolder-summary::-webkit-details-marker {
    display: none;
}

.doc-folder-summary::before,
.doc-subfolder-summary::before {
    content: "▸";
    display: inline-block;
    margin-right: 8px;
    transition: transform 0.2s ease;
}

.doc-folder[open] > .doc-folder-summary::before,
.doc-subfolder[open] > .doc-subfolder-summary::before {
    transform: rotate(90deg);
}

.doc-folder > .submenu-doc,
.doc-subfolder > .submenu-doc {
    display: none;
    padding-left: 18px;
    margin-top: 6px;
}

.doc-folder[open] > .submenu-doc,
.doc-subfolder[open] > .submenu-doc {
    display: block;
}

.submenu-doc-nested {
    margin-left: 10px;
}

.active-doc {
  color: var(--green) !important;
  font-weight: bold;
  background-color: var(--gray);
}

/* Flèche indiquant le sous-menu */
.dropdown-toggle-doc::after {
  content: "\203A";
  float: right;
  margin-left: 10px;
  transition: transform 0.3s;
}

.after-rot-doc::after {
  transform: rotate(90deg);
}








.images-style-doc {
  box-shadow: 0 0 10px 3px var(--dark); 
  margin:20px 0 50px 0;
}

.images-size1-doc {
  max-width: 1000px;
  width: 100%;
  height: auto;
}

.images-size2-doc {
  max-width: 600px;
  width: 100%;
  height: auto;
}

.images-size3-doc {
  max-width: 300px;
  width: 100%;
  height: auto;
}

/* Code PowerShell */
.code-container {
  margin: 20px 0;
  background-color: var(--blue-dark); /* Fond sombre pour imiter la console */
  color: #dcdcdc; /* Couleur du texte */
  padding: 0px 20px;
  border-radius: 5px;
  font-family: "Courier New", Courier, monospace; /* Police monospace pour le code */
  font-size: 16px;
  overflow-x: auto; /* Permet le défilement horizontal si nécessaire */
  /*white-space: pre; /* Conserve les espaces et les sauts de ligne */
}

.code-container .comment { color: #57a64a; } /* Couleur des commentaires */
.code-container .cmdlet { color: #569cd6; } /* Couleur des cmdlets */
.code-container .string { color: #d69d85; } /* Couleur des chaînes de caractères */


.code-container-agent {
  margin: 10px 0;
  background-color: var(--gray); /* Fond sombre pour imiter la console */
  color: #dcdcdc; /* Couleur du texte */
  padding: 0px 10px;
  border-radius: 5px;
  font-family: "Courier New", Courier, monospace; /* Police monospace pour le code */
  font-size: 16px;
  overflow-x: auto; /* Permet le défilement horizontal si nécessaire */
  /*white-space: pre; /* Conserve les espaces et les sauts de ligne */
}

.code-container-agent .comment { color: #57a64a; } /* Couleur des commentaires */
.code-container-agent .cmdlet { color: #569cd6; } /* Couleur des cmdlets */
.code-container-agent .string { color: #9e431b; } /* Couleur des chaînes de caractères */


.vartype-doc {
  color: var(--blue);
}

.varname-doc {
  color: var(--black);
}

.space-doc {
  margin: 20px 0;
}

.space-doc-2 {
  margin: 60px 0;
}

.space-doc-3 {
  margin: 100px 0;
}


.table-arguments-doc {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
}
.table-arguments-doc th, .table-arguments-doc td {
  padding: 12px 15px;
  border: 2px solid var(--gray);
  text-align: left;
}
.table-arguments-doc th {
  background-color: var(--blue-dark);
  color: var(--white);
}

.table-arguments-doc .gray-background {
  background-color: var(--gray-dark);
  color: var(--white)
}

.table-arguments-doc td:first-child {
  width: 210px;
  font-weight: bold;
}

.content-doc h2 {
  text-align: left;
}

.table-errorcodes-doc {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
}

.table-errorcodes-doc th, .table-errorcodes-doc td {
  padding: 5px 10px;
  border: 2px solid var(--gray);
  text-align: left;
}
.table-errorcodes-doc th {
  background-color: var(--blue-dark);
  color: var(--white);
}

.ParamProperty {
  color: var(--blue);
}

.cmdwin {
  background-color: var(--gray); 
  padding: 3px 3px;
}






/*********************    LINK   *******************************/


.link-container {
  background-color: var(--gray-light);
  text-align: center;

  max-width: 400px;
  margin: 0px auto;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.link-profile-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  /*margin-bottom: 15px;*/
}

.link-links a {
  display: flex;
  justify-content: center;
  background: var(--blue-dark);
  color: white;
  text-decoration: none;
  padding: 12px;
  margin: 10px 0;
  border-radius: 5px;
  transition: 0.3s;
}
.link-links a:hover {
  background: var(--black);
}






.timeline-container-out {
  display: flex;
  flex-direction: column;   
  align-items: center;
  color: white;
  
}

.timeline-container-in {
  margin-top: 20px;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.timeline-vertical-line {
  position: absolute;
  left: 50%;
  height: 550px;
  width: 5px;
  transform: translateX(-50%);
  background-color: #272f69;
}


.timeline-card {
  font-size: .8rem;
  width: 100%;
  max-width: 350px;
  height: auto;
  border-radius: 10px;
  background-color: #272f69;
  padding: 0px 20px;
}

.timeline-card-green {
  background-color: #5AA62B;
}

.timeline-left {
  position: relative;
  left: -270px;
  text-align: right;
}

.timeline-right {
  position: relative;
  left: 270px;
  text-align: left;
}


.timeline-left::after,
.timeline-right::after {
  content: '';
  position: absolute;
  top: 20px;
  height: 5px;
  width: 50px;
  background-color: #272f69;
  z-index: -1;
}

.timeline-left::after {
  right: -50px;
}

.timeline-right::after {
  left: -50px;
}


.timeline-thumbnail {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
  border: 4px solid #272f69;
  background-color: var(--white);
}

.timeline-thumbnail svg {
  width: 35px;
  height: 35px;
  padding: 8px;
  fill: var(--blue-dark);
}

.timeline-left .timeline-thumbnail {
  right: -103px;
}

.timeline-right .timeline-thumbnail {
  left: -103px;
}

@media screen and (max-width:1150px) {
  .timeline-container-out {
      text-align: center;
      padding: 0 10px;
  }

  .timeline-container-in {
      width: auto;
  }

  .timeline-vertical-line {
      height: 1000px;
      left: 50%;
      transform: translateX(-50%);
  }

  .timeline-card {
      top: 70px;
      margin-bottom: 100px;
      width: auto;
      left: 50%;
  }

  .timeline-left::after,
  .timeline-right::after {
      visibility: hidden;
  }

  .timeline-left {
      left: auto;
      text-align: left;
  }

  .timeline-right {
      left: auto;
  }

  .timeline-left .timeline-thumbnail, .timeline-right .timeline-thumbnail {
      top: -80px;
      left: 50%;
      transform: translateX(-50%);
  }

}

.timeline-free-tag {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}

.timeline-free-tag-in {
  background-color: var(--gray-light);
  color: var(--blue-dark);
  font-weight: bold;
  padding: 5px 8px;
  border-radius: 4px;
}




.welcome {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 50px;
}


.welcome-article {
  border: 1px solid #ccc;
  margin: 20px;
  width: 270px;
  float: left;
  border-radius: 5px;
}

.welcome-article img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.welcome-article-description {
  margin: 10px 10px;
}

.welcome-article-description .meta {
  font-size: 13px;
}

.welcome-article h2 {
  font-size: 20px;
  text-align: left;
  margin-top: 0;
}

.welcome-article a {
  text-decoration: none;
}


.article {
  margin: 0px 150px;
}

@media screen and (max-width:1150px) {
  .article {
    margin: 0px 10px;
  }
}

.article .date {
  text-align: right;
}

.article-auteur {
  width: 100%;
  max-width: 900px;
  margin: 30px 0;
  padding: 10px 10px;
  display: flex;
  background-color: var(--gray);
  border-radius: 5px;
}

.article-auteur img {
  border-radius: 50px;
  margin: 15px;
}

.cve-post img {
  
  width: 100%;
  max-width: 700px;
}





.cta-accueil {
  background-color: var(--blue-dark);
  color: #fff;
  padding: 20px;
  margin: 30px 0;
  text-align: center;
}

.cta-accueil a.btn-homepage {
  background-color: #fff;
  color: var(--blue-dark);
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 3px;
  margin-top: 40px;
  border-width: 5px;
  border: 1px solid transparent;
}

.cta-accueil a.btn-homepage:hover {
  background-color: var(--blue-dark);
  color: #fff;
  border-color: #fff;
}



/* Nouveau outil */
.hero-wap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 50px 70px 40px 70px;
  flex-wrap: wrap;
}

.hero-wap-text {
  flex: 1 1 450px;
  max-width: 650px;
}

.hero-wap-text h1 {
  text-align: left;
  border-bottom: none;
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: 22px;
  color: var(--blue-dark);
  font-weight: bold;
}

.hero-wap-image {
  flex: 1 1 450px;
  text-align: center;
}

.hero-wap-image img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.home-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-top: 30px;
}

.home-benefit-card {
  max-width: 280px;
  background: var(--white);
  padding: 25px;
  border-radius: 14px;
}

.home-benefit-card h3 {
  margin-top: 0;
  color: var(--blue-dark);
}

.gray-section {
  background-color: var(--gray-light);
}

.home-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-top: 30px;
  color: var(--white);
}

.home-steps h3 {
  color: var(--white);
}

.home-step {
  /*background: var(--white);*/
  background: linear-gradient(-45deg, #0f99da, var(--blue-dark));
  border-radius: 14px;
  padding: 25px;
  max-width: 320px;
  text-align: center;
}

.home-step-number {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 20px auto;
  border-radius: 50%;
  background-color: var(--gray-light);
  color: var(--blue-dark);
  font-weight: bold;
  font-size: 22px;
}

@media (max-width: 900px) {
  .hero-wap {
    padding: 30px 15px;
  }

  .hero-wap-text h1 {
    font-size: 30px;
    text-align: center;
  }

  .hero-subtitle,
  .hero-wap-text p {
    text-align: center;
  }
}


.product-availability-badge {
  display: inline-block;
  background: var(--orange);
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}




/* doc/software-list */
.softwarelist-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.softwarelist-table thead {
    background: #f8fafc;
}

.softwarelist-table th,
.softwarelist-table td {
    padding: 12px 14px;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
    vertical-align: middle;
}

.softwarelist-table th {
    font-weight: 600;
    color: #1f2937;
}

.softwarelist-table tbody tr:hover {
    background: #f9fafb;
}

.softwarelist-logo {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
}

.slug-cell {
    display: flex;
    align-items: center;
    gap: 8px;
}

.slug-text {
    font-family: Consolas, monospace;
    background: #f3f4f6;
    padding: 4px 8px;
    border-radius: 6px;
    color: #111827;
}

.copy-btn {
    border: none;
    background: #2563eb;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 12px;
    transition: background 0.2s ease;
}

.copy-btn:hover {
    background: #1d4ed8;
}

.copy-btn.copied {
    background: #16a34a;
}