.presentation-admin .tablegen td:last-child{width:120px;}
.presentation-admin .cke_contents{ min-height: calc(100vh - 400px) !important; }

@media only screen and (max-width: 768px){
  .presentation-admin thead{ display: none; }
  .presentation-admin td:nth-child(1){width: calc(100vw - 45px); text-wrap: unset; overflow-x: hidden; white-space: nowrap; display: block; text-overflow: ellipsis; display: flex ; align-items: center; height: 45px;}
  .presentation-admin td:nth-child(1) a{width: calc(100vw - 55px); text-wrap: unset; overflow-x: hidden; white-space: nowrap; display: block; text-overflow: ellipsis; }
  .presentation-admin td:last-child{width: 45px;}
  .presentation-admin .entete2 { padding-top: 0px !important; }
  .presentation-admin .cke_contents{ min-height: calc(100vh - 274px) !important; }
}