
/*--------------------------------------------------------------
BASIC
--------------------------------------------------------------*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* KIRIGAMI */
html {
	font-family: 'Montserrat', arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 62.5%;
  scroll-behavior: smooth;
}
::selection {
  background: #ff0000; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #ff0000; /* Gecko Browsers */
  color: #fff;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}
/* KIRIGAMI */
body {
	margin: 0;
	margin: 0 auto;
	transition: background-color 1s ease;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* KIRIGAMI */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 100;
	text-align: left;
	line-height: 100%;
    letter-spacing: -1px;
    text-transform: uppercase;
	font-weight: 900;
	font-family: 'Montserrat', arial, sans-serif;
}
/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* KIRIGAMI */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2rem;
	margin: 25px 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	pointer-events: none;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
  font-style: normal;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	margin: 0 1% 0 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Montserrat', arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 100;
	text-align: left;
	line-height: 100%;
  letter-spacing: -1px;
  text-transform: uppercase;
	font-weight: 900;
	font-family: 'Montserrat', arial, sans-serif;
}

p {
	margin: 0 0 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 0 1.5em;
}
/* KIRIGAMI */
blockquote {
  font-style: normal;
  text-transform: none;
  letter-spacing: -1px;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  line-height: 100%;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
  font-family: 'Montserrat', arial, sans-serif;
	font-size: 18px;
  font-size: 1.8rem;
	line-height: 125%;
	margin: 0 0 1.5em;
	max-width: 100%;
	overflow: auto;
	padding: 3%;
  white-space: normal;
  letter-spacing: 0;
  text-justify: inter-word;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: border-box;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 1%;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1%;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #888;
	border-radius: 0;
	background: #fff;
	color: #888;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 150%;
	letter-spacing: -1px;
	padding: 5px 15px;
	margin: 1%;
	font-weight: 800;
	transition: all 0.5s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ff0000;
	color: #fff;
	background: #ff0000;
	transition: all 0.5s;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #888;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #888;
	border: 1px solid #888;
	border-radius: 0;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 620px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 0;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {

	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {

}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {

}

.page-links {
	clear: both;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {

}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {

}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {

}

.wp-caption img[class*="wp-image-"] {

}

.wp-caption .wp-caption-text {

}

.wp-caption-text {

}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {

}
.gallery-item {

}
.gallery-columns-2 .gallery-item {

}
.gallery-columns-3 .gallery-item {

}
.gallery-columns-4 .gallery-item {

}
.gallery-columns-5 .gallery-item {

}
.gallery-columns-6 .gallery-item {

}
.gallery-columns-7 .gallery-item {

}
.gallery-columns-8 .gallery-item {

}
.gallery-columns-9 .gallery-item {

}
.gallery-caption {

}

/*--------------------------------------------------------------
## WP-Core
--------------------------------------------------------------*/

button,
a.button,
input[type=submit],
input[type=button],
input[type=reset],
ul.button-nav li a,
div.generic-button a,
.comment-reply-link {
	background: #fff;
	border: 1px solid #ff0000;
	color: #ff0000;
	cursor: pointer;
  letter-spacing: -1px;
  margin: 0;
	outline: none;
	padding: 3% 5% !important;
	text-align: center;
	text-decoration: none;
	line-height: 100%;
  text-transform: uppercase;
	font-weight: 900 !important;
	-webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
button:hover,
a.button:hover,
a.button:focus,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
ul.button-nav li a:hover,
ul.button-nav li.current a,
div.generic-button a:hover,
.comment-reply-link:hover {
  background: #ff0000;
  border: 1px solid #ff0000;
	color: #fff;
	outline: none;
	text-decoration: none;
}
.wp-core-ui .button-primary {
  background: #ff0000;
  border: 1px solid #ff0000;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  margin: 2% 0 !important;
}
.wp-core-ui .button, .wp-core-ui .button-primary, .wp-core-ui .button-secondary {
  border-radius: 0;
}
.wp-core-ui .button-primary.focus,
.wp-core-ui .button-primary.hover,
.wp-core-ui .button-primary:focus,
.wp-core-ui .button-primary:hover {
    background: #fff;
    border: 1px solid #ff0000;
    box-shadow: none;
    color: #ff0000;
}
.wp-core-ui .button, .wp-core-ui .button.button-large, .wp-core-ui .button.button-small, a.preview, input#publish, input#save-post {
    height: 60px;
    letter-spacing: -1px;
    line-height: 100%;
    padding: 20px !important;
    vertical-align: middle;
    width: auto;
    border: 0px solid #fff;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    text-decoration: none;
    color: #ff0000;
    font-weight: 900;
    transition: all 0.5s;
}
a:visited {
	color: inherit;
  text-decoration: underline;
}
a:hover, a:focus, a:active {
    text-decoration: none;
    color: #ff0000;
    background: transparent;
}

/*--------------------------------------------------------------
LOGIN
--------------------------------------------------------------*/
body.login {
  width: 100%;
  background-color:#FF4444;
  background-image: linear-gradient(30deg, #ff0000 12%, transparent 12.5%, transparent 87%, #ff0000 87.5%, #ff0000),
  linear-gradient(150deg, #ff0000 12%, transparent 12.5%, transparent 87%, #ff0000 87.5%, #ff0000),
  linear-gradient(30deg, #ff0000 12%, transparent 12.5%, transparent 87%, #ff0000 87.5%, #ff0000),
  linear-gradient(150deg, #ff0000 12%, transparent 12.5%, transparent 87%, #ff0000 87.5%, #ff0000),
  linear-gradient(60deg, #BF0000 25%, transparent 25.5%, transparent 75%, #BF0000 75%, #BF0000),
  linear-gradient(60deg, #BF0000 25%, transparent 25.5%, transparent 75%, #BF0000 75%, #BF0000);
  background-size:80px 140px;
  background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
}
#login form p {
  line-height: 100%;
  margin-bottom: 0;
  text-align: left;
	width: 100%;
}
#login {
  margin: 0 auto;
  padding: 5%;
  z-index: 10;
  background-color: #ff0000;
  max-width: 450px;
  width: 100%;
  border: 0px solid #fff;
  opacity: 1;
}
/* 620px tab */
@media screen and (min-width: 620px) {
#login {
  padding: 30px;
}
}/* 620px tab */
.login .privacy-policy-page-link {
	display: none;
}	
.login h1 {
  margin: 0;
	width: 100%;
}
.login h1 a {
  background: url("../images/logo/dozodomo-transparent.svg") no-repeat center;
	max-height: 100px;
	max-width: 450px;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 0;
  line-height: 100%;
  margin: 0 auto;
  text-indent: -9999px;
  width: 100%;
  margin-bottom: 5%;
}
.login form {
    background: transparent;
    border: 0;
    box-shadow: none;
    font-weight: normal;
    margin: 0;    
    padding: 0;
    border-radius: 0;
}
.login .message {
	box-shadow: none;
}
.login label {
  border: 0px solid #ddd;
  box-sizing: border-box;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 0;
  color: #fff;
	font-weight: 900;
  width: 100%;
}
.login form .input, .login input[type="text"] {
  margin-bottom: 10px;
  border: 0px solid #fff;
  border-bottom: 1px solid #fff;
  box-shadow: none;
  border-radius: 0;
  color: #fff;
  background: transparent;
}
.login form .forgetmenot label {
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 100%;
  font-weight: 100;
  text-transform: uppercase;
  font-style: normal;
  width: auto;
}
.login #nav,
.login #backtoblog {
    padding: 1% 0 0;
    text-shadow: none;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 100%;
    text-align: center;
    border-radius: 0;
    margin: 0;
}
.login #backtoblog {
    font-size: 12px;
}
.login #nav {
    font-size: 12px;
    line-height: 100%;
    float: none;
}
.login #nav a,
.login #backtoblog a {
    text-decoration: none;
    color: #fff !important;
    etter-spacing: -1px;
}
.login #backtoblog a {
    font-weight: 800;
}
.login #nav a:hover,
.login #backtoblog a:hover {
    color: #000 !important;
}
#login-support {
    font-size: 11px;
    text-align: center;
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    color: #000;
    margin: 5px 0;
    padding: 10px 0;
}
#login-support a {
    color: #000;
}
#login-support a:hover {
    color: #BC002D;
}
.login form .input, .login input[type="text"] {
    font-size: 15px;
    line-height: 150%;
    margin: 2px 0 10px 0;
    padding: 10px;
    width: 100%;
}
div.updated, .login .message {
    background-color: transparent;
    border: 1px solid #aeaeae;
    border-radius: 0;
    color: #ddd;
    line-height: 100%;
    margin: 5% 0;
    font-size: 14px;
    text-align: center;
}
.login #backtoblog {
    display: none !important;
}
.login #login_error,
.login .message {
    line-height: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    background: transparent;
    border: 1px solid white;
    color: #fff;
    text-align: center;
}
.login #login_error a {
  line-height: 100%;
	margin: 1% 0 0;
  display: inline-block;
  font-size: 12px;
	font-size: 1.2rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #fff;
}
.login #login_error a:hover {
	color: #BC002D;
}
.login form input[type="checkbox"] {
	background: #fff;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	outline: 0px;
	border: 0px solid #fff;
}
.login form input[type="checkbox"]:checked::before {
  color: #ff0000;
	border-radius: 50%;
	background-color: #ff0000;
	content: "";
	height: 30px;
	width: 30px;
	margin: 0;
	border: 5px solid #fff;
	padding: 0;
	outline: 0px;
}
.login form input[type="checkbox"]:checked {
	height: 30px;
	width: 30px;
	outline: 0px;
}
.login form input[type="checkbox"]:focus {
  border-color: #ddd;
  box-shadow: none;
  outline: 0px;
	height: 30px;
	width: 30px;
}
.login .button-primary {
    width: 100% !important;
}
.login .privacy-policy-page-link {
    text-align: center;
    width: 100%;
    margin: 10% 0 0;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 13px;
}
.login .button.wp-hide-pw {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 10px !important;
  margin: 2px 0 10px 0;
  color: #fff;
  border: 1px solid transparent;
  line-height: 100%;
}
.login .button.wp-hide-pw:hover,
.login .button.wp-hide-pw:focus,
.login .button.wp-hide-pw:active {
  border: 1px solid transparent !important;
}
.login .button.wp-hide-pw .dashicons {
  width: 15px;
  height: 15px;
  top: 0;
	line-height: 100%;
	font-size: 15px;
}
/*--------------------------------------------------------------
LOGIN
--------------------------------------------------------------*/
/* couleurs
-------------------------------------------------------------- */
.aka {
    background: #ff0000 !important;
}
.kuro {
    background: #000 !important;
}
.shiro {
    background: #fff !important;
}
/* couleurs
/*--------------------------------------------------------------
STRUCTURES
-------------------------------------------------------------- */
.bako {
  border: 1px solid #000;
}
.boda-top {
  border-top: 1px solid #000;
}
.boda-right {
  border-right: 1px solid #000;
}
.boda-bottom {
  border-bottom : 1px solid #000;
}
.boda-left {
  border-left: 1px solid #000;
}
.kirigami_hako-sento {
	overflow: hidden;
	position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.kirigami_hako-1200 {
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0;
}
.kirigami_hako-70 {
    width: 100%;
}
/* 1024px desk */
@media screen and (min-width: 1024px) {
.kirigami_hako-70 {
    display: block;
    float: left;
    margin-left: 0px;
    width: 66.6666%;
    max-width: 800px;
}
}/* 1024px desk */
.kirigami_hako-30 {
    width: 100%;
}
/* 1024px desk */
@media screen and (min-width: 1024px) {
.kirigami_hako-30 {
    width: 33.3333%;
}
}/* 1024px desk */
/*------ GRILLE -------------------------------------------------------------- */
/* 620px tab */
@media screen and (max-width: 620px) {
.tetrimino_h-100-100-100 {
    width: 100%;
}
}/* 620px tab */
.tetrimino_h-100-100-100 {
    width: 100%;
}
/* 768px desk */
@media screen and (min-width: 768px) {
.tetrimino_h-100-100-100 {
    width: 100%;
}
}/* 768px desk */
/* 1024px desk */
@media screen and (min-width: 1024px) {
.tetrimino_h-100-100-100 {
    width: 100%;
}
}/* 1024px desk */
/*------ GRILLE -------------------------------------------------------------- */
/*--------------------------------------------------------------
STRUCTURES
-------------------------------------------------------------- */

/*--------------------------------------------------------------
SHEETS
--------------------------------------------------------------*/
#bento_sheets {
  
}
/*--------------------------------------------------------------
SHEETS
--------------------------------------------------------------*/
#story_chapter {
  
}
/*--------------------------------------------------------------
SPECS
--------------------------------------------------------------*/
#standard_specs {
  
}
/*--------------------------------------------------------------
SPECS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
STORY
--------------------------------------------------------------*/
#story_hako {

}
#story_hako-header {
  
}
.story_hako-title {
    padding: 0 5% 5%;
    margin: 0 auto;
}
.story_hako-title h1 {
    color: #101010;
    font-size: 27px;
    font-size: 2.7rem;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 100%;
    margin: 1% 0 5%;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', arial, sans-serif;
}
.story_hako-title h1 {
  font-size: calc(27px + (40 - 27) * ((100vw - 300px) / (1200 - 300)));
}
.story_hako-cat {
    margin-bottom: 0;
    line-height: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    font-weight: 900;
    background: #ff0000;
    padding: 10px 15px;
    line-height: 100%;
}
.story_hako-joke {
    font-weight: 400;
    padding: 1%;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0;
    color: #000;
    font-style: italic;
    line-height: 100%;
    font-size: 25px;
    font-size: 2.5rem;
}
.story_hako-cover {
    width: 100%;
    z-index: 0;
}
.story_hako-cover .image {
    height: auto;
    width: 100%;
    vertical-align: top;
    pointer-events: none;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.story_hako-cover img {
  width: 100%;
	height: auto;
  pointer-events: none;
  display: block;
}
.story_hako-cover_source {
    margin: 0 10px;
    padding: 0 0 10px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #555;
    line-height: 125%;
    max-width: 1200px;
    font-weight: 400;
    letter-spacing: 0;
}
.story_hako-content {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: justify;
    text-justify: inter-word;
    color: #000;
    line-height: 150%;
    margin: 0 auto;
    overflow: hidden;
    padding: 5% 0 0;
}
.story_hako-content a {
    text-decoration: underline;
    color: #ff0000;
    font-weight: 400;
    transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
}
.story_hako-content a:focus,
.story_hako-content a:active,
.story_hako-content a:hover {
	color: #fff;
	background: #ff0000;
}
/* 1024px desk */
@media screen and (min-width: 1024px) {
.story_hako-content p {
  padding: 0;
}
}/* 1024px desk */
.story_hako-content p img {
    vertical-align: top;
    width: 100%;
    height: auto;
    margin: 0 0 1.5em;
}
.story_hako-content p img:last-child {
  margin: 0;
}
.story_hako-content img {
    vertical-align: top;
    width: 100%;
    height: auto;
}
.story_hako-content h2 {
  max-width: 666px;
  margin: 0 auto 1.5em;
  text-align: left;
  padding: 0 10px;
}
/* 1024px desk */
@media screen and (min-width: 1024px) {
.story_hako-content h2 {
  padding: 0;
}
}/* 1024px desk */
.story_hako-content h3 {
  max-width: 666px;
  margin: 0 auto 0.5em;
  text-align: left;
  padding: 0 10px;
}
.story_hako-content h3:before {
  content: " ▼ ";
  color: #ff0000;
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
}
/* 1024px desk */
@media screen and (min-width: 1024px) {
.story_hako-content h3 {
  padding: 0;
}
}/* 1024px desk */
.story_hako-content .wp-caption {
    background-color: transparent;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100% !important;
    line-height: 100%;
}
.story_hako-content .wp-caption img {
    border: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 100%;
    height: auto;
}
.story_hako-content .wp-caption .wp-caption-text {
    margin: 0 0 1.5em;
    padding: 5px 0;
    color: #000;
    line-height: 100%;
}
.story_hako-content blockquote {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: justify;
    font-style: italic;
    border-left: 5px solid #ff0000;
    padding: 0 5%;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 125%;
    max-width: 666px;
    margin: 0 10px 1.5em;
  }
/* 1024px desk */
@media screen and (min-width: 1024px) {
.story_hako-content blockquote {
  margin: 0 auto;
}
}/* 1024px desk */
.story_hako-content blockquote p {
    border-bottom: 0px solid #ff0000;
    padding: 0 0 2%;
}
.story_hako-content blockquote cite {
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: none;
}
.story_hako-content blockquote cite:before {
    content: "— ";
}
.story_hako-content blockquote cite strong {
    font-weight: 400;
}
.story_hako-content .wp-block-pullquote {
    padding: 1%;
    margin: 0;
}
/* 1024px desk */
@media screen and (min-width: 1024px) {
.story_hako-content .wp-block-pullquote {
    float: left;
}
}/* 1024px desk */
.story_hako-content .wp-block-pullquote blockquote {
    text-align: justify;
    font-weight: 400;
    letter-spacing: 0;
}
.story_hako-content .wp-block-pullquote blockquote p {
    font-size: 30px;
    font-size: 3rem;
    line-height: 100%;
    padding: 0;
    margin: 0;
    font-weight: 400;
    text-align: left;
    border-bottom: 0px solid #ff0000;
    text-transform: uppercase;
    font-style: italic;
}
.story_hako-content iframe {
    width: 100% !important;
    margin: 0 auto !important;;
    text-align: center !important;;
}
.story_hako-content table {
    margin: 0;
}
.story_hako-content table p {
  
}
.story_hako-content td {
    width: 100%;
    float: left;
    margin: 0 0 1.5em;
    border: 0px solid !important;
}
/* 1024px desk */
@media screen and (min-width: 1024px) {
.story_hako-content td {
    width: 50%;
    padding: 0 1% 0 0;
}
.story_hako-content td:last-child {
    padding: 0 0 0 1%;
}
}/* 1024px desk */
.story_hako-content .has-drop-cap:not(:focus):first-letter {
    font-size: 7rem;
    line-height: 150%;
    font-weight: 100;
    margin: 2% 2% 0 auto;
    text-transform: uppercase;
    font-style: normal;
    color: #f00;
}
.story_hako-content p {
  max-width: 666px;
  margin: 0 auto 1.5em;
  padding: 0 2%;
}
/* 768px desk */
@media screen and (min-width: 768px) {
.story_hako-content p {
  padding: 0;
}
}/* 768px desk */

/* Gutenberg Bloc **************************************************/
.story_hako-content .wp-block-image {
    max-width: 100%;
    margin: 0 0 1.5em !important;
}
.story_hako-content figcaption {
    margin: 0 auto 1.5em !important;
    padding: 10px 10px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #555;
    line-height: 150%;
    font-weight: 400;
    letter-spacing: 0;
    border-left: 3px solid #ff0000;
    max-width: 666px;
}
.story_hako-content .wp-block-embed {
    margin: 0 auto 1.5em !important;
    height: auto;
    margin: 0 auto;
    background: #ddd;
    
}
.story_hako-content .wp-block-embed .twitter-tweet {
    margin: 0 auto;
}
.story_hako-content .wp-block-embed figcaption {
    margin: 0 10px 1.5em 10px !important;
}
.story_hako-content embed {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
/* Gutenberg Bloc **************************************************/
.story_hako-disclosure {
    margin: 5% auto 0;
    padding: 0;
    font-weight: 400;
    padding: 1%;
    letter-spacing: 0;
    font-size: 20px;
    font-size: 2rem;
    color: #000;
    font-style: italic;
    line-height: 100%;
    text-align: left;
    max-width: 666px;
}
/*--------------------------------------------------------------
STORY
--------------------------------------------------------------*/
#common_chapter {
  
}
/*--------------------------------------------------------------
STORY FOOTER
--------------------------------------------------------------*/
.story_hako-footer {

}
/*--------------------------------------------------------------
STORY FOOTER
--------------------------------------------------------------*/
/*--------------------------------------------------------------
META
--------------------------------------------------------------*/
.meta_hako {
  
}
.meta_hako ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.meta_hako li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.meta_hako li:last-child {

}
.meta_hako .padder {
  padding: 0 10px 10px;
  margin: 0 auto;
  overflow: hidden;
}
.meta_hako .content {
  
}
/* 1200px desk */
@media screen and (max-width: 1200px) {
.meta_hako .content {
  padding: 0 5%;
}
}/* 1200px desk */
.meta_hako .content .header {
  margin: 0 auto;
  max-width: 666px;
  padding: 5% 0 0;
}
.sidebar_hako .meta_hako .content .header {
  padding: 5% 5% 0;
}
/* 1200px desk */
@media screen and (max-width: 1200px) {
.sidebar_hako .meta_hako .content .header {
  padding: 5% 0 0;
}
}/* 1200px desk */
.meta_hako .content .second {
  margin: 0 auto;
  max-width: 666px;
  padding: 0 0 5%;
}
.meta_hako .content .title {
  
}
.meta_hako .content .title {
    z-index: 1;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    line-height: 100%;
    padding: 0;
    background-color: transparent;
    z-index: 1;
    max-width: 1200px;
    bottom: 0;
    margin-bottom: 20px;
}
.meta_hako .content .title a {
  color: #000;
}
.meta_hako .content .title a {
  color: #000;
}
.meta_hako .content .title a:after {
    color: #ff0000;
    content: ".";
    display: inline;
    margin: 0;
    font-size: 50px;
    font-size: 5rem;
    font-weight: 900;
    line-height: 0;
    margin-left: 5px;
}
.meta_hako .content .title a:hover {
  color: #ff0000;
}
.meta_hako .content .title h1 {
    font-size: 30px;
    font-size: 3rem;
    color: #000;
    padding: 0;
    margin: 0;
    line-height: 88%;
    letter-spacing: -1px;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
    word-break: break-word;
}
.meta_hako .content .title h1 {
  font-size: calc(30px + (40 - 30) * ((100vw - 300px) / (1200 - 300)));
}
.meta_hako .content .title h2 {
    margin: 0;
    padding: 0;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -1px;
    color: #000;
    text-align: left;
    line-height: 100%;
    text-transform: uppercase;
}
.meta_hako .content .title h3 {
    background: #fff;
    clear: both;
    text-align: left;
    color: #000;
    margin: 0 0 10px;
    font-weight: 400;
    padding: 0;
    line-height: 100%;
    letter-spacing: -1px;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: none;
}
.meta_hako .content .title h3 a:after {
  display: none;
}
.meta_hako .content .boda-left {
  padding: 0 0 0 20px;
  border-left: 5px solid #ff0000;
}
.meta_hako .content .logo img {
  display: block;
  text-align: left;
  max-height: 50px;
}
.meta_hako .content-full {
  
}
.meta_hako .content-full .maps {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
.meta_hako .content-full .maps iframe {
	height: 400px;
	width: 100%;
	margin-bottom: 0;
	padding: 0;
  display: block;
}
.meta_hako .second {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 100%;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 0 2%;
}
.meta_hako .second a {
    color: #999;
}
.meta_hako .second a:hover {
    color: #ff0000;
    background: transparent;
}
.meta_hako .second .author {
    margin-bottom: 1%;
}
.meta_hako .data {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0;
    margin: 1px 0;
    padding: 0;
    color:#555;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 900;
    display: inline-block;
    width: 100%;
}
.meta_hako .data span {
    padding: 5px;
    background: #7d7d7d;
    color: #fff;
    text-transform: uppercase;
    margin-right: 2px;
    font-weight: 900;
    display: inline-block;
}
.meta_hako .data a {    
    background: #b7b7b7;
    color: #fff;
    padding: 5px;
    font-weight: 900;
    margin: 2px 2px 0 0;
    display: inline-block;
}
.meta_hako .data a:hover {
    color: #fff;    
    background: #ff0000;
}
.meta_hako .meta-notice {
    background: #fff;
    clear: both;
    text-align: left;
    color: #000;
    margin: 0 0 10px;
    font-weight: 400;
    padding: 0;
    line-height: 100%;
    letter-spacing: -1px;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: none;
    font-style: italic; 
}
/* Susume/Disclosure 
-------------------------------------------------------------- */
.meta_hako .disclosure-info {
  width: 100%;
  padding: 0 0 10px 0;
  margin: 0 auto;
  border-bottom: 3px dotted #ddd;
  margin-bottom: 10px;
}
.meta_hako  .disclosure-info:last-child {
  border-bottom: 0px;
  margin-bottom: 0;
}
.meta_hako .disclosure-info .title {
    background: #fff;
    clear: both;
    text-align: left;
    color: #000;
    margin: 0;
    font-weight: 400;
    padding: 0;
    line-height: 150%;
    letter-spacing: -1px;
    font-size: 20px;
    font-size: 2rem;
    text-transform: none;
}
.meta_hako .disclosure-info .line {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: 0;
  text-align: justify;
  margin: 5px 0;
  font-weight: normal;
  text-transform: none;
}
.meta_hako .disclosure-info .line:after {
    line-height: 100%;
    letter-spacing: 0;
    margin: 0;
    font-weight: 900;
    background: #ff0000;
    color: #fff;
    margin: 5px 0;
    content: "";
    border-top: 1px solid #f00;
    display: block;
    width: 33%;
}
.meta_hako .disclosure-info .line a {
  color: #000;
  font-weight: 400;
  text-decoration: underline;
}
.meta_hako .disclosure-info .line a:hover {
  color: #ff0000;
}
.meta_hako .disclosure-info .line p {
    margin: 0;
}
.meta_hako .disclosure-info .line p:last-child {
    margin: 0;
}
/* Susume/Disclosure 
-------------------------------------------------------------- */
/*--------------------------------------------------------------
META
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#navi_roddo SOUS-SITE
--------------------------------------------------------------*/
#navi_roddo-division {
	max-width: 100%;
	margin: 0 auto;
  margin-top: 50px;
	padding: 0;
	height: 50px;
	width: 100%;
	z-index: 99999;
	top: 0;
	text-transform: uppercase;
	color: #000;
	opacity: 1;
	overflow: hidden;
  background: #ff0000;
  position: relative;
  border-bottom: 1px solid #000;
  z-index: 0;
}
#navi_roddo-division .menu_outer {
  padding: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#navi_roddo-division .menu_outer:before,
#navi_roddo-division .menu_outer:after {
  content: "";
  display: block;
}
#navi_roddo-division .menu_outer:after {
  clear: both;
}
#navi_roddo-division .menu_outer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#navi_roddo-division .menu_outer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#navi_roddo-division .menu_inner {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
	margin: 0;
	max-width: 1200px;
  width: 100%;
  color: #000;
	padding: 0;
	text-align: left;
}
#navi_roddo-division .menu_inner li {
	display: block;
	float: left;
}
#navi_roddo-division .menu_inner li a {
    color: #000;
    display: block;
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 900;
    height: 50px;
    letter-spacing: -1px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    z-index: 510;
}
#navi_roddo-division .menu_inner li.logo a {
    margin: 0;
    padding: 0;
}
#navi_roddo-division .menu_inner li.logo img {
    margin: 0px;
    height: 100%;
}
/*--------------------------------------------------------------
#navi_roddo SOUS-SITE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
kyojin
--------------------------------------------------------------*/
#navi_roddo-kyojin {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	height: auto;
	width: 100%;
	z-index: 99999;
	top: 0;
  left: 0;
  right: 0;
	text-transform: uppercase;
	color: #000;
	opacity: 1;
	overflow: hidden;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
