#main.extranet {
  position: relative;
}
.extranet {
  padding: 50px 0 !important;
}
.extranet .main-inner.container {
  width: 80%;
  max-width: 1280px;
}
.children.level1, .children.level2 {
  display: none;
}
.extranet .children {
  margin-top: 10px;
}
.extranet .cat-item {
  margin-bottom: 5px;
}
.cat-item a {
  padding-left: 30px;
  display: block;
}
.cat-item i {
  position: absolute;
}
.extranet .cat-item .active {
  font-weight: bold;
}

#dossiers{
  padding-right: 30px;
}
#dossiers ul{
  list-style: none;
}
#dossiers ul:not(.children) {
  padding-left: 0;
  margin-top: 30px;
}
#dossiers i {
  font-size: 16px;
  margin-right: 20px;
}
#new-post input {
  background: #f3eff3;
}
#new-post .control-label {
  font-size: 18px;
  padding: 20px 0;
  width: 100%;
}

#new-post input[type="file"]{
  display: block;
  padding: 15px;
  width: 100%;
}
#new-post {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 5%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  display:none;
  background: rgba(47,31,76,0.95) 
}
.bloc-upfile label {
  padding: 20px;
  background: #afdad2;
  font-size: 15px;
  margin-bottom: 0px;
  width: 150px;
}
#upfile-data {
  background: #f3eff3;
  padding: 20px;
  width: calc(100% - 150px);
  display: inline-block;
  top: -1px;
  margin-top: -25px;
  position: relative;
}
#new-post .container {
  background: white;
  width: 50%;
  padding: 4%;
}
#new-post .col-md-12 {
  margin-bottom: 25px;
}
.container.added h2 {
  margin-bottom: 40px;
}
.container.added p {
  font-size: 15px;
  margin-bottom: 50px;
  line-height: 26px;
}
.fichiers{
  border-top: 2px solid #f3eff3;
}
.single-file {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #f3eff3;
  align-items: center;
  padding: 10px 0;
}
.single-file p {
  width: calc(100% - 85px);
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
}
.single-file .actions {
  width: 21%;
  min-width: 85px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.extranet .preview, .extranet .download {
  padding: 12px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  transition: all 0.5s ease-out;
}
.ajouter-fichier{
  margin-bottom: 20px;
}
.extranet {
  font-family: "Open sans";
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.75px;
  font-weight: 100;
}
.extranet .categorie p {
  margin-bottom: 15px;
  font-weight: 100;
}
#extranet-content{
  padding: 45px 30px 0;
}
#extranet-content h3{
  margin-bottom: 0;
  width: calc(79% - 15px);
  line-height: 30px;
}
button:not(.preview):not(.download) i{
  margin-right: 10px;
}
time.comment-date {
    margin-left: 15px;
}
/* BREVES */

#breves p{
  font-size: 15px;
  line-height: 26px;
  font-weight: 100;
}
.metas {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  align-items: center;
}
.metas h3{
  margin-bottom: 0;
}
.terms span{
  padding: 5px 20px;
  display: inline-block;
  margin-left: 15px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #e0790b;
  color: #e0790b;
}
.terms span:first-child{
  margin-left: 0;
}
#comment{
  background: #f3eff3;
  height: 20rem;
}
p.logged-in-as {
    font-style: italic;
    letter-spacing: 0;
}
textarea:focus {
  box-shadow: none;
}
.comment .comment-title{
  display: none;
}
.comment .comment-name {
  font-weight: bold;
}
.comment .comment-date {
  font-weight: 100;
  font-size: 12px;
  font-style: italic;
}
p.comment-content {
    padding-top: 15px;
}
.comment .comment-item {
  padding: 20px 0;
  border-bottom: 2px solid white;
}
.comment-item:last-child {
    border: none;
}
.comment .comment-list{
  display: none;
}
.nb-comments {
  font-style: italic;
}
.comment .nb-comments::after {
  content: "\f107";
  font-family: 'Font Awesome 6 Free';
  font-weight: bold;
  margin-left: 10px;
}
.comment .open .nb-comments::after {
  content: "\f106";
}
.comment #respond {
  display: none;
  position: fixed;
  margin: 0 auto;
  left: 0;
  padding: 30px;
  background: white;
  top: 0;
  bottom: 10%;
  max-height: 500px;
  justify-content: center;
  transform: translate(calc(50vw - 50%), calc(50vh - 50%));
  min-width: 768px;
  z-index: 1;
}
#respond h2, #new-post h2{
  margin-bottom: 3rem;
}
#respond label {
    padding: 20px 0;
    font-size: 18px;
    letter-spacing: 1.8px
}
i.close-comment{
  border: none;
}
.required-field-message {
  display: block;
  font-size: 12px;
}
#breves .form-submit input, .close-comment, #annuler, #addPost {
  float: right;
  font-size: 15px;
  border-radius: 100px;
  padding: 5px 30px !important;
  line-height: 20px;
  margin-left: 10px;
  
}
.fa-solid.fa-rectangle-xmark.close-comment {
  top: 10px;
  position: absolute;
  right: 10px;
  font-size: 24px;
  color: #b34f30;
  z-index: 1;
}
.add-comment{
  display: none;
  width: 100%;
  border-radius: 100px;
}
#respond #submit {
  padding: 10px;
  border: none;
}
/* #breves hr{
  border-top: .2rem solid white;
  background-color: transparent;
} */
#breves .add-comment.display {
  display: block;
}
.single-breve {
  padding: 30px;
  background: #f3eff3;
  margin-bottom: 15px;
}
.comment-open::after {
  content: "";
  background: rgba(47,31,76,0.95);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
#breves button[type="button"]:hover {
  background: #e0790b;
}


/*LOGIN*/
#loginform input{
  background: #f3eff3;
}

/*HOVER*/
.cat-item a:hover{
  font-weight: bold;
  cursor: pointer;
}
.cat-item .fa-solid:hover {
    cursor: pointer;
    opacity: 0.7;
}
.actions button:hover {
    transform: scale(0.9);
    transition: all 0.5s ease-out;
}
i.close-comment:hover{
  background: none;
  cursor: pointer;
}
i.close-comment:hover:before{
  color: #140b24;
}