/*
Theme Name: La Moche Attitude: Template
Text Domain: lamocheattitude
*/
@font-face {
	font-family: 'Tiny5';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("fonts/tiny5.woff2") format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Jersey 15';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("fonts/jersey15.woff2") format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 300 800;
	font-stretch: 100%;
	font-display: swap;
	src: url("fonts/opensans-italic.woff2") format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300 800;
	font-stretch: 100%;
	font-display: swap;
	src: url("fonts/opensans-normal.woff2") format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face{
    font-family: 'Ubuntu Habbo';
    src: url("fonts/ubuntu-habbo.woff2") format("woff2");
    unicode-range:U+007C,U+2020,U+2022,U+00B6,U+00B1,U+00A5,U+00B5,U+00AA,U+00BA,U+00AC,U+0192,U+00BB,U+2014,U+2018,U+2021
}

body {
	background: url("images/background-tb.webp") top repeat-x, url("images/background-tb.webp") bottom repeat-x, url("images/background-tb-border.webp") top repeat-x, url("images/background-tb-border.webp") bottom repeat-x, url("images/background.webp") top center repeat #333333;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
}

ul,li {
	padding: 0;
}

p {
	margin: 0 0 6px;
}

a {
	color: #c44000;
	text-decoration: none;
    transition: .2s;
}

a:hover {
	opacity: .8;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	flex: 2;
}
#primary,
#secondary {
	overflow: hidden;
}
#secondary {
	clear: right;
}
footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

#content.one-column  {
    display: block;
    margin: 0 12px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#wrapper {
	margin: 40px auto 40px auto;
	max-width: 1100px;
	border: 1px solid #000000;
	box-shadow: -4px 4px 0 #292929;
	background: bottom 35px right no-repeat url("images/background-inside.webp"), bottom 35px right repeat-x url("images/background-inside1.webp") #ffffff
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}


/* =Header
-------------------------------------------------------------- */

header .inside {
	display: flex;
    position: relative;
	background: top right no-repeat url("images/header-right-top.webp"), top left no-repeat url("images/header-left-top.webp"), bottom right no-repeat url("images/header-right-bottom.webp"), bottom left no-repeat url("images/header-left-bottom.webp"),  center no-repeat url("images/header.webp");
	height: 200px;
	align-items: center;
	border-bottom: 1px solid #000000;
}

header .inside #logo {
	margin: auto;
}

header .inside #logo a:hover {
	opacity: 1;
}

header .inside .certi {
    position: absolute;
    top: 10px;
    right: 60px;
}

/* =Menu
-------------------------------------------------------------- */

.menu-header {
	display: flex;
	background: #c44000;
	border-bottom: 1px solid #000000;
}
.menu-header > button {
    display: none;
    background: none;
    border: none;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    padding: 12px;
    width: 100%;
    text-decoration: none;
    text-shadow: -1px 1px #000000;
}
.menu-header > button:hover {
    background: #000000;
}
.menu-header ul {
	width: 100%;
}
.menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
.menu-header li,
div.menu li {
	float: left;
	position: relative;
}
.menu-header ul li > a {
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	display: block;
	padding: 12px;
	text-decoration: none;
	text-shadow: -1px 1px #000000;
    height: 22px;
}
.menu-header ul li > a:hover {
	background: #000000;
}
.menu-header ul li > a.accueil::before {
    content: "";
    display: inline-block;
    background: url("images/icons/accueil.webp") no-repeat;
    height: 25px;
    width: 25px;
    vertical-align: -8px;
}
.menu-header ul li > a.cgu::before {
    content: "";
    display: inline-block;
    background: url("images/icons/cgu.webp") no-repeat;
    height: 25px;
    width: 25px;
    vertical-align: -8px;
}
.menu-header ul li > a.la-team::before {
    content: "";
    display: inline-block;
    background: url("images/icons/nos-jeux.webp") no-repeat;
    height: 25px;
    width: 25px;
    vertical-align: -8px;
}
.menu-header ul li > a.news::before {
    content: "";
    display: inline-block;
    background: url("images/icons/nos-jeux.webp") no-repeat;
    height: 25px;
    width: 25px;
    vertical-align: -8px;
}
.menu-header ul li > a.nos-jeux::before {
    content: "";
    display: inline-block;
    background: url("images/icons/nos-jeux.webp") no-repeat;
    height: 25px;
    width: 25px;
    vertical-align: -8px;
}

