/*
*style.css
*/
.alphabetique {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
  margin: 20px 0;
}

.one-alpha, .one-alpha0 {
  display: flex;
  border: 1px solid #333;
  width: 30px;
  justify-content: center;
  margin: 10px;
  font-weight: bold;
  box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.5);
  position: relative;
  cursor: pointer;
  transition: all 0.4s;
}

.one-alpha:hover, .one-alpha0:hover {
	position: relative;
	top: -3px;
}

.row-dep .page-numbers.current {
  color: #fff;
  background: #000;
  padding: 5px 10px;
}

.cpagination {
  border-top: 1px solid #444;
  padding: 20px 0 20px 0;
  margin-top: 30px;
}
#places {
  width: 100%;
  display: flex;
  margin: 10px 0;
  font-style: italic;
  font-size: 18px;
  font-weight: bold;
}
#gloss-load {
  display: block;
  width: 100%;
  position: absolute;
  height: 110px;
  background-image: url('/wp-content/plugins/jglossary/assets/img/loader-spin.gif');
  z-index: 999;
  background-position: center;
  background-repeat: no-repeat;
}
.gloss-info {
  margin-top: -12px;
  font-size: 14px;
  color: #9b9999;
}
.gloss-date {
  font-style: italic;
}
.gloss-more a {
  display: block;
  text-decoration: none !important;
  background: #000;
  width: 100px;
  color: #fff !important;
  text-align: center;
  padding: 5px;
  transition: all 0.5s;
}
.gloss-more a:hover{
  background: #555;
}
.item-dep {
  margin-bottom: 30px;
}
input#sword {
  width: 100%;
  background: #111;
  color: #fff;
  height: 50px;
}
#search_bar {
  position: relative;
  margin: 30px 0;
  display: block;
}
button#search_cu {
  position: absolute;
  background: #555;
  border: 1px solid #000;
  color: #fff;
  right: 0px;
  height: 50px;
}
button#search_cu {
  position: absolute;
  background: #555;
  border: 1px solid #000;
  color: #fff;
  right: 0px;
  height: 50px;
}

.cuvplus a {
  background: #000;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 19px !important;
  border-radius: 0 !important;
}
.card-body {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.card-body-title {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
h5.card-title {
  width: 100%;
}
.card-body-pict {
  width: 10%;
  display: flex;
  align-items: center;
}
.card-body-content {
  width: 90%;
  padding: 0 20px;
  margin-top: -12px;
}