#navi_roddo-kyojin .menu_outer {
  padding: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#navi_roddo-kyojin .menu_outer:before,
#navi_roddo-kyojin .menu_outer:after {
  content: "";
  display: block;
}
#navi_roddo-kyojin .menu_outer:after {
  clear: both;
}
#navi_roddo-kyojin .menu_outer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#navi_roddo-kyojin .menu_outer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#navi_roddo-kyojin .menu_inner {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
	margin: 0;
	max-width: 1200px;
  width: 100%;
  color: #000;
	padding: 0;
	text-align: left;
}
#navi_roddo-kyojin .menu_inner li {
	display: block;
}
#navi_roddo-kyojin .menu_inner li a {
    color: #000;
    display: block;
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: -1px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    z-index: 510;
}
#navi_roddo-kyojin .menu_inner li.logo a {
    margin: 0;
    padding: 0;
}
#navi_roddo-kyojin .menu_inner li.logo img {
    margin: 0px;
    height: 100%;
}
/*--------------------------------------------------------------
kyojin
--------------------------------------------------------------*/
/*--------------------------------------------------------------
SIMPLE MENU
--------------------------------------------------------------*/
#navi_roddo-drop {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	z-index: 99999;
	top: 0;
	text-transform: uppercase;
	color: #000;
	opacity: 1;
	background: #fff;
	border-bottom: 1px solid #000;
  overflow: hidden;
  z-index: 0;
  position: relative;
}
#navi_roddo-drop .menu_inner {
    padding: 0;
    margin: 0 auto;
}
#navi_roddo-drop .menu_inner:before,
#navi_roddo-drop .menu_inner:after {
  content: "";
  display: block;
}
#navi_roddo-drop .menu_inner:after {
  clear: both;
}
#navi_roddo-drop .menu_inner {
	padding: 0;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
#navi_roddo-drop .section {
    width: 100%;
    z-index: 1;
    color: #000;
    height: 50px;
    z-index: 100;
    padding: 0;
    margin: auto 0;
    text-align: center;
}
#navi_roddo-drop .section .drop a {
    text-decoration: none;
    }
#navi_roddo-drop .section .drop li {
    list-style: none;
    }
/* Menu Container */
#navi_roddo-drop .section .drop {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
	margin: 0;
	max-width: 1200px;
	width: 100%;
  color: #000;
	padding: 0;
	text-align: center;
}	
/* Menu List */
#navi_roddo-drop .section .drop > li {
	display: block;
	float: left;
}
#navi_roddo-drop .section .drop > li > a {
    color: #000;
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 900;
    height: 50px;
    letter-spacing: -1px;
    line-height: 50px;
    padding: 0 5px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    z-index: 510;
}
#navi_roddo-drop .section .drop > li > a {
  font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1200 - 300)));
}
#navi_roddo-drop .section .drop > li:hover > a {
  color: #ff0000;
  background: #fff;
}
#navi_roddo-drop .section .drop > li > a:after {
    color: #ff0000;
    content: ".";
    display: inline-block;
    margin: 0 0 0 3px;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 900;
    line-height: 0;
}
/*--------------------------------------------------------------
SIMPLE MENU
--------------------------------------------------------------*/




/* ============================================================
SIDEBAR
============================================================ */
#sidebar {
    overflow: hidden;
}
/* 1024px desk */
@media screen and (min-width: 768px) {
#sidebar {
  padding: 0;
    float: right;
    right: 0;
    margin-right: 0px;
    position: relative;
    height: 100%;
}
}/* 1024px desk */
.sidebar_hako {       
    padding: 0;
    margin: 0 auto;
    margin-top: 0;   
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
/* 1024px desk */
@media screen and (min-width: 1024px) {
.sidebar_hako {
  padding-left: 20px;
}
}/* 1024px desk */
/* ============================================================
SIDEBAR
============================================================ */



.tetromino_marge-bottom {
    margin-bottom: 25px;
}
.tetromino_marge-full {
  margin: 25px 1%;
}
/* 1200px desk */
@media screen and (min-width: 1200px) {
.tetromino_marge-full {
    margin: 25px 0;
}
}/* 1200px desk */
/* structures
-------------------------------------------------------------- */
/*--------------------------------------------------------------
STORY
--------------------------------------------------------------*/


#gallery_specs .story_hako-title {
    padding: 5%;
    max-width: 1200px;
}
#playlist_specs .story_hako-title {
  padding: 5%;   
}
#wip_specs .story_hako-title {
  padding: 5%;   
}

#gallery_specs .story_hako-title h1 {
    color: #fff ;
    font-weight: 100;
    letter-spacing: 0;
    font-size: calc(30px + (55 - 30) * ((100vw - 300px) / (1200 - 300)));
}
#edito_specs .story_hako-title h1 {
    color: #101010;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 100%;
    margin: 1% 0 5%;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', arial, sans-serif;
}
#edito_specs .story_hako-title h1 {
  font-size: calc(30px + (50 - 30) * ((100vw - 300px) / (1200 - 300)));
}
#playlist_specs .story_hako-title h1 {
  margin: 0;
  color: #fff;
  padding: 5px 7px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#playlist_specs .story_hako-title h1 {
  font-size: calc(30px + (88 - 30) * ((100vw - 300px) / (1200 - 300)));
}
#gallery_specs .story_hako-cat {
  color: #ff0000;
  background: transparent;
  font-weight: 100;
  padding: 0;
  letter-spacing: 0;
  font-size: calc(18px + (30 - 18) * ((100vw - 300px) / (1200 - 300)));
}
#edito_specs .story_hako-cat {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0;
    color: #000;
    background: #fff;
    font-weight: 100;
    padding: 10px 15px 0 0;
}

#gallery_specs .story_hako-joke {
    color: #fff ;
}
.story_hako-intro {
    font-weight: 400;
    padding: 1%;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0;
    color: #000;
    line-height: 100%;
    font-style: italic;
}
.story_hako-meta_top {
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0;
    color: #000;
    font-weight: 400;
    line-height: 100%;
    margin: 25px 0 5px;
    text-transform: uppercase;
}
#gallery_specs .story_hako-meta_top {
	color: #fff;
}
.story_hako-meta_top a {
	font-weight: 900;
}
.story_hako-meta_top a:hover {
	
}
.story_hako-meta_top .first {
    font-size: 15px;
    font-size: 1.5rem;
}
.story_hako-meta_top .second {
    font-size: 12px;
    font-size: 1.2rem;
}
.story_hako-meta_top .third {
	margin-top: 10px;
}
.story_hako-meta_right {
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: -1px;
    color: #000;
    font-weight: 400;
    line-height: 100%;
    margin: 25px 0 5px;
    text-transform: uppercase;
		text-align: right;
		letter-spacing: 0;
}
.comment-bubble {
    display: inline-block;
    padding: 5px 10px;
    background-color: #fff;
		border: 1px solid #ff0000;
    font-weight: 400;
    color: #ff0000;
    position: relative;
}
.comment-bubble:hover {
	background-color: #ff0000;
	color: #fff;
}

.story_hako-cover_source .data {
  border-left: 3px solid #ff0000;
}
.story_hako-cover_source .data a {
    font-weight: 400;
    color: #000;
    padding: 10px;
    display: block;
}
#gallery_specs .story_hako-cover_source .data a {
    color: #fff;
}
.story_hako-cover_source .data a:hover {
    color: #ff0000;
}

.breadcrumb {
    font-size: 14px;
    margin-bottom: 20px;
}

.breadcrumb a {
    color: #333;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}


#gallery_specs .story_hako-content {
  color: #fff;
}

#standard_specs .story_hako-content ul {
  margin: 0 auto 1.5em;
  max-width: 666px;
  padding: 0 2%;
}
#standard_specs .story_hako-content ul li {
  margin: 0 0 0 5%;
}
#gallery_specs .story_hako-content p:first-child:first-letter,
#edito_specs .story_hako-content p:first-child:first-letter {
  float: left;
  font-size: 7rem;
  line-height: 150%;
  font-weight: 400;
  margin: 0 10px 0 auto;
  text-transform: uppercase;
  font-style: normal;
  color: #fff;
  background: #ff0000;
  padding: 10px;
}


#edito_specs .story_hako-content h2 {
  font-weight: 400;
  font-size: xx-large;
}

#images_specs .story_hako-content .wp-caption {
    background-color: #000;
}

#images_specs .story_hako-content .wp-caption .wp-caption-text {
    color: #fff;
    padding: 10px;
    line-height: 100%;
}
#gallery_specs .story_hako-content .wp-caption .wp-caption-text {
    color: #fff;
}

/* Gutenberg Bloc **************************************************/


#images_specs .story_hako-content .wp-block-image {
    background: #000;
}

#gallery_specs .story_hako-content figcaption, 
#images_specs .story_hako-content figcaption {
    color: #fff;
    background-color: #000;
    max-width: 666px;
    margin: 0 auto !important;
}

#images_specs .story_hako-content .wp-block-embed {
    background: #fff;
}
#images_specs .story_hako-content .wp-block-embed-youtube figcaption {
    background: #fff;
    color: #000;
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 auto 1.5em !important;
}
.story_hako-video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.story_hako-video iframe,
.story_hako-video object,
.story_hako-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.story_hako-video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.story_hako-video iframe,
.story_hako-video object,
.story_hako-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Gutenberg Bloc **************************************************/
.wp-block-image .alignleft {
    width: 100%;
}
.wp-block-image .aligncenter {
    width: 100%;
}
.wp-block-image .alignright {
    width: 100%;
}

#featured-content .story_hako-disclosure {
    color: #fff;
}
/* nextin **************************************************/
.story_hako-nextin {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 666px;
}
.story_hako-nextin ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.story_hako-nextin li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #000;
}
.story_hako-nextin li:last-child {
  border-bottom: 0px;
}
.story_hako-nextin a {
  color: #000;
}
.story_hako-nextin a:hover {
  color: #ff0000;
}
.story_hako-nextin .content {
  padding: 1%;
  text-align: left;
  width: 100%;
  text-transform: uppercase;
  margin: 0 auto;
}
.story_hako-nextin .content .section {
  margin-bottom: 10px;
}
.story_hako-nextin .content .section h2 {
  margin: 0;
  padding: 0;
  line-height: 100%;
  font-weight: 400;
  font-size: 30px;
  font-size: 3rem;
}
.story_hako-nextin .content .section h2:before {
  color: #ff0000;
  content: ". ";
  display: inline-block;
  margin: 0;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 900;
  font-size: calc(25px + (45 - 25) * ((100vw - 300px) / (1200 - 300)));
  line-height: 0;
}
.story_hako-nextin .article .section span{
}
.story_hako-nextin .content .article {
  padding: 1%;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.story_hako-nextin .article .date {
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
}
.story_hako-nextin .article .cat {
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
}
.story_hako-nextin .article .title h1 {
  margin: 0;
  padding: 0;
  line-height: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0;
  font-weight: 400;
  text-transform: none;
}
/* nextin **************************************************/
/*--------------------------------------------------------------
STORY
--------------------------------------------------------------*/



/*--------------------------------------------------------------
NAVIGATION
--------------------------------------------------------------*/
/* smoothup
-------------------------------------------------------------- */
/* 620px tab */
@media screen and (min-width: 620px) {
#smoothup {
    z-index: 100;
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-indent: -99999px;
    display: none;
    z-index: 99999;
    background: #000 url("../images/navigation/chevron.svg") no-repeat;
}
#smoothup:hover {
    background: #ff0000 url("../images/navigation/chevron.svg") no-repeat;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
}/* 620px tab */
/* smoothup
-------------------------------------------------------------- */
/* super_barre
--------------------------------------------------------------*/
#super_barre {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	width: 100%;
	z-index: 99999;
	top: 0;
	text-transform: uppercase;
	color: #000;
	opacity: 1;
	overflow: hidden;
}
#super_barre .outer {
  padding: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#super_barre .outer:before,
#super_barre .outer:after {
  content: "";
  display: block;
}
#super_barre .outer:after {
  clear: both;
}
#super_barre .outer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#super_barre .outer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#super_barre .inner {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
	margin: 0;
	max-width: 1200px;
  width: 100%;
  color: #000;
	padding: 0;
	text-align: left;
}
#super_barre .inner li {
	display: block;
	float: left;
}
#super_barre .inner li a {
    color: #000;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 900;
    height: 50px;
    letter-spacing: -1px;
    line-height: 50px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    z-index: 510;
}
#super_barre .inner li.logo a {
    margin: 0;
    padding: 0;
}
#super_barre .inner li.logo img {
    margin: 0px;
    height: 100%;
}
/* 620px tab */
@media screen and (max-width: 619px) {
#super_barre .inner li.login {
    display: none;
}
}/* 620px tab */
#super_barre .inner li.login {
    margin: 0;
    padding: 0;
    float: right;
}
#super_barre .inner li.login a {
    margin: 0;
    padding: 0;
}
#super_barre .inner li.login img {
    margin: 5px;
    background: transparent;
    border-radius: 50%;
    border: 5px solid #fff;
    height: 40px;
    width: 40px;
}
/* super_barre
--------------------------------------------------------------*/
/* super_barre-fade
-------------------------------------------------------------- */
#super_barre-fade {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	width: 100%;
	z-index: 99999;
	top: 0;
	text-transform: uppercase;
	color: #000;
	border-bottom: 0px solid #ddd;
  position: fixed;
  display: none;
	overflow: hidden;
}
#super_barre-fade .outer {
  padding: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#super_barre-fade .outer:before,