.menu-header ul li > a.news::before {
    content: "";
    display: inline-block;
    background: url("images/icons/news.webp") no-repeat;
    height: 25px;
    width: 25px;
    vertical-align: -8px;
}

.menu-header ul li > a.la-team::before {
    content: "";
    display: inline-block;
    background: url("images/icons/la-team.webp") no-repeat;
    height: 25px;
    width: 25px;
    vertical-align: -8px;
}

.menu-header ul li > a.nous-contacter::before {
    content: "";
    display: inline-block;
    background: url("images/icons/nous-contacter.webp") no-repeat;
    height: 25px;
    width: 25px;
    vertical-align: -8px;
}

.menu-header ul li > a.partenaires::before {
    content: "";
    display: inline-block;
    background: url("images/icons/partenaires.webp") no-repeat;
    height: 25px;
    width: 25px;
    vertical-align: -8px;
}
#access ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

main {
	display: flex;
	padding: 12px 0 120px;
    min-height: 400px;
}
#content {
    display: flex;
    justify-content: space-between;
    margin: 0 12px;
}
#content .page-flex,
#content .post-flex {
    width: 715px;
}
#content .sidebar-flex {
    width: 350px;
}
#content.one-column .page-flex,
#content.one-column .post-flex {
    margin: 0;
}
#content,
#content input,
#content textarea {
	color: #000000;
	font-size: 14px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul {
    list-style: none;
}
#content hr {
    border: 0;
    border-bottom: 1px solid #000000;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	background: #efefef;
	border: 1px solid #000000;
	margin: 0 0 12px 0;
    position: relative;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #777;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	background: #c44000;
	padding: 12px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
	border-bottom: 1px solid #000000;
	text-shadow: -1px 1px #000000;
}

#content .entry-title.accueil::before {
    content: "";
    display: inline-block;
    background: url("images/icons/accueil.webp") no-repeat;
    height: 25px;
    width: 25px;
    vertical-align: -8px;
}

#content .entry-title.accueil::before {
    content: "";
    display: inline-block;
    background: url("images/icons/accueil.webp") no-repeat;
    height: 25px;
    width: 25px;
    vertical-align: -8px;
}

#content .entry-title.cgu::before {
    content: "";
    display: inline-block;
    background: url("images/icons/cgu.webp") no-repeat;
    height: 25px;
    width: 25px;
    vertical-align: -8px;
}

#content .entry-title.la-team::before {
    content: "";
    display: inline-block;
    background: url("images/icons/la-team.webp") no-repeat;
    height: 25px;
    width: 25px;
    vertical-align: -8px;
}

#content .entry-title.news::before {
    content: "";
    display: inline-block;
    background: url("images/icons/news.webp") no-repeat;
    height: 25px;
    width: 25px;
    vertical-align: -8px;
}

#content .entry-title.nos-jeux::before {
    content: "";
    display: inline-block;
    background: url("images/icons/nos-jeux.webp") no-repeat;
    height: 25px;
    width: 25px;
    vertical-align: -8px;
}

#content .entry-title.nous-contacter::before {
    content: "";
    display: inline-block;
    background: url("images/icons/nous-contacter.webp") no-repeat;
    height: 25px;
    width: 25px;
    vertical-align: -8px;
}

#content .entry-title.partenaires::before {
    content: "";
    display: inline-block;
    background: url("images/icons/partenaires.webp") no-repeat;
    height: 25px;
    width: 25px;
    vertical-align: -8px;
}

