.blog_section {
    padding: 0px 0px 0px 0px;
    margin-bottom:90px;
    border-top : 1px dotted #fff;
}
.blog_section h1 {
    padding:20px 0px 20px 0px;
}
.blogMessage {
    padding-bottom:0px;
    padding-top:20px;
}
.blogMessage img{
    width:auto;
    max-width:100%;
}
.blog_post_infos {
    text-align: right;
}
.blog_post_infos .post_date_and_user{
    font-size:0.8rem;
}
.blog_header_post {
    min-height:200px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-color:rgba(4,139,154,1);

}

.blog_header_post .col-12 {
    background-color:rgba(4,139,154,0.6);
    margin-top:50px;
    margin-bottom:50px;



}
.blog_attachment_image.col-md-12,.blog_attachment_image.col-12  {
    width: 100%;
    height:400px;
    line-height: 750px;
}
.blog_attachment_image.col-md-6,.blog_attachment_image.col-6 {
    width: 100%;
    height:400px;
    line-height: 500px;
}
.blog_attachment_image.col-md-4,.blog_attachment_image.col-4 {
    width: 100%;
    height:350px;
    line-height: 350px;
}
.blog_attachment_image {
    background-size:cover;
    background-position: center center;
}
.blog_attachment_image {
    margin: 0px;
    padding: 0px;
    height: 400px;
    border: 1px solid #000;

}

.blog_attachment_image a {
    display:block;
    width:100%;
    height:100%;
    color:#fff;
    font-size:3rem;
    margin:auto;
    padding:0px;

}
.blog_attachment_image a p{
    display:none;
}
.blog_attachment_image a:hover p{
    display:block;
}

.blog_attachment_image a:hover {
    background-color:rgba(0,0,0,0.6);
}

.blog_section .flickr_album .row > div {
    height:200px;
}