/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: sans-serif;
    /*background-image: url(https://image.noelshack.com/fichiers/2021/09/2/1614687718-test-fond-1.jpg);
    background: cover;
    background-attachment: fixed;*/
    background: #202225;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* custom reset */


a {
    text-decoration: none;
    color: darkgray;
}

/* Menu haut */

h1 {
    position: fixed;
    top: 0; left: 0; right: 0;
    height: 100px;
    z-index: 51;
    background-image: url('https://i.ibb.co/YW6wW8G/mv-pm.jpg');
    background-size: cover;
    background-position: center;
}
h1 a{
    position: relative;
    display: block;
    top: 0;
    padding: 5px 0;
    margin: 0 auto;
    margin-left: -180px;
    width: 100px;
    left: 50%;
}
h1 a img{
    height: 70px;
}
nav{
    position: fixed;
    top: 100px;   left: 0; right: 0;
    padding: 20px;
    background: white;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.73);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.73);
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.73);
    z-index: 50;
    text-align: center;
}
nav a{
    text-decoration: none;
    color: darkslategray;
    font-family: 'Helvetica',sans-serif;
}
nav a:hover{
    font-weight: 600;
}

/* page */

#c-wrapper {
    margin: 0 auto;
    margin-top: 150px;
    padding-top: 25px;
    background: #F9F9F9;
    max-width: 850px;
}



/* Categories */

.c-cat{
    max-width: 600px;
    width: 80%;
    margin: 5px auto;
    min-height: calc(100vh - 10px);
}

.cat-c{
    display: none;
}


#youtube{

}
#discord{
    display: block;
}
#forum{

}
#sites{

}

/* Briques */
.brique-pub{
    display: block;
    min-height: 125px;
    margin: 5px auto;
    padding: 10px;
    background: white;
    margin-top: 10px;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.73);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.73);
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.73);
}
.brique-pub > div{
    display: block;
}
.s-icon {
   float: left;
    margin-right: 10px; 
}
.s-icon img, .s-icon{
    height: 125px;
}
.s-description{
    text-decoration: none;
    color: darkslategray;
    font-family: 'Helvetica',sans-serif;
    
}
.s-description h3{
    font-size: 1.2em;
}
.s-description p{
    font-size: 0.9em;
    margin-top: 10px;
}
.s-description span{
    color: orange;
    text-decoration: underline;
}

footer {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: white;
    box-shadow: 0px -2px 7px 0px rgba(0, 0, 0, 0.73);
    -moz-box-shadow: 0px -2px 7px 0px rgba(0, 0, 0, 0.73);
    -webkit-box-shadow: 0px -2px 7px 0px rgba(0, 0, 0, 0.73);
}
footer > div{
    padding: 10px; margin: 0 auto;
    font-size: 0.8em;
    color: darkgrey;
    max-width: 1050px;
    text-align: justify;
    display: none;
}


@media screen and (max-width: 1050px)
{
    #c-wrapper {
        max-width: 100%; width: 100%;
    }
    .c-cat {
        max-width: none;
        width: 80%;
        margin: 0 auto;
        min-height: calc(100vh - 10px);
    }
    nav{
        padding: 30px;
    }
    nav a{
        font-size: 1.2em;
    }
}
