hr {
    border-color: #999999;
}

/** Select2 */

span.select2.select2-container.select2-container--krajee {
	width: 100%;
}

/** Dashboard View */

.yii2articles-admin-menu {
	padding: 0 0 25px 0;
}

.yii2articles-admin-menu .btn-default {
	background-color: #3c8dbc;
	border-color: #eee;
	color: #fff;
}

.yii2articles-admin-menu .btn-default:hover {
    background-color: #00a65a;
    border-color: #008d4c;
}

/** Category Form*/

div.separator {
	margin-top: 10px;
}

p.bg-info {
	padding: 15px;
}

div#params h4 {
	background-color: #5CB85C;
	color: #FFFFFF!important;
	margin: 0 0 15px;
	padding: 7px;
	text-align: center;
}

/** Categories View */

.page-header {
    margin: 25px 0 20px;
}

.page-header h1 {
    text-align: center;
}

.category-image {
    text-align: center;
}

/** Categories View - Blog */

.blog .blog-post {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.blog .blog-post::after {
    clear: both;
}

.blog .blog-post .post-thumb {
    text-align: center;
}

.blog .blog-post .post-thumb a {
    display: block;
    position: relative;
}

.blog .blog-post .post-thumb a img {
    display: block;
    height: auto;
	width: 100%;
	object-fit: contain;
	display: block;
	
}

@media(max-width:1000px) {
    .blog .blog-post .post-thumb a img {
		aspect-ratio: 16 / 9; /* pour une image 1920x1080 */
	}
}

.blog .blog-post .post-thumb a::after {
    background: rgba(48, 54, 65, 0.5) none repeat scroll 0 0 padding-box;
    border-radius: 4px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s ease 0s;
    z-index: 5;
}

.blog .blog-post .post-thumb a:hover::after {
    opacity: 1;
}

.blog .blog-post .post-details {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.blog .blog-post .post-details h2 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px;
    transition: all 350ms;
}

.blog .blog-post .post-details div.article-introtext:before {
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    content: '\2014 \00A0';
    display: block;
    filter: alpha(opacity=50);
    line-height: 1;
    margin-bottom: 5px;
    opacity: 0.5;
    zoom: 1;
}

.blog .blog-post .post-details .post-meta {
    margin-bottom: 10px;
}

.blog .blog-post .post-details .post-meta .meta-info {
    display: inline-block;
    color: #999999;
    font-size: 12px;
}

.blog .blog-post .post-details .post-meta .meta-info i {
    margin-right: 5px;
}

.blog .blog-post .post-details .post-meta .meta-info + .meta-info {
    margin-left: 15px;
}

.blog .blog-post .post-details .post-meta .meta-info + .meta-info::before {
    background: #f2f2f2 none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 12px;
    margin-right: 10px;
    width: 1px;
}

/** Categories View - Portfolio */

.isotope {
    transition-property: height, width;
}

.isotope, .isotope .isotope-item {
    transition-duration: 0.8s;
}

.isotope .isotope-item {
    transition-property: transform, opacity;
}

.isotope, .isotope .isotope-item {
    transition-duration: 0.8s;
}

.isotope-item {
    z-index: 2;
}

.portfolio #portfolio-items {
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
    padding-bottom: 15px;
}
.portfolio .portfolio-item {
    margin: 10px 5px;
}

.portfolio .portfolio-item h2 {
    display: block;
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.portfolio .portfolio-item .image::after {
    background: rgba(48, 54, 65, 0.5) none repeat scroll 0 0 padding-box;
    border-radius: 4px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s ease 0s;
    z-index: 5;
}

.portfolio .portfolio-item .image {
    display: block;
    margin: 15px 0;
    overflow: hidden;
    position: relative;
}

.portfolio .portfolio-item .image:hover::after {
    opacity: 1;
}

.portfolio .portfolio-item .image img {
    display: block;
    height: auto;
    max-height: 220px;
    max-width: 100%;
    width: 100%;
}

/** Item Form */

.items-form .file-input .btn .glyphicon {
	margin-right: 6px;
}

/** Mobile */

@media screen and (max-width: 767px)
{
    section.blog .blog-post .post-thumb {
        margin-bottom: 30px;
        width: 100%;
    }
}
