/* FONTS */
@font-face {
    font-family: 'mont_saint_michelitalic';
    src: url('../lib/fonts/mont_saint_michel-italic-webfont.eot');
    src: url('../lib/fonts/mont_saint_michel-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../lib/fonts/mont_saint_michel-italic-webfont.woff') format('woff'),
    url('../lib/fonts/mont_saint_michel-italic-webfont.ttf') format('truetype'),
    url('../lib/fonts/mont_saint_michel-italic-webfont.svg#mont_saint_michelitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mont_saint_michelregular';
    src: url('../lib/fonts/mont_saint_michel-regular-webfont.eot');
    src: url('../lib/fonts/mont_saint_michel-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../lib/fonts/mont_saint_michel-regular-webfont.woff') format('woff'),
    url('../lib/fonts/mont_saint_michel-regular-webfont.ttf') format('truetype'),
    url('../lib/fonts/mont_saint_michel-regular-webfont.svg#mont_saint_michelregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* HOME CONTENT */
.home-content {
    color: #666;
    margin: 15px auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
}

.home-content a{
    text-decoration: underline;
}

/* INFOS CONTENT */
.infos-content{
    background-color: #0178a7;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.infos-content a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

/* ARTICLE CONTENT */
.article-content {
    padding: 15px 15px 30px 15px;
    background: #fff;
    color: #666;
}

.article-content h3 {
    border-top: 1px solid #e1d48c;
    padding-top: 15px;
}

.article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
    font-family: mont_saint_michelregular, Arial, Helvetica, sans-serif;
}

.article-content .search-result-line{
    padding-bottom: 20px;
}
.article-content .search-result-line:hover{
    background-color: #D5E2FF;
    cursor: pointer;
}

.article-content .search-result-line h3{
    margin-top: 0;
}

.article-content .search-result:first-child .search-result-line h3{
    border-top:none;
}
.article-content img {
    max-width: 100%;
    max-height: 100%;
}
.article-content img.iconArticle {
    width: 40px;
    margin-top: -6px;
}
.article-content p.photo {
    text-align: center;
}
.article-content p.photo img {
    padding: 15px;
    background-color: white;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}
/* BLUE BLOCK */
.article-content .frame-primary {
    background-color: #9ec9e1;
    padding: 0 1em .8em 1em;
    color: #004568;
    border-radius: 4px;
}

.article-content .frame-primary h1, .article-content .frame-primary h2, .article-content .frame-primary h3, .article-content .frame-primary h4 {
    border: none;
    color: #fff;
}

.article-content .frame-primary a {
    color: #004568;
}

.article-content .frame-primary a:hover {
    color: #fff;
}

/* FRAME SPLIT */
.article-content .frame-split {
    display: table;
    width: 100%;
}

.article-content .frame-split > div{
    vertical-align: middle;
}

.article-content .frame-split .frame-split-text{
    text-align: justify;
}

.article-content .frame-split .frame-split-image{
    text-align: center;
}

.article-content .frame-split .frame-split-image + .frame-split-text,
.article-content .frame-split .frame-split-text + .frame-split-image{
    padding-left: 10px;
}

.editor.article-content .frame-split{
    border-style: dotted;
    border-width: 2px;
}

.editor.article-content .frame-split > div:first-child{
    border-style: dotted;
    border-width: 0 2px 0 0;
    margin-right: -1px;
}

.editor.article-content .frame-split > div:last-child{
    border-style: dotted;
    border-width: 0 0 0 2px;
    margin-left: -1px;
}

.editor.article-content .frame-split .frame-split-image img{
    margin-right: 10px;
}


/* SIDE BAR */
.sidebar{
    color: #666;
}
.sidebar ul, .sidebar ol {
    list-style-type: none;
    padding-left: 0;
}

.sidebar li a {
    display: block;
    padding: 1em 15px;
    color: #fff;
    text-decoration: none;
}

.sidebar li.sidebar-primary a {
    background: #4b565e;
    border-bottom: 1px solid #4b565e;
    border-top: 1px solid #4b565e;
}

.sidebar li.sidebar-secondary a {
    background: #0178a7;
    border-bottom: 1px solid #004568;
    border-top: 1px solid #5e9fc5;
}

.sidebar li.sidebar-primary a:hover, .sidebar li.sidebar-primary a:focus, .sidebar li.sidebar-secondary a:hover, .sidebar li.sidebar-secondary a:focus {
    background: #fff;
    color: #0178a7;
}