#super_barre-fade .outer:after {
  content: "";
  display: block;
}
#super_barre-fade .outer:after {
  clear: both;
}
#super_barre-fade .outer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#super_barre-fade .outer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#super_barre-fade .inner {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
	margin: 0;
	max-width: 1200px;
  width: 100%;
  color: #000;
	padding: 0;
	text-align: left;
}
#super_barre-fade .inner li {
	display: block;
	float: left;
}
#super_barre-fade .inner li a {
    color: #000;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 900;
    height: 50px;
    letter-spacing: -1px;
    line-height: 50px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    z-index: 510;
}
#super_barre-fade .inner li.logo a {
    margin: 0;
    padding: 0;
}
#super_barre-fade .inner li.logo img {
    margin: 0px;
    height: 50px;
}
#super_barre-fade .inner li.menu-x {
    margin: 0;
    padding: 0;
    float: right;
}
#super_barre-fade .inner li.menu-x a {
    margin: 0;
    padding: 0;
}
#super_barre-fade .inner li.menu-x img {
    margin: 0;
    background: transparent;
    border-radius: 0;
}
/* super_barre-fade
-------------------------------------------------------------- */
/* super_barre-second
--------------------------------------------------------------*/
#super_barre-second {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	z-index: 99999;
	top: 0;
	text-transform: uppercase;
	color: #000;
	opacity: 1;
  background: #fff;
  overflow: hidden;
}
#super_barre-second .outer {
  padding: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#super_barre-second .outer:before,
#super_barre-second .outer:after {
  content: "";
  display: block;
}
#super_barre-second .outer:after {
  clear: both;
}
#super_barre-second .outer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#super_barre-second .outer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#super_barre-second .inner {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
	margin: 0;
	max-width: 1200px;
  width: 100%;
  color: #000;
	padding: 0;
	text-align: left;
}
#super_barre-second .inner li {
	display: block;
	float: left;
}
#super_barre-second .inner li.big:before {
  color: #ff0000;
  content: ". ";
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 900;
  font-size: calc(40px + (75 - 40) * ((100vw - 300px) / (1200 - 300)));
  line-height: 0;
}
#super_barre-second .inner li.big {
  display: block;
    margin: 0;
    padding: 0;
    color: #000;
    font-weight: 100;
    line-height: 100%;
    letter-spacing: -1px;
  font-size: 30px;
  font-size: 3rem;
  margin-top: 1%;
}
#super_barre-second .inner li.big {
  font-size: calc(40px + (75 - 40) * ((100vw - 300px) / (1200 - 300)));
}
#super_barre-second .inner li.logo {
  width: 100%;
}
#super_barre-second .inner li.logo img {
  width: 100%;
}
/* super_barre-second
--------------------------------------------------------------*/
/*--------------------------------------------------------------
NAVIGATION
--------------------------------------------------------------*/
/* TOMODACHI  .wrapper
-------------------------------------------------------------- */
.tomodachi_hako {
    background: transparent;
    margin: 0 auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0;
}
.tomodachi_hako .first {
    background: transparent;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    padding: 0;
}
.tomodachi_hako .tomodachi_hako-cover {
    color: #18181b;
    padding: 25px 1% 0;
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: auto;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.tomodachi_hako .tomodachi_hako-cover .image {
    width: 100%;
    margin: 0 auto;
    position: relative;
    line-height: 0;
    text-align: center;
    z-index: 1;
    padding: 0;
    max-width: 1200px;
    border: 1px solid #fff;
}
/* 1024px desk */
@media screen and (max-width: 1024px) {
  .tomodachi_hako .tomodachi_hako-cover .tomodachi_hako-bg {
    display: none;
  }
}/* 1024px desk */
/* 1024px desk */
@media screen and (min-width: 1024px) {
.tomodachi_hako .tomodachi_hako-cover .tomodachi_hako-bg {
    background-position: center center;
    background-size: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    vertical-align: top;
    z-index: 0;
}
}/* 1024px desk */
.tomodachi_hako .tomodachi_hako-etiquette {
  position: relative;
  margin: 0 auto;
  padding: 0;
  line-height: 0;
  height: auto;
  width: 100%;
  text-align: right;
  max-width: 1200px;
  background: transparent;
  z-index: 1;
  height: 25px
}
.tomodachi_hako .tomodachi_hako-etiquette .link {
    margin: 0;
    font-weight: 100;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
    color: #ff0000;
    line-height: 120%;
    letter-spacing: 0;
    padding: 0;
}
.tomodachi_hako .tomodachi_hako-etiquette .link a {
    background: #fff;
    color: #ff0000;    
    border: 1px solid #fff;
    border-top: 0px solid #ff0000;
    padding: 0 5px;
    display: inline-block;
}
.tomodachi_hako .tomodachi_hako-etiquette .link a:before {
  content: "▲";
  display: inline-block;
  margin: 0 5px 0 0;
  font-weight: 900;
  line-height: 0;
}
.tomodachi_hako .tomodachi_hako-etiquette .link a:hover {
    background: #ff0000;
    color: #fff; 
    border: 1px solid #ff0000;
    border-top: 0px solid #ff0000;
}




/* hako-cell
-------------------------------------------------------------- */
.hako-cell-bako {
  border: 1px solid #000;
}
.hako-cell-boda-top {
  border-top: 1px solid #000;
}
.hako-cell-boda-right {
  border-right: 1px solid #000;
}
.hako-cell-boda-bottom {
  border-bottom : 1px solid #000;
}
.hako-cell-boda-left {
  border-left: 1px solid #000;
}
.hako-cell {
  margin: 0;
  overflow: hidden;
}
.hako-cell-full {
  width: 100%;
  overflow: hidden;
}
.hako-cell-padder {
  padding: 10px !important;
}

.hako-cell-outer {
  overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0;
}
.hako-cell-inner {
    padding: 5%;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 100%;
    color: #000;
    text-align: left;
}
.hako-cell-section {
  padding: 0 5%;
}
.hako-cell-section-border {
  border-left: 5px solid #ff0000;
  
}
.hako-cell-content {
  padding: 0;
  max-width: 666px;
}
.hako-cell-content-full {
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.hako-cell-content-title {
    z-index: 1;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    line-height: 100%;
    padding: 0;
    background-color: transparent;
    z-index: 1;
    max-width: 1200px;
    bottom: 0;
}
.hako-cell-content-title a {
  color: #000;
}
.hako-cell-content-title a {
  color: #000;
}
.hako-cell-content-title a:after {
    color: #ff0000;
    content: ".";
    display: inline;
    margin: 0;
    font-size: 50px;
    font-size: 5rem;
    font-weight: 900;
    line-height: 0;
}
.hako-cell-content-title a:hover {
  color: #ff0000;
}
.hako-cell-content-title h1 {
    font-size: 30px;
    font-size: 3rem;
    color: #000;
    padding: 0;
    margin: 0;
    line-height: 88%;
    letter-spacing: -1px;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
    word-break: break-word;
}
/* 768px desk */
@media screen and (min-width: 768px) {
.hako-cell-content-title h1 {
  font-size: 35px;
  font-size: 3.5rem;
}
}/* 768px desk */
/* 1200px desk */
@media screen and (min-width: 1200px) {
.hako-cell-content-title h1 {
  font-size: 40px;
  font-size: 4rem;
}
}/* 1200px desk */
#featured-content .hako-cell-content-title h1 {
    color: #fff;
}
.hako-cell-content-title h2 {
    margin: 0;
    padding: 0;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -1px;
    color: #000;
    text-align: left;
    line-height: 100%;
    text-transform: uppercase;
}
.hako-cell-content-description {
    background: #fff;
    clear: both;
    text-align: left;
    color: #000;
    margin: 0 0 10px;
    font-weight: 400;
    padding: 0;
    line-height: 100%;
    letter-spacing: -1px;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: none;
}
/* hako-cell
-------------------------------------------------------------- */
/* social_club
-------------------------------------------------------------- */
.social_club-content {
    padding: 5px 0 0;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
    border-radius: 50%;
    text-align: left;
}
.social_club-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 500px;
}
.social_club-content li {
   width: 100%;
   display: inline;
   list-style: none;
}
.social_club-content li a:after {
  display: none !important;
}
.social_club-content .fa, 
.social_club-content .fab, 
.social_club-content .fas {
  color: #fff !important;
  background: #ff0000;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;    
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
  margin: 0;
  display: inline-block;
}
.social_club-content .social_club-twitter {
    background: #00aced !important;
} 
.social_club-content .social_club-twitter:hover,
.social_club-content .social_club-twitter:active {
    background: #00668C !important;
} 
.social_club-content .social_club-facebook {
    background: #3B5997;
} 
.social_club-content .social_club-facebook:hover,
.social_club-content .social_club-facebook:active {
    background: #1F3154;
} 
.social_club-content .social_club-pinterest {
    background: #bd081c;
} 
.social_club-content .social_club-pinterest:hover,
.social_club-content .social_club-pinterest:active {
    background: #5E050E;
} 
.social_club-content .social_club-linkedin {
    background: #0074A1;
} 
.social_club-content .social_club-linkedin:hover,
.social_club-content .social_club-linkedin:active {
    background: #002E3F;
}
.social_club-content .social_club-mail {
    background: #8E2F7E;
} 
.social_club-content .social_club-mail:hover,
.social_club-content .social_club-mail:active {
    background: #4C1842;
}
.social_club-content .social_club-facebook:hover,
.social_club-content .social_club-twitter:hover,
.social_club-content .social_club-pinterest:hover,
.social_club-content .social_club-linkedin:hover,
.social_club-content .social_club-mail:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}
.social_club-content .follow-me:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}

/* social_club
-------------------------------------------------------------- */
.gps-content .maps {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
.gps-content .maps iframe {
	height: 400px;
	width: 100%;
	margin-bottom: 0;
	padding: 0;
}

.story-box {
  border: 1px solid #000;
}

.playlist-title h1 {
    color: #101010;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 100%;
    margin: 0 0 5% !important;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', arial, sans-serif;
}
.playlist-title h1 {
  font-size: calc(30px + (40 - 30) * ((100vw - 300px) / (1200 - 300)));
}
.playlist-cat-icon {
    width: 20px; /* taille icône */
    height: 20px;
}
.playlist-cat {
    margin-bottom: 0;
    line-height: 80%;
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #ff0000;
    display: inline-block;
    font-weight: 900;
    padding: 0;
}
.playlist-cat {
font-size: calc(25px + (30 - 25) * ((100vw - 300px) / (1200 - 300)));
}
.description-cat {
  max-width: 666px;
  margin: 0 auto 1.5em;
  padding: 0 2%;
}
.description-cat .first {
    margin-bottom: 0;
    line-height: 100%;
    font-size: 2px;
    font-size: 2rem;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 900;
    padding: 0;
}
/* 768px desk */
@media screen and (min-width: 768px) {
.description-cat {
  padding: 0;
}
}/* 768px desk */

.featured_content-bloc-full {
  background: transparent;
  width: 100%;
  padding: 0;
  max-width: 660px;
  margin: 0 auto 1.5em;  
  overflow: hidden;
  border: 0px;
}
/* 768px desk */
@media screen and (min-width: 1024px) {
.featured_content-bloc-full {
  
}
}/* 768px desk */
.featured_content-bloc-full .featured_content-bloc {
  border: 0px;
  overflow: hidden;
  padding: 5px 10px 10px;
  background: transparent;
}
.featured_content-bloc-full .title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
  color: #ff0000;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-left: 10px;
}
.featured_content-bloc-full .ohayo_story {
    background: transparent;
    margin: 0;
    height: 150px;
    width: 100%;
    float: left;
    padding: 0;
    overflow: hidden;
    position: relative;
    border: 0px;
}
.featured_content-bloc-full .ohayo_story .ohayo_story-spotlight {
    bottom: 0;
    left: 0;
    padding: 0;
    right: 0;
    z-index: 3;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    color: #000;
    position: relative;
    text-transform: uppercase;
    height: 100%;
    border: 1px solid #000;
    background: transparent;
}
#featured-content .featured_content-bloc-full .ohayo_story .ohayo_story-spotlight {
  border: 1px solid #fff;
}
.featured_content-bloc-full .ohayo_story .article {
    padding: 0 10px 10px;
    margin: 0;
    width: 60%;
    position: relative;
    float: left;
}
.featured_content-bloc-full .ohayo_story .article .data {

}
.featured_content-bloc-full .ohayo_story .article .data h1 {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: left;
    margin: 0;
    padding: 0;
    color: #000;
}
#featured-content .featured_content-bloc-full .ohayo_story .article .data h1 {
  color: #fff
}
.featured_content-bloc-full .ohayo_story .article .meta {
    font-weight: 400;
    line-height: 100%;
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
}
.featured_content-bloc-full .ohayo_story .image {
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    right: 0;
    top: 0;
    width: 40%;
    z-index: 2;
    position: relative;
    float: left;
    border: 0;
}
.featured_content-bloc-full .ohayo_story .image:before {
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    background: #000;
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    opacity: 0.33;
    transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
}
.featured_content-bloc-full .ohayo_story:hover .image:before {
    background: transparent;
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(255, 0, 0, 1) 75%) !important;
    background-image: -moz-linear-gradient(top, transparent 0%, rgba(255, 0, 0, 1) 75%) !important;
    background-image: linear-gradient(to bottom, transparent 0%, rgba(255, 0, 0, 1) 75%) !important;
    opacity: 0.66;
}
.featured_content-bloc-full .bento-mark:before {
  font-size: 10px;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -1px;
  text-align: left;
  display: block;
  margin: 0;
  font-weight: 900;
  background: #ff0000;
  color: #fff;
  padding: 5px 20px;
  margin: 0 10px 5px 0;
  content: "";
  width: 10px;
}

.paypal-content {
  border: 1px solid #000;
  margin: 20px 0 0;
  overflow: hidden;
}
.paypal-content form {
  background: #fec23c;
  text-align: center;
  width: 100%;
  height: 80px;
  padding: 10px;
}
.paypal-content input {
  width: 100% !important;
  margin: 0 auto;
}


/* structures
-------------------------------------------------------------- */
.color_overlay {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 1% 0;
}
#featured-content .color_overlay {
    padding: 0 0 1%;
}
.sento-box {
	overflow: hidden;
	position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}


.bako-box {
    box-shadow: 0px 0px 1px 1px #000;
}
.guide-box {
    border: 5px solid #ddd;
    margin: 1% auto;
    border-radius: 25px;
    overflow: hidden;
}
.case-100-100-100 {
    width: 100%;
}
.case-100-100-30 {
    width: 100%;
}
/* 768px desk */
@media screen and (min-width: 1024px) {
.case-100-100-30 {
    width: 33.3333%;
}
}/* 768px desk */
.case-100-100-70 {
    width: 100%;
}
.case-100-100-70:before,
.case-100-100-70:after {
  content: "";
  display: block;
}
.case-100-100-70:after {
  clear: both;
}
/* 768px desk */
@media screen and (min-width: 1024px) {
.case-100-100-70 {
    display: block;
    float: left;
    margin-left: 0px;
    width: 66.6666%;
    max-width: 800px;
}
}/* 768px desk */

/* 620px tab */
@media screen and (max-width: 619px) {
.terebi_620 {
    display: none !important;
} 
}/* 620px tab */
/* 768px desk */
@media screen and (max-width: 1024px) {
.terebi_1000 {
    display: none !important;
}
}/* 768px desk */

/*--------------------------------------------------------------
#MENU
--------------------------------------------------------------*/
#super_menu {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	width: 100%;
	z-index: 99999;
	top: 0;
	text-transform: uppercase;
	color: #000;
	opacity: 1;
	overflow: hidden;
}
#super_menu .menu_outer {
  padding: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#super_menu .menu_outer:before,
#super_menu .menu_outer:after {
  content: "";
  display: block;
}
#super_menu .menu_outer:after {
  clear: both;
}
#super_menu .menu_outer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#super_menu .menu_outer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#super_menu .menu_inner {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
	margin: 0;
	max-width: 1200px;
  width: 100%;
  color: #000;
	padding: 0;
	text-align: left;
}
#super_menu .menu_inner li {
	display: block;
	float: left;
}
#super_menu .menu_inner li a {
    color: #000;
    display: block;
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 900;
    height: 50px;
    letter-spacing: -1px;
    line-height: 50px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    z-index: 510;
}
#super_menu .menu_inner li.logo a {
    margin: 0;
    padding: 0;
}
#super_menu .menu_inner li.logo img {
    margin: 0px;
    height: 100%;
}
/* 620px tab */
@media screen and (max-width: 619px) {
#super_menu .menu_inner .section {
    display: none;
}
}/* 620px tab */
#super_menu .menu_inner .section {

}
/* 620px tab */
@media screen and (max-width: 619px) {
#super_menu .menu_inner li.login {
    display: none;
}
}/* 620px tab */
#super_menu .menu_inner li.login {
    margin: 0;
    padding: 0;
    float: right;
}
#super_menu .menu_inner li.login a {
    margin: 0;
    padding: 0;
}
#super_menu .menu_inner li.login img {
    margin: 5px;
    background: transparent;
    border-radius: 50%;
    border: 5px solid #fff;
    height: 40px;
    width: 40px;
}

/*--------------------------------------------------------------
#MENU CORPORATE
--------------------------------------------------------------*/
#super_menu-corporate {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	width: 100%;
	z-index: 99999;
	top: 0;
	text-transform: uppercase;
	color: #000;
	opacity: 1;
	overflow: hidden;
  background: #ff0000;
  border-bottom: 1px solid #fff;
}
/* 620px tab */
@media screen and (min-width: 620px) {
#super_menu-corporate {
  background: #fff;
}
}/* 620px tab */
#super_menu-corporate .menu_outer {
  padding: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#super_menu-corporate .menu_outer:before,
#super_menu-corporate .menu_outer:after {
  content: "";
  display: block;
}
#super_menu-corporate .menu_outer:after {
  clear: both;
}
#super_menu-corporate .menu_outer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#super_menu-corporate .menu_outer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#super_menu-corporate .menu_inner {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
	margin: 0;
	max-width: 1200px;
  width: 100%;
  color: #000;
	padding: 0;
	text-align: left;
}
#super_menu-corporate .menu_inner li {
	display: block;
	float: right;
}
#super_menu-corporate .menu_inner li a {
    color: #000;
    display: block;
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 900;
    height: 50px;
    letter-spacing: -1px;
    line-height: 50px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    z-index: 510;
}
#super_menu-corporate .menu_inner li.logo a {
    margin: 0;
    padding: 0;
}
#super_menu-corporate .menu_inner li.logo img {
    margin: 0px;
    height: 100%;
}
@media screen and (max-width: 619px) {
#super_menu-corporate .menu_inner li.login {
    display: none;
}
}/* 620px tab */
#super_menu-corporate .menu_inner li.login {
    margin: 0;
    padding: 0;
    float: right;
}
#super_menu-corporate .menu_inner li.login a {
    margin: 0;
    padding: 0;
}
#super_menu-corporate .menu_inner li.login img {
    margin: 5px;
    background: transparent;
    border-radius: 50%;
    border: 5px solid #fff;
    height: 40px;
    width: 40px;
}

/*--------------------------------------------------------------
#MENU SUPPORT
--------------------------------------------------------------*/
#super_menu-support {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	z-index: 99999;
	top: 0;
	text-transform: uppercase;
	color: #fff;
	opacity: 1;
	overflow: hidden;
  background: #000;
  border-bottom: 1px solid #ff0000;
}
#super_menu-support:hover {
  opacity: 0.88;
  background: #ff0000;
  transition: all 0.25s ease 0s;
  border-bottom: 1px solid #fff;
}
#super_menu-support .menu_outer {
  padding: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#super_menu-support .menu_outer:before,
#super_menu-support .menu_outer:after {
  content: "";
  display: block;
}
#super_menu-support .menu_outer:after {
  clear: both;
}
#super_menu-support .menu_outer ul {
  list-style: none;
  margin: 0;
  padding: 0;  
  cursor: pointer !important;
  float: right;
}
#super_menu-support .menu_inner {
	display: inline;
	position: relative;
	cursor: default;
	z-index: 500;
	margin: 0;
	max-width: 1200px;
  width: 100%;
  color: #000;
	padding: 0;
	text-align: right;
}
#super_menu-support .menu_outer li {
    list-style: none;
    color: #fff;
    display: inline-block;
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    vertical-align: middle;
    font-weight: 400;
    height: 30px;
    letter-spacing: 0;
    line-height: 30px;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    z-index: 510;
    text-align: left;
}
#super_menu-support .menu_inner li.first {
    margin: 0;
    padding: 0;
}
#super_menu-support .menu_inner li.second {
    margin: 0;
    padding: 0;
    line-height: 0;
}
#super_menu-support .menu_inner li.second img {
    margin: 0px;
    padding: 0;
    line-height: 0;
    height: 100%;
}


/*--------------------------------------------------------------
#MENU SECTION
--------------------------------------------------------------*/
#super_menu-site {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 75px;
	width: 100%;
	z-index: 99999;
	top: 0;
	text-transform: uppercase;
	color: #000;
	opacity: 1;
	overflow: hidden;
  background: #fff;
}
#super_menu-site .menu_outer {
  padding: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#super_menu-site .menu_outer:before,
