:root {
    --mdc-theme-primary: #E91E63;
    --mdc-theme-secondary: #3F51B5;
    --mdc-theme-secondary-light: #02cecc;
    --mdc-theme-secondary-dark: #004040;
    --mdc-theme-background: #fff;
}

@font-face
{
	font-family: 'IBM Plex sans';
	src: url('../polices/IBMPlexSans-Regular.ttf'); /*source.petitpoil.art/polices/ibm*/
}
@font-face
{
	font-family: 'IBM Plex sans';
	src: url('../polices/IBMPlexSans-Bold.ttf'); /*source.petitpoil.art/polices/ibm*/
	font-weight: bold;
}
@font-face
{
	font-family: 'Titre';
	src: url('../polices/IBMPlexSansCondensed-Regular.ttf'); /*source.petitpoil.art/polices/ibm*/
}
@font-face
{
	font-family: 'Titre';
	src: url('../polices/IBMPlexSansCondensed-Bold.ttf'); /*source.petitpoil.art/polices/ibm*/
	font-weight: bold;
}
@font-face
{
	font-family: 'Fira Mono';
	src: url('../polices/FiraMono-Regular.otf');
}
@font-face
{
	font-family: 'Fira Mono';
	src: url('../polices/FiraMono-Bold.otf');
	font-weight: bold;
}

body
{
    margin: 0;
    height: 100%;
    background-color: #eff0f1;
    font-family: 'IBM Plex sans', 'helvetica', 'arial', 'quoi ? t\'a pas ces polices ?', sans-serif;
	overflow: auto;
}

.contenu
{
	width: 50%;
}

p, a, label, textarea
{
    /*font-family: 'IBM Plex sans', 'helvetica', 'arial', 'quoi ? t\'a pas ces polices ?', sans-serif;*/
}
a
{
    text-decoration: none;
    color: #2980b9;
    /*! color: black; */
    /*! font-weight: bold; */
}
a:hover
{
    text-decoration: underline;
    cursor: pointer;
    background-color: #ff00001a;
}

abbr:hover
{
    cursor: help;
}


article
{
    text-align: justify;
}
h1, h2, h3
{
    font-family: 'Titre', 'IBM Plex Mono', 'Monospace', monospace;
    font-weight: bold;
    color: #da4453;
}

article h1
{
    /*padding: 10px 20px 30px 20px;*/
    border-bottom: 1px solid black;
}
article header, aside header
{
    border-bottom: 1px solid black;
    margin-bottom: 10px;
}

nav
{
    height: 100%;
    position: fixed !important;
    overflow: auto;
    background-color: #31363b;
    z-index: 1;
    /*! color: #00aeff; */
    /*! border-right: 1px solid #ff0202; */
    width: 200px;
    box-shadow: 0px 0px 5px black;
}
nav .menu-tête
{
    background-color: #48515a;
    /*! border-bottom: 1px solid #00aeff; */
    overflow: hidden;
}
nav .menu-comute
{
    float: right;
    color: black;
    padding: 11px 5px;
    height: 100%;
    display: none;
}
.menu-comute:hover
{
    background-color: #61b879;
}
nav h1
{
    color: #fff;
    /*padding: 10px 20px;*/
	text-align: center;
}
nav ul
{
    padding: 0 0 0 15px;
    margin: 0;
}
nav li
{
    margin: 0;
    list-style: none;
    display: block;
    /*! color: #00aeff; */
    padding: 0;
}
nav li a
{
    /*! display: block; */
    /*! padding-left: 40px; */
    margin: 0px 0px 10px 0px;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
    transition: 0.2s;
    margin: 0;
    font-size: 1em;
}
nav li a:hover
{
    /*! color: #005d89; */
    background-color: #00aeff33;
}
nav li .material-icons
{
    display: none;
}
nav hr
{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, #257751, #51a779, #51a779);
    margin: 0 10%;
}

form
{
    margin: 20px;
}
label
{
    display: inline-block;
    min-width: 100px;
    padding-right: 20px;
}

/*input
{
	margin: 10px;
}*/

/*button
{
	border: none;
	border-radius: 2px;
	background-color: #3a3a3a;
	color: white;
	padding: 6px 25px;
	box-shadow: 0px 2px 5px #888;
	font-weight: bold;
	font-variant: all-petite-caps;
}
button:hover
{
	cursor: pointer;
}*/

