@font-face {
    font-family: 'Manrope';
    src: url('Manrope400.woff2')  format('woff2');
    font-style: normal;
    font-weight: 400;
    font-display: block;
}
@font-face {
    font-family: 'Manrope';
    src: url('Manrope700.woff2')  format('woff2');
    font-style: normal;
    font-weight: 700;
    font-display: block;
}
/* fc BOOTSTRAP EMULATOR */

* {
    box-sizing: border-box;
}
p {
    margin: 0 0 10px;
}
b, strong {
    font-weight: 700;
}
a {
    color: #337ab7;
    text-decoration: none;
}
img {
    vertical-align: middle;
    border: 0;
}
.container {
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-sm-3, .col-sm-9, .col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.img-responsive {
    width: 100%;
}
@media (min-width: 768px){
    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: 750px;
    }
    .col-sm-3 {
        width: 25%;
        float: left;
    }
    .col-sm-9 {
        width: 75%;
        float: left;
    }
    .col-sm-12 {
        width: 100%;
        float: left;
    }
}
@media (min-width: 992px){
    .container {
        width: 970px;
    }
}
@media (min-width:1200px){
    .container{
        width:1170px
    }
}

/* fc BOOTSTRAP END */

body{
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000;
}
p {
    text-align: justify;
}
ul {
    margin:0;
    padding:0;
}
a:focus, a:hover {
    text-decoration: underline;
    outline: none;
    color: #337ab7;
}
h1, h2, h3 {
    margin-bottom: 20px;
    margin-top: 12px;
    color: #1978a4;
    font-weight: 700;
}
h1 {
    font-size: 40px;
    line-height: 50px;
}
h2 {
    font-size: 32px;
    line-height: 42px;
}
h3 {
    font-size: 25px;
    line-height: 35px;
}
.h1bis {
    color: #019144;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
}
.logo-header {
    padding: 12px;
    margin-left: 0;
}
.entry-thumbnail{
    overflow:hidden;
}
.entry-content {
    color:#888;
}
.entry-content p:first-child:first-letter {
    font-size: 300%;
}
.entry-content a {
    color: unset;
    background-color: yellow;
}
.entry-content li {
    font-size: 18px;
    line-height: 28px;
    margin-left: 40px;
}
.entry-content li:last-child {
    margin-bottom: 12px ;
}
.sidebar-outer {
    position: relative;
}
.widget {
    margin-bottom:30px;
    margin-top: 24px;
}
.widget img {
    margin-bottom: 35px;
}
.widget .post-list {
    list-style: none;
}
.widget .post-list li {
    clear: both;
    padding:10px;
}
.widget .post-list .post {
    border-bottom:0;
    max-height:100px;
}
.widget .post-list .entry-header{
    float:left;
    width:50px;
    height:50px;
}
.widget .post-list .post-content{
    float:left;
    width: calc(100% - 50px);
    padding: 0 0 0 10px;
}
.widget .post-list a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}
.fixed {
    position: fixed;
}
.section-title {
    margin: 10px;
    font-size:24px;
    color:#525b6e;
    font-weight:700;
}
.miseajour {
    color: #aaa;
    font-weight: 400;
    font-size: 13px;
    transform: rotate(-90deg);
    transform-origin: bottom left;
    position: absolute;
    top: 270px;
    left: 15px;
}

@media (max-width: 767px) {
    .widget {
        overflow: initial;
        position: relative;
    }
    .col-sm-9, .row {
        padding: 0;
        margin: 0;
    }
}