#content .post .entry-title {
    padding: 12px 12px 12px 160px;
}
.entry-title a:link,
.entry-title a:visited {
	color: #ffffff;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #fefefe;
}
.entry-meta {
	background: #333333;
	font-family: "Tiny5", sans-serif;
	padding: 0 12px 0 140px;
	color: #ffffff;
	font-size: 8px;
	text-transform: uppercase;
	border-bottom: 1px solid #000000;
}
.entry-meta a {
	color: #ffffff;
}
.entry-meta .comments {
    float: right;
    margin-right: 55px;
}
.entry-meta .comments::before {
    content: "";
    display: inline-block;
    background: url("images/icons/comment.webp") no-repeat;
    vertical-align: -8px;
    height: 20px;
    width: 20px;
    margin-right: 2px;
}
.entry-meta .avatar {
    position: absolute;
    top: 28px;
    right: 10px;
    background: url("images/avatar-comment.webp") center center no-repeat;
}
.entry-meta .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px;
    background: url("images/background-thumbnail.webp") top left no-repeat;
    line-height: 0;
    height: 81px;
    width: 133px;
}
.entry-meta .thumbnail.mini {
    background: url("images/background-thumbnail.webp") top -31px left -31px no-repeat;
    height: 50px;
    width: 86px;
}
.entry-meta .thumbnail > img {
    max-width: 80px;
    height: auto;
}
.entry-meta .thumbnail.mini > img {
    margin: 4px;
    max-width: 40px;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 36px 12px 0 12px;
}
.entry-content .more-link {
	white-space: nowrap;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #777;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	font-family: "Tiny5", sans-serif;
	font-size: 8px;
	color: #000000;
	text-transform: uppercase;
	display: block;
}
body.page .edit-link a {
	color: #000000;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	text-align: right;
	color: #000000;
	font-family: "Tiny5", sans-serif;
	font-size: 8px;
	padding: 12px;
	text-transform: uppercase;
	line-height: 18px;
}
.entry-utility a {
	color: #000000;
}
#content .video-player {
	padding: 0;
}
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
	margin-bottom: 24px;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.widget-container .wp-caption {
	max-width: 100% !important;
}
.wp-caption img {
	border: 1px solid #000000;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	background: #333333;
	border: 1px solid #000000;
	color: #ffffff;
	font-size: 12px;
	margin: 4px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #777;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	margin-top: 18px;
}
#comments .navigation {
	padding: 12px 0;
}
h3#comments-title {
	border: 1px solid #000000;
}
h3#comments-title,
h3#reply-title {
	background: #c44000;
	border-bottom: 1px solid #000000;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	padding: 12px;
	text-shadow: -1px 1px #000000;
}
.commentlist {
	list-style: none;
	padding: 12px;
	margin: 0;
	background: #efefef;
	border: 1px solid #000000;
}
.commentlist li.comment {
	border-bottom: 1px solid #000000;
	line-height: 16px;
	margin: 0 0 24px 0;
	padding: 0 0 0 64px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.commentlist li.comment .comment-meta {
    font-family: "Tiny5", sans-serif;
    font-size: 8px;
}
#comments .commentlist li.comment .children {
    padding: 12px;
    list-style: none;
    background: #dddddd;
    margin-bottom: 12px;
}
#comments .commentlist li.comment .children .children {
    border-top: 1px solid #aaaaaa;
    padding: 12px 0 0;
    margin: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
    background: url("images/avatar-comment.webp") center center no-repeat;
	position: absolute;
	border-radius: 100px;
	left: 0;
}

.commentlist .avatar > img {
    position: relative;
    left: 2px;
    top: -2px;
}

.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff8b33;
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff8b33;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type="submit"] {
	color: #333;
}
#respond {
	background: #efefef;
	border: 1px solid #000000;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond form {
	padding: 12px;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	border-bottom: 1px solid #000000;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	color: #000000;
	text-shadow: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin-left: 6px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #000000;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
