/*

.PUBLICATIONS

*/
/* SUMMARY

.VARIABLES

*/
/* VARIABLES
================================================================================= */
/* FONTS */
/* COLORS */
/* COLORS - CNP */
/* PUBLICATIONS
================================================================================= */
#page-wrapper section.publications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
  margin-top: 48px;
}
#page-wrapper section.publications + .publications {
  margin-top: 64px;
}
#page-wrapper section.publications h2 {
  width: 100%;
  font-size: 30px;
  line-height: 40px;
  color: #412761;
  margin: 40px 0 0 0;
}
#page-wrapper section.publications h2:first-of-type {
  margin-top: 0;
}
#page-wrapper section.publications .item {
  width: calc(33.3333333333% - 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
#page-wrapper section.publications .item h3 {
  font-family: "AvenirNextLTPro-Bold", bold;
  font-size: 24px;
  line-height: 32px;
  color: #412761;
}
#page-wrapper section.publications .item h3 span {
  color: #412761;
}
#page-wrapper section.publications .item .img {
  width: 100%;
  /*overflow: hidden;*/
  -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);
}
#page-wrapper section.publications .item .img:hover a img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
#page-wrapper section.publications .item .img a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#page-wrapper section.publications .item .img a img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#page-wrapper section.publications .item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
  padding: 0 6px;
  border: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}
#page-wrapper section.publications .item ul li a {
  display: block;
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 25px rgba(217, 222, 231, 0.5);
          box-shadow: 0 4px 25px rgba(217, 222, 231, 0.5);
  border-radius: 30px;
  font-family: "AvenirNextLTPro-Medium", normal;
  font-size: 16px;
  line-height: 20px;
  color: #412761;
  cursor: pointer;
  padding: 8px 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid transparent;
  text-decoration: none;
}
#page-wrapper section.publications .item ul li a:hover {
  border: 2px solid #B10967;
  color: #B10967;
}
#page-wrapper section.publications .item ul li a:focus-visible {
  outline: 2px solid #B10967;
  color: #B10967;
}
#page-wrapper section.publications .item ul li a.is-active {
  background: #B10967;
  color: #ffffff;
  padding-right: 32px;
}
#page-wrapper section.publications .item ul li a.is-active:after {
  content: "";
  background: url("../images/close.svg") 50% no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
  pointer-events: all;
}

/* MEDIA QUERIES - DEVICE < 1023px
================================================================================= */
@media only screen and (max-width: 1023px) {
  #page-wrapper section.publications {
    width: 100%;
    max-width: 100%;
    gap: 24px;
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
    margin-top: 40px;
    padding: 0 24px;
  }
  #page-wrapper section.publications .item {
    width: calc(50% - 24px);
  }
}
/* MEDIA QUERIES - DEVICE < 600px
================================================================================= */
@media only screen and (max-width: 600px) {
  #page-wrapper section.publications {
    gap: 24px;
  }
  #page-wrapper section.publications h2 {
    font-size: 24px;
    line-height: 32px;
  }
  #page-wrapper section.publications .item {
    width: 100%;
    margin-bottom: 24px;
  }
  #page-wrapper section.publications .item h3 {
    min-height: auto !important;
    font-size: 24px;
    line-height: 32px;
  }
}
/* INTRANET CNP
================================================================================= */
body.cnp #page-wrapper .publications {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 120px;
  gap: 48px;
}
body.cnp #page-wrapper .publications .intro {
  width: 100%;
}
body.cnp #page-wrapper .publications .intro h2 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
}
body.cnp #page-wrapper .publications .item h3 span {
  color: #002364;
}
body.cnp #page-wrapper .publications .item .img {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
body.cnp #page-wrapper .publications .item .img a {
  border-radius: 0;
}
body.cnp #page-wrapper .publications .item .img a img {
  border-radius: 0;
}
body.cnp #page-wrapper .publications .item ul {
  gap: 16px;
  padding: 0 12px;
}
body.cnp #page-wrapper .publications .item ul li a {
  font-family: "Rawline", "Arial";
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 10px;
  border: 1px solid #D70064;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
  font-weight: 700;
  color: #002364;
  border-radius: 80px;
  -webkit-transition: none;
  transition: none;
}
body.cnp #page-wrapper .publications .item ul li a:hover {
  color: #D70064;
  outline: 2px solid #D70064;
  border-color: transparent;
}
body.cnp #page-wrapper .publications .item ul li a:focus-visible {
  outline: 2px solid #D70064;
  outline-offset: 4px;
}

/* INTRANET CNP < 1023px
================================================================================= */
@media only screen and (max-width: 1023px) {
  body.cnp #page-wrapper .publications {
    margin-top: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.cnp #page-wrapper .publications .item {
    max-width: 328px;
  }
}
/* INTRANET CNP < 600px
================================================================================= */
@media only screen and (max-width: 600px) {
  body.cnp #page-wrapper .publications .item {
    width: calc(50% - 24px);
  }
}
/* INTRANET CNP < 450px
================================================================================= */
@media only screen and (max-width: 450px) {
  body.cnp #page-wrapper .publications {
    gap: 40px;
  }
  body.cnp #page-wrapper .publications .intro h2 {
    font-size: 24px;
    line-height: 32px;
  }
  body.cnp #page-wrapper .publications .item {
    width: 100%;
  }
}