@media only screen and (min-width: 800px) {
    .sidebarlogo {
        border-top-left-radius: 10%;
        border-top-right-radius: 10%;
        height: 170px;
        background-repeat: no-repeat;
        background-size: 90%;
        margin-top: -120px;
        background-image: url('../jacobsFoundationTransparent.png');
        background-color: #40ABFB;
        background-position: center;
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
}

a.btn.btn-xs.primary-button {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    height: 25px;
}

.article.col-md-6 {
    padding: 0 0.5em;
}

.card {
    background: #FFF;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 3px solid #BBB;
    padding: 0px;
    margin-top: 5em;
    overflow: hidden;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-family: 'Roboto', sans-serif;
    -webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-body {
    margin: 1em;
    height: 185px;
}

.card-header {
    height: 80px;
    width: 100%;
    color: #2196F3;
    border-bottom: 3px solid #BBB;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-family: 'Roboto', sans-serif;
    padding: 0px;
    margin-top: 0px;
    overflow: hidden;
    -webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-header-blue {
    height: 80px;
    background-color: #2196F3;
    color: #FFFFFF;
    border-bottom: 3px solid #BBB;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-family: 'Roboto', sans-serif;
    padding: 0px;
    margin-top: 0px;
    overflow: hidden;
    -webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-header-red {
    height: 80px;
    background-color: #F44336;
    color: #FFFFFF;
    border-bottom: 3px solid #BBB;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-family: 'Roboto', sans-serif;
    padding: 0px;
    margin-top: 0px;
    overflow: hidden;
    -webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-header-grey {
    height: 80px;
    background-color: #424242;
    color: #FFFFFF;
    border-bottom: 3px solid #BBB;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-family: 'Roboto', sans-serif;
    padding: 0px;
    margin-top: 0px;
    overflow: hidden;
    -webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-header-orange {
    height: 80px;
    background-color: #E65100;
    color: #FFFFFF;
    border-bottom: 3px solid #BBB;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-family: 'Roboto', sans-serif;
    padding: 0px;
    margin-top: 0px;
    overflow: hidden;
    -webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-header-pink {
    height: 80px;
    background-color: #E91E63;
    color: #FFFFFF;
    border-bottom: 3px solid #BBB;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-family: 'Roboto', sans-serif;
    padding: 0px;
    margin-top: 0px;
    overflow: hidden;
    -webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-heading {
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 24px;
    margin-left: 1em;
    border-bottom: 1px #2196F3;
    color: #fff;
}

.card-heading a {
    color: #ffffff;
}

.card-footer {
    border-top: 1px solid #000;
}

.card-action-pink {
    color: #E91E63;
}

.card-action-red {
    color: #F44336;
}

.card-action-grey {
    color: #424242;
}

.card-action-pink {
    color: #E91E63;
}

.card-action-orange {
    color: #E65100;
}

img.partners.img-circle {
    height: 150px;
    border-radius: 10%;
}

.img-fill {
    max-height: 100%;
    max-width: 100% display;
    margin: 1em;
}

.card-image {
    overflow: hidden;
    position: relative;
    margin-bottom: 1em;
}

.card-image:first-child {
    border-radius: 2px 2px 0 0;
}

.card-image:last-child {
    border-radius: 0 0 2px 2px;
}

.card-image img {
    display: block;
    height: auto;
    width: 100%;
}

.card-image-text {
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    padding: 12px 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.nav-tabs {
    padding: 0 1em;
}

.pull-left {
    float: left;
}

.pull-none {
    float: none !important;
}

.pull-right {
    float: right;
}

.thumbnail {
    height: 450px;
    border-radius: 0;
    padding: 0;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.thumbnail .caption {
    height: 250px;
}

.thumbnail .caption h3 {
    padding: 0.5em;
}

.thumbnail .caption p {
    font-size: small;
    margin: 1em 0;
}

.thumbnail-cover {
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
}

ul.nav-pills.pull-left.post-meta {
    padding: 0.5em;
}

.cards {
    margin-top: 30px;
}

.cards .card-cours {
    margin-bottom: 16px;
}

.cards .card-cours h3 {
    margin-bottom: 8px;
    margin-top: 8px;
}

.cards .card-cours p {
    margin-top: 8px;
}

.cours-sub-title,
.cours-sub-title a {
    font-size: 12px;
    color: #888;
}

.cours-sub-title span {
    margin-right: 4px;
}

.cours-sub-title i {
    color: #999999b8;
    margin-right: 4px;
}

.card-cours {
    border: 1px solid #eee;
    padding: 12px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.card-cours:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.home-cat {
    margin-bottom: 9px;
    margin-top: 9px;
}

.home-cat p {
    color: #218acb;
    font-size: 12px;
}

.home-cat h3 {
    font-weight: 600;
    font-size: 14px
}

.sposor {
    margin-bottom: 50px;
}

.main-content {
    margin-bottom: 40px;
}