.cadre
{
    box-shadow: 0px 3px 5px #c3c3c3;
    width: 600px;
    overflow: hidden;
    background-color: white;
}
.cadre-grand
{
    background-color: whitesmoke;
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
}
.cadre-tête
{
    padding: 0 10px 5px;
    border-bottom: 1px solid #ccc;
}
.cadre-tête h1
{
    font-family: 'IBM plex sans', sans-serif;
    /*! font-weight: 300; */
    font-size: 1.3em;
    margin: 10px 0 0 0;
}
.cadre-tête h2
{
    font-family: 'IBM plex sans', sans-serif;
    font-weight: 100;
    font-size: 1.2em;
    margin: 0;
}
.cadre-soustitre
{
    overflow: hidden;
}
.cadre-soustitre img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid black;
}
.cadre-tête h1
{
    color: #1c7584;
    margin: 0 0 5px 0;
    padding: 0px 10px 5px;
}
.cadre-tête h1 abbr
{
    float: right;
}
.titre-noir
{
    color: white;
    background-color: black;
    margin: 0 0 5px 0;
    padding: 0px 10px;
}
.cadre-image
{
    position: relative;
    display: block;
    background: repeating-linear-gradient( 45deg, #00c0e2, #00c0e2 50px, #f3ff87 50px, #f3ff87 100px );
    width: 100%;
    height:150px;
}
.cadre-contenu
{
    padding: 0 20px;
}
.cadre-pied
{
    padding: 5px 20px;
    font-size: 0.9em;
    font-family: "IBM Plex sans", sans-serif;
}
.cadre-avatar
{
    position: absolute;
    border: 1px solid black;
    background: yellow;
    bottom: -40%;
    right: 10%;
    width: 100px;
    height: 100px;
}

.miette
{
    border-radius: 10px;
    min-width: 50px;
    text-align: center;
    display: inline-block;
}
.miette-stl-fa
{
    color: #cfcfcf;
    background-color: #2e3b41;
}
.miette-stl-fa a
{
    color: #cfcfcf;
}

.lg
{
    display: flex;
}
.gauche
{
    flex: 0 0 50%;
    margin-right: 20px;
}
.droite
{
    flex: 1;
}

table
{
    table-layout: auto;
    width: auto;
    background-color: white;
}

table, th, td
{
    border: 1px solid black;
    border-collapse: collapse;
}
table th
{
    text-align: center;
    padding: 5px 10px;
    min-width: 100px;
    font-family: 'Titre', 'IBM Plex mono', monospace;
}
table td
{
    text-align: center;
    padding: 5px 10px;
    font-family: 'IBM Plex sans', sans-serif;
}

aside ul
{
    margin: 0;
    list-style: none;
    padding: 0 10px;
}
aside ul li
{
    margin: 0;
    padding: 0;
    line-height: 40px;
}

aside header.jaune
{
    border-bottom: 1px solid #595959;
}
.jaune /*Oui, c'est pas jaune et alors ? Qu'est-ce que tu vas faire !*/
{
    color: #595959;
}
a.jaune:hover
{
    background-color: #59595933;
}

li
{
    list-style: '— ';
}

.aficache-affiché .aficache-contenu
{
    display: block;
}
.aficache-caché .aficache-contenu
{
    display: none;
}

.aficache-légende
{
    cursor: pointer;
    border-bottom: 1px solid black;
}

.sous-déroulant
{
    display: none;
    position: absolute;
    box-shadow: 0px 0px 3px #aaa;
    padding: 5px;
    background-color: white;
    min-width: 200px;
}
.sous-déroulant ul
{
    margin: 0 auto;
    padding: 5px 10px;
}
.sous-déroulant li
{
    display: block;
    margin: 0 auto;

}
.sous-déroulant a
{
    color: #649eb9;
}
.sous-déroulant a:hover
{
    color: #82c8ea;
}
.sous-déroulant .cadre-actions-rouge
{
    transition: 0.2s color;
    /*! background-color: #ff6464; */
}
.sous-déroulant .cadre-actions-rouge:hover
{
    color: red;
}

.response-menu
{
    position: fixed;
    top: 5px;
    right: 5px;
    display: none;
}

.nav-demasquer
{
    display: block;
}

q
{
	quotes: " « " " » " " ‹ " " › ";
}

dd
{
    margin-left: 2em;
}

.bleu
{
    color: #2980b9;
}

@media screen and (max-width: 1200px) {
    .lg {
	flex-direction: column;
    }
    .cadre
    {
	width: 100%;
    }
}
@media screen and (max-width:800px) {
    nav .material-icons
    {
	display: inline-block;
    }
    .cadre-avatar
    {
	position: absolute;
	top: 5px;
	right: 5px;
    }
    .response-menu
    {
	display: inline-block;
    }
	.contenu
	{
	width: 90%;
	}
    nav
    {
	display: none;
    }
}
