article.devlog{margin-bottom: 0;padding: 10px;}
article.devlog:nth-child(even) {background: #ececec;}

h1.entry-title{color:#fff;}
.entry-content.new-devlog{margin-bottom: 25px;}

.dev-log-single{min-height: 140px;}
.dev-log-single .item{display: inline-block;vertical-align: top;}
.dev-log-single .item.image{width:18%;margin-right: 2%;text-align: center;}
.dev-log-single .item.image img{width: auto;max-height: 200px;border:none;}
.dev-log-single .item.details{width:80%;padding-left: 10px;}
.dev-log-single .item.details .presentation{min-height: 50px;/*max-height: 100px;*/overflow: auto;margin-bottom: 10px;font-size:14px;}
.glob-single-devlog .dev-log-single .item.details .presentation{max-height: none;}
.dev-log-single .presentation p{margin-bottom: 10px;}
.dev-log-single .item.details .metas{font-size: 12px;color:#888;border-bottom: 1px dotted #888;}
.dev-log-single .item.details .metas a{color:#888;}
.dev-log-single .item.details .metas .meta-item{margin-right: 15px;}
.dev-log-single .item.details .metas .meta-item .fa{margin-right: 5px;}

img.single-picto-devlog{width: 20px;height: 20px;vertical-align: middle;margin-right: 5px;}
img.single-btn-devlog{width: 100px;height: 100px;vertical-align: middle;margin-right: 15px;margin-top:15px;}

.btn-link-devlog{display: inline-block;padding: 15px;text-align: center;background: #FF7654;color:#fff;margin: 10px;border-radius: 5px;text-decoration: none;}

@media screen and (max-width: 767px) {
    .dev-log-single .single-atelier{overflow:auto;}
    .dev-log-single .item.image{width:30%;margin-right: 5%;}
    .dev-log-single .item.details{width:65%;}
    .dev-log-single .item.image{text-align: center;}
    .dev-log-single .item.image img{max-height: none;}
    .dev-log-single .item.details .presentation{max-height: none;}
}