.pc-container {
  color: #ffffff;
  font-weight: normal;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.pc-container:first-child{
    border-bottom: 1px solid white;
    margin-top: 0;
}

.pc-container:last-child {
    border-bottom: none;
}

.container-press-contact-title {
  font-size: 36px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  color: #ffffff;
}

.pc-text-primary {
  font-size: 20px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  max-width: 200px;
  font-family: NunitoSansExtraBold;
}

.pc-position {
  font-size: 14px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #00ceff;
  font-family: NunitoSansExtraBold;
}

.pc-phone, pc-mail {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
}

.pc-twitter {
  font-size: 18px;
}

.pc-twitter-logo {
  width: 39px;
  height: 39px;
  opacity: 0.7;
  background-color: rgba(0, 166, 217, 0.24);
  border-radius: 50%;
  cursor: pointer;
  margin-left: 15px;
}

.pc-twitter-container a:hover .pc-twitter-logo {
  background-color: #15252C;
}

.pc-twitter-logo img {
  margin: 10px;
}

.pc-twitter-container {
  margin: 10px 0 0 0;
}

.pc-twitter-pseudo {
  margin-top: 5px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  margin-left: 10px;
}

.container-press-contact {
  border-radius: 10px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  background-color: #0c3949;
  width: 395px;
  height: 522px;
  padding: 30px;
}

.container-press-contact-separator {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 21px 0;
}

.container-press-contact-service-mail {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 26px;
}

.contacts-list::-webkit-scrollbar {
  width: 12px;
}

.contacts-list::-webkit-scrollbar-track {
  background: #0c3949;
}

.contacts-list::-webkit-scrollbar-thumb {
  background-color: white; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 3px solid #0c3949; /* creates padding around scroll thumb */
}

@media only screen and (max-width: 768px) {
  .container-press-contact-title {
    font-size: 26px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
  }

  .pc-text-primary {
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    max-width: 185px;
  }

  .pc-position {
    font-size: 12px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
  }

  .pc-phone, .pc-mail {
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
  }

  .pc-twitter-pseudo {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
  }

  .container-press-contact-service-mail {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.17;
    letter-spacing: normal;
  }

  .container-press-contact {
    width: 100%;
  }

  /* Newsroom Mobile Adaption*/
  .container-press-contact.box-read-more.mobile-mode{
    padding: 25px 20px !important;
  }

  .container-press-contact.box-read-more.mobile-mode .pc-text-primary{
    font-size: 16px !important;
  }
  .container-press-contact.box-read-more.mobile-mode .pc-container{
    padding-bottom: 13px !important;
    margin-bottom: 10px !important;
  }

  .container-press-contact.box-read-more.mobile-mode .pc-twitter-pseudo{
    font-size: 14px !important;
  }

  .container-press-contact.box-read-more.mobile-mode .pc-container:last-child{
    margin-top: 0 !important;
  }
}

.arrow-1-up,.arrow-2-up,.arrow-3-up{
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
}

.container-press-contact button[aria-expanded=false] .arrow-1-up,
.container-press-contact button[aria-expanded=false] .arrow-2-up,
.container-press-contact button[aria-expanded=false] .arrow-3-up {
  transform: rotate(0deg);
  padding-top: 0;
  padding-bottom: 10px;
}

.container-press-contact .card{
  background: rgb(12, 57, 73);
  border:none;
}
.container-press-contact .card-header{
  background: rgb(12, 57, 73);
  padding:0;
  border:none;
  margin-top:20px
}
.container-press-contact button{
  width: 100%;
  padding: 0;
  text-align: left!important;
}
.container-press-contact button img{
  float: right;
  padding-top: 10px;
}
.container-press-contact .collapse, .container-press-contact .show{
  background: rgb(12, 57, 73);
}
.container-press-contact .card-body{
  background: rgb(12, 57, 73);
  padding:0;
}
.container-press-contact .pc-container{
  padding: 6px 0;
}
.container-press-contact .pc-text-primary{
  color:#fff;
}

.container-press-contact .contacts-list .btn-link,
.container-press-contact .contacts-list .btn-link:hover,
.container-press-contact .pc-text-primary:hover,
.container-press-contact .pc-position:hover{
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .pc-twitter-logo{
    width: 30px;
    heigh: 30px;
  }

  .pc-twitter-logo img {
    margin: 8px;
    height: 17px;
    width: 17px;
  } 

  .agenda-card h5 button{
    font-size: 16px !important;
  }

  .agenda-card .card-body p {
    font-size: 12px !important;
  }
}