#respond #wp-comment-cookies-consent {
	width: auto;
	margin: 0 10px 0 0;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	background: #efefef;
	border: 1px solid #000000;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 18px 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.wp-block-heading {
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	background: #c44000;
	border-bottom: 1px solid #000000;
	padding: 12px;
	text-shadow: -1px 1px #000000;
}
.widget-title {
    background: #c44000;
    padding: 12px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    border-bottom: 1px solid #000000;
    text-shadow: -1px 1px #000000;
}
.widget-title.traxmachine::before {
    content: "";
    display: inline-block;
    background: url("images/icons/traxmachine.webp") no-repeat;
    width: 35px;
    height: 25px;
    vertical-align: -8px;
}
.widget-title.derniers-badges::before {
    content: "";
    display: inline-block;
    background: url("images/icons/derniers-badges.webp") no-repeat;
    width: 35px;
    height: 25px;
    vertical-align: -8px;
}
.widget-title.derniers-mobis::before {
    content: "";
    display: inline-block;
    background: url("images/icons/derniers-mobis.webp") no-repeat;
    width: 35px;
    height: 25px;
    vertical-align: -8px;
}
.widget-title.publicit::before {
    content: "";
    display: inline-block;
    background: url("images/icons/publicit.webp") no-repeat;
    width: 35px;
    height: 25px;
    vertical-align: -8px;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
.wp-calendar-nav {
	display: table;
	width: 100%;
}
.wp-calendar-nav span {
	display: table-cell;
}
.wp-calendar-nav-next,
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
.widget_text ul,
.widget_text ol {
	margin-bottom: 1.5em;
}
.widget_text ol {
	margin-left: 1.3em;
}
.widget_text ul ul,
.widget_text ol ol,
.widget_text ul ol,
.widget_text ol ul {
	margin-bottom: 0;
}
.widget_media_video video {
	max-width: 100%;
}
.tagcloud ul {
	list-style-type: none;
	margin-left: 0 !important;
}
.tagcloud ul li {
	display: inline-block;
}

/* Helps galleries in widget areas look presentable in most cases. */
.widget-area .gallery-columns-2 img,
.widget-area .gallery-columns-3 img,
.widget-area .gallery-columns-4 img,
.widget-area .gallery-columns-5 img,
.widget-area .gallery-columns-6 img,
.widget-area .gallery-columns-7 img,
.widget-area .gallery-columns-8 img,
.widget-area .gallery-columns-9 img {
	border: none;
	max-width: 90%;
	width: auto;
}

/* Main sidebars */
main .widget-area ul {
	margin: 0;
}
main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}

main .widget-area ul.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: square;
}

/* Error */

.post.error404,
.post.no-results {
	background: #efefef;
	border: 1px solid #000000;
	margin-bottom: 12px;
}

#content .post.not-found .entry-title {
    padding: 12px;
}

/* Home */

#content.home {
    display: block;
}

#content.home .flash {
    position: relative;
    display: block;
    border: 1px solid #000000;
    background: #9d0000;
    color: #fff;
    padding: 12px;
    height: 39px;
    margin-bottom: 12px;
}

@keyframes flash-movement {
    0%   {left: 12px;}
    50%  {left: calc( 100% - 852px )}
    100% {left: 12px;}
}

#content.home .flash > p {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 18px;
    font-weight: 700;
    text-shadow: -1px 1px #000000;
    margin: 0;
    animation: 20s linear 1s infinite alternate flash-movement;
}

#content.home .flash > p::before,
#content.home .flash > p::after {
    content: "";
    display: inline-block;
    height: 39px;
    width: 39px;
    background: url("images/icons/alert.webp") no-repeat;
    vertical-align: -13px;
}

.home .heading-1 {
    background: url("images/background-home-left.webp") top left no-repeat, url("images/background-home-right.webp") bottom right no-repeat, #007abc;
    padding: 12px 100px;
    margin-bottom: 12px;
    font-size: 12px;
    color: #ffffff;
    border: 1px solid #000000;
    text-shadow: -1px 1px #000000;
}

