/*
 * css pour "Dis ... c'est quoi ?"
 * -------------------------------
 * wtfpl©arpinux@2021-2023
*/

@font-face {
    font-family: 'Domestic Manners';
    src: url('font/domestic_manners-webfont.eot');
    src: url('font/domestic_manners-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('font/domestic_manners-webfont.woff') format('woff'),
         url('font/domestic_manners-webfont.ttf') format('truetype'),
         url('font/domestic_manners-webfont.svg#domestic_mannersregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: "Domestic Manners", serif;
    font-size: 16px;
    background-color: #eceff4;
    color: #222222;
    text-align: center;
    margin: 0 auto;
    width: 800px;
    max-width: 90%;
    line-height: 1.5em;
}
a, a:visited {
    color: #5e81ac;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
}
a:focus, a:active, a:hover { color: #222222; }
caption { display: inline-block; }
hr {
    border: 1px solid #eceff4;
    border-top: 1px solid orange;
}
.annonce {
    padding: 10px 5px;
    color: #222;
    background-color: orange;
}
.annonce a { color: #5e81ac; }
.annonce a:hover { color: #eceff4; }
#main h1 {
    margin: 0;
    padding: 0 5px 15px 5px;
    border-bottom: 1px solid orange;
    font-weight: normal;
    line-height: 1.8em;
    font-size: 1.8em;
}
#main h1 span {
    font-size: .7em;
    font-weight: normal;
    line-height: 1.5em;
}
#main h2 {
    margin: 0;
    padding: 1em;
    border-bottom: 1px solid orange;
}
#links { margin: 0 auto; }
.dcq {
    width: 260px;
    height: 250px;
    display: inline-block;
    font-size: 15px;
    vertical-align: bottom;
}
.dcq img {
    width: 220px;
    height: auto;
    border: 2px solid #ccc;
    transition: all .2s ease-in-out;
}
.dcq img:hover {
    border-color: orange;
    width: 210px;
    margin-bottom: .5em;
}
.separator {
    clear: both;
    min-height: 1em;
    margin-top: 1em;
}
#footer {
    font-size: .9em;
    border-top: 1px solid orange;
    margin-bottom: 2em;
}
