.node--template-informations-popup {
  font-size: 0;
}
.node--template-informations-popup > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 858px;
  background-color: #A71930;
  color: #fff;
  border-radius: 8px 8px 0px 0px;
  padding: 8px;
  padding-left: 68px;
  padding-right: 56px;
  overflow: hidden;
}
.node--template-informations-popup > .content .texts-container {
  position: relative;
}
.node--template-informations-popup > .content .texts-container:before {
  content: "\e90e";
  display: block;
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  font-size: 20px;
  color: #fff;
}
.node--template-informations-popup > .content .texts-container p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.25;
}