@font-face {
    font-family: 'd-dinregular';
    src: url("fonts/ddin-webfont.4601c0e3e9c8.woff2") format('woff2'),
         url("fonts/ddin-webfont.e555177f30fd.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'd-dindin-bold';
    src: url("fonts/ddin-bold-webfont.c20b7e097679.woff2") format('woff2'),
         url("fonts/ddin-bold-webfont.82872a4d17de.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'd-din_condensedregular';
    src: url("fonts/ddin-condensed-webfont.8b107071441c.woff2") format('woff2'),
         url("fonts/ddin-condensed-webfont.1a43c896325f.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'd-din_condenseddinCnBd';
    src: url("fonts/ddin-condensed-bold-webfont.1ad14d3d8daa.woff2") format('woff2'),
         url("fonts/ddin-condensed-bold-webfont.672f390c5f64.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'd-dindin-italic';
    src: url("fonts/ddin--italic-webfont.eb913332852f.woff2") format('woff2'),
         url("fonts/ddin--italic-webfont.4089a11ffbca.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}


* {
    box-sizing: border-box;
}
a {text-decoration: none}
a:focus {outline-width: 0; text-decoration: underline}
li{
    list-style: none;
}

body, html {
    font-family: Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0;
    position: relative;
    height: 100%;
}

.uppercase{
    text-transform: uppercase;
}

.left{
    float: left;
}

.lighter{
    font-weight: lighter;
        font-family: 'd-dinregular';
}


/* Style the header */
header {
    position: absolute;
    height: 70px;
    width: 100%;
    background: #282828;
    padding: 10px;
/*    text-align: center;*/
    font-size: 15px;
    color: white;
    box-sizing: border-box;
}

header .menu{
    width: 60%;
    margin: 0 auto;
}

header ul li{
    float: left;
    line-height: 50px;
    text-transform: uppercase;
}

header ul li a.active{
    color: white;
}

header li:last-child{
    margin-left: 20px;
}

header .user--info {
    position: absolute;
    right: 5em;
    top: 1em;
    text-align: center;
}

* {
    line-height: 1.5em;
}

header a {
    color: #C99A22;
}

header a:hover {
    color: #969696;
}

.link-button {
    display: inline;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    font: inherit;
    cursor: pointer;
    color: #C99A22;
}

.link-button:hover {
    color: #969696;
}

section {
    display: table;
    width: 100%;
    height: 100%;
    padding: 70px 0 70px 0;
    margin: 0;
}

/* links */
section a {color: #9e6e00;}
section .active a {color: #5c4000 }
section a:hover {color: #282828 }
section article a:hover {color: #5c4000}

aside {
    display: table-cell;
    position: relative;
    width: 20%;
    margin: 0;
    padding: 0;
}

aside img.logo {
    position: absolute;
    width: 220px;
    top: 30px;
    left: 30px;
}


/* Fonts style */

h1.main-title{
    color: #4D4D4D;
    font-family: 'd-din_condensedregular';
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    height: 100px;
    position: relative;
}

h1.main-title:before{
    content: "";
    border-top: 5px solid rgba(201, 154, 34, 1);
    left: 30px;
    width: 110px;
    position: relative;
    top: 1px;
    /* height: 5px; */
    transform: matrix(0, -1, 1, 0, 0, 0);
    display: inline-block;
}

h2{
    color: #C99A22;
    font-size: 1.5em;
    font-family: 'd-din_condensedregular';
}

/* Articles */

article {
    display: table-cell;
/*    background-color: #f1f1f1;*/
    width: 55%;
    padding: 20px 40px 75px 20px;
}

article li {
    padding-bottom: 1em;
}

article .list-title{
    color: #4D4D4D;
    font-size: 1.2em;
}



/* Create two columns/boxes that floats next to each other */
nav {
    display: table-cell;
    width: 25%;
    background: #E5E5E5;
    padding: 20px 40px 75px 20px;
    margin: 0;
}

/* Style the list inside the menu */
nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

nav input[name='q'] {
    border-radius: 1em;
    border: none;
    width: 16em;
    padding: .2em 1em;
    font-size: 1.2em;
    outline: none;
}


ul.filter {
    padding: 0;
}
ul.filter li {
    list-style: none;
    margin-left: 0;
}
ul.filter li a:before {
    content: '☐';
    padding-right: .5em;
}
ul.filter li.active a:before {
    content: '☑';
    padding-right: .5em;
}

.filter a{
    color: #4D4D4D;
}

.pagination {
    font-size: 1.5em;
    text-align: center
}

.provider {color: #555}
a.borrowing {
    font-family: 'd-din_condenseddinCnBd';
    display: inline-block;
    background: #C99A22;
    color: #ffffff;
    padding: 3px 15px;
    transition: color 0.4s ease 0s;
    margin-left: 15px;
}
a.borrowing:hover {
    color: #C99A22;
    background: #ffffff;    
    transition: color 0.4s ease 0s;
} 

.edit-link {
    padding: 1em 0;
}
.edit-link a {
    font-family: 'd-din_condenseddinCnBd';
    display: inline-block;
    background: #447e9b;
    color: #ffffff;
    padding: 3px 15px;
    transition: color 0.4s ease 0s;
}
.edit-link a:hover {
    color: #447e9b;
    background: #ffffff;    
    transition: color 0.4s ease 0s;
} 


/* Style the footer */
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #2C2C2C; 
    font-family: 'd-din_condenseddinCnBd';
    text-align: center;
    color: #969696;
}

footer p{
    font-size: 1.2em;
    line-height: 1.2em;
}


/* links */
footer a {color: #ffcb4c;}
footer .active a {color: black }
footer a:hover {color: #eba700 }

.logo-pointculture{
        position: relative;
    top: 5px;
    left: 2px;
}

@media  (max-width:1100px){
    aside img.logo {
            position: absolute;
        width: 80%;
        padding: 15% 5% 0;
    }  
}