/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 27 juin 2017, 15:06:32
    Author     : Fabrice Petit Développemennt
*/
.news-feed p > a {
    color: #00a958;
    display: inline;
    font-size: 14px;
    padding: 0;
}
#trombinoscope .trombi-membre {
    min-height: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
}
h3 small {
    font-size: 18px;
}
.tags li a {
    background: #00a958 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-family: open sans;
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    text-transform: capitalize;
}
#trombinoscope .trombi-membre img {
    float: left;
    margin-right: 30px;
    max-width: 200px;
    box-shadow:#878787 0 0 2px;
}
#trombinoscope .trombi-membre.right img {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}
#trombinoscope .trombi-membre p {
    color: #878787;
}
.news-wrapper ul.pagination {
    padding-left: 0;
}
#updates-home {
    position: relative;
}
#updates-home .news-feed {
    min-height: 120px;
}
.latest-post.detail p {
    color: #878787;
}
.copyright {
    float: left;
    font-size: 16px;
    margin-top: 60px;
}
#updates .news-feed {
    min-height: 120px;
}
#updates .news-feed.style-news {
    min-height: 220px;
}
.blog-post .text {
    color: #ffffff;
    font-size: 13px;
    height: 0;
    overflow: hidden;
    text-transform: none;
    transition: all 0.3s ease-in 0s;
}
.blog-post:hover .text {
    height: 55px;
}
.blog-post .hover ul::before {
    content: '';
}
.news-feed .description, .latest-post .description {
    color: #878787;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}
.news-feed:not(.style-news) .description {
    overflow-y: hidden;
    padding-left: 10px;
    height: 50px;
}
.news-wrapper .news-feed:not(.style-news) .description {
    padding-left: 30px;
}
.news-wrapper h2, .news-wrapper ul {
    padding-left: 185px;
}
.news-feed.style-news .description {
    font-size: 15px;
    padding-left: 385px;
    text-align: justify;
}
.latest-post.details p,
#trombinoscope p,
.info-contact,
footer p,
#artists p
{
    text-align: justify;
}
footer p {
    color: #878787;
    font-family: roboto;
    font-size: 13px;
}
.latest-post .description {
    color: #878787;
    font-size: 13px;
    padding-left: 110px;
}
.captcha img {
    margin-bottom: 15px;
    margin-top: 15px;
}
#contact input, #contact textarea {
    background: #171717 none repeat scroll 0 0;
    border: 1px solid #202020;
    width: 100%;
}
#contact .info-contact {
    font-size: 14px;
}
#contact button {
    background: #1f1f1f none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    font-family: oswald;
    font-size: 14px;
    margin-top: 20px;
    padding: 15px 56px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
footer .social {
    margin-top: 40px;
}
footer .social li a {
    color:#FFF;
    display:block;
    font-size:25px;
    line-height:29px;
    text-align:center;
    text-decoration:none;
    padding: 5px;
    width: 40px;
    height: 40px;
}
.slider-nav {
    z-index: 9;
}
.news-feed p, .latest-post p {
    font-size: 14px;
}
footer .container {
    padding-bottom: 40px;
}
footer a.btn, .fos_user_user_show a.btn {
    background: #1f1f1f none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    font-family: "Oswald",sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding: 9px 17px;
    text-decoration: none;
    text-transform: uppercase;
}
.navbar-nav > li > a {
    font-family: 'OswaldLight', sans-serif;
}
footer .social-feed-container.facebook p {
    font-size:15px;
    margin:0 0 20px;
    width:100%;
    text-align: justify;
}
footer .social-feed-container.facebook li {
    display: block;
    width: 100%;
}
.photo-gallery .photo-item.video .fa-video-camera {
    border:2px solid #FFFFFF;
    border-radius:12px;
    box-shadow:#000000 0 0 5px;
    color:#FFFFFF;
    display:block;
    font-size:26px;
    height:60px;
    left:50%;
    line-height:57px;
    margin-left:-30px;
    margin-top:-30px;
    padding-left:5px;
    position:absolute !important;
    text-align:center;
    text-decoration:none;
    text-shadow:#000000 0 0 5px;
    top:50%;
    width:60px;
}
footer .social-feed-container.facebook li hr {
    border-left: none;
    border-right: none;
    border-top-color: #00A958;
    border-top-width: 2px;
    text-align: center;
    width: 40px;
}
footer .social-feed-container.facebook {
    max-height:180px;
    overflow-x:hidden;
    overflow-y:scroll;
    padding-right: 10px;
}
.fos_user_user_show ul {
    margin-left: 0;
    margin-bottom: 20px;
}
.fos_user_user_show li {
    font-size: 16px;
    line-height: 40px;
}
#blog .img-inner-blog {
    width: 200px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    display: block;
    min-height: 300px;
    box-shadow:#878787 0 0 2px;
}
.news-feed-btn > .pagination > li.active span {
    background-color: #222222;
}
.news-feed-btn > .pagination {
    border-top: 1px solid #171717;
    margin-top: 30px;
    text-align: center;
}
.news-feed-btn > .pagination > li > a, .news-feed-btn > .pagination > li > span {
    padding: 5px 10px !important;
    background: #171717;
    color: #8b8b8b;
    text-decoration: none;
    font-size: 13px;
    font-family: oswald;
    font-weight: bold;
    border-radius: 2px !important;
    border: none !important;
}
.news-feed-btn > .pagination > li > a:focus {
    color: #8b8b8b;
    background: #171717;
}
.news-feed-btn > .pagination > li > a:hover {
    background: #00A958;
    color: #FFF;
    border: none;
}
.news-feed-btn > .pagination > li {
    display: inline-block;
    padding-right: 8px;
}
.news-feed-btn > .pagination {
    padding-top: 20px;
}
#page-loader {
    background-color:#0C0E12;
    height:100%;
    position:fixed;
    width:100%;
    z-index:9999999;
}
#page-loader .content {
    width: 100%;
    position: fixed;
    top: 50%;
    margin-top: -50px;
}
#modal-success .modal-header {
    background-color: #3c763d;
    color: #fff;
}
#modal-error .modal-header {
    background-color: #a94442;
    color: #fff;
}
.spin-loader {
    animation:spin 1s linear infinite;
    border-color:#00A958 #FFF #FFF;
    border-radius:50%;
    border-style:solid;
    border-width:5px;
    height:50px;
    width:50px;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    margin-bottom: 20px;
}
.loader-news p {
    padding-left: 0;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#contact input[type=checkbox] {
    margin-top: 25px;
    width: auto;
    display: inline-block;
}
@media(max-width: 980px) {
    .news-feed.style-news .description {
        padding-left: 0;
    }
}
