/*

.TROMBINOSCOPE

*/
/* SUMMARY

.VARIABLES

*/
/* VARIABLES
================================================================================= */
/* FONTS */
/* COLORS */
/* COLORS - CNP */
/* TROMBINOSCOPE
================================================================================= */
#page-wrapper .trombinoscope > h2 {
  text-align: center;
  color: #412761;
  margin-bottom: 48px;
}
#page-wrapper .trombinoscope_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px;
}
#page-wrapper .trombinoscope_item {
  width: 100%;
  max-width: 328px;
}
#page-wrapper .trombinoscope_button {
  cursor: pointer;
}
#page-wrapper .trombinoscope_img {
  position: relative;
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden;
}
#page-wrapper .trombinoscope_img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(217, 222, 231, 0.5);
          box-shadow: 0px 4px 25px 0px rgba(217, 222, 231, 0.5);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
#page-wrapper .trombinoscope_name {
  display: block;
  font-family: "AvenirNextLTPro-Bold";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
  color: #412761;
}
#page-wrapper .trombinoscope_post {
  display: block;
  font-family: "AvenirNextLTPro-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #412761;
}
#page-wrapper .trombinoscope_wysiwyg {
  display: none;
}
#page-wrapper .trombinoscope_item:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#page-wrapper .trombinoscope_button:focus-visible {
  outline: none;
}
#page-wrapper .trombinoscope_button:focus-visible img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#page-wrapper .trombinoscope_button:focus-visible .trombinoscope_txt {
  border-radius: 4px;
  border: 2px solid #B10967;
}

/* MEDIA QUERIES - DEVICE < 500px
================================================================================= */
@media only screen and (max-width: 500px) {
  #page-wrapper .trombinoscope {
    margin-top: 48px !important;
  }
  #page-wrapper .trombinoscope + .trombinoscope {
    margin-top: 64px !important;
  }
  #page-wrapper .trombinoscope_item {
    max-width: 248px;
  }
}