#super_menu-site .menu_outer:after {
  content: "";
  display: block;
}
#super_menu-site .menu_outer:after {
  clear: both;
}
#super_menu-site .menu_outer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#super_menu-site .menu_outer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#super_menu-site .menu_inner {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
	margin: 0;
	max-width: 1200px;
  width: 100%;
  color: #000;
	padding: 0;
	text-align: left;
}
#super_menu-site .menu_inner li {
	display: block;
	float: left;
}
#super_menu-site .menu_inner li a {
    color: #000;
    display: block;
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 900;
    height: 75px;
    letter-spacing: -1px;
    line-height: 50px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    z-index: 510;
}
#super_menu-site .menu_inner li.logo a {
    margin: 0;
    padding: 0;
}
#super_menu-site .menu_inner li.logo img {
    margin: 0px;
    height: 100%;
}

/*--------------------------------------------------------------
#super_menu-second
--------------------------------------------------------------*/
#super_menu-second {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	z-index: 100 !important;
	top: 0;
	text-transform: uppercase;
	color: #000;
	opacity: 1;
  background: #fff;
  overflow: hidden;
	margin-top: 50px;
}
#super_menu-second .menu_outer {
  padding: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#super_menu-second .menu_outer:before,
#super_menu-second .menu_outer:after {
  content: "";
  display: block;
}
#super_menu-second .menu_outer:after {
  clear: both;
}
#super_menu-second .menu_outer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#super_menu-second .menu_outer li {
  list-style: none;
  margin: 0;
  padding: 1%;
}
#super_menu-second .menu_inner {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
	margin: 0;
	max-width: 1200px;
  width: 100%;
  color: #000;
	padding: 0;
	text-align: left;
}
#super_menu-second .menu_inner li {
	display: block;
	float: left;
}
#super_menu-second .menu_inner li.big:before {
  color: #ff0000;
  content: ". ";
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 900;
  font-size: calc(40px + (75 - 40) * ((100vw - 300px) / (1200 - 300)));
  line-height: 0;
}
#super_menu-second .menu_inner li.big {
  display: block;
    margin: 0;
    padding: 0;
    color: #000;
    font-weight: 100;
    line-height: 100%;
    letter-spacing: -1px;
  font-size: 30px;
  font-size: 3rem;
  margin-top: 1%;
}
#super_menu-second .menu_inner li.big {
  font-size: calc(40px + (75 - 40) * ((100vw - 300px) / (1200 - 300)));
}
#super_menu-second .menu_inner li.logo {
  width: 100%;
}
#super_menu-second .menu_inner li.logo img {
  width: 100%;
}
#super_menu-second .tagline {
    padding: 1%;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 120%;
    font-weight: 100;
    letter-spacing: -1px;
    width: 100%;
    color: #000;
    max-width: 1200px;
    text-transform: uppercase;
		text-align: right;
}
#super_menu-second .tagline {
  font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1200 - 300)));
}
#super_menu-second .tagline:before {
    content: '*';
    padding: 0;
    margin: 0;
    line-height: 100%;
    font-weight: 100;
    letter-spacing: 0;
    vertical-align: top;
    margin-right: 5px;
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
}
#super_menu-second .tagline:before {
  font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1200 - 300)));
}

/*--------------------------------------------------------------
#super_menu-fade
--------------------------------------------------------------*/

#super_menu-fade {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	width: 100%;
	z-index: 99999;
	top: 0;
	text-transform: uppercase;
	color: #000;
	border-bottom: 0px solid #ddd;
  position: fixed;
  display: none;
	overflow: hidden;
}
#super_menu-fade .menu_outer {
  padding: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#super_menu-fade .menu_outer:before,
#super_menu-fade .menu_outer:after {
  content: "";
  display: block;
}
#super_menu-fade .menu_outer:after {
  clear: both;
}
#super_menu-fade .menu_outer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#super_menu-fade .menu_outer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#super_menu-fade .menu_inner {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
	margin: 0;
	max-width: 1200px;
  width: 100%;
  color: #000;
	padding: 0;
	text-align: left;
}
#super_menu-fade .menu_inner li {
	display: block;
	float: left;
}
#super_menu-fade .menu_inner li a {
    color: #000;
    display: block;
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 900;
    height: 50px;
    letter-spacing: -1px;
    line-height: 50px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    z-index: 510;
}
#super_menu-fade .menu_inner li.logo a {
    margin: 0;
    padding: 0;
}
#super_menu-fade .menu_inner li.logo img {
    margin: 0px;
    height: 50px;
}
#super_menu-fade .menu_inner .section {

}
#super_menu-fade .menu_inner li.menu-x {
    margin: 0;
    padding: 0;
    float: right;
}
#super_menu-fade .menu_inner li.menu-x a {
    margin: 0;
    padding: 0;
}
#super_menu-fade .menu_inner li.menu-x img {
    margin: 0;
    background:transparent;
    border-radius: 0;
}

#super_menu-fade-right {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	width: 100%;
	z-index: 99999;
	top: 0;
	text-transform: uppercase;
	color: #000;
	border-bottom: 0px solid #ddd;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  position: fixed;
  display: none;
	overflow: hidden;
}
#super_menu-fade-right .menu_outer {
  padding: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#super_menu-fade-right .menu_outer:before,
#super_menu-fade-right .menu_outer:after {
  content: "";
  display: block;
}
#super_menu-fade-right .menu_outer:after {
  clear: both;
}
#super_menu-fade-right .menu_outer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#super_menu-fade-right .menu_outer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#super_menu-fade-right .menu_inner {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
	margin: 0;
	max-width: 1200px;
  width: 100%;
  color: #000;
	padding: 0;
	text-align: left;
}
#super_menu-fade-right .menu_inner li {
	display: block;
	float: right;
}
#super_menu-fade-right .menu_inner li a {
    color: #000;
    display: block;
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 900;
    height: 50px;
    letter-spacing: -1px;
    line-height: 50px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    z-index: 510;
}
#super_menu-fade-right .menu_inner li.logo a {
    margin: 0;
    padding: 0;
}
#super_menu-fade-right .menu_inner li.logo img {
    margin: 0px;
    height: 50px;
}
#super_menu-fade-right .menu_inner .section {

}
#super_menu-fade-right .menu_inner li.menu-x {
    margin: 0;
    padding: 0;
    float: left;
}
#super_menu-fade-right .menu_inner li.menu-x a {
    margin: 0;
    padding: 0;
}
#super_menu-fade-right .menu_inner li.menu-x img {
    margin: 0;
    background: #fff;
    border-radius: 50%;
    border: 5px solid #fff;
}

/*--------------------------------------------------------------
KIRIGAMI
--------------------------------------------------------------*/


/*--------------------------------------------------------------
Navigation 
--------------------------------------------------------------*/



/*--------------------------------------------------------------
BENTO
--------------------------------------------------------------*/
/* story
-------------------------------------------------------------- */
#story-header {

}
.story-title {
    padding: 0 5% 5%;
    margin: 0 auto;
}

#playlist-content .story-title {
  padding: 5%;   
}
.story-title h1 {
	margin: 1% 0 5%;
}
.story-title h1 {
    color: #101010;
    font-size: 27px;
    font-size: 2.7rem;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 100%;
    margin: 1% 0 5%;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', arial, sans-serif;
}
.story-title h1 {
  font-size: calc(27px + (40 - 27) * ((100vw - 300px) / (1200 - 300)));
}
#page-container .story-title h1 {
  font-size: calc(27px + (75 - 27) * ((100vw - 300px) / (1200 - 300)));
  text-align: center;
  line-height: 88%;
  margin: 0;
}


.story-cat {
    margin-bottom: 0;
    line-height: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    font-weight: 900;
    background: #ff0000;
    padding: 10px 15px;
    line-height: 100%;
}

.story-joke {
    font-weight: 400;
    padding: 1%;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0;
    color: #000;
    font-style: italic;
    line-height: 100%;
    font-size: 25px;
    font-size: 2.5rem;
}


.story-intro {
    font-weight: 400;
    padding: 1%;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0;
    color: #000;
    line-height: 100%;
    font-style: italic;
    
}
.story-meta_top {
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -1px;
    color: #000;
    font-weight: 400;
    line-height: 100%;
    margin: 25px 0 5px;
    text-transform: uppercase;
}
.story-meta_top a {
	font-weight: 900;
}

.story-meta_top a:hover {
}
.story-cover {
    width: 100%;
    z-index: 0;
}
#page-container .story-cover {
    max-height: 50vh;
    overflow: hidden;
}
.story-cover img {
  width: 100%;
	height: auto;
  pointer-events: none;
  display: block;
}
#page-container .story-cover img {
    height: 100%;
}
.story-cover .image {
    height: auto;
    width: 100%;
    vertical-align: top;
    pointer-events: none;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.story-content {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: justify;
    text-justify: inter-word;
    color: #000;
    line-height: 150%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
#page-container .story-content {
  max-width: 666px;
  padding: 5% 1%;
}
#bento-content .story-content {
  max-width: 666px;
  padding: 5% 1%;
}
/* 620px tab */
@media screen and (max-width: 619px) {
#bento-content .story-content {
    padding: 5% 2%;
}
}/* 620px tab */



.story-content a {
    text-decoration: underline;
    color: #ff0000;
    font-weight: 400;
    transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
}
.story-content a:focus,
.story-content a:active,
.story-content a:hover {
	color: #fff;
	background: #ff0000;
  
}
.story-content p {
  max-width: 666px;
  margin: 0 auto 1.5em;
  padding: 0 10px;
}
/* 768px desk */
@media screen and (min-width: 1024px) {
.story-content p {
  padding: 0;
}
}/* 768px desk */
.story-content p img {
    vertical-align: top;
    width: 100%;
    height: auto;
    margin: 0 0 1.5em;
}
.story-content p img:last-child {
  margin: 0;
}
.story-content img {
    vertical-align: top;
    width: 100%;
    height: auto;
}

.story-content h2 {
  max-width: 666px;
  margin: 0 auto 1.5em;
  text-align: left;
  padding: 0 10px;
}
/* 768px desk */
@media screen and (min-width: 1024px) {
.story-content h2 {
  padding: 0;
}
}/* 768px desk */
.story-content .wp-caption {
    background-color: transparent;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100% !important;
    line-height: 100%;
}
.story-content .wp-caption img {
    border: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 100%;
    height: auto;
}
.story-content .wp-caption .wp-caption-text {
    margin: 0 0 1.5em;
    padding: 5px 0;
    color: #000;
    line-height: 100%;
}


.story-content blockquote {
    font-size: 24px;
    font-size: 2.4rem;
  text-align: justify;
  font-style: italic;
  border-left: 5px solid #ff0000;
  padding: 0 5%;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 125%;
  max-width: 666px;
  margin: 0 10px 1.5em;
}
/* 1024px desk */
@media screen and (min-width: 1024px) {
.story-content blockquote {
  margin: 0 auto;
}
}/* 1024px desk */
.story-content blockquote p {
    border-bottom: 0px solid #ff0000;
    padding: 0 0 2%;
}
.story-content blockquote cite {
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: none;
}
.story-content blockquote cite:before {
    content: "— ";
}
.story-content blockquote cite strong {
    font-weight: 400;
}
.story-content .wp-block-pullquote {
  padding: 1%;
  margin: 0;
}
/* 1024px desk */
@media screen and (min-width: 1024px) {
.story-content .wp-block-pullquote {
  float: left;
}
}/* 1024px desk */
.story-content .wp-block-pullquote blockquote {
  text-align: justify;
  font-weight: 400;
  letter-spacing: 0;
}
.story-content .wp-block-pullquote blockquote p {
    font-size: 30px;
    font-size: 3rem;
  line-height: 100%;
  padding: 0;
  margin: 0;
  font-weight: 400;
  text-align: left;
  border-bottom: 0px solid #ff0000;
  text-transform: uppercase;
font-style: italic;
}

.story-content iframe {
	width: 100% !important;
	margin: 0 auto !important;;
	text-align: center !important;;
}
.story-content table {
    margin: 0;
}
.story-content table p {
  
}
.story-content td {
    width: 100%;
    float: left;
    margin: 0 0 1.5em;
    border: 0px solid !important;
}
/* 768px desk */
@media screen and (min-width: 1024px) {
.story-content td {
    width: 50%;
    padding: 0 1% 0 0;
}
.story-content td:last-child {
    padding: 0 0 0 1%;
}
}/* 768px desk */

.story-content .has-drop-cap:not(:focus):first-letter {
  font-size: 7rem;
  line-height: 150%;
  font-weight: 100;
  margin: 2% 2% 0 auto;
  text-transform: uppercase;
  font-style: normal;
  color: #f00;
}

/* Gutenberg Bloc **************************************************/

.story-content .wp-block-image {
    max-width: 100%;
    margin: 0 0 1.5em !important;
}
.story-content figcaption {
    margin: 0 10px 1.5em !important;
    padding: 10px 10px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #555;
    line-height: 150%;
    font-weight: 400;
    letter-spacing: 0;
    border-left: 1px solid #ff0000;
}
.story-content .wp-block-embed {
    margin: 0 auto 1.5em !important;
    height: auto;
    margin: 0 auto;
    background: transparent;
}
.story-content .wp-block-embed .twitter-tweet {
    margin: 0 auto;
}
.story-content .wp-block-embed figcaption {
    margin: 0 10px 1.5em 10px !important;
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 auto 1.5em !important;
}
.story-content embed {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

/* Gutenberg Bloc **************************************************/
.wp-block-image .alignleft {
    width: 100%;
}
.wp-block-image .aligncenter {
    width: 100%;
}
.wp-block-image .alignright {
    width: 100%;
}
.story-disclosure {
    margin: 10% auto 0;
    padding: 0;
    font-weight: 400;
    padding: 1%;
    letter-spacing: 0;
    font-size: 18px;
    font-size: 1.8rem;
    color: #000;
    font-style: italic;
    line-height: 100%;
    text-align: left;
}


/* COMMON
-------------------------------------------------------------- */
#common-content {
  border-top: 10px solid #ddd;

}
.story-footer {

}

.story-gps {
    text-align: left;
    padding: 0;    
    color: #000 !important;
}
.story-gps .maps {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
.story-gps .maps iframe {
	min-height: 300px;
	max-height: 400px;
	width: 100%;
	margin-bottom: 0;
	padding: 0;
}

/*
 * 
/* story-related
-------------------------------------------------------------- */
.story-related {
  padding: 75px 0;
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
.story-related .title {
  padding: 0 1%;
}
.story-related .logo {
  max-width: 200px;
}
.story-related .first {
  padding: 1% 2%;
}
/* 768px desk */
@media screen and (min-width: 1024px) {
.story-related .first {
  padding: 0 0 1%;
}
}/* 768px desk */
.story-related .story-spot {
    margin-bottom: 0;
    line-height: 100%;
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #ff0000;
    display: inline-block;
    font-weight: 400;
    line-height: 100%;
    width: 100%;
    padding: 0;
}
.story-related .cat {
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: -1px;
    margin: 0;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    font-weight: 100;
    display: inline-block;
}
.story-related .cat {
    font-size: calc(25px + (35 - 25) * ((100vw - 300px) / (1200 - 300)));
}
/* 
-------------------------------------------------------------- */
.story-section {
    width: 100%;
    padding: 5%;
    line-height: 150%;
    margin: 0;
    overflow: hidden;
}
.story-section .taxo-image_box {
  display: inline-block;
  border: 2px solid #ff0000;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  background: #fff;
}
.story-section h1 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: -1px;
    font-weight: 900;
    color: #000;
    line-height: 100%;
    text-align: left;
    text-transform: uppercase;
    display: inline-block;
}
/* 620px tab */
@media screen and (min-width: 620px) {
.story-section h1 {
  letter-spacing: -2px;
}
}/* 620px tab */
/* 768px desk */
@media screen and (min-width: 1024px) {
.story-section h1 {
  letter-spacing: -3px;
}
}/* 768px desk */
.story-section h1 {
  font-size: calc(30px + (50 - 30) * ((100vw - 300px) / (1200 - 300)));
}
.story-section h2 {
    margin: 0;
    padding: 0;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 100;
    letter-spacing: -1px;
    color: #000;
    text-align: left;
    line-height: 100%;
    text-transform: uppercase;
}
.story-section h2 {
  font-size: calc(25px + (35 - 25) * ((100vw - 300px) / (1200 - 300)));
}
.story-section .description {
    background: #fff;
    clear: both;
    text-align: left;
    color: #000;
    margin: 0 0 10px;
    font-weight: 400;
    padding: 0;
    line-height: 100%;
    letter-spacing: -1px;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: none;
    font-style: italic; 
}
/* story-meta
-------------------------------------------------------------- */
.story-meta {
    font-size: 18px;
    font-size: 1.8rem;
    background: #fff;
    clear: both;
    text-align: left;
    color: #555;
    line-height: 100%;
    margin: 0 auto;
    font-weight: 400;
    padding: 0;
	width: 100%;
	word-wrap: break-word;
}
.story-meta ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.story-meta li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.story-meta .first {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 100%;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 0 2%;
}
.story-meta .first a {
    color: #999;
}
.story-meta .first a:hover {
    color: #ff0000;
    background: transparent;
}
.story-meta .first .author {
    margin-bottom: 1%;
}
.story-meta .second {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 100%;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
}
.story-meta .second a {
    color: #999;
}
.story-meta .second a:hover {
    color: #ff0000;
    background: transparent;
}
.story-meta .data {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0;
    margin: 2px 0 0;
    padding: 0;
    color:#555;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 900;
    display: inline-block;
    width: 100%;
}
.story-meta .data span {
    padding: 5px 10px;
    background: #7d7d7d;
    color: #fff;
    text-transform: uppercase;
    margin-right: 2px;
    font-weight: 900;
    display: inline-block;
}
.story-meta .data a {    
    background: #b7b7b7;
    color: #fff;
    padding: 5px 10px;
    font-weight: 900;
    margin-right: 0;
    display: inline-block;
}
.story-meta .data a:hover {
    color: #fff;    
    background: #ff0000;
}
.story-meta .meta-notice {
    background: #fff;
    clear: both;
    text-align: left;
    color: #000;
    margin: 0 0 10px;
    font-weight: 400;
    padding: 0;
    line-height: 100%;
    letter-spacing: -1px;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: none;
    font-style: italic; 
}
.story-meta .second-data {
    padding: 0;
}

/* story-edit
-------------------------------------------------------------- */
.story-edit {
    font-size: 18px;
    font-size: 1.8rem;
    clear: both;
    background: #555;
    text-align: left;
    color: #fff;
    line-height: 100%;
    margin: 0 auto;
    font-weight: 400 !important;
    display: inline-block;
    padding: 5px 10px;
}
.story-edit:hover {
  font-weight: 400;
  padding: 5px 10px;
	color: #fff;
	background: #ff0000 !important;
}

/* story-share_top
-------------------------------------------------------------- */
.story-share_top {
    width: 100%;
    margin-top: 25px;
    text-align: right;
}
.story-share_top .link {
    text-transform: uppercase;
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 100%;
    vertical-align: top;
    margin: 0;
    font-weight: 400;
    text-align: left;
}
.story-share_top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.story-share_top ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.story-share_top .dozoshare-social {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    display: flex;
}
/* Social Share buttons */
.story-share_top .dozoshare-link {
    padding: 3px !important;
    color: #fff;
    font-size: 12px;
    margin: 2px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    text-align: center;
    flex: 1;
    border-radius: 50%;
}
.story-share_top .dozoshare-link a {
    color: #fff !important;
}
/* fontawesome icons */
.story-share_top .dozoshare-link .fa {
    color: #fff !important;
    font-size: 15px;
    line-height: 45px;    
    vertical-align: middle;
}
/* Share Social */
.story-share_top .dozoshare-link:hover,
.story-share_top .dozoshare-link:active {
    color: #000;
} 
.story-share_top .dozoshare-twitter {
    background: #00aced;
} 
.story-share_top .dozoshare-twitter:hover,
.story-share_top .dozoshare-twitter:active {
    background: #00668C;
} 
.story-share_top .dozoshare-facebook {
    background: #3B5997;
} 
.story-share_top .dozoshare-facebook:hover,
.story-share_top .dozoshare-facebook:active {
    background: #1F3154;
} 
.story-share_top .dozoshare-pinterest {
    background: #bd081c;
} 
.story-share_top .dozoshare-pinterest:hover,
.story-share_top .dozoshare-pinterest:active {
    background: #5E050E;
} 
.story-share_top .dozoshare-linkedin {
    background: #0074A1;
} 
.story-share_top .dozoshare-linkedin:hover,
.story-share_top .dozoshare-linkedin:active {
    background: #002E3F;
}
.story-share_top .dozoshare-mail {
    background: #8E2F7E;
} 
.story-share_top .dozoshare-mail:hover,
.story-share_top .dozoshare-mail:active {
    background: #4C1842;
}




/* COMMENTS
-------------------------------------------------------------- */
#comments {

}
#comments ol {
    list-style: none;
}
#comments ul {
    list-style: none;
}
#comments li {
    list-style: none;
}
.logged-in-as {
    display: none;
}
.comment-form-comment {
    overflow: hidden;
}
.comment-form-comment textarea {
    resize: vertical;
    min-height : 200px;
    max-width : 666px;
    padding: 2%;
}
.comment-form-comment > label {
    display: none;
}
.comment-reply-title {
    display: none;
}
.comment-content {

}
.commentlist {
    text-align: justify;
    text-justify: auto;
    font-weight: 400;
    color: #000;
    line-height: 150%;
    margin: 0 auto;
    padding: 5%;
    overflow: hidden;
}
.commentlist li {
    margin: 0;
    padding: 5% 0 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.commentlist li:first-child {
    border-top: 0;
    padding: 0;
}
.commentlist li:last-child {
    border-bottom: 0;
}
.commentlist .children {
    margin: 0 0 0 5%;
    padding: 0;
    border-left: 1px solid #ddd;   
}
.commentlist .children li {
  margin: 0 0 0 5%;
}
.commentlist .children li:first-child {
    padding: 5% 0 0;
}
.comment-respond {
    margin: 0 auto;
    max-width: 750px;
    padding: 5%;
    overflow: hidden;
}
.comment-author {
    margin: 0 0 5%;
}
.comment-author .avatar {
    float: left;
    margin: 0 5px;
    border-radius: 50px;
}
.comment-author .avatar:after {
    content: '';
    display: block;
    clear: both;
}
.comment-author .vcard {
    margin: 0;
}
.comment-author .author-name {
    font-weight: 900;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 100%;
    letter-spacing: 0;
}
.comment-author .author-name a {
    color: #555;
}
.comment-author .author-name a:hover {
    color: #ff0000;
}
.comment-author .comment-team-cv {
    font-weight: 900;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: left;
    color: #555;
}
.comment-author .comment-team-cv h1 {
    background: -webkit-linear-gradient(top left, #F93D66, #6D47D9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.comment-author .comment-team-cv .material-icons {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 100%;
}
.comment-author .comment-meta {
    font-size: 10px;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
    font-weight: 400;
    margin-top: 10px;
}
.comment-author .comment-meta a {
    color: #000;
    font-weight: 400;
}
.comment-author .comment-meta a:hover {
    color: #ff0000;
}

.reply {
    text-align: right;
    letter-spacing: 0;
    line-height: 150%;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin: 0;
}
.reply a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #555;
    margin: 1%;
    padding: 0 !important;
    border: none;
    background: #fff;
}
.reply a:hover {
  color: #ff0000;
  background: #fff;
  border: none;
}
/* mona lisa
-------------------------------------------------------------- */
.smiley-box {
    height: auto;
    overflow: hidden;
    width: 100%;
    padding: 1%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.smiley-box :after {
    content: '';
    display: block;
    clear: both;
}
div.wpml_ico_icon:after {
    content: '';
    display: block;
    clear: both;
}
.smiley-box span.label {
    color: #000;
    text-align: left;
    margin: 0;
    padding: 1%;
    width: 100%;
    float: left;
    font-size: 10px;
    font-size: 1rem;
    line-height: 100%;
    font-weight: 400;
    text-transform: uppercase;  
}
.smiley-box span.label:before {
    content: '►';
    font-size: 12px;
    font-size: 1.2rem;
    width: auto;
    display: inline-block;
}

/* ============================================================
  Ohayo
============================================================ */
#dozo_hero {
    z-index: 1;
    text-transform: uppercase;
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 0;
}
#dozo_hero:before,
#dozo_hero:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
#dozo_hero:after {
    clear: both;
}
#dozo_header {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: auto;
    line-height: 100%;
    padding: 0;
    z-index: 10;
    left: 0;
    right: 0;
}
#dozo_header .logo-bloc {
    position: relative;
    width: 100%;
    line-height: 100%;
    height: 100%;
    padding: 1%;
    text-align: center;
    margin: 0 auto;
    z-index: 3;
    max-width: 1200px;
}
#dozo_header .logo-bloc .logo-big {
    width: 100%;
    line-height: 100%;
    height: auto;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    right: 0;
    left: 0;
}
#dozo_header .underline {
    padding: 10px;
    margin: 0 auto;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: -1px;
    width: 100%;
    color: #fff;
    max-width: 1200px;
    text-align: left;
    text-transform: uppercase;
}
#dozo_header .underline .location {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0;
} 
#dozo_header .underline .location span {
} 
#dozo_header .underline .location span:before {
    color: #ff0000;
    content: ".";
    display:inline;
    margin: 0 5px 0 0;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 900;
    line-height: 0;
}
#dozo_header .underline .date {
    font-size: 20px;
    font-size: 2rem;
}
#dozo_header .underline .time {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0;
    font-weight: 100;
    line-height: 100%;
}
#dozo_header .underline .time {
  font-size: calc(30px + (40 - 30) * ((100vw - 300px) / (1200 - 300)));
}

