
.code-copy {
  height: 30px;
}
.code-copy p {
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
  color: #d6a75d;
  margin-top: 10px;
  display: none;
}

.bulle {
  background-color: white;
  text-align: center;
  border-radius: 999px;
  padding: 10px 10px 0px 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
  color: #d6a75d;
  position: fixed;
  bottom: 270px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  display: none;
  z-index: 10;
}
.bulle:hover {
  background-color: #293553;
}
.bulle .title {
  font: normal normal 900 18px/24px Playfair Display;
  margin-bottom: 10px;
}
.bulle img {
  position: absolute;
  left: 13px;
  -webkit-transform: rotate(-26deg);
          transform: rotate(-26deg);
}

.bulle-full {
  background-color: white;
  width: 220px;
  text-align: center;
  border-radius: 10px;
  padding: 20px 10px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.1);
  color: #d6a75d;
  position: fixed;
  bottom: 200px;
  right: -250px;
  -webkit-transition: right 200ms ease-in;
  transition: right 200ms ease-in;
  z-index: 10;
}
.bulle-full.display-bulle {
  right: 10px;
}
.bulle-full .reduire {
  position: absolute;
  right: 15px;
  color: black;
  font-size: 32px;
  border: none;
  background: none;
  height: 35px;
  top: 0;
  cursor: pointer;
}
.bulle-full img.deco {
  width: 65px;
  position: absolute;
  left: 0px;
  -webkit-transform: rotate(140deg);
          transform: rotate(140deg);
}
.bulle-full .title {
  font: normal normal 900 18px/24px Playfair Display;
  margin-bottom: 10px;
}
.bulle-full .code {
  font: normal normal bold 16px/18px Muli;
}