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

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

.project-single{min-height: 140px;}
.project-single.min{min-height: 0px;margin-bottom: 10px;}
.project-single .container-banner{position: relative;}
.project-single .container-banner .title{position:absolute;bottom: 20px;font-size: 28px;padding: 15px;color:#fff;text-align: center;width: 100%;background: rgba(0, 0, 0, 0.3);}
.project-single .item{display: inline-block;vertical-align: top;}
.project-single .item.image{width:18%;margin-right: 2%;text-align: center;}
.project-single .item.image img{width: auto;max-height: 200px;border:none;}
.project-single .item.details{width:80%;padding-left: 10px;}
.project-single .item.details .presentation{min-height: 50px;max-height: 100px;overflow: auto;margin-bottom: 10px;font-size:14px;}
.glob-single-devlog .project-single .item.details .presentation{max-height: none;}
.project-single .presentation p{margin-bottom: 10px;}
.project-single .item.details .metas{font-size: 12px;color:#888;border-bottom: 1px dotted #888;}
.project-single .item.details .metas a{color:#888;}
.project-single .item.details .metas .meta-item{margin-right: 15px;}
.project-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;}

.container-project-fame .container-title-tabs{margin-bottom: 15px;}
.container-project-fame .container-title-tabs .title-tab{display: inline-block; width: 50%;padding: 5px;text-align: center;color:#fff;cursor: pointer;background: #ccc;border-bottom: 1px solid #999;margin-top:-1px;}
.container-project-fame .container-title-tabs .title-tab.active{background: #009933;padding-top:8px;border:1px solid #000;border-bottom: 1px solid #009933;margin-top:0;}
.container-project-fame .container-title-tabs .title-tab:hover{padding-top: 8px;}

.container-project-fame .container-content .content{display:none;}
.container-project-fame .container-content .content.active{display:block;}

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