.ohayo_giga_story {
    background: transparent;
    margin: 0;
    height: 300px;
    width: 100%;
    float: left;
    padding: 0;
    overflow: hidden;
    position: relative;
    border: 10px solid transparent;
}
/* 620px tab */
@media screen and (min-width: 620px) {
.ohayo_giga_story {
    height: 50vh;
    width: 50%;
}
}/* 620px tab */
.ohayo_giga_story .ohayo_giga_image {
    background-position: center center;
    background-size: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    vertical-align: top;
}
/* 768px desk */
@media screen and (min-width: 1024px) {
.ohayo_giga_story .ohayo_giga_image:after {
    bottom: 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 3;  
    background-image: -moz-linear-gradient(top, transparent 0%, transparent 50%, rgba(0,0,0,0.75) 75%, rgba(0,0,0,0.88) 88%, rgba(0,0,0,1) 100%) !important;
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 50%, rgba(0,0,0,0.75) 75%, rgba(0,0,0,0.88) 88%, rgba(0,0,0,1) 100%) !important;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0,0,0,0.75) 75%, rgba(0,0,0,0.88) 88%, rgba(0,0,0,1) 100%) !important;
}
}/* 768px desk */
.ohayo_giga_story .ohayo_giga_image:before {
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    background: #000;
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    opacity: 0.33;
    transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
}
.ohayo_giga_story:hover .ohayo_giga_image:before {
    background: transparent;
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(255, 0, 0, 1) 75%) !important;
    background-image: -moz-linear-gradient(top, transparent 0%, rgba(255, 0, 0, 1) 75%) !important;
    background-image: linear-gradient(to bottom, transparent 0%, rgba(255, 0, 0, 1) 75%) !important;
    opacity: 0.66;
}

.ohayo_top_story {
    position: relative;
    height: 50vh;
    max-width: 1200px;
    padding: 0 1%;
    z-index: 1;
    margin: 0 auto;
    margin-top: 5%;
}

.full-frame {
    border: 10px solid #ff0000;
    height: 100%;
    width: 100%;
}
.ohayo_top_story .ohayo_giga_story {
    background: transparent;
    margin: 0;
    height: 100%;
    width: 100%;
    float: left;
    padding: 0;
    overflow: hidden;
    position: relative;
    border: 0px solid transparent;
}
.ohayo_top_story .ohayo_giga_story:before {
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    background: transparent;
    opacity: 0;
    transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
}
.ohayo_top_story:hover .ohayo_giga_story:before {
    background: transparent;
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(255, 0, 0, 1) 75%) !important;
    background-image: -moz-linear-gradient(top, transparent 0%, rgba(255, 0, 0, 1) 75%) !important;
    background-image: linear-gradient(to bottom, transparent 0%, rgba(255, 0, 0, 1) 75%) !important;
    opacity: 0.33;
}
.ohayo_top_story .ohayo_giga_story .article {
    top: 0 !important;
    padding: 5%;
    z-index: 3;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    color: #000;
    position: absolute;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
.ohayo_top_story .ohayo_giga_story .article {
    padding: 25px;
    max-width: 50%;
}
}/* 768px desk */
.ohayo_top_story .ohayo_giga_story .article .data {
  
}
/* 768px desk */
@media screen and (min-width: 1024px) {
.ohayo_top_story .ohayo_giga_story .article .data {
    width: 100%;
}
}/* 768px desk */
.ohayo_top_story .ohayo_giga_story .article h1 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -1px;
	text-align: left;
    padding: 0;
    margin: 0;
    width: 100%;
}
.ohayo_top_story .ohayo_giga_story .article .ohayo_cat {
    font-size: 30px;
    font-size: 3rem;
    line-height: 100%;
    letter-spacing: -1px;
    text-align: left;
    display: inline-block;
    font-weight: 100;
    background: transparent;
    color: #fff;
    padding: 0;
    margin: 0 0 5px;
    line-height: 100%;
}

.dozo_hero_body {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 1;
    height: 100%;
    overflow: hidden;
    border: 0px solid #000;
    z-index: 0;
}
.dozo_hero_cover {
    background-position: center center;
    background-size: cover;
    bottom: 0;
    height: 120vh;
    left: 0;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    vertical-align: top;
}
.dozo_hero_cover:after {
    bottom: 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 0;  
    background-image: -moz-linear-gradient(top, transparent 0%, transparent 50%, rgba(0,0,0,0.75) 75%, rgba(0,0,0,0.88) 88%, rgba(0,0,0,1) 100%) !important;
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 50%, rgba(0,0,0,0.75) 75%, rgba(0,0,0,0.88) 88%, rgba(0,0,0,1) 100%) !important;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0,0,0,0.75) 75%, rgba(0,0,0,0.88) 88%, rgba(0,0,0,1) 100%) !important;
}
.dozo_hero_body .dozo_hero_cover:before {
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    opacity: 0.33;
    transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
    background-image: -moz-linear-gradient(top, transparent 0%, transparent 50%, rgba(0,0,0,0.75) 75%, rgba(0,0,0,0.88) 88%, rgba(0,0,0,1) 100%) !important;
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 50%, rgba(0,0,0,0.75) 75%, rgba(0,0,0,0.88) 88%, rgba(0,0,0,1) 100%) !important;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0,0,0,0.75) 75%, rgba(0,0,0,0.88) 88%, rgba(0,0,0,1) 100%) !important;
}
/* 768px desk */
@media screen and (min-width: 1024px) {
.dozo_hero_body .dozo_hero_cover:after {
    bottom: 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 3;  
    background-image: -moz-linear-gradient(top, transparent 0%, transparent 50%, rgba(0,0,0,0.75) 75%, rgba(0,0,0,0.88) 88%, rgba(0,0,0,1) 100%) !important;
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 50%, rgba(0,0,0,0.75) 75%, rgba(0,0,0,0.88) 88%, rgba(0,0,0,1) 100%) !important;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0,0,0,0.75) 75%, rgba(0,0,0,0.88) 88%, rgba(0,0,0,1) 100%) !important;
}
}/* 768px desk */
.dozo_hero_body .dozo_hero_cover:before {
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    background: #000;
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    opacity: 0.33;
    transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
}


.bento-mark:before {
  font-size: 10px;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -1px;
  text-align: left;
  display: block;
  margin: 0;
  font-weight: 900;
  background: #ff0000;
  color: #fff;
  padding: 5px 20px;
  margin: 0 10px 5px 0;
  content: "";
  width: 10px;
}
.guide-mark:before {
    content: '';
    background: url("../images/guide/guide-pin.svg") no-repeat;
    width: auto;
    height: 20px;
    display: block;
}
#dozo_hero-feature {
    position: relative;
    width: 100%;
    padding: 0 0 50px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    max-width: 1200px;
}
.dozo_hero-feature_story {
    width: 100%;
    margin: 0 auto;
    bottom: 0;
}
.dozo_hero-feature_story:after {
  content: "";
  display: table;
  clear: both;
}
.ohayo_story {
    background: transparent;
    margin: 0;
    height: 400px;
    width: 100%;
    float: left;
    padding: 0;
    overflow: hidden;
    position: relative;
    border: 5px solid transparent;
}
/* 768px desk */
@media screen and (min-width: 800px) {
.body-right .ohayo_story {
  width: 50%;
}
}/* 768px desk */
.ohayo_story .ohayo_story-spotlight {
    bottom: 0;
    left: 0;
    padding: 0;
    right: 0;
    z-index: 3;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    color: #000;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    height: 100%;
}
.ohayo_story .article {
    padding: 5%;
    margin: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
}
/* 768px desk */
@media screen and (min-width: 1024px) {
.tetrimino-100-50-50 .article {
    width: 88%;
}
}/* 768px desk */
.ohayo_story .article .ohayo_cat {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 100%;
    letter-spacing: -1px;
    text-align: left;
    display: inline-block;
    font-weight: 100;
    background: transparent;
    color: #fff;
    padding: 0;
    margin: 0 0 5px;
    line-height: 100%;
}
.ohayo_story .article .ohayo_cat {
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1200 - 300)));
}
.ohayo_story .article .data {

}
.ohayo_story .article .data h1 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: left;
    margin: 0;
    padding: 0;
    color: #fff;
}
/* 768px desk */
@media screen and (min-width: 1024px) {
.ohayo_story .article h1 {
    width: 100%;
}
}/* 768px desk */
.ohayo_story .article .meta {
    font-weight: 400;
    line-height: 100%;
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
}
.ohayo_story .article .meta .author {

}
.ohayo_story .article .meta .date {

}
.ohayo_story .image {
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    position: absolute;
}
.ohayo_story .image:before {
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    background: #000;
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    opacity: 0.33;
    transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
}
.ohayo_story:hover .image:before {
    background: transparent;
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(255, 0, 0, 1) 75%) !important;
    background-image: -moz-linear-gradient(top, transparent 0%, rgba(255, 0, 0, 1) 75%) !important;
    background-image: linear-gradient(to bottom, transparent 0%, rgba(255, 0, 0, 1) 75%) !important;
    opacity: 0.66;
}
/* OHAYO sections
-------------------------------------------------------------- */
.ohayo_giga_body {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: auto;
    overflow: hidden;
}
/* 620px tab */
@media screen and (min-width: 620px) {
.ohayo_giga_body {

}
}/* 620px tab */
.ohayo_giga_body .section_title {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: left;
  width: 100%;
  height: auto;
  line-height: 100%;
  padding: 0;
  max-height: 200px;
}
.ohayo_giga_body .section_title .network_link {
  position: relative;
  width: 100%;
  line-height: 100%;
  height: 100%;
  padding: 0;
  margin: 0;  
}
.ohayo_giga_body .section_title .logo {
  width: 100%;
  line-height: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  left: 0;  
}
.ohayo_giga_body .section_title .logo img {
  width: 100%;
}
/* 620px tab */
@media screen and (min-width: 620px) {
.ohayo_giga_body .section_title .logo {
  height: 150px;
  display: inline-block;
  width: auto;
}
.ohayo_giga_body .section_title .logo img {
  height: 100%;
  width: auto;
}
}/* 620px tab */
.ohayo_giga_body .tagline {
    padding: 0;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 120%;
    font-weight: 100;
    letter-spacing: -1px;
    width: 100%;
    color: #fff;
    max-width: 1200px;
    text-transform: uppercase;
}
.ohayo_giga_body .tagline {
  font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1200 - 300)));
}
.ohayo_giga_body .tagline:before {
    content: '*';
    padding: 0;
    margin: 0;
    line-height: 100%;
    font-weight: 100;
    letter-spacing: 0;
    vertical-align: top;
    margin-right: 5px;
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
}
.ohayo_giga_body .tagline:before {
  font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1200 - 300)));
}

.ohayo_giga_story {
    background: transparent;
    margin: 0;
    height: 300px;
    width: 100%;
    float: left;
    padding: 0;
    overflow: hidden;
    position: relative;
    border: 10px solid transparent;
}
/* 620px tab */
@media screen and (min-width: 620px) {
.ohayo_giga_story {
    height: 50vh;
    width: 50%;
}
}/* 620px tab */
.ohayo_giga_story .ohayo_giga_image {
    background-position: center center;
    background-size: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    vertical-align: top;
}
/* 768px desk */
@media screen and (min-width: 1024px) {
.ohayo_giga_story .ohayo_giga_image:after {
    bottom: 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 3;  
    background-image: -moz-linear-gradient(top, transparent 0%, transparent 50%, rgba(0,0,0,0.75) 75%, rgba(0,0,0,0.88) 88%, rgba(0,0,0,1) 100%) !important;
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 50%, rgba(0,0,0,0.75) 75%, rgba(0,0,0,0.88) 88%, rgba(0,0,0,1) 100%) !important;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0,0,0,0.75) 75%, rgba(0,0,0,0.88) 88%, rgba(0,0,0,1) 100%) !important;
}
}/* 768px desk */
.ohayo_giga_story .ohayo_giga_image:before {
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    background: #000;
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    opacity: 0.33;
    transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
}
.ohayo_giga_story:hover .ohayo_giga_image:before {
    background: transparent;
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(255, 0, 0, 1) 75%) !important;
    background-image: -moz-linear-gradient(top, transparent 0%, rgba(255, 0, 0, 1) 75%) !important;
    background-image: linear-gradient(to bottom, transparent 0%, rgba(255, 0, 0, 1) 75%) !important;
    opacity: 0.66;
}

.ohayo_giga_story .article {
    bottom: 0;
    padding: 0 5% 5%;
    z-index: 3;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    color: #000;
    position: absolute;
    color: #fff;
    text-transform: uppercase;
}
/* 768px desk */
@media screen and (min-width: 1024px) {
.ohayo_giga_story .article {
    padding: 25px;
    margin: 0;
    max-width: 600px;
    top: 0;
    width: 100%;
}
}/* 768px desk */
.ohayo_giga_story .article .data {
  
}
/* 768px desk */
@media screen and (min-width: 1024px) {
.ohayo_giga_story .article .data {
    width: 75%;
}
}/* 768px desk */
.ohayo_giga_story .article h1 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0px;
	text-align: left;
    padding: 0;
    margin: 0;
    width: 100%;
}

.ohayo_giga_story .article .ohayo_cat {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 100%;
    letter-spacing: -1px;
    text-align: left;
    display: inline-block;
    font-weight: 100;
    background: transparent;
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 100%;
}
.ohayo_giga_story .article .ohayo_cat {
  font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1200 - 300)));
}
.ohayo_giga_story .article .meta {
    font-weight: 400;
    line-height: 100%;
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
}



/* 620px tab */
@media screen and (min-width: 620px) {
.tetrimino-100-50-100 {
    width: 50%;
}
.tetrimino-100-100-60 {
    width: 100%;
}
.tetrimino-100-50-50 {
    width: 50%;
}
.tetrimino-100-50-60 {
    width: 50%;
}
.tetrimino-100-50-40 {
    width: 50%;
}
.tetrimino-100-50-33 {
    width: 50% !important;
}
.tetrimino-100-50-30 {
    width: 50%;
}
.tetrimino-100-50-25 {
    width: 50% !important;
}
/* vertical
----------------------- */
.tetrimino-0-0-h33 {
    width: 100%;
}
.tetrimino-0-0-h50 {
    width: 100%;
}
.tetrimino-0-0-h66 {
    width: 100%;
}
}/* 620px tab */
/* 768px desk */
@media screen and (min-width: 1024px) {
.tetrimino-100-50-100 {
    width: 100%;
}
.tetrimino-100-100-60 {
    width: 60%;
}
.tetrimino-100-50-50 {
    width: 50%;
}
.tetrimino-100-50-60 {
    width: 60%;
}
.tetrimino-100-50-40 {
    width: 40%;
}
.tetrimino-100-50-33 {
    width: 33.3333% !important;
}
.tetrimino-100-50-30 {
    width: 30%;
}
.tetrimino-100-50-25 {
    width: 25% !important;
}
/* vertical
----------------------- */
.tetrimino-0-0-h33 {
    width: 33.3333%;
    float: left;
}
.tetrimino-0-0-h33:after {
  content: "";
  display: table;
  clear: both;
}
.tetrimino-0-0-h50 {
    width: 50%;
    float: left;
}
.tetrimino-0-0-h66 {
    width: 66.6666%;
    float: left;
}
.tetrimino-0-0-h66:after {
  content: "";
  display: table;
  clear: both;
}
.tetrimino-0-0-v350 {
    height: 300px;
}
.tetrimino-0-0-v450 {
    height: 400px;
}
}/* 768px desk */