.home .heading-2 {
    background: url("images/background-home-left.webp") top left no-repeat, url("images/background-home-right.webp") bottom right no-repeat, #00bc15;
    padding: 12px 100px;
    margin-bottom: 12px;
    font-size: 12px;
    color: #ffffff;
    border: 1px solid #000000;
    text-shadow: -1px 1px #000000;
}

.home .heading-3 {
    background: url("images/background-home-left.webp") top left no-repeat, url("images/background-home-right.webp") bottom right no-repeat, #bc0000;
    padding: 12px 100px;
    margin-bottom: 12px;
    font-size: 12px;
    color: #ffffff;
    border: 1px solid #000000;
    text-shadow: -1px 1px #000000;
}

.home .heading-1 > * {
    line-height: 1;
}

.home .widget-post-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home .widget-post-flex .widget-post {
    position: relative;
    font-size: 12px;
    background: #efefef;
    border: 1px solid #000000;
    position: relative;
    width: 350px;
    margin: 0 0 12px;
}

.home .widget-post-flex .widget-post .thumbnail {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url("images/background-thumbnail.webp") top -52px left -52px no-repeat;
    height: 41px;
    width: 67px;
    padding: 6px;
}

.home .widget-post-flex .widget-post .thumbnail > img {
    max-width: 40px;
    height: auto;
}

.home .widget-post-flex .widget-post .title {
    font-weight: 700;
    color: #ffffff;
    display: block;
    background: #c44000;
    text-shadow: -1px 1px #000000;
    padding: 2px 4px 2px 80px;
}

.home .widget-post-flex .widget-post .title:hover {
    opacity: .8;
}

.home .widget-post-flex .widget-post .meta {
    background: #333333;
    font-family: "Tiny5", sans-serif;
    padding: 0 4px 0 65px;
    color: #ffffff;
    font-size: 8px;
    text-transform: uppercase;
    border-bottom: 1px solid #000000;
}

.home .widget-post-flex .widget-post .excerpt {
    padding: 4px 12px;
    min-height: 75px;
}

.home .widget-post-flex .widget-post .avatar {
    bottom: 40px;
    right: 10px;
    position: absolute;
    background: url("images/avatar-comment.webp") center center no-repeat;
}

.home .widget-post-flex .widget-post .comments {
    font-family: "Tiny5", sans-serif;
    display: block;
    color: #000000;
    font-size: 8px;
    text-transform: uppercase;
    text-align: center;
}

.home .widget-post-flex .widget-post .comments::before {
    content: "";
    display: inline-block;
    background: url("images/icons/comment.webp") no-repeat;
    vertical-align: -8px;
    height: 20px;
    width: 20px;
    margin-right: 2px;
}

.home .widget-post-flex .widget-post .read-more {
    display: block;
    background: #c44000;
    color: #ffffff;
    margin: 0 12px 12px;
    padding: 4px 6px;
    text-shadow: -1px 1px #812900;
    border: 1px solid #000000;
    text-align: center;
}

.home .widget-page-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home .list-partners {
    padding: 12px;
    background: #efefef;
    border: 1px solid #000000;
}

.home .list-partners .banners {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 0 0 12px;
}

.home .list-partners .banners .banner > img {
    max-width: 100%;
    max-height: 100px;
}

.home .list-partners .become-partner {
    display: block;
    background: #c44000;
    color: #ffffff;
    margin: 0 0 12px;
    padding: 4px 6px;
    text-shadow: -1px 1px #812900;
    border: 1px solid #000000;
    text-align: center;
}

#content.home .widget-page-flex .page-flex .entry-title {
    padding: 12px;
}

.member-card {
    display: inline-block;
    color: #ffffff;
    background: #333333;
    border: 1px solid #000000;
    width: 320px;
    margin: 0 6px 12px 6px;
}

.member-card .name {
    line-height: 1;
    position: relative;
    font-weight: 700;
    height: 16px;
    padding: 16px 12px;
    font-size: 16px;
    margin: 0 0 6px;
}

.member-card .name.hanunu {
    background: url("images/hanunu/profil.webp") top 15px right 15px no-repeat #222222;
}

