body {
    background-color: #000000;
    color: #ABA000;
    padding-top: 60px;
    padding-bottom: 40px;
}

/* le sidebar */
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

#sidebar-nav {
    padding: 0px;
}

#sidebar-nav .nav li a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
}

#sidebar-nav .active a,
.dropdown-menu .active a {
    background-color: #999999;
}

#sidebar-nav .nav {
    padding-top: 10px;
    padding-bottom: 10px;
}

#sidebar-nav .nav .nav-header {
    padding-top: 8px;
    padding-left: 12px;
}

#sidebar-cell {
    padding-left: 0px;
}

@media screen
and (max-width: 767px) {
    #sidebar-cell {
        display: none;
    }
    #content-cell {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* le page du home */

#home-cell {
    padding-left: 0px;
    padding-right: 0px;
}

#home-jumbo {
    color: #333333;
}

#home-jumbo h1 {
    margin-top: 0px;
}

/* le google plus */
.googleplus-post-widget {
    float: left;
    width: 502px;
}

.widget-prev, .widget-next {
    width: 31px;
    height: 400px;
}

.widget-prev .glyphicon, .widget-next .glyphicon {
    margin-top: 172px;
    font-size: 16pt;
}

.widget-prev a:hover, .widget-next a:hover {
    color: #ffffff;
}

.guser, .gpost {
    position: relative;
    width: 300px;
    min-height: 377px;
}

.guser .spinner, .gpost .spinner {
    z-index: 0;
    display: block;
    margin: 0px auto;
    width: 72px;
    height: 72px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -36px;
}

.gcontainer {
    position: relative;
    z-index: 1;
}

.googleplus-carousel {
    width: 560px;
}

.googleplus-carousel .carousel-control {
    width: 50px;
}

.googleplus-carousel .item {
    margin-left: 60px;
    width: 440px;
}

.googleplus-carousel .item .gpost,
.googleplus-carousel .item .guser {
    margin: 0 auto;
}

.googleplus-carousel .carousel-control .glyphicon {
    top: 199px;
}

.googleplus-carousel .carousel-inner {
    top: 20px;
}

.googleplus-carousel .carousel-indicators {
    top: 0px;
    height: 20px;
}

.gpost {
    width: 440px;
    min-height: 377px;
    float: left;
    margin-right: 5px;
}

/* le twitter */

.twitter-container {
    font-size: 14pt;
    width: 500px;
    height: 100%;
    background: #ffffff;
    border-radius: 5px;
}

.twitter-container a.twitter-timeline {
    color: #999999;
    display: block;
    width: 200px;
    height: 25px;
    margin: 0 auto;
    padding-top: 225px;
    text-align: center;
}

/* le tumblr */

.blueimp-gallery-controls .prev, .blueimp-gallery-controls .next {
    border: none;
    background-color: transparent;
    height: 30px;
    width: 30px;
    font-size: 30px;
}

.blueimp-gallery-controls .close {
    line-height: 23px;
}

.blueimp-gallery-controls .title {
    height: 30px;
    width: 100%;
    padding-right: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blueimp-gallery .slide .slide-content {
    padding-top: 50px;
    padding-bottom: 35px;
}

.blueimp-gallery .photoset-image {
    height: 50%;
}

.blueimp-gallery > .slides > .slide > .text-content,
.blueimp-gallery > .slides > .slide > .tumblr-site-content {
    overflow: auto;
    margin: 60px auto;
    padding: 0 60px;
    max-width: 920px;
    text-align: left;
}

.blueimp-gallery > .slides > .slide > .tumblr-audio-content {
    width: 500px;
    height: 200px;
    padding: 0px;
}

.blueimp-gallery > .slides > .slide > .tumblr-audio-content > iframe {
    background-color: white;
}

.tumblr-audio > img {
    height: 200px;
    width: auto;
}

.tumblr-photoset {
    display: inline-block;
    position: relative;
    height: 200px;
}

.tumblr-photo {
    display: inline-block;
    background-repeat: no-repeat;
}

.tumblr-photoset > .tumblr-photoset-photo {
    background-color: #000000 !important;
    background-position: right top;
    position: absolute;
    top: 0px;
    transition: z-index 1s ease 1s, left 1s ease 1s, width 1s ease 1s;
}

.tumblr-photo-shadow {
    position: absolute;
    top: 0px;
    right: -20px;
    width: 20px;
    height: 100%;
    background: linear-gradient(to right, #222, transparent);
    pointer-events: none;
    /* transition: visibility 1s ease 1s; */
}

#links > a > img {
     vertical-align: top;
}

.tumblr-site {
    background-image: url('/img/sfc-tumblr/background-small.jpg');
    display: inline-block;
    height: 200px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 150px;
}

.tumblr-site img {
    border-radius: 3px;
}

.tumblr-site span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: rgb(244, 155, 90);
    font-weight: bold;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    pointer-events: none;
}

.tumblr-site-content {
    background-image: url('/img/sfc-tumblr/background.jpg');
    background-position: top center;
    max-width: 650px;
    padding: 10px !important;
}

.tumblr-site-content #profile {
    background-color: #fff;
    border-radius: 3px;
    float: left;
    padding: 20px 17px;
    width: 280px;
}

.tumblr-site-content .avatar {
    border-radius: 3px;
    height: 246px;
    width: 246px;
}

.tumblr-site-content h1 {
    color: rgb(52,52,52);
    font-family: Glegoo, serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2em;
    margin-top: 14.75px;
    margin-bottom: 14.75px;
}

.tumblr-site-content #description {
    color: rgb(83,83,83);
    font-family: 'Droid Sans', sans-serif;
    font-size: 12px;
    line-height: 1.2em;
}

.tumblr-site-content #sfc-links {
    background-color: #fff;
    border-radius: 3px;
    color: rgb(52,52,52);
    font-family: Glegoo;
    margin-left: 290px;
    padding: 20px; 17px;
}

.tumblr-site-content #tumblr-follow {
    float: right;
}

.spinner {
   -webkit-animation: rotation 3s infinite linear;
   -moz-animation: rotation 3s infinite linear;
   -o-animation: rotation 3s infinite linear;
   animation: rotation 3s infinite linear;
}

@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}

@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}

@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}

@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}