/*--------------------------------------------------------------
Archives Pagination
--------------------------------------------------------------*/
.archives-pagination {
  margin: 0;      
	text-align: left;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    padding: 0;
    position: relative;
    border-top: 1px solid #ff0000;
    border-bottom: 1px solid #ff0000;
}
.archives-pagination .main {
	line-height: 150%;
	color: #fff;
	padding: 0;
  display: inline-block;
  width: 100%;
  background: #000;
}
.archives-pagination .main .current {

}
.archives-pagination .main .current h1 {
    letter-spacing: 0;
	color: #fff;
    background: #ff0000;
	font-weight: 900;
	font-size: 20px;
	font-size: 2rem;
    display: inline-block;
	padding: 5px 10px;
	margin: 0;
}
.archives-pagination .main .current h1 {
  font-size: calc(20px + (40 - 20) * ((100vw - 300px) / (1200 - 300)));
}
.archives-pagination .main .inactive {
}
.archives-pagination .main .inactive h1 {
    letter-spacing: 0;
	color: #fff;
    background: #000;
    font-weight: 900;
	font-size: 20px;
	font-size: 2rem;
	padding: 5px 10px;
	margin: 0;
    display: inline-block;
}
.archives-pagination .main .inactive h1 {
  font-size: calc(20px + (40 - 20) * ((100vw - 300px) / (1200 - 300)));
}
.archives-pagination .main .inactive h1:hover {
	color: #fff;
    background: #ff0000;
}
.archives-pagination .main .sign-big h1 {
    letter-spacing: 0;
	color: #fff;
    background: #000;
    font-weight: 900;
	font-size: 20px;
	font-size: 2rem;
	padding: 5px 10px;
	margin: 0;
    display: inline-block;
}
.archives-pagination .main .sign-big h1 {
  font-size: calc(20px + (40 - 20) * ((100vw - 300px) / (1200 - 300)));
}
.archives-pagination .main .sign-big h1:hover {
	color: #fff;
    background: #ff0000;
}
.archives-pagination .main .sign-small h1 {
    letter-spacing: 0;
	color: #fff;
    background: #000;
    font-weight: 900;
	font-size: 20px;
	font-size: 2rem;
	padding: 5px 10px;
	margin: 0;
    display: inline-block;
}
.archives-pagination .main .sign-small h1 {
  font-size: calc(20px + (40 - 20) * ((100vw - 300px) / (1200 - 300)));
}
.archives-pagination .main .sign-small h1:hover {
	color: #fff;
    background: #ff0000;
}
.archives-pagination .numbers {
    font-weight: 100;
    font-size: 40px;
    font-size: 4rem;
    padding: 1%;
    margin: 0;
    color: #ff0000;
    line-height: 100%;
    letter-spacing: 0;
    display: inline-block;
    text-transform: uppercase;
}
.archives-pagination .numbers {
  font-size: calc(40px + (50 - 40) * ((100vw - 300px) / (1200 - 300)));
}
.archives-pagination .numbers h1 {
    font-weight: 400;
    font-size: 40px;
    font-size: 4rem;
    padding: 1%;
    margin: 0;
    color: #ff0000;
    line-height: 100%;
    letter-spacing: 0;
    display: inline;
    text-transform: uppercase;
}
.archives-pagination .numbers h1 {
  font-size: calc(40px + (50 - 40) * ((100vw - 300px) / (1200 - 300)));
}

/*--------------------------------------------------------------
Archives LIST
--------------------------------------------------------------*/
#archives-content {
  
}
.archive-article {
  width: 100%;
  border-top: 1px solid #ddd;
  overflow: hidden;
}
/* 620px tab */
@media screen and (min-width: 620px) {
.archive-article {
  height: 75px;
}
}/* 620px tab */
.archive-article .article-content {
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 100%;
    font-weight: 400;
    padding: 1%;
    overflow: hidden;
    width: 100%;
    float: left;
    color: #000;
}
.archive-article .article-content a {
  color: #000;
}
.archive-article .article-content a:hover {
  color: #ff0000;
}
.archive-article .article-content .meta {
  line-height: 100%;
  font-weight: 400;
  font-size: 14px;
}
.archive-article .article-content .meta .first {
  line-height: 100%;

}
.archive-article .article-content .meta .second {
  line-height: 100%;
}
.archive-article .article-content .title {
  font-weight: 900;
  line-height: 100%;
  
}
.archives-list {
  padding: 1%;
}
.archives-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 100%;
}
.archives-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

/* ============================================================
SIDEBAR
============================================================ */

#sidebar-zero {
    display: block;
    bottom: 0;
}
#sidebar-one {
    display: block;
    top: 0;
}
#sidebar-two {
    display: block;
    bottom: 0;
}
#sidebar-three {
    display: block;
    bottom: 0;
}
#sidebar-four {
    display: block;
    bottom: 0;
}
#sidebar-zero,
#sidebar-one,
#sidebar-two,
#sidebar-three,
#sidebar-four {

}
#sidebar-one:before,
#sidebar-one:after,
#sidebar-two:before,
#sidebar-two:after,
#sidebar-three:before,
#sidebar-three:after,
#sidebar-four:before,
#sidebar-four:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
#sidebar-zero:after,
#sidebar-one:after,
#sidebar-two:after,
#sidebar-three:after,
#sidebar-four:after {
    clear: both;
}
.sidebar-box {       
    padding: 0;
    margin: 0 auto;
    margin-top: 0;   
    float: left;
    width: 100%; 
}
.sidebar-box .padder {
    margin: 0 auto;4215
    padding: 10px 0;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
/* 768px desk */
@media screen and (min-width: 1024px) {
.sidebar-box .padder {
    max-width: 300px;
    padding: 0;    
    border-bottom: 0px solid #ddd;
}
}/* 768px desk */

/* ============================================================
  chara cards
============================================================ */
#chara-card {
    min-height: 500px;
    max-height: 600px;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid;
    padding: 10px;
    margin: 0;
    max-width: 380px;
}
#chara-card .padder {
  
}
#chara-card .card-article {	
    margin: 0;
    position: relative;
    width: 100%;
}
#chara-card .card-article .cover {
    background-color: #eeeae6;
    background-position: center top;
    background-size: cover;
    bottom: 0;
    left: 0;
    overflow: hidden;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
	max-height: 300px;
}
#chara-card .card-article .title {
	font-size: 14px;
    font-size: 1.4rem;
	font-weight: 900;
	letter-spacing: -1px;
	line-height: 100%;
	padding: 20px 10px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
#chara-card .card-article .article {	
	background: #fff none repeat scroll 0 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    z-index: 1;
}
#chara-card .card-article .article-content {
	font-size: 14px;
    font-size: 1.4rem;
	line-height: 100%;
	letter-spacing: 0;
	text-align: left;
	padding: 10px 0;
    line-height: 100%;
}
#chara-card .card-article .article-content p {
    margin: 0;
    padding: 0;
}
#chara-card .card-article .article .line span {
	font-size: 14px;
    font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0;
    line-height: 100%;
    text-transform: uppercase;
}
#chara-card .card-article .article .line {
	font-size: 14px;
    font-size: 1.4rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 100%;
    text-transform: uppercase;
}
#chara-card .card-article .article .titre {
    text-transform: uppercase;
	font-size: 14px;
    font-size: 1.4rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 100%;
}
#chara-card .card-article .article .wiki {
	font-size: 14px;
    font-size: 1.4rem;
	font-weight: 100;
	line-height: 100%;
	text-align: right;
	padding: 0;
    margin: 0;
}
#chara-card .card-article .article .wiki a {
    background: #fff;
    color: #000;
    padding: 3%;
    line-height: 100%;
    margin: 0;
    font-weight: 400;
}
#chara-card .card-article .article .wiki a:hover {
    background: #fff;
    color: #ff0000;
}
/* ===========================================================
  google cards
============================================================ */
#chara-card .material-icons {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'liga';
     -moz-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}
#chara-card .right {
  float: right !important;
}
#chara-card i {
    line-height: 50px;
    font-size: 50px !important;
    width: 100%;
    text-align: left;
}
#chara-card .card {
  position: relative;
  margin: 0;
  background-color: #fff;
  transition: box-shadow .25s;
  border-radius: 0;
}
#chara-card .card .card-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0;
}
#chara-card .card .card-title.activator {
  cursor: pointer;
}
#chara-card .card .card-image {
  position: relative;
    height: 350px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #000;
}
#chara-card .card .card-image .cover {
  display: block;
  border-radius: 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
	background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
#chara-card .card .card-image img {
  width: 100%;
	background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
#chara-card .card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 15px;
}
#chara-card .card .chara-types {
    line-height: 85%;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: -1px;
    color: #ff0000 !important;
}
#chara-card .card .card-content {
  padding: 15px;
  border-radius: 0;
  text-transform: uppercase;
  border-top: 1px solid #ddd;
}
#chara-card .card .card-content p {
  margin: 0;
  color: inherit;
}
#chara-card .card .card-content .card-title {
    display: block;
    color: #000;
    line-height: 85%;
    margin: 0;
    padding: 0;
    font-weight: 900;
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: -1px;
    
}
#chara-card .card .card-reveal {
  padding: 5%;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  left: 0;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}
#chara-card .card .card-reveal .card-title {
  cursor: pointer;
  display: block;
  text-transform: uppercase;
    color: #000;
    line-height: 85%;
    margin: 0;
    padding: 0;
    font-weight: 900;
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: -1px;
    height: 100px;
}
#chara-card .waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: .3s ease-out;
}
#chara-card .waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
}
#chara-card .waves-effect img {
  position: relative;
  z-index: -1;
}
#chara-card .waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}
#chara-card .waves-block {
  display: block;
}
/* Firefox Bug: link not triggered */
#chara-card .waves-effect .waves-ripple {
  z-index: -1;
}

/* Sidebar le saviez-vous
-------------------------------------------------------------- */
#rimainda-card {
    max-width: 380px;
}
/* 768px desk */
@media screen and (min-width: 1024px) {
#rimainda-card {
    margin: 0 auto;
    padding: 0 0 10px;
}
}/* 768px desk */
#rimainda-card .head-box {
    margin: 0 auto;
    width: 100%;
    background-position: center center;
    background-size: cover;
}
#rimainda-card .head-box img {
    height: 100%;
}
#rimainda-card .article {
    padding: 5%;
    z-index: -1;
    border: 1px solid #000;
    margin-top: -15px;
}
#rimainda-card .article .title {
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    color: #000;
    letter-spacing: -1px;
    line-height: 85%;
    margin: 0 0 5%;
    text-align: left;
    font-family: montserrat;
}
#rimainda-card .article .article-content {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 100%;
    text-align: left;
}
#rimainda-card .article .article-content p {
	padding: 0;
	margin: 0;
}
#rimainda-card .article .article-content a {
    font-weight: 900;
}
#rimainda-card .article .article-content a:hover {
    color: #ff0000;
}
/* sidebar article-card
------------------------------- */
#sidebar .article-list {
  width: 100%;
}
#sidebar .article-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar .article-list li {
  margin: 0;
  padding: 2px;
  list-style: none;
}
/* 620px tab */
@media screen and (min-width: 620px) {
#sidebar .article-list li {
  width: 50%;
  float: left;
} 
}/* 620px tab */
/* 768px desk */
@media screen and (min-width: 1024px) {
#sidebar .article-list li {
  width: 100%;
  padding: 0 0 15px;
} 
}/* 768px desk */

/* 404
------------------------------- */
#error-hero {
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
background-color:#FF4444;
background-image: linear-gradient(30deg, #ff0000 12%, transparent 12.5%, transparent 87%, #ff0000 87.5%, #ff0000),
linear-gradient(150deg, #ff0000 12%, transparent 12.5%, transparent 87%, #ff0000 87.5%, #ff0000),
linear-gradient(30deg, #ff0000 12%, transparent 12.5%, transparent 87%, #ff0000 87.5%, #ff0000),
linear-gradient(150deg, #ff0000 12%, transparent 12.5%, transparent 87%, #ff0000 87.5%, #ff0000),
linear-gradient(60deg, #BF0000 25%, transparent 25.5%, transparent 75%, #BF0000 75%, #BF0000),
linear-gradient(60deg, #BF0000 25%, transparent 25.5%, transparent 75%, #BF0000 75%, #BF0000);
background-size:80px 140px;
background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
}
#error-hero .content {
}
#error-hero .content .big {
    padding: 1%;
    width: 100%;
    height: 100vh;
    line-height: 100vh;
}
#error-hero .content .big img {
    height: 100%;
    max-height: 300px;
}



/* SLIDER
-------------------------------------------------------------- */
.royalSlider {
    margin: 0 0 2em !important;
}
#new-royalslider img {
    padding: 0 !important;
    margin: 0 auto !important;
    width: 100% !important;
    height: auto !important;
    max-width: 1200px !important;
    max-height: 768px !important;
    text-align: center !important;
}
img.rsImg {
	margin: 0;
}
.rsContent .story-content img {
	margin: 0 !important;
    text-align: center;
}
.rsOverflow {
    max-width: 1200px !important;
    max-height: 768px !important;
}
.rsUni, .rsUni .rsOverflow,
.rsUni .rsSlide,
.rsUni .rsVideoFrameHolder,
.rsUni .rsThumbs {
	background: #000 !important;
}
.rsUni .rsFullscreenBtn {
	display: none !important;
}
.rsUni .rsThumb {
	opacity: 0.88 !important;
  border: 1px solid #ddd !important;
  background: #000 !important;
}
.rsUni .rsThumb.rsNavSelected {
	opacity: 1 !important;
}
.rsUni .rsThumb.rsNavSelected .thumbIco {
	border: 2px solid #ff0000 !important;
}
.rsUni .rsThumbsHor {
	width: 100% !important;
	height: 72px !important;
	margin: 5px 0 !important;
	padding: 0;
}

/* page auteur
-------------------------------------------------------------- */
#author_archives-content {
  
}
#author_archives-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 100%;
}
#author_archives-content li {
  padding: 0 0 5px;
  margin: 0;
  list-style: none;
  line-height: 100%;
  text-transform: uppercase;
}
#author_archives-content p {
  padding: 0 0 5px;
  margin: 0;
  list-style: none;
  line-height: 100%;
  text-transform: uppercase;
}
#author_archives-content .padder {
  padding: 2%;
  
}
#author_archives-content .avatar {
  display: inline;

}
#author_archives-content .avatar img {
  width: 128px;
  border-radius: 50%;
  border: 5px solid #fff;
}
#author_archives-content .name {
  display: inline;
  line-height: 100%;
}
#author_archives-content .name h1 {
  padding: 0;
  margin: 0;
  line-height: 100%;
}
#author_archives-content .poste {
  line-height: 100%;
  font-weight: 400;
  text-transform: uppercase;
}
#author_archives-content .description {
  text-align: justify; text-justify: auto;
  line-height: 100%;
}
#author_archives-content .email {
  text-transform: uppercase;
  font-weight: 400;
  line-height: 100%;
  margin-top: 5px;
}
#author_archives-content .email a {
  font-weight: 400;
  margin-left: 5px;
  line-height: 100%;
}
#author_archives-content .club {
  display: inline-block;
  line-height: 100%;
  color: #ff0000;
  margin-top: 5px;
  text-transform: uppercase;
}
#author_archives-content .club a {
  font-weight: 400;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 100%;
}
#author_archives-content .social {
  margin: 1% 0;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 100%;
}
#author_archives-content .social a {
  font-weight: 400;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 100%;
}
#author_archives-content .twitter {
  display: inline-block;
  line-height: 100%;
}
#author_archives-content .facebook {
  display: inline-block;
  line-height: 100%;
}
#author_archives-content .instagram {
  display: inline-block;
  line-height: 100%;
}
#author_archives-content .linkedin {
  display: inline-block;
  line-height: 100%;
}


/* SEARCH BAR
-------------------------------------------------------------- */
#big-search {
  margin: 20px auto;
  max-width: 1200px;
}
.search-bar input[type="text"], input[type="password"], textarea {
  border: 0px solid #ddd;
}
.search-bar {
  display: flex;
  border: 1px solid #ddd;
} 
.search-bar #s {
  flex: 4;
  padding: 1%;
} 
.search-bar button {
  border: 0px solid #ddd;
}
/* SEARCH RESULTS
-------------------------------------------------------------- */
.resolut_box {
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 1% auto;
    position: relative;
    padding: 1%;
}
.search_query {
  max-width: 1200px;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1px;
    text-align: left;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
} 
/* 620px tab */
@media screen and (min-width: 620px) {
.search_query {
    font-size: 60px;
    font-size: 6rem;
} 
}/* 620px tab */
/* 768px desk */
@media screen and (min-width: 1024px) {
.search_query {
    font-size: 90px;
    font-size: 9rem;
} 
}/* 768px desk */
.search_result {
  max-width: 1200px;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1px;
    text-align: left;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
} 

#kirinavi-slide {
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  width: 100%;
  max-width: 1200px;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  scrollbar-color: #ff0000 #000;
}
	/*change the thinkness of the scrollbar here*/
#kirinavi-slide::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    -webkit-box-shadow: 0 0 6px rgba(255, 255, 255, 0); 
    -webkit-border-radius: 0;
    border-radius: 0;
}
 /*add a shadow to the scrollbar here*/
#kirinavi-slide::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0); 
    -webkit-border-radius: 0;
    border-radius: 0;
}
/*this is the little scrolly dealio in the bar*/ 
#kirinavi-slide::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #ff0000;
    height: 3px;
}
/*nobody needs this little scrollbar corner, I mean really, get rid of it haha*/  
#kirinavi-slide::-webkit-scrollbar-corner {
  display: none;
  height: 0px;
  width: 0px;
}
#kirinavi-slide .box-300 {
  flex: 1;
  width: 300px;
}
/* 620px tab */
@media screen and (min-width: 620px) {
#kirinavi-slide .box-300 {
  flex: 1;
  width: 375px;
} 
}/* 620px tab */

.section-more {
    width: 100%;
    max-width: 1200px;
    background: transparent;
    color: inherit;
    margin: 0;
    padding: 0;
    text-align: center;
}
.section-more .goto {
    text-transform: uppercase;
    width: 100%;
    font-size: 25x;
    font-size: 2.5rem;
    font-weight: 100;
    line-height: 100%;
    letter-spacing: -1px;
    text-align: center;
    padding: 25px;
    border-top: 1px solid #ff0000;
}
.section-more .goto:hover {
    background: #ff0000;
    padding: 25px;
    width: 100%;
}

/*--------------------------------------------------------------
DROP MENU
--------------------------------------------------------------*/
#sub_supermenu {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	z-index: 99999;
	top: 0;
	text-transform: uppercase;
	color: #000;
	opacity: 1;
	background: #fff;
	border-bottom: 1px solid #000;
}
#sub_menuinner {
    padding: 5px 0 0 0;
    margin: 0 auto;
}
#sub_supermenu #sub_menuinner:before,
#sub_supermenu #sub_menuinner:after {
  content: "";
  display: block;
}
#sub_supermenu #sub_menuinner:after {
  clear: both;
}
#sub_supermenu #sub_menuinner {
	padding: 0;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
#section-wrapper {
    width: 100%;
    z-index: 1;
    color: #000;
    height: 45px;
    z-index: 100;
    padding: 0;
    margin: auto 0;
    text-align: center;
}
#section-wrapper .drop-menu a {
    text-decoration: none;
    }
#section-wrapper .drop-menu li {
    list-style: none;
    }
/* Menu Container */
#section-wrapper .drop-menu {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
	margin: 0;
	max-width: 1200px;
	width: 100%;
    color: #000;
	padding: 0;
	text-align: center;
}	
/* Menu List */
#section-wrapper .drop-menu > li {
	display: block;
	float: left;
}
/* Menu Links */
#section-wrapper .drop-menu .branche {
    color: #000;
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 800;
    height: 45px;
    letter-spacing: -1px;
    line-height: 45px;
    padding: 0 8px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    z-index: 510;
    border: 1px solid #fff;
}
#section-wrapper .drop-menu > li > a {
    color: #000;
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 900;
    height: 45px;
    letter-spacing: -1px;
    line-height: 45px;
    padding: 0 5px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    z-index: 510;
}
#section-wrapper .drop-menu > li > a:after {
    color: #ff0000;
    content: ".";
    display:inline-block;
    margin: 0 0 0 3px;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 900;
    line-height: 0;
}
#section-wrapper .drop-menu > li:hover > a {
    color: #ff0000;
    background: #fff;
    }
/* Menu Dropdown */
#section-wrapper .drop-menu > li > .super-bloc {
	position: absolute;
	display: block;
	width: 100%;
	top: 45px;
	left: 0;
	overflow: hidden;
	background: #fff;
	opacity: 0;
	visibility: hidden;
    border-top: 1px solid #ddd;
	border-bottom: 5px solid #ddd;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	transition: all 0.2s ease-in-out;
	}
