body {
  background:#333;
  font-family: lato, Arial, sans-serif;
}
#minor-container a{color:#ddd;}
#minor-container a.text-error{color:#B94A48;}

li.feed:hover {
  background-color: #555;
}
.current-feed,  .current-folder > h5{
  background-color: #555;
}
li.folder > h5:hover{
  background-color: #555;
}


.item-link {
  float: left;
}

/*ajouts*/

.current .item {
max-width: 630px;
}
.current .item * {
max-width: 630px;
font-size:1.1rem;
}
.current .item img {
  max-width: 100%;
}
/*pour collossal*/
.wp-caption{
width:100% !important;
}

.item-title .item-mark-as{
  float:right;
}
figure{
max-width:100% !important; 
margin:0;
}


.item-info-author{
  float: left;
white-space: nowrap;
}


.item-via{
color:indianred ;
    font-weight: bold;
}
.item-link{color:cornflowerblue;}

.item-expanded {background-color:#eee;}
.current {background-color:#333;}
.current .item{background-color:#eee;}
.current .label{
padding: 10px !important;
display: block;
float: left;
margin: 9px 9px 9px auto;;
font-size:17px;}
.item-link{font-size:1.2rem}

iframe {
    width: 100%;
}

/*menu caché 
html, body, .full-height {
overflow: unset;
}
.item-title.is-visible{
position: fixed;
top: 0;
background: #fff;
width: 95%;
}
.item-title.is-visible .item-link{
display:none;
}
#minor-container{
position:fixed;
overflow:auto;
}
@media (max-width: 767px) {
#minor-container{
position: initial;
overflow: unset;
}*/
}



/* test pour avoir un menu de liste de flux caché
@media (max-width: 767px) {

#minor-container::before{
content:"<input type='checkbox' id='menu-mobile' role'button'>";
}
#minor-container{
position: absolute;
    top: 0;
background: #333;
}
}
*/

