/* Base */

#header {
    height: 168px;
}

#new-description {
    font-size: 1.2rem;
    color: rgb(105, 104, 115);
    margin: 0px 0 20px 0 !important;
    text-align: center;
}


/* Balises */

#article p {
    margin: 1.65em 0;
    text-align: justify;
}

#article iframe {
    max-width: 100%;
}

#article ul {
    margin-bottom: 10px;
}

#article li,
#new li {
    list-style: square inside;
}

#article li ul {
    padding-left: 20px;
    margin: 0;
}

#article li ul li {
    list-style-type: circle;
}

#article ol li {
    list-style: none;
}

#article table {
    max-width: 100%;
}

#new label {
    font-weight: bold;
}

code {
    background: #fff;
    padding: 7px 10px;
    border: 1px solid #E5E5E5;
    box-shadow: 0 7px 1px -4px #EEE;
    display: block;
}

pre {
    overflow: auto;
}

blockquote {
    background: #faf6ee;
    border: 1px dashed gray;
    padding: 15px 20px;
    margin: 10px 0 0 0px;
}



/* Tableaux */

#article table {
    font-size: 0.9rem;
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    border-spacing: 0;
	table-layout: fixed;
	border: 0;
    border-right: 1px solid #D1D1D1;
    line-height: initial;
}

#article table td {
	padding: 6px;
	border: 0;
    border-left: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
}
#article table tr:first-child td {
	border-top: 1px solid #D1D1D1;
}

#article table th {
	border: 0;
    border-bottom: 1px solid #D1D1D1;
    color: #222;
    border-left: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    border-top: 1px solid #D1D1D1;
    background: #F5F5F5;
    font-weight: 600;
    padding: 5px;
}

#article table ul {
    margin-bottom: 0px;
}

#article table td:hover,
#article table th:hover {
    background: #F5F5F5;
}

#article table li {
    list-style-type: circle;
}

.tableau {
    font-size: 0.9rem;
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    border-spacing: 0;
    table-layout: fixed;
    border-right: 1px solid #D1D1D1;
}

.tableau td {
    padding: 6px;
    border-left: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
}

.tableau th, .tableau tr:first-of-type td {
    border-bottom: 1px solid #D1D1D1;
    color: #222;
    border-left: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    border-top: 1px solid #D1D1D1;
    background: #F5F5F5;
    font-weight: 600;
    padding: 5px;
}

.tableau ul {
    margin-bottom: 0px;
}

.tableau td:hover,
.tableau th:hover {
    background: #F5F5F5;
}

.tableau li {
    list-style-type: circle;
}

.tableau .code {
    font-family: "Lucida Console", "Courier New", Courier, monospace;
    line-height: 1.5rem;
    text-transform: uppercase;
    vertical-align: top;
    width: 139px;
    padding: 1em;
}

.tableau .code.version-code {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-transform: capitalize;
}

.tableau .en-tete {
    text-align: center;
}

.tableau .no-manip {
    text-align: center;
    font-weight: 700;
}

.tableau .manip {
    text-align: center;
    font-weight: 400;
}

.tableau .donnees {
    vertical-align: top;
    width: 25%;
}

.tableau .donnees-hexa {
    vertical-align: top;
    width: 50%;
}

.tableau .code-donnees-hexa {
    font-family: "Lucida Console", "Courier New", Courier, monospace;
    line-height: 1.5rem;
    text-transform: uppercase;
    vertical-align: top;
    width: 50%;
    text-align: center;
    padding: 1em;
}

.tableau .code-donnees {
    font-family: "Lucida Console", "Courier New", Courier, monospace;
    line-height: 1.5rem;
    text-transform: uppercase;
    vertical-align: top;
    width: 25%;
    text-align: center;
    padding: 1em;
}

.tableau .nom-donnees {
    line-height: 1.5rem;
    padding: 1em;
    text-transform: uppercase;
    text-align: center;
    vertical-align: top;
    width: 25%;
}

.header-table {}
.header-td {width:49%;width: calc(50% - 3px);width: -webkit-calc(50% - 3px);display:inline-block;}
.header-article {
    width: 100%;
    height: 100px;
    background: black;
    display: block;
    color: white;
    font-size: 1rem;
    line-height: 1.15rem;
    text-align: center;
    text-shadow: 1px 1px 1px black;
    font-weight: bold;
    border: 2px solid #ffffff;
    border-right: 0;
    border-top: 0;
    border-bottom: 4px solid white;
    position: relative;
    background: url(/www/more/pokemon-go.jpg);
    background-size: cover;
    background-position: center;
    padding: 10px 0 0 0;
}