#section-wrapper .drop-menu > li:hover > .super-bloc {
	opacity: 1;
	visibility: visible;
}
/* Menu Content Styles */
#section-wrapper .drop-menu .drop-menu-column {
	float: left;
	width: 100%;
	padding: 0;
}
#section-wrapper .drop-menu .drop-menu-column h3 {
	margin: 20px 0 10px 0;
	line-height: 18px;
	font-weight: 800;
	font-size: 14px;
	color: #372f2b;
	text-transform: uppercase;
}
#section-wrapper .drop-menu .drop-menu-column li a {
	display: block;
	line-height: 26px;
	font-weight: 800;
	font-size: 13px;
	color: #888888;
}
#section-wrapper .drop-menu .drop-menu-column li a:hover {
    color: #666666;
}
/* inside */ 
#section-wrapper .menu-cover-box {
    width: 100%;
    padding: 0;
    margin: 0;
}
#section-wrapper .menu-cover-box ul {
    margin: 0;
    padding: 0;
    display: flex;
}
#section-wrapper .menu-cover-box li {
    margin: 0;
    padding: 0;
    flex: 1;
}
#section-wrapper .menu-cover-box li:hover {
    margin: 0;
    padding: 0;
}

#trigger-overlay {
    margin: 0;
    padding: 0 !important;
    height: 50px;
    width: 50px;
    color: #fff;
    background: transparent;
    padding: 0;
    border: 0;
}
#trigger-overlay:hover {
    color: #fff;
    background: transparent;
}
#trigger-overlay .fa {
    height: 40px;
    width: 40px;
    font-size: 40px;
    line-height: 100%;
}
/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
  z-index: 100000;
  overflow-x: auto;
}
/* Overlay closing cross */
.overlay .overlay-close {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 10px;
	top: 10px;
	overflow: hidden;
	border: none;
	background: url(../images/navi/cross.svg) no-repeat center center;
	color: transparent;
	outline: none;
	z-index: 100;
  text-indent: 100000%;
  padding: 0 !important;
  margin: 0;
}
/* Effects */
.overlay-huge_menu {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-huge_menu.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.overlay #navi_roddo {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 70px;
	width: 100%;
	z-index: 99999;
	top: 0;
	text-transform: uppercase;
	color: #000;
	opacity: 1;
	overflow: hidden;
}
.overlay #navi_roddo .menu_outer {
  padding: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.overlay #navi_roddo .menu_outer:before,
.overlay #navi_roddo .menu_outer:after {
  content: "";
  display: block;
}
.overlay #navi_roddo .menu_outer:after {
  clear: both;
}
.overlay #navi_roddo .menu_outer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.overlay #navi_roddo .menu_outer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.overlay #navi_roddo .menu_inner {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
	margin: 0;
	max-width: 1200px;
  width: 100%;
  color: #000;
	padding: 0;
	text-align: left;
}
.overlay #navi_roddo .menu_inner li {
	display: block;
	float: left;
}
.overlay #navi_roddo .menu_inner li a {
    color: #000;
    display: block;
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 900;
    height: 70px;
    letter-spacing: -1px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    z-index: 510;
}
.overlay #navi_roddo .menu_inner li.logo {
  margin: 0;
  padding: 0;
  height: 70px;
}
.overlay #navi_roddo .menu_inner li.logo a {
    margin: 0;
    padding: 0;
    height: 70px;
  }
.overlay #navi_roddo .menu_inner li.logo img {
    margin: 0px;
    height: 100%;
}
.overlay #navi_roddo .menu_inner li.menu-x {
    margin: 0;
    padding: 0;
    float: right;
}
.overlay #navi_roddo .menu_inner li.menu-x img {
  margin: 10px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: 0;
  height: 50px;
  width: 50px;
}


.section_title {

}
.section_title .big {
    font-size: 30px;
    font-size: 3rem;
    line-height: 100%;
    letter-spacing: -1px;
    text-align: left;
    display: inline-block;
    font-weight: 100;
    background: transparent;
    color: #ff0000;
    padding: 0;
    margin: 0 0 10px;
    line-height: 100%;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
}
.section_title .big a {
	color: #fff;
}
.section_title .big a:after {
  color: #ff0000;
  content: ".";
  display: inline-block;
  margin: 0 0 0 3px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
  line-height: 0;
}
.section_title .big a:hover {
  color: #ff0000;
}

.ohayo_pre_body {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 25px 1%;
    z-index: 1;
    overflow: hidden;
    max-width: 1200px;
}
.ohayo_pre_body .body-full {
    width: 100%;
    overflow: hidden;
}
.ohayo_pre_body .body-left {
    width: 100%;
    float: left;
    overflow: hidden;
}
.ohayo_pre_body .body-right {
    width: 100%;
    overflow: hidden;
}
/* 768px desk */
@media screen and (min-width: 800px) {
.ohayo_pre_body .body-left {
    width: 50%;
}
}/* 768px desk */


.ohayo_pre_body .ohayo_giga_story {
    background: transparent;
    margin: 0;
    height: 500px;
    width: 100%;
    float: left;
    padding: 0;
    overflow: hidden;
    position: relative;
    border: 5px solid transparent;
}
/* 768px desk */
@media screen and (min-width: 800px) {
.ohayo_pre_body .ohayo_giga_story {
    height: 600px;
}
}/* 768px desk */
/* 768px desk */
@media screen and (min-width: 1024px) {
.ohayo_pre_body .ohayo_giga_story {
    height: 600px;
}
}/* 768px desk */
.ohayo_pre_body .ohayo_giga_story .ohayo_giga_image {
    background-position: center center;
    background-size: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    vertical-align: top;
}
/* 768px desk */
@media screen and (min-width: 1024px) {
.ohayo_pre_body .ohayo_giga_story .ohayo_giga_image:after {
display: none;
}
}/* 768px desk */
.ohayo_pre_body .ohayo_giga_story .ohayo_giga_image:before {
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    background: #000;
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    opacity: 0.33;
    transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
}
.ohayo_pre_body .ohayo_giga_story:hover .ohayo_giga_image:before {
    background: transparent;
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(255, 0, 0, 1) 75%) !important;
    background-image: -moz-linear-gradient(top, transparent 0%, rgba(255, 0, 0, 1) 75%) !important;
    background-image: linear-gradient(to bottom, transparent 0%, rgba(255, 0, 0, 1) 75%) !important;
    opacity: 0.66;
}
.ohayo_pre_body .ohayo_giga_story .article {
    bottom: 0;
    padding: 5%;
    z-index: 3;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    color: #000;
    position: absolute;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
/* 768px desk */
@media screen and (min-width: 800px) {
.ohayo_pre_body .ohayo_giga_story .article {
    top: 0;
}
}/* 768px desk */
/* 768px desk */
@media screen and (min-width: 1024px) {
.ohayo_pre_body .ohayo_giga_story .article {
    padding: 25px;
    max-width: 600px;
}
}/* 768px desk */
.ohayo_pre_body .ohayo_giga_story .article .data {
  
}
/* 768px desk */
@media screen and (min-width: 1024px) {
.ohayo_pre_body .ohayo_giga_story .article .data {
    width: 100%;
}
}/* 768px desk */
.ohayo_pre_body .ohayo_giga_story .article h1 {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -1px;
	text-align: left;
    padding: 0;
    margin: 0;
    width: 100%;
}
/* 620px tab */
@media screen and (min-width: 620px) {
.ohayo_pre_body .tetrimino-100-100-33 .article h1 {
    width: 66%;
}
}/* 620px tab */
/* 768px desk */
@media screen and (min-width: 1024px) {
.ohayo_pre_body .tetrimino-100-100-33 .article h1 {
    width: 100%;
}
}/* 768px desk */
.ohayo_pre_body .ohayo_giga_story .article .ohayo_cat {
    font-size: 20px;
    font-size: 2rem;
    line-height: 100%;
    letter-spacing: -1px;
    text-align: left;
    display: inline-block;
    font-weight: 100;
    background: transparent;
    color: #fff;
    padding: 0;
    margin: 0 0 5px;
    line-height: 100%;
}

/* ABOUT-PAGES
-------------------------------------------------------------- */
#page-hero {
  width: 100%;
  margin: 0 auto;
  position: relative;
  left: 0;
  right: 0;
  color: #fff;
  max-height: 100vh;
}

.page-title {
  margin: 0 auto;
  text-align: center;
  padding: 5% 1%;
  position: relative;
  line-height: 85%;
  max-width: 1200px;
}
.page-title h1 {
    color: #000;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 85%;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', arial, sans-serif;
  text-align: center;
}
.page-title h1 {
  font-size: calc(30px + (55 - 30) * ((100vw - 300px) / (1200 - 300)));
}





/* -------- services ----------- */
.services-pops {
    margin: 0;
    padding: 0;
    width: 100%;
}
.services-pops .logo {
    width: 50%;
}
.services-tabs {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0;
    margin: 0;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 10px;  
    text-align: left;
    letter-spacing: 0;
}
.services-tabs table {
    margin: 0;
    padding: 0;
}
.services-tabs tbody {
  border: 1px solid #ddd;
}
.services-tabs tr {
  border-bottom: 1px solid #ddd;
}
.services-tabs .first {
  background: #ddd;
}
.services-tabs .second {

}
.services-tabs td {
    float: left;
    margin: 0;
    padding: 10px;
}
.services-tabs td:last-child {
    margin: 0;
    padding: 10px;
}
/* 620px tab */
@media screen and (min-width: 620px) {
.services-tabs td {
    float: none;
} 
}/* 620px tab */
.services-tabs a {
	letter-spacing: 0;
	text-transform: uppercase;
	font-weight: 900;
}
.services-tabs .tab-left {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 100%;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    width: 100%;
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #fff;
}
/* 620px tab */
@media screen and (min-width: 620px) {
.services-tabs .tab-left {
    width: 75%;
    border-bottom: 0px solid #fff;
    border-right: 1px solid #fff;
}
}/* 620px tab */
.services-tabs .tab-right {
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 100%;
    text-align: right;   
}
/* 620px tab */
@media screen and (min-width: 620px) {
.services-tabs .tab-right {
    width: 25%;
}
}/* 620px tab */
.services-tabs .tab-full {
	width: 100%;
	text-align: justify;
  padding: 0;
    margin: 0;
    padding: 10px;
}
.services-tabs .tab-full p {
    margin: 0;
}
/* 620px tab */
@media screen and (min-width: 620px) {
.services-tabs .tab-full {
    width: 75%;
}
}/* 620px tab */

#quickfacts-box {
    margin: 0 auto;
    width: 100%;
    padding: 5%;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 100%;
    color: #000;
    text-align: left;
}
.quickfacts-intro_box {
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 1% 0 5%;
}
.quickfacts-intro_box h1 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
    padding: 10px 10px 0;
    text-align: left;
    color: #fff;
}
.quickfacts-intro_box h1 {
  font-size: calc(30px + (45 - 30) * ((100vw - 300px) / (1200 - 300)));
}
.quickfacts-intro_box h2 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    line-height: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
    padding: 10px 10px 0;
    text-align: left;
    color: #fff;
}
.quickfacts-intro_box h2 {
  font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1200 - 300)));
}
.quickfacts-content {

}
.quickfacts-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  
}
.quickfacts-content ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  
}
.quickfacts-content .fact-card {
  width: 100%;
  padding: 10px;
  float: left;
}
/* 620px tab */
@media screen and (min-width: 620px) {
.quickfacts-content .fact-card {
  width: 50%;
  height: 300px;
}  
}/* 620px tab */
/* 1024px desk */
@media screen and (min-width: 1024px) {
.quickfacts-content .fact-card {
  width: 33.3333%;
  height: 400px;
}
}/* 1024px desk */
/* 1200px desk */
@media screen and (min-width: 1200px) {
.quickfacts-content .fact-card {
  width: 33.3333%;
  height: 500px;
}
}/* 1200px desk */
.quickfacts-content .fact-card .card-content {
    padding: 5px;
    border-left: 2px solid #ddd;
    color: #000;
}
.quickfacts-content .fact-card .card-content .first {
    font-size: 40px;
    font-size: 4rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
    padding: 10px;
    text-align: left;
    color: #fff;
}
.quickfacts-content .fact-card .card-content .first {
  font-size: calc(40px + (75 - 40) * ((100vw - 300px) / (1200 - 300)));
}
.quickfacts-content .fact-card .card-content .second {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
    padding: 0 10px;
    text-align: left;
    color: #fff;
		word-break: break-word;
		overflow: hidden;
}
.quickfacts-content .fact-card .card-content .second {
  font-size: calc(25px + (35 - 25) * ((100vw - 300px) / (1200 - 300)));
}
.quickfacts-content .fact-card .card-content .third {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
    padding: 10px;
    text-align: left;  
    color: #fff;
}







.about_groupe-presentation {
  width: 100%;
  padding: 0;
  overflow: hidden;
  margin: 0 auto 25px;

}
.about_groupe-presentation .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  max-width: 666px;
  padding: 0;
  border: 1px solid #ddd;
}
.about_groupe-presentation .content .logo {
  height: 50px;
  width: auto;
  margin: 0;
  padding: 0;
  display: block;
}
.about_groupe-presentation .content .logo img {
  height: 50px;
}
.about_groupe-presentation .content .article {

}
.about_groupe-presentation .content .article ul {
  margin: 0;
  padding: 0;
  list-style: none;

}
.about_groupe-presentation .content .article ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
}

.about_groupe-presentation .content .article .link {
    text-transform: none;
    text-align: left;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400 !important;
    letter-spacing: 0;
    line-height: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
    padding: 10px 0;
    color: #000;
}
.about_groupe-presentation .content .article .link a {
  font-weight: 400 !important;
  color: #ff0000;
}
.about_groupe-presentation .content .article .txt {
  padding: 5%;
  margin: 0;
  text-align: justify;
}
.about_groupe-presentation .content .article .texte {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 125%;
}
.about_groupe-presentation .content .article .catchup {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 15px;
    line-height: 125%;
}
.about_groupe-presentation .content .article .image {
  height: 300px;
    vertical-align: top;
    pointer-events: none;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.story-nextup {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.story-nextup .content {
  padding: 0;
  text-align: left;
  width: 100%;
  max-width: 666px;
  margin: 0 auto;
}
/* 768px desk */
@media screen and (min-width: 1024px) {
#sidebar .story-nextup .content {
  max-width: 300px;
}
}/* 768px desk */
.story-nextup .content .section {

}
.story-nextup .section .first {
  margin: 0;
  padding: 5px 0;
  line-height: 88%;
  font-size: 30px;
  font-size: 3rem;
  color: #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-weight: 900;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.story-nextup .section .first span {
  width: 100%;
  display: inline-block;
}
.story-nextup .section .logo {
  max-width: 200px;
}



#lexicon-box {
  overflow: hidden;
  border-radius: 20px;
  padding: 0;
  margin: 1% 0;
  border: 5px solid #532f75;
  background: #ddd;
}
#lexicon-box .top {
  margin: 0;
  padding: 1%;
  border-bottom: 1px solid #532f75;
}
#lexicon-box .top .big {
    font-size: 30px;
    font-size: 3rem;
    padding: 0;
    margin: 0;
    line-height: 100%;
    letter-spacing: -1px;
    font-weight: 900;
    display: inline-block;
    text-align: left;
    width: 100%;
    text-transform: uppercase;
    border-radius: 15px;
}
#lexicon-box .top .small {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0;
    margin: 0;
    line-height: 100%;
    letter-spacing: 0;
    font-weight: 400;
    display: inline-block;
    text-align: left;
    width: 100%;
    text-transform: uppercase;  
}
#lexicon-box ul {
  list-style: none;
  margin: 0;
  padding: 1%;
  overflow: hidden;
}
#lexicon-box ul li {
  list-style: none;
  margin: 0;
  padding: 0 2px 2px;
  float: left;
  width: 100%;
}
#lexicon-box .super {
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  line-height: 100%;
  border-top: 1px solid #532f75;
}
#lexicon-box .lexicon-card {
  border-radius: 15px;
  padding: 0;
  margin: 0;
  border: 3px solid #ddd;
  overflow: hidden;
}
#lexicon-box .lexicon-card .big-card {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0;
    margin: 0;
    line-height: 100%;
    letter-spacing: 0;
    font-weight: 400;
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #532f75;
}
#lexicon-box summary {
      height: 100px;
}
#lexicon-box .lexicon-card .big-card .drjekyll {
      height: 100%;
}
#lexicon-box .lexicon-card .big-card .drjekyll .first {
  width: 100%;
  display: inline-block;
  padding: 5px 10px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: 0;
  color: #fff;
  line-height: 100%;
  border-bottom: 1px solid #ddd;
  background: #532f75;
  height: 50%;
}
#lexicon-box .lexicon-card .big-card .drjekyll .second {
  width: 100%;
  display: inline-block;
  padding: 5px 10px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: 0;
  color: #000;
  line-height: 100%;
  background: #fff;
  height: 50%;
}
#lexicon-box .lexicon-card .big-card .mrhyde {
  background: #fff;
}

#lexicon-box .lexicon-card .big-card .line {
  width: 100%;
  display: inline;
  letter-spacing: 0;
}
#lexicon-box .lexicon-card .big-card .main {
  width: 100%;
  display: inline-block;
  padding: 5px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 900;
  color: #000;
  line-height: 150%;
}
#lexicon-box .lexicon-card .big-card span {
  width: 100%;
  display: inline-block;
  padding: 5px;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 400;
  background: #B2B2B2;
  color: #fff;
  line-height: 100%;
  letter-spacing: -1px;
}
#lexicon-box .lexicon-card .big-card .article {
  width: 100%;
  display: inline-block;
  padding: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  color: #333;
  line-height: 100%;
  border-top: 1px solid #ddd;
  text-align: left;
}
#lexicon-box .lexicon-card .big-card .article p:last-child {
  margin: 0;
}
#lexicon-box .lexicon-card .big-card .situation {
  margin: 0;
  padding: 5px 0;
}
#lexicon-box .lexicon-card .big-card .situation .first {
  width: 100%;
  padding: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 100%;
  border-bottom: 1px solid #ddd;
}
#lexicon-box .lexicon-card .big-card .situation .second {
  width: 100%;
  padding: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 100%;
  border-bottom: 1px solid #ddd;
}
#lexicon-box .lexicon-card .big-card .situation .third {
  width: 100%;
  padding: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 100%;
  border-bottom: 1px solid #ddd;
}
#lexicon-box .lexicon-card .big-card .relative {
  margin: 0;
  padding: 0 5px 5px;
}
#lexicon-box .lexicon-card .big-card .one {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline;
}
#lexicon-box .lexicon-card .big-card .one a {
  padding: 7px 10px;
  display: inline-block;
  margin: 5px 0 0 0;
  line-height: 100%;
  color: #532f75;
  border: 1px solid #532f75;
  background: transparent;
  border-radius: 5px;
}
#lexicon-box .lexicon-card .big-card .one a:hover {
  background: #532f75;
  color: #fff;
}

.review_lite-bloc {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 1% 0;
  overflow: hidden;
}
.review_lite-bloc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.review_lite-bloc ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.review_lite-bloc ul li:before {
  color: #ff0000;
  content: ".";
  display: inline-block;
  margin: 0;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 900;
  line-height: 0;
  margin-right: 10px;
}
.review_lite-bloc .content {

}
.review_lite-bloc .content .title {
  width: 100%;
  display: inline-block;
  padding: 5px;
  font-size: 25px;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
  line-height: 100%;
  letter-spacing: -1px;
  border-bottom: 1px solid #ddd;
}
.review_lite-bloc .content .line {
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px;

}
.review_lite-bloc .content .line .txt {
  line-height: 100%;
}

/* ============================================================
  PHOTO DU JOUR
============================================================ */
#potd_hero {
    z-index: 1;
    text-transform: uppercase;
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 0;
    margin: 50px 0;
}
#potd_hero:before,
#potd_hero:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
#potd_hero:after {
    clear: both;
}
/* 768px desk */
@media screen and (min-width: 1024px) {
#potd_hero {
    height: 100vh;
}
}/* 768px desk */

.potd_hero_frame {
    border: 5px solid #fff;
}
/* 620px tab */
@media screen and (min-width: 620px) {
.potd_hero_frame {
    border: 10px solid #fff;
}
}/* 620px tab */
/* 768px desk */
@media screen and (min-width: 1024px) {
.potd_hero_frame {
    border: 20px solid #fff;
}
}/* 768px desk */
.potd_hero_body {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 3;
    height: 66vh;
    overflow: hidden;
    z-index: 0;
}
/* 620px tab */
@media screen and (min-width: 620px) {
.potd_hero_body {
    height: 66vh;
}
}/* 620px tab */
/* 768px desk */
@media screen and (min-width: 1024px) {
.potd_hero_body {
    height: 100vh;
}
}/* 768px desk */