.member-card .name .role {
    line-height: 1;
    background: #666666;
    position: absolute;
    top: 14px;
    right: 60px;
    padding: 4px 6px;
    font-size: 12px;
    border: 1px solid #000000;
}

.member-card .name .role.administrator {
    background: #9d0000;
}

.member-card .name .role.animator {
    background: #409d00;
}

.member-card .name .role.journalist {
    background: #00539d;
}

.member-card .name .role.artist {
    background: #89009d;
}

.member-card .name .role.expert {
    background: #9d9b00;
}

.member-card .motto {
    font-family: "Ubuntu Habbo", sans-serif;
    margin: 0 12px 6px 12px;
    font-size: 12px;
    height: 40px;
    text-align: center;
}

.member-card .status {
    display: block;
    text-align: center;
    height: 18px;
    margin: 0 auto 6px;
}

.member-card .badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 67px;
    margin: 0 3px;
}

.member-card .badges .badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    opacity: .2;
    background: #c44000;
    border: 1px solid #000000;
    padding: 4px;
    margin: 0 3px 12px 3px;
    height: 45px;
    width: 45px;
}

.member-card .badges .badge.active {
    opacity: 1;
}





    /* =Footer
    -------------------------------------------------------------- */
footer {
    position: relative;
	color: #ffffff;
	width: auto;
}

footer .social {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 200px;
	width: 50%;
}

footer .social .follow-me {
	font-size: 20px;
	font-weight: 700;
	text-shadow: -1px 1px #000000;
	margin-right: 6px;
}

footer .social ul {
	display: inline;
}

footer .social ul li {
	display: inline-block
}

footer .certi {
    position: absolute;
    right: 20px;
    bottom: 50px;
}

footer .copyright {
	font-family: "Tiny5", serif;
	font-size: 8px;
	padding: 12px;
	text-align: right;
	height: 10px;
	background: #c44000;
	border-top: 1px solid #000000;
	text-transform: uppercase;
}

/*
 Widget webplayer
 */

.wp-playlist {
    margin: 0 !important;
    border: none !important;
}

.wp-playlist-light {
    background: url("images/webplayer.webp") center center no-repeat #111111 !important;
}
.wp-playlist-light .wp-playlist-caption {
    color: #ffffff !important;
}

@media only screen and (max-width: 1116px) {
    header .inside #logo img {
        width: 200px;
    }
    header .inside .certi {
        top: 5px;
        right: 5px;
    }
    div.menu {
        width: 100%;
    }
    .menu-header {
        display: block;
    }
    .menu-header > button {
        display: block;
    }
    div.menu {
        display: none;
    }
    div.menu.active {
        display: block;
    }
    div.menu li {
        float: none;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #000000;
    }
    div.menu li:last-child {
        border: 0;
    }
    #wrapper {
        background: bottom 35px right repeat-x url("images/background-inside1.webp") #ffffff
    }
    #content {
        flex-direction: column;
        margin: 0 12px;
    }
    #content .page-flex,
    #content .post-flex {
        width: 100%;
        margin: 0;
    }
    #content .sidebar-flex {
        width: 100%;
    }
    main {
        flex-direction: column;
    }
    .entry-meta .comments {
        display: block;
        float: none;
        margin-left: -22px;
    }
    .entry-meta .avatar {
        top: 37px;
    }
    #content.home .flash {
        height: auto;
    }
    #content.home .flash > p {
        font-size: 14px;
        position: static;
        text-align: center;
        animation: none;
    }
    .home .widget-page-flex,
    .home .widget-post-flex {
        flex-direction: column;
    }
    .home .widget-post-flex .widget-post {
        width: 100%;
    }
    footer .social {
        width: 100%;
    }
    footer .certi {
        left: calc(-59.5px + 50%);
        right: auto;
        bottom: 60px;
    }
    footer .copyright {
        height: auto;
    }
    .wp-playlist-light {
        background-size: cover !important;
    }
}