@-moz-keyframes imageanimation { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes imageanimation { 100% { -webkit-transform: rotate(360deg); } }
@keyframes imageanimation { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.liste-glossaire .letter {
  background-color: #EAEAEA66;
  cursor: no-drop;
  pointer-events: none;
  color: #9E9E9E57;
}

.liste-glossaire-content strong {
  font-size: 20px;
  font-weight: bold;
  color: #009FFF;
  line-height: 0px;
  display: block;
}

.liste-glossaire-content p {
font-size: 14px;
  color: #000;
  line-height: 38px;
  margin-bottom: 13px;
  background-color: #F9F9F9;
  padding: 24px 0 10px 20px;
  position: relative;
}

.liste-glossaire-content p::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-right: 3px solid #009FFF;
  border-bottom: 3px solid #009FFF;
  transform: rotate(-45deg);
  left: 0;
  top: 19px;
}

.liste-glossaire-content br {
  display: none;
}

.liste-glossaire-content div {
  display: none;
}

#page-glossaire {
    /*width: 415px;
    height: 500px;*/
 margin: 0 auto;
  position: relative;
  z-index: 4;
}
#page-glossaire .conteneur-glossaire {
    clear: both;
}
.liste-glossaire {
    padding: 0px 0px 0px 0px;
    margin: 0px;
    font-size: 0;
}
.liste-glossaire li {
display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  cursor: pointer;
  color: #9E9E9E;
  border-right: solid 1px #fff;
  vertical-align: top;
  width: 40px;
  text-align: center;
  background-color: #EAEAEA;
}
.liste-glossaire li.selected {
	background: #009FFF;
	color: #fff;
	font-weight: bold;
	position: relative;
	padding: 0px 12px 0px 12px;
	top: 0px;
	height: 36px;
	/* overflow: hidden; */
	display: inline-block;
	vertical-align: top;
}
.liste-glossaire-content {
    margin: 30px 0;
}
.liste-glossaire-content h2 {
display: none;
}

.panel p {
  padding: 16px 0;
}

.accordion {
  background-color: #E8F2FD;
    color: #009FFF;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}

.active, .accordion:hover {
background-color: #FFF7F0;
}

.accordion:after {
content: '\002B';
  color: #009FFF;
  font-weight: bold;
  font-size: 40px;
  position: absolute;
  right: 1%;
  top: 0;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 10px;
}




.node-49 .tab-btn {
  font-size: 13px;
  color: #000;
}

.node-49 .infoStat {
  color: #000;
  font-weight: 400;
  margin-top: 50px;
  padding-left: 1%;
  margin-bottom: 48px;
}
   
    .subtitle {
      font-size: 14px;
      color: #666;
      margin-bottom: 24px;
    }

    /* Tabs */
    .tabs {
display: flex;
  gap: 32px;
  border-bottom: 2px solid #ddd;
  margin-bottom: 20px;
  justify-content: center;
  margin-top: 70px;
    }

    .tab-btn {
      padding: 10px 20px;
      border: none;
      background: transparent;
      font-size: 17px;
      font-weight: 600;
      color: #888;
      cursor: pointer;
      border-bottom: 3px solid transparent;
      margin-bottom: -2px;
      transition: all 0.2s;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    .tab-btn .count {
      display: inline-block;
      background: #ddd;
      color: #666;
      border-radius: 100px;
      padding: 1px 8px;
      font-size: 11px;
      margin-left: 6px;
    }

    .tab-btn.active {
color: #000;
  border-bottom: 5px solid var(--orange);
    }

    .tab-btn.active .count {
      background: #111;
      color: #fff;
    }

    /* Search */
    .search-wrap {
position: relative;
  max-width: 60%;
  margin: 60px auto 15px;
    }

    .search-wrap input {
      width: 100%;
      padding: 10px 16px 10px 38px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 14px;
      outline: none;
      transition: border-color 0.2s;
      background: white;
    }

    .search-wrap input:focus { border-color: #555; }

    .search-wrap .icon {
      position: absolute;
      left: 12px;
      top: 50%;
      transform: translateY(-50%);
      color: #aaa;
      font-size: 15px;
    }

    /* Counter */
    .counter {
 font-size: 17px;
  font-weight: 600;
  color: #525A74;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 45px;
  text-align: center;
    }

    /* Table */
    .table-wrap {
overflow-x: auto;
  border-radius: 6px;
  border: none;
  background: white;
    }

    table {
      width: 100%;
      border-collapse: collapse;
      font-size: 14px;
    }

    tr.header th {
padding: 6px 18px;
  text-align: left;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #A7A7A7;
  border-bottom: 1px solid #e0e0e0;
  white-space: nowrap
  line-height: 15px;
    }

    tbody tr {
      border-bottom: 1px solid #f0f0f0;
      transition: background 0.15s;
    }

    tbody tr:last-child { border-bottom: none; }
    tbody tr:hover { background: #fafafa; }

    tbody td {
      padding: 12px 18px;
      color: #14334F;
      vertical-align: middle;
    }

    tbody td:first-child {
      font-weight: 600;
      color: #14334F;
    }

    /* No result */
    .no-result {
      text-align: center;
      padding: 40px;
      color: #aaa;
      font-size: 14px;
      display: none;
    }

    /* Tab content */
    .tab-content { display: none; }
    .tab-content.active { display: block; }

    /* Highlight */
    mark {
      background: #ffe082;
      color: #111;
      border-radius: 2px;
      padding: 0 2px;
    }