.ytp-dashboard-me3-modal{
  height: 600px !important;
  width: 70% !important;
  top: 20% !important;
  left: 15% !important;
  overflow: scroll;
  padding: 20px !important;
}

/*#drupal-modal{
  display: none !important;
}*/

.ytp-magenta-button{
  text-decoration: none;
}

.content-detail{
  padding: 0 !important;
}

.ui-dialog-titlebar-close{
  width: 28px !important;
  height: 28px !important;
}

.ui-dialog-title{
  display: none !important;
}

.ui-widget-header{
  background: none !important;
  border: none !important;
}
.ui-button{
  background: none !important;
  border: none !important;
}
.ui-button:hover{
  background: none !important;
  border: none !important;
}

.detail_content_item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10rem;
    gap: 2rem;
}

.detail_content_item:last-child {
    margin-bottom: 1rem;
}

.detail_content_item_infos {
    max-width: 600px;
}

.detail_content_item_infos h3 {
    font-size: 1.75rem;
    margin-bottom: 2rem;
    font-weight: 800;
}

.detail_content_item_infos p {
    font-size: 1rem;
    margin-bottom: 1.25rem;
}

.page-node-56 .detail_content_item:first-child{
    align-items: center;
}
}