.vocabulary-univers {
  font-family: var(--main-font);
}
.vocabulary-univers .content {
  margin: 30px 0;
  padding: 15px 15px;
  background: linear-gradient(to left, #fff, #f5f7fa);
}
@media screen and (min-width: 1024px) {
  .vocabulary-univers .content {
    padding: 1% 4%;
    display: flex;
    align-items: center;
    gap: 30px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .vocabulary-univers .content-colonne {
    flex: 1.5 1 0;
  }
}
@media screen and (min-width: 1024px) {
  .vocabulary-univers .content-right {
    flex: 2 1 0;
  }
}
.vocabulary-univers .field--name-name {
  color: var(--chapo-bleu);
}
.vocabulary-univers h2 {
  margin-top: 0;
  text-transform: uppercase;
}
.vocabulary-univers h2 a {
  color: inherit;
  text-decoration: none;
}
.vocabulary-univers .field--name-description {
  color: var(--dark-bleu);
  font-weight: 300;
}
@media screen and (min-width: 576px) {
  .vocabulary-univers .field--name-description {
    font-size: 17px;
  }
}
@media screen and (max-width: 575.98px) {
  .vocabulary-univers .field--name-description {
    font-size: 14px;
  }
}
@media screen and (min-width: 576px) {
  .vocabulary-univers .wrapper-boutons {
    display: flex;
    justify-content: space-between;
    gap: 15px;
  }
}
@media screen and (max-width: 575.98px) {
  .vocabulary-univers .wrapper-boutons {
    text-align: center;
  }
}
.vocabulary-univers .wrapper-boutons a {
  border-radius: 999px;
  border: 2px solid var(--rose);
  margin: 25px auto;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  padding: 10px 30px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transition: color 0.1s, background 0.1s;
  font-family: var(--main-font);
  margin: 0;
  display: inline-block;
  text-align: center;
  background: var(--rose);
  font-size: 14px;
  font-family: inherit;
}
.vocabulary-univers .wrapper-boutons a:hover {
  color: var(--rose);
  background-color: #fff;
}
@media screen and (max-width: 575.98px) {
  .vocabulary-univers .wrapper-boutons a {
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}