html, body {
    background: #CFE7FF; 
    font-family: 'Delius', cursive;
    margin: 0 auto;
    width: 100%;
}

nav {
    color: #fff !important;
    background: #3399FF !important;
    border-top: 1px #fff solid !important;
    border-bottom: 1px #fff solid !important; 
    -webkit-box-shadow: 0 3px 8px -4px #444444; 
            box-shadow: 0 3px 8px -4px #444444; 
    margin: 25px auto;
    min-height: 56px;
}

nav a {
    color: #fff !important;
}

.navbar-toggler, .navbar-toggler.icon {
    background: #fff !important;
    border-color: #fff !important;
    color: #fff !important;
}

img.title {
    margin-left:5%;
    margin-top:25px;
}

@media only screen and (max-width: 450px) {
    img.title {
        margin-top: 25px;
        text-align: center;
        width: 300px;
    }
}

.btn {
    cursor: pointer !important;
}

.body-content {
    margin: 0 auto;
    width: 90%;
    margin-bottom: 25px;
}

.blague {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 8px -4px #444444; 
    margin: 0 0 20px 0;
    text-align: justify;
    -webkit-box-shadow: 0 3px 8px -4px #444444;
    -webkit-border-radius: 3px;
}

.blague-body .text {
    float: left;
    width: 66%;
}

.blague-body .text p {
    padding: 10px;
}

.blague-body .social {
    float: right;
    padding: 10px 10px 0 10px;
    text-align: center;
    width: 33%;
}

.blague-body .social .box-left {
    border: 1px solid #ddd;
}

.blague-body .social .box-right {
    border: 1px solid #ddd;
    border-left: none;
}

.blague-body .social .box-bottom-left {
    border: 1px solid #ddd;
    border-top: none;
}

.blague-body .social .box-bottom-right {
    border: 1px solid #ddd;
    /*border-left: none;*/
    border-top: none;
}

.blague-body .social .box {
    height: 70px;
}

.blague-body .social .box-bottom-left, 
.blague-body .social .box-bottom-right {
    height: 70px;
    line-height: 70px;
}

.blague-body .social .box-bottom-left a,
.blague-body .social .box-bottom-left a:after,
.blague-body .social .box-bottom-right a,
.blague-body .social .box-bottom-right a:after {
    display: block;
    text-decoration: none;
    color: #000;
}

.blague-body .social .box:hover {
    cursor: pointer;
    background: #eee;
}

.blague-body .social .voted {
    background: #eee;
}

.blague-footer {
    color: #545454;
    font-family: Arial;
    font-size: 12px;
    margin-left: 10px;
    padding-bottom: 5px;
}

.blague-footer a {
    color: #545454;
}

.blague-footer a:hover {
    color: #545454;
    text-decoration: none;
}

@media only screen and (max-width: 900px) {
    .blague-body .text,
    .blague-body .social {
        float: none;
        width: 100%;
    }
}

.pagination {
    margin-top: 10px;
    margin-bottom: 20px;
}

#categories {
    margin-top: 20px;
}

#categories ul, li {
    margin: 0;
    padding: 0;
}

#categories li {
    background: #fff;
    border-bottom: 1px solid #ddd;
    list-style-type: none;
    text-align: center;
}

#categories a {
    display: block;
    padding: 3px;
}

#categories a:hover {
    background: #3399FF;
    color: #fff;
    text-decoration: none;
}

#categories .selected a {
    background: #3399FF;
    color: #fff;
}

/*
**  LIGATURE
*/

@font-face {
    font-family: 'LigatureSymbols';
    font-style: normal;
    font-weight: normal;
    src: url('ligature/LigatureSymbols-2.11.eot');
    src: url('ligature/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
        url('ligature/LigatureSymbols-2.11.woff') format('woff'),
        url('ligature/LigatureSymbols-2.11.ttf') format('truetype'),
        url('ligature/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    src: url('ligature/LigatureSymbols-2.11.ttf') format('truetype');
}

.lsf, .lsf-icon:before {
    font-family: 'LigatureSymbols';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.lsf-icon:before {
    content:attr(title);
    display: inline;
    font-size:130%;
    margin-right:0.3em;
}

.lsf-icon.laugh:before {
    content: '\E07f';
}

.lsf-icon.frustrate:before {
    content: '\E052';
}

.lsf-icon.back:before {
    content: '\E00f';
}

.lsf-icon.next:before {
    content: '\E096';
}

/*
**  Bandeau App
*/

.getapp {
    background: #333;
    color: #fff;
    font-size: 1.2em;
}

.getapp img {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 90%;
}

.getapp p {
    margin-top: 20px;
}

.getapp a,
.getapp a:after {
    text-decoration: none;
    color: #fff;
}

@media (max-width: 574px) {
    .getapp p {
        text-align: center;
    }
}
