/* CKEDITOR */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,300italic,400italic,600italic,700italic&subset=latin,cyrillic");
@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic");
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('fonts/glyphicons-halflings-regular.eot');
    src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.badge {
    display: inline-block;
    text-align: left;
    padding: 8px 16px 8px 16px;
    min-width: 10px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 1.4em;
    white-space: normal;
    vertical-align: middle;
    color: #fff;
    background-color: #8c183f;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-right: 20px;
}

.badge:before {
    content: "\f1c1";
    position: relative;
    top: 0px;
    left: 0px;
    font: normal normal normal 19px/1 FontAwesome;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 12px;
}

a.badge{
    text-decoration: none;
    font-weight: 700;
}

a.badge:hover {
    background-color: #999;
}

.badge-bleu {
    display: inline-block;
    padding: 4px 16px 4px 16px;
    min-width: 10px;
    border-radius: 20px;
    font-size: 16px;
    white-space: normal;
    vertical-align: middle;
    color: #fff;
    background-color: #00adcd;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-right: 20px;
}

.badge-bleu:before {
    content: "\f0c1";
    position: relative;
    top: 2px;
    left: 0px;
    font: normal normal normal 19px/1 FontAwesome;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 12px;
}

a.badge-bleu {
    text-decoration: none;
}

a.badge-bleu:hover {
    background-color: #999;
    color: #fff;
}

.image-responsive {
    display: block;
    width: 740px !important;
    max-width: 100% !important;
    height: auto !important;
}
