@charset "UTF-8";




/* CSS Document */

* {
    transition: all ease 500ms;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
p,
dl,
dt,
dd,
header,
section,
article,
footer,
body {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    list-style: none
}

a {
    color: none;
    text-decoration: none;
}

fieldset,
legend {
    border: none;
    margin: 0;
    padding: 0;
}

body {
    background: #e9ebee;
    font-family: "SF Optimized", system-ui, -apple-system, system-ui, ".SFNSText-Regular", sans-serif !important;
}

#fakeNav {
    height: 42px;
    background: #4267b2;
    border-bottom: 1px solid #2b4372;
    width: 100%;
}

article {
    color: #dddfe2;
    margin: auto;
    margin-top: 15px;
    background: white;
    width: 474px;
    padding: 13px;
    border-radius: 5px;
    border: solid 1px #dddfe2;
}

article header {
    display: block height:100px;
}

article header img {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
}

.profil {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.profil h2 {
    color: #365899;
    font-size: 14px !important;
    font-weight: bold;
}

article header div p {
    font-size: 12px;
    color: #616770;
}

article>div {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 19px;
    color: #1d2129;
}

article>span {
    font-family: "SF Optimized", system-ui, -apple-system, system-ui, ".SFNSText-Regular", sans-serif !important;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px !important;
    line-height: 19px !important;
    color: #1d2129 !important;
}

.editrue *,
.editrue p,
.editrue p span,
.editrue p *,
.editrue * p {
    font-family: "SF Optimized", system-ui, -apple-system, system-ui, ".SFNSText-Regular", sans-serif !important;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px !important;
    line-height: 19px !important;
    color: #1d2129 !important;
}

.editrue strong,
.editrue b,
.editrue strong *,
.editrue b *,
.editrue * strong,
.editrue * b span {
    color: #365899 !important;
    font-size: 14px !important;
    line-height: 19px !important;
    font-weight: normal;
    font-family: "SF Optimized", system-ui, -apple-system, system-ui, ".SFNSText-Regular", sans-serif !important;
}

.holder {
    position: relative;
    width: 470px;
    min-height: 200px;
    height: auto;
    margin: 0px auto;
    background: #5c7498;
    border: solid 1px #dddfe2;
}

.holder.hover {
    border: 10px dashed #0c0;
}

.holder img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.holder p {
    margin: 10px;
    font-size: 14px;
}

.holder label {
    position: absolute;
    display: block;
    opacity: 0;
    height: 100%;
    width: 50%;
    z-index: 20;
    cursor: pointer;
}

.holder label:hover {
    opacity: 1;
}

.newPost {
    background: rgba(255, 255, 255, 0.92) url("../img/newPic.png") no-repeat center;
}

.newPost:hover {
    background: rgba(255, 255, 255, 0.92) url("../img/newPic.png") no-repeat center;
    opacity: 1;
}

.newVideo {
    margin-left: 50%;
    background: rgba(255, 255, 255, 0.92) url("../img/newVideo.png") no-repeat center;
}

.newVideo:hover {
    margin-left: 50%;
    background: rgba(255, 255, 255, 0.92) url("../img/newVideo.png") no-repeat center;
    opacity: 1;
}

.video:after {
    position: relative;
    background: url("../img/video.png");
    background-size: cover;
    display: block;
    content: "";
    margin-top: -70px;
    z-index: 1;
    height: 70px;
}

.hidden {
    display: none !important;
}

article footer {
    display: block;
    background: url("../img/footerfb.png");
    height: 66px;
    width: 476px;
}

input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}