.potd_hero_story {
    top: 0;
    height: auto;
    left: 0;
    right: 0;
    line-height: 100%;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 0;
    text-align: left;
    z-index: 1;
    position: absolute;    
}
.potd_hero_spotlight {
    margin: 0;
    width: 100%;
    float: left;
    padding: 0;
    overflow: hidden;
    text-transform: uppercase;
}
.potd_hero_spotlight .article {
    z-index: 3;
    text-align: left;
    color: #fff;
    width: 100%;
    letter-spacing: -1px;
    font-weight: 100;
    padding: 5%;
}
.potd_hero_spotlight .article a {
    color: #fff;  
}
.potd_hero_spotlight .article h1 {
    font-size: 20px;
    font-size: 2rem;
    padding: 0;
    margin: 0;
    line-height: 100%;
    letter-spacing: 0px;
    font-weight: 900;
    display: inline-block;
    text-align: left;
    width: 100%;
    text-transform: uppercase;
}
.potd_hero_spotlight .article h1 {
  font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1200 - 300)));
}

.potd-mark::before {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 100%;
    letter-spacing: -1px;
    text-align: left;
    display: inline-block;
    margin: 0;
    font-weight: 900;
    background: #fff;
    color: #fff;
    padding: 50px 1px;
    margin: 0;
    content: "";
}
.potd_big {
    font-size: 30px;
    font-size: 3rem;
    line-height: 100%;
    letter-spacing: -1px;
    text-align: left;
    display: inline-block;
    font-weight: 100;
    background: transparent;
    color: #fff;
    padding: 0 0 1%;
    margin: 0 5%;
    width: 100%;
    text-transform: uppercase;
}
.potd_big {
  font-size: calc(30px + (50 - 30) * ((100vw - 300px) / (1200 - 300)));
}
/* 620px tab */
@media screen and (min-width: 620px) {
.potd_big {
    letter-spacing: -2px;
} 
}/* 620px tab */
/* 768px desk */
@media screen and (min-width: 1024px) {
.potd_big {
    letter-spacing: -5px;
} 
}/* 768px desk */
.potd_hero_spotlight .article .data .second {
    font-size: 20px;
    font-size: 2rem;
    line-height: 100%;
    letter-spacing: -1px;
    text-align: left;
    display: inline-block;
    font-weight: 400;
    background: transparent;
    color: #fff;
    padding: 0 0 1%;
    margin: 0;
    width: 100%;
}

.potd_hero_cover {
    background-position: center center;
    background-size: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    vertical-align: top;
}
.potd_hero_body .potd_hero_cover:before {
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    background: #000;
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    opacity: 0.33;
    transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
}
.potd_hero_body:hover .potd_hero_cover:before {
    opacity: 0.66;
}
/* ============================================================
  PHOTO DU JOUR
============================================================ */
#potd_page {
    z-index: 1;
    text-transform: uppercase;
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 0;
    margin: 0 auto;
}
#potd_page:before,
#potd_page:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
#potd_page:after {
    clear: both;
}
.potd_page_body {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 3;
    overflow: hidden;
    z-index: 0;
}

.potd_page_story {
    top: 0;
    height: auto;
    left: 0;
    right: 0;
    line-height: 100%;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 0;
    text-align: left;
    z-index: 1;
    position: relative;
    font-size: 18px;
    font-size: 1.8rem;
}
.potd_page_spotlight {
    margin: 0;
    width: 100%;
    float: left;
    padding: 0;
    overflow: hidden;
}
.potd_page_spotlight .article {
    z-index: 3;
    text-align: left;
    color: #fff;
    width: 100%;
    letter-spacing: -1px;
    font-weight: 100;
    padding: 5% 5% 0;
}
.potd_page_spotlight .article a {
    color: #fff;  
}
.potd_page_spotlight .article h1::before {
    font-size: 30px;
    font-size: 3rem;;
    line-height: 100%;
    letter-spacing: -1px;
    text-align: left;
    display: inline-block;
    margin: 0;
    font-weight: 900;
    color: #ff0000;
    padding: 0;
    margin: 0;
    content: "\0025BC";
}
.potd_page_spotlight .article h1 {
    font-size: 30px;
    font-size: 3rem;
    padding: 0;
    margin: 0;
    line-height: 100%;
    letter-spacing: 0px;
    font-weight: 900;
    display: inline-block;
    text-align: left;
    width: 100%;
    text-transform: uppercase;
}

.potd_page_spotlight .article .data .second {
    font-size: 20px;
    font-size: 2rem;
    line-height: 100%;
    letter-spacing: -1px;
    text-align: left;
    display: inline-block;
    font-weight: 400;
    background: transparent;
    color: #fff;
    padding: 0 0 2%;
    margin: 0;
    width: 100%;
    text-transform: uppercase;
}
.potd_page_spotlight .article .detail {
    line-height: 100%;
    letter-spacing: -1px;
    text-align: left;
    display: inline-block;
    font-weight: 400;
    background: transparent;
    color: #fff;
    padding: 0 0 1%;
    margin: 0;
    width: 100%;
}
.potd_page_spotlight .article .detail .gps {
}
.potd_page_spotlight .article .detail .content {
    text-transform: none;
}
.potd_page_frame {
    border: 5px solid #fff;
}
/* 620px tab */
@media screen and (min-width: 620px) {
.potd_page_frame {
    border: 10px solid #fff;
}
}/* 620px tab */
/* 768px desk */
@media screen and (min-width: 1024px) {
.potd_page_frame {
    border: 20px solid #fff;
}
}/* 768px desk */
.potd_page_cover {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.potd_page_cover img {
    width: 100%;
}



/* story-content Shortcodes
-------------------------------------------------------------- */
/* super_marges */
.padding-pics_content {
  max-width: 666px;
	margin: 0 auto;
	padding: 0%;
  margin-bottom: 1.5em !important;
}
.padding-pics_content .responsive-embed-container {
  position: relative;
  padding-bottom: 56.25%; /* Ratio 16:9 */
  height: 0;
}

.padding-pics_content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.q_center {
    margin: 3%;
    text-align: left;
    font-size: 30px;
    font-size: 3rem;
    font-style: italic;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 100%;
    text-transform: uppercase;
}
.q_left {
    margin: 1% 2% 1% 1%;
    text-align: left;
    font-size: 27px;
    font-size: 2.7rem;
    font-style: italic;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 100%;
    text-transform: uppercase;
}
/* 620px tab */
@media screen and (min-width: 620px) {
    .q_left {
    float: left;
    width: 45%;
    margin: 2% 3% 2% 2%;
}
}/* 620px tab */
.q_right {
    margin: 1% 1% 1% 2%;
    text-align: left;
    font-size: 27px;
    font-size: 2.7rem;
    font-style: italic;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 100%;
    text-transform: uppercase;
}
/* 620px tab */
@media screen and (min-width: 620px) {
    .q_right {
    float: right;
    width: 45%;
    margin: 2% 2% 2% 3%;
}
}/* 620px tab */
/* story-content Shortcodes
-------------------------------------------------------------- */
/* super_marges */
.highlight_container_style {
  
}

.highlight_content-right:before,
.highlight_content-right:after {
  content: "";
  display: block;
}
.highlight_content-right:after {
  clear: both;
}
.highlight_content-right {
  background: #fff;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  max-width: 660px;
  margin: 0 auto 1.5em;
  border: 2px solid #000;
}
/* 768px desk */
@media screen and (min-width: 1024px) {
.highlight_content-right {
  position: relative;
  background: #fff;
  max-width: 40%;
  padding: 0;
  display: inline;
  margin: 0 15px 10px 25px;
  float: right;
  text-align: left;
  border: 2px solid #000;
}
}/* 768px desk */
.highlight_content-right .portrait_content-title {
  padding: 3% 3% 0;
}
.highlight_content-right .portrait_content-title h2 {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0;
}
.highlight_content-right  .portrait_content-txt {
  padding: 3%;
}
.highlight_content-right  .portrait_content-txt p {
  padding: 0;
}

.highlight_content-full {
  background: #fff;
  width: 100%;
  padding: 0;
  max-width: 660px;
  margin: 0 auto 1.5em;
  border: 5px solid #ff0000;
}
.portrait_content {
    width: 100%;
    padding: 0;
    line-height: 125%;
    font-size: 18px;
    font-size: 1.8rem;
    background: #fff;
}
.portrait_content-title {
  padding: 15px;
}
.portrait_content-title h1 {
  padding: 0;
  margin: 0;
    font-size: 30px;
    font-size: 3rem;
}
.portrait_content-image {

}
.portrait_content-txt {
  padding: 5%;

}
/* 768px desk */
@media screen and (min-width: 1024px) {
.highlight_content-right .portrait_content {
    text-align: left;
}
}/* 768px desk */
.portrait_content p:last-child {
  margin: 0 auto;
}

.case-listing {
  padding: 10px;
}
.case-listing .case {
  display: flex;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #000;
  overflow: hidden;
  padding: 10px 0;  
}
.case-listing .first {
  width: 30%;
  position: relative;
  overflow: hidden;
  padding: 0 5px;

}
.case-listing .image {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  line-height: 0;
}
.case-listing .image img {
  border: 1px solid #000;
	border-radius: 0;
}
.case-listing .case-spotlight {
  flex-grow: 1;
  padding: 0 10px 10px;
  width: 70%;
  text-transform: uppercase;
  line-height: 100%;
  font-weight: 400;
  color: #000;
}
.case-listing .article {
}
.case-listing .data {
}
.case-listing .data h1 {
  font-size: 20px;
  font-size: 2rem;
  margin: 0;
  padding: 0;
  line-height: 100%;  
  font-weight: 900;
}
.case-listing .data h1 {
font-size: calc(25px + (30 - 25) * ((100vw - 300px) / (1200 - 300)));
}
.case-listing .playlist-cat {
  font-size: 20px;
  font-size: 2rem;
}

.case-listing .meta {
    font-weight: 400;
    line-height: 100%;
    margin: 0;
    font-size: 13px;
    font-size: 1.3rem;
    color: #000;
}
.case-listing .date {

}
.case-listing .author {
}

.recipe-card {
  max-width: 600px;
			padding: 0;			
      margin: 0 auto 1.5em;
			border: 1px solid #666;
      border-radius: 40px;
      overflow: hidden;
      background: transparent;
}
.recipe-card .big-card {
  
}
.recipe-card .recipe_logo {
  margin: 5px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  width: 50px;
}
.recipe-card .recipe_logo img {

}
.recipe-card .card-cover {
		height: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.recipe-card .card-cover img {
    margin: 0 auto;
		width: 100%;
    padding: 0;
    height: auto;
    line-height: 0;
    overflow: hidden;
}
.recipe-card .card-article {
    padding: 15px;
     border-radius: 40px;
      overflow: hidden;
      border: 1px solid #ddd;
      position: relative;
      margin-top: -50px;
      z-index: 2;
      background: #fff;
}
.recipe-card .first {
  color: #000;
  background: transparent !important;
  padding: 15px;
}
/* 620px tab */
@media screen and (min-width: 620px) {
.recipe-card .first {
  
}
}/* 620px tab */
.recipe-card .card-title {

}
.recipe-card .card-title h1 {
			text-transform: uppercase !important;
			font-weight: 900;
			color: #000 !important;
			margin: 0;
      padding: 0;
      line-height: 100%;
      letter-spacing: -1px;
      font-size: 25px;
      font-size: 2.5rem;
      overflow: hidden;
}
.recipe-card .card-title h1 {
  font-size: calc(25px + (30 - 25) * ((100vw - 300px) / (1200 - 300)));
}
.recipe-card .card-title h1 a {
      color: #000;
      line-height: 100%;
      font-weight: 900 !important;
}
.recipe-card .card-title h1 a:hover {
  	background-color: transparent !important;
    color: #000; 
}
.recipe-card .card-cat {
  
}
.recipe-card .card-content {
    line-height: 120%;
    font-size: 16px;
    font-size: 1.6rem;
    border-top: 3px solid #ddd;
    padding-top: 15px;
}
.recipe-card .card-content p {
    margin: 0 0 10px;
}
.recipe-card .card-mark {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.recipe-card .card-mark ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.recipe-card .card-mark ul li {
  margin: 0;
  padding: 5px;
  list-style: none;
  width: 50%;
  float: left;
}
/* 768px desk */
@media screen and (min-width: 1024px) {
.recipe-card .card-mark ul li {
  width: 25%;
}
}/* 768px desk */
.recipe-card .card-mark:before,
.recipe-card .card-mark:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
.recipe-card .card-mark:after {
    clear: both;
}
.recipe-card .card-mark .card-column {
  background: #fff000;
  padding: 5px;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  letter-spacing: -1px;
}
.recipe-card .card-mark .iconic {

}
.recipe-card .card-mark .texte {
  letter-spacing: 0;
  font-weight: 900;
  line-height: 100%;
  margin: 10px 0;
  font-size: 15px;
  font-size: 1.5rem;
  
}
.recipe-card .card-mark .texte span {
  width: 100%;
  font-weight: 400;
  letter-spacing: -1px;
}
.recipe-card .card-mark .texte p {
  margin: 0;
  padding: 0;
}
.recipe-card .card-listing {
  
}
.recipe-card .card-listing .title {
  font-weight: 900;
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  margin: 0 0 2% 0;
}
.recipe-card .card-listing .title span {
  font-weight: 400;
}
.recipe-card .card-listing ul {
  list-style-type: '✽ ';
  margin: 0 0 1.5em 0;
  padding: 0 0 0 10%;
}
.recipe-card .card-listing ul li {
  color: #fff000;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 100%;
  
}
.recipe-card .card-listing li span {
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  
}
.recipe-card .card-listing .listing {
  
}

.recipe-card .card-listing .listing .listing-single {
  
}
.recipe-card .card-listing .listing .listing-single .texte {
  color: #000;
  
}
.recipe-card .card-step {
  
}
.recipe-card .card-step .title {
  font-weight: 900;
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  margin: 0 0 2% 0;
}
.recipe-card .card-step ul {
  list-style: none;
  margin: 0;
  padding: 0;
  
}
.recipe-card .card-step ul li {
  list-style: none;
  margin: 5px auto 1em;
  line-height: 120%;
  
}
.recipe-card .card-step .listing {
  
}

.recipe-card .card-step .listing .listing-single {
  
}
.recipe-card .card-step .listing .listing-single .first {
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 100%;
  margin: 0;
  padding: 0;
}
.recipe-card .card-step .listing .listing-single .first span {
  color: #ff0000;
}
.recipe-card .card-step .listing .listing-single .texte {
  color: #000;
  margin-top: 5px;
}
.card-tips {
  border: 1px solid #ddd;
  border-radius: 30px;
  overflow: hidden;
  background: transparent;
  padding: 15px;
  line-height: 120%;
  
}
.card-tips .title {
  font-weight: 900;
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;  
  border-bottom: 1px solid #ddd;
  margin: 0 0 2% 0;
}
.card-tips .texte {
  
}





/* couleurs
-------------------------------------------------------------- */
.ddd {
    background: #dddd !important;
}
.crimson {
    background: #bc002d;
}

.fc-aka {
    color: #ff0000 !important;
}
.fc-kuro {
    color: #000 !important;
}
.fc-shiro {
    color: #fff !important;
}

/* structures
-------------------------------------------------------------- */
.sento_box {
	overflow: hidden;
	position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.bento_box-1200 {
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0;
}
.bento_box-1600 {
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0;
}
.bento_box-100-100-70 {
    width: 100%;
}
/* 768px desk */
@media screen and (min-width: 1024px) {
.bento_box-100-100-70 {
    display: block;
    float: left;
    margin-left: 0px;
    width: 66.6666%;
    max-width: 800px;
}
}/* 768px desk */
.bento_box-100-100-30 {
    width: 100%;
}
/* 768px desk */
@media screen and (min-width: 1024px) {
.bento_box-100-100-30 {
    width: 33.3333%;
}
}/* 768px desk */
/* structures
-------------------------------------------------------------- */
/* story-content
-------------------------------------------------------------- */
#page-container {
	margin-top: 50px;
}

/* story-content
-------------------------------------------------------------- */


/* story-cell
-------------------------------------------------------------- */
.story-cell {
    margin: 0 auto;
    width: 100%;
    padding: 5%;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 100%;
    color: #000;
    text-align: left;
}
.story-cell-content {
  padding: 0 5%;
  border-left: 5px solid #ff0000;
}
.story-cell-content-title {
    z-index: 1;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    line-height: 100%;
    padding: 0;
    background-color: transparent;
    z-index: 1;
    pointer-events: none;
    max-width: 1200px;
    bottom: 0;
}
.story-cell-content-title h1 {
    font-size: 50px;
    font-size: 5rem;
    color: #000;
    padding: 0;
    margin: 0;
    line-height: 88%;
    letter-spacing: -1px;
    font-weight: 900;
    text-align: left;
    width: 100%;share-box
    text-transform: uppercase;  
}
.story-cell-content-title h1 {
  font-size: calc(30px + (50 - 30) * ((100vw - 300px) / (1200 - 300)));
}
.story-cell-content-description {
    background: #fff;
    clear: both;
    text-align: left;
    color: #000;
    margin: 0 0 10px;
    font-weight: 400;
    padding: 0;
    line-height: 100%;
    letter-spacing: -1px;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: none;
}
/* story-cell
-------------------------------------------------------------- */
/* story-share
-------------------------------------------------------------- */
.story-cell-content-share {
    clear: both;
    overflow: hidden;
    padding: 0;
}
.story-cell-content-share .dozoshare-social {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}
/* Social Share buttons */
.story-cell-content-share .dozoshare-link {
    padding: 0;
    color: #fff;
    font-size: 12px;
    margin: 2px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
}
.story-cell-content-share .dozoshare-link a {
    color: #fff !important;
}
/* fontawesome icons */
.story-cell-content-share .dozoshare-link .fa {
    color: #fff !important;
    font-size: 20px;
    line-height: 50px;
    vertical-align: middle;
}
/* Share Social */
.story-cell-content-share .dozoshare-link:hover,
.story-cell-content-share .dozoshare-link:active {
    color: #000;
} 
.story-cell-content-share .dozoshare-twitter {
    background: #00aced;
} 
.story-cell-content-share .dozoshare-twitter:hover,
.story-cell-content-share .dozoshare-twitter:active {
    background: #00668C;
} 
.story-cell-content-share .dozoshare-facebook {
    background: #3B5997;
} 
.story-cell-content-share .dozoshare-facebook:hover,
.story-cell-content-share .dozoshare-facebook:active {
    background: #1F3154;
} 
.story-cell-content-share .dozoshare-pinterest {
    background: #bd081c;
} 
.story-cell-content-share .dozoshare-pinterest:hover,
.story-cell-content-share .dozoshare-pinterest:active {
    background: #5E050E;
} 
.story-cell-content-share .dozoshare-linkedin {
    background: #0074A1;
} 
.story-cell-content-share .dozoshare-linkedin:hover,
.story-cell-content-share .dozoshare-linkedin:active {
    background: #002E3F;
}
.story-cell-content-share .dozoshare-mail {
    background: #8E2F7E;
} 
.story-cell-content-share .dozoshare-mail:hover,
.story-cell-content-share .dozoshare-mail:active {
    background: #4C1842;
}


#network_page-container {
	margin-top: 50px;

}
#network_page-container .story-content {
  max-width: 666px;
  padding: 5% 1%;
}
#network-container {

}








.story-back {

}
.story-back h2 {
color: #000;
  letter-spacing: 1px;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
  line-height: 100%;
  display: inline;
	font-weight: 100 !important;
}
.story-back span {
  letter-spacing: 1px;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
  line-height: 100%;
  display: inline;
  margin-right: 10px;
	font-weight: 100 !important;
}

#story_cell-social {
	border-top: 1px solid #ff0000;
}


/*--------------------------------------------------------------
COOKIES
--------------------------------------------------------------*/
/*--------------------------------------------------------------
COOKIES
--------------------------------------------------------------*/
/*--------------------------------------------------------------
METEO
--------------------------------------------------------------*/
#dozo_header .weather {
  margin: 0;
}
#dozo_header .weather #wpc-weather {
  position: relative;
  margin: 0;
  padding: 1%;
  width: 100%;
  line-height: 100%;
  display: inline-block;
}
#dozo_header .weather #wpc-weather.large .now .location_name {
  display: none;
}
#dozo_header .weather #wpc-weather .location_name, 
#dozo_header .weather #wpc-weather .time_temperature {
  text-align: right;
}
#dozo_header .weather #wpc-weather .short_condition {
  text-align: right;
}
#dozo_header .weather #wpc-weather .now .time_symbol {
  text-align: right;
}
#dozo_header .weather #wpc-weather.large .now .time_symbol svg {
  width: 75px;
  height: 75px;
  margin-bottom: 0;
}
/*--------------------------------------------------------------
METEO
--------------------------------------------------------------*/