.header-article span {
    position: absolute;
    bottom: 0;
    display: block;
    padding: 20px 10px 10px 10px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    background: rgba(0,0,0,0.65);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 40%);
}

.header-article:hover {
    opacity: 0.95
}
.header-td a {color:white !important}
/* Balises */

.spoiler {
    cursor: pointer;
}

.bcs {
    text-align: center;
    font-weight: bold;
    border: 1px solid #06C;
    font-size: 0.8rem;
    padding: 5px 5px;
    color: #06C;
    pointer-events: none;
}

.bcr {
    background: #ca2a1c;
    border: none;
    color: white;
}

.bcb {
    background: #0066cc;
    border: none;
    color: white;
}

.bcg {
    background: #85a700;
    border: none;
    color: white;
}

.auteur {
    text-align: right;
}

.code-style {
    background-color: #F9F9F9;
    border-left: 3px solid #C30;
    font-family: 'courier new', helvetica, 'times new roman', serif;
    font-size: 0.75rem;
    padding: 10px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.note-code {
    text-align: left;
    font-weight: 400;
}

.graphe {
    min-width: 10px;
    background: #C30;
    color: #FFF;
    text-shadow: 1px 1px 1px #111;
    text-align: left;
    font-weight: bold;
    border-radius: 5px;
    padding: 1px 3px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container embed,
.embed-container iframe,
.embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aff-dresseur {
    background: #d93434;
    background-image: -webkit-linear-gradient(top, #d93434, #c21d00);
    background-image: -moz-linear-gradient(top, #d93434, #c21d00);
    background-image: -ms-linear-gradient(top, #d93434, #c21d00);
    background-image: -o-linear-gradient(top, #d93434, #c21d00);
    background-image: linear-gradient(to bottom, #d93434, #c21d00);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    text-shadow: 1px 1px 3px #666666;
    color: #ffffff;
    font-size: 0.75rem;
    padding: 8px 15px 8px 15px;
    text-decoration: none;
}

.aff-dresseur {
    text-decoration: none;
}

.aff-pokemon {
    background: #d9b834;
    background-image: -webkit-linear-gradient(top, #d9b834, #c26b00);
    background-image: -moz-linear-gradient(top, #d9b834, #c26b00);
    background-image: -ms-linear-gradient(top, #d9b834, #c26b00);
    background-image: -o-linear-gradient(top, #d9b834, #c26b00);
    background-image: linear-gradient(to bottom, #d9b834, #c26b00);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    text-shadow: 1px 1px 3px #666666;
    color: #ffffff;
    font-size: 0.75rem;
    padding: 8px 15px 8px 15px;
    text-decoration: none;
}

.aff-pokemon:hover {
    text-decoration: none;
}

.aff-item {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    text-shadow: 1px 1px 3px #666666;
    color: #ffffff;
    font-size: 0.75rem;
    padding: 8px 15px 8px 15px;
    text-decoration: none;
}

.aff-item {
    text-decoration: none;
}

.gavatar,
.davatar {
    min-height: 140px;
    clear: both;
    display: block;
    font-size: 1rem;
    background: #F9F9F9;
    border: 1px solid #DDD;
    color: #666;
    margin: 10px 0 15px 0;
    padding: 0px 30px 30px 30px;
}

.gnewseur img,
.dnewseur img {
    border-radius: 50px;
    width: 100px;
    height: 100px;
    padding: 0;
}

.gnewseur {
    float: left;
    font-weight: 700;
    text-align: center;
    padding: 26px 30px 0px 0;
    margin: 0;
}

.dnewseur {
    float: right;
    font-weight: 700;
    text-align: center;
    padding: 0px 00px 26px 30px;
    margin: 0;
}

#editer-wikipedia {
    font-size: 1rem;
    cursor: pointer;
    color: #de2827;
    font-weight: bold;
}

#editer-wikipedia:before {
    content: '\2192';
    padding-right: 10px;
}

#auteur {
    display: table;
    width: 100%;
    line-height: 1.3rem;
    margin: 20px 0 20px 0px;
    box-sizing: border-box;
    border: 10px solid #f1f1f1;
    background: #f7f7f7;
    padding: 20px 10px;
}

#auteur p {
    width: auto;
    margin: 0 10px 0 0px;
}

#auteur li {
    list-style-type: none;
    list-style-position: inside;
    word-break: break-all;
}

.auteur-content {
    display: table;
}

.auteur-img {
    display: table-cell;
    vertical-align: middle;
    width: 55px;
}

.auteur-desc {
    display: table-cell;
    font-size: 0.95rem;
    vertical-align: top;
    line-height: 1.5rem;
    padding-right: 20px;
    vertical-align: middle;
}

.auteur-desc img {
    width: 100px;
    float: left;
    border-radius: 50px;
    margin-right: 20px;
}

.auteur-hist {
    width: 40%;
    font-size: 0.75rem;
    display: table-cell;
    vertical-align: top;
}

#commentaires {
    word-break: break-word;
    font-size: 0.95rem;
    line-height: 1.5rem;
    padding: 0px 10px;
    margin-top: 11px;
    border: 1px solid #ecebe9;
    background: #F7F7F7;
}

#commentaires ul {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 10px;
}

#commentaires li {
    display: table-row;
    background: white;
    transition: background-color 300ms linear;
}

#commentaires li.inserted {
    background-color: rgba(189,195,199,0.5);
    transition: none;

}
.com-avatar,
.com-content {
    display: table-cell;
    vertical-align: top;
    padding: 10px 0 10px 10px;
    border: 1px solid #ecebe9;
    border-right: 0;
	position: relative;
}
.com-avatar {
    width: 55px;
}

.com-content {
    width: 100%;
    width: calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    padding: 10px 10px 10px 0;
    border: 1px solid #ecebe9;
    border-left: 0;
}

.comment_content {
    margin-top: 2px
}

.com-date {
    color: #888888;
    font-size: 0.72rem;
    padding: 0px 5px 0 5px;
    vertical-align: middle;
}

.com-options {
    text-align: right;
    color: #888888;
    cursor: pointer;
    font-size: 0.72rem;
    display: inline;
    padding: 0px 5px 0 5px;
    vertical-align: middle;
}

.com-textarea {
    width: 100%;
    height: 50px;
    background: #FFF;
    font-size: inherit;
    font-family: inherit;
    display: block;
    color: inherit;
    outline: none;
    border: none;
}

.com-textarea::-webkit-input-placeholder {
    color: #AEAEB5;
    font-size: inherit;
}

.com-textarea:-moz-placeholder {
    color: #AEAEB5;
    font-size: inherit;
}

.com-textarea::-moz-placeholder {
    color: #AEAEB5;
    font-size: inherit;
}

.com-textarea:-ms-input-placeholder {
    color: #AEAEB5;
    font-size: inherit;
}

.com-connected {
    width: 66%;
    width: calc(100% - 95px);
    width: -moz-calc(100% - 95px);
    width: -webkit-calc(100% - 95px);
    display: block;
    font-family: inherit;
    font-weight: bold;
    border: none;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    outline: none;
    padding: 9px 0;
}

.com-submit {
    color: #06C;
    background: white;
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    padding: 10px 0;
}

.com-submit:hover {
    text-decoration: underline;
}

img.fr-fil {
    z-index: 1;
    position: relative;
    margin: auto;
    overflow: auto;
    padding: 0px 20px 20px 0;
    float: left!important
}

img.fr-fir {
    z-index: 1;
    position: relative;
    margin: auto;
    overflow: auto;
    padding: 0px 0px 20px 20px;
    float: right!important
}

img.fr-fin {
    z-index: 1;
    position: relative;
    margin: auto;
    overflow: auto;
    float: none
}

img.fr-dib {
    vertical-align: top;
    display: block
}

.fr-tnv.fr-fvl {
    text-align: left
}

.fr-tnv.fr-fvr {
    text-align: right
}
#article .mce-object-iframe {
    cursor: default;
    margin: 0 auto;
    outline: 0;
    border: 0;
    max-width: 100%;
    display:block;
}

#article iframe {
    border: 2px solid grey;
    margin: 0 auto;
    display: block;
}

#article .horizontal-scrollable {
    overflow-x: auto;
}
.com-content > div {
	position: relative;
}
.com-options.discord-icon {
	background-image: url(/www/discord-2.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 20px;
	width: 22px;
	padding: 0;
	opacity: 0.5;
	background-position: center;
	position: absolute;
	right: 0;
}
#commentaires > ul > li > div.com-content > .discord-icon {
	right: 10px;
}
@media only screen and (max-width: 640px) {
	.com-options.discord-icon {
		height: 14px;
		width: 16px;
	}
}