
/*--------------------------------------------------------------
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: 0;
    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: 0px;
  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: 0px;
  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%;
}

/*--------------------------------------------------------------
# 911
--------------------------------------------------------------*/
/* montserrat-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/montserrat/montserrat-v31-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat/montserrat-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/montserrat/montserrat-v31-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*--------------------------------------------------------------
# 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%;
}

.wp-block-list {
    margin: 0 auto 1.5em;
    max-width: 700px;
}

/*--------------------------------------------------------------
# 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: 0px;
	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: 0px;
  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: 0px;
    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: 0px;
	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: 0px;
    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 ul {
  margin: 0 auto 1.5em;
  max-width: 700px;

  list-style: japanese-informal;
}
#story_hako ul li {
  margin: 0 2%;
}

#story_hako-header {
  
}
.story_hako-title {
    padding: 5%;
    margin: 0 auto;
}
.story_hako-title h1 {
    color: #101010;

    font-weight: 900;
    letter-spacing: 0px;
    line-height: 100%;
    margin: 1% 0 5%;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', arial, sans-serif;
font-size: clamp(30px, 5vw, 50px);
}
.story_hako-cat {
    margin-bottom: 0;
    line-height: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0px;
    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: left;
  
    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: 700px;
  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: 700px;
  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: 700px;
    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: 700px;
  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: 5px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #555;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: 0;
    border-left: 3px solid #ff0000;
    max-width: 700px;
}
.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: 700px;
}
/*--------------------------------------------------------------
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: 700px;
  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: 700px;
  padding: 0 0 2%;
}
.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: 0px;
    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: 0px;
    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: 0px;
    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%;
    line-height: 100%;
  text-transform: uppercase;
  font-weight: 400;
  text-align: left;
}
}
.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: 0px;
    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: 0px;
    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: 70px;
	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: 0px;
    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: 0px;
    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: 0px;
    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: 0px;
    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;
}

.dozo_share-share-bar {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  padding: 10px 15px;
  border-radius: 0;
  border: 0px solid #e2e2e2;
  box-sizing: border-box;
  position: relative;
}
.dozo_share-btn {
  background: transparent;
  border: 1px solid #ff0000;
  color: #ff0000;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  margin-right: 8px;
  font-size: 15px;
  transition: all 0.2s ease;
  box-sizing: border-box;
  text-decoration: none;
}
.dozo_share-btn:hover {
  background: #ff0000;
  color: #ffffff;
}
.dozo_share-divider {
  width: 1px;
  height: 20px;
  background: #e2e2e2;
  margin: 0 12px 0 4px;
  display: inline-block;
  vertical-align: middle;
}
.dozo_share-comments {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #000000;
  font-family: 'Montserrat', arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
}
.dozo_share-comments:hover {
  opacity: 0.7;
}
.dozo_share-comment-icon {
  position: relative;
  border: 1.5px solid #000000;
  border-radius: 3px;
  padding: 5px;
  font-size: 15px;
  font-weight: 700;
  font-family: monospace, Courier, sans-serif;
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 20px;
  line-height: 1;
}
.dozo_share-comment-icon:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 3px;
  border-width: 4px 4px 0 0;
  border-style: solid;
  border-color: #000000 transparent;
  display: block;
  width: 0;
}
.dozo_share-comment-icon:before {
  content: "";
  position: absolute;
  bottom: -1.5px;
  left: 4px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #ffffff transparent;
  display: block;
  width: 0;
  z-index: 1;
}
.fallback-share-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 10;
  margin-top: 5px;
  min-width: 140px;
  box-sizing: border-box;
}
.fallback-share-menu.show {
  display: block;
}
.fallback-share-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  color: #000000;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  transition: background 0.15s ease, color 0.15s ease;
  font-family: 'Montserrat', arial, sans-serif;
}
.fallback-share-menu a:hover {
  background: #000000;
  color: #ffffff;
}
.copy-toast {
  position: absolute;
  top: -35px;
  left: 20px;
  background: #000000;
  color: #ffffff;
  padding: 4px 8px;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 100;
  white-space: nowrap;
  font-family: 'Montserrat', arial, sans-serif;
}
.copy-toast.show {
  opacity: 1;
  visibility: visible;
}

.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: 700px;
  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: 700px;
    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: 700px;
}
.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
-------------------------------------------------------------- */
#smoothup {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    cursor: pointer;
    height: 50px;
    width: 50px;
    text-indent: -99999px;
    background: #000 url("../images/navigation/chevron.svg") no-repeat center center;
    border-radius: 0;
    
    /* Cache par défaut avec transition */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
}

/* Affiché uniquement sur écrans > 620px (tablettes et bureaux) */
@media screen and (min-width: 620px) {
    #smoothup {
        display: block;
    }
}

/* État affiché après défilement */
#smoothup.visible {
    opacity: 1;
    visibility: visible;
}

/* Effets de survol */
#smoothup:hover {
    background-color: #ff0000;

}

/* 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: 0px;
    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: 70px;
	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: flex;
    justify-content: space-between; /* Pousse les éléments aux extrémités */
    align-items: center;
    position: relative;
    cursor: default;
    z-index: 500;
    margin: 0 auto; /* Centrage du conteneur lui-même */
    max-width: 1200px;
    width: 100%;
    color: #000;
    padding: 0 20px; /* Ajoute une marge de sécurité sur les côtés */
    text-align: left;
}
#super_barre-fade .inner li {
	display: block;
 
}
#super_barre-fade .inner li a {
    color: #000;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 900;
    height: 70px;
    letter-spacing: 0px;
    line-height: 70px;
    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: 70px;
}

#super_barre-fade li.kmenu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;  /* Ajuste selon tes besoins */
    height: 60px; /* Aligné sur la hauteur de ta barre */
    cursor: pointer;
    position: relative;
}

#super_barre-fade li.kmenu img {
    width: 30px;      /* Force une taille unique */
    height: auto;
    display: block;   /* Supprime les espaces résiduels sous l'image */
    pointer-events: none; /* Le clic traverse l'image pour toucher le LI (le trigger) */
}

/* Supprime d'éventuels résidus qui créeraient un deuxième burger */
#super_barre-fade li.kmenu::before, 
#super_barre-fade li.kmenu::after {
    display: none !important;
}

/* 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: 0px;
  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: 700px;
}
.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: 0px;
    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: 0px;
    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: 0px;
    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: 0px;
    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: 0px;
    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: 700px;
  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: 0px;
    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: 0px;
  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;
}





/* 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: 0px;
    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: 0px;
    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: 0px;
    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: 0px;
  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: 0px;
    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: 0px;
    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: 0px;
    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: 0px;
    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: 0px;
    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: 0px;
    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: 700px;
  padding: 5% 1%;
}
#bento-content .story-content {
  max-width: 700px;
  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: 700px;
  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: 700px;
  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: 700px;
  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: 0px;
    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: 0px;
    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: 0px;
    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: 0px;
    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: 0px;
    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: 0px;
    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 : 700px;
    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-today
============================================================ */
#dozo_hero-today {
    z-index: 1;
    text-transform: uppercase;
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 0;
    height: 100vh;
}
#dozo_hero-today:before,
#dozo_hero-today:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
#dozo_hero-today:after {
    clear: both;
}
#dozo_hero-today #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_hero-today #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;
    height: 100vh;
}
#dozo_hero-today #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_hero-today #dozo_header .today-big {
    padding: 10px;
    margin: 0 auto;
    font-size: 20px;
    font-size: 2rem;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: 0px;
    width: 100%;
    color: #fff;
    max-width: 1200px;
    text-align: left;
    text-transform: uppercase;
   
}
#dozo_hero-today #dozo_header .today-big .location {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0;
} 
#dozo_hero-today #dozo_header .today-big .location span {
} 
#dozo_hero-today #dozo_header .today-big .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_hero-today #dozo_header .today-big .date {
    font-size: 20px;
    font-size: 2rem;
}
#dozo_hero-today #dozo_header .annee-jp {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 100%;
    text-align: right;
    font-size: clamp(30px, calc(15px + 5vw), 30px);
}
#dozo_hero-today #dozo_header .mois-nom-jp {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 100%;
    text-align: right;
    float: right;
    font-size: clamp(30px, calc(15px + 5vw), 50px);
    writing-mode: vertical-rl; /* Fait s'écrire le texte de haut en bas */
}
#dozo_hero-today #dozo_header .jour-num-jp {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 100%;
    font-size: clamp(30px, calc(15px + 5vw), 100px);
}
#dozo_hero-today #dozo_header .jour-nom-jp {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 100%;
    font-size: clamp(30px, calc(15px + 5vw), 50px);
}
#dozo_hero-today #dozo_header .today-big .time {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0;
    font-weight: 100;
    line-height: 100%;
}
#dozo_hero-today #dozo_header .today-big .time {
  font-size: clamp(30px, calc(15px + 5vw), 30px);
}
#dozo_hero-today .location-bottom {
  position: absolute;
  max-width: 1200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 12px;
  z-index: 1;
  padding: 0;
  display: inline;
  text-align: right;
}
/* 620px tab */
@media screen and (max-width: 620px) {
  #dozo_hero-today .location-bottom {
    display: none ;
  }
}/* 620px tab */
#dozo_hero-today .location-bottom .fa {
  color: #ff0000;
  margin-right: 5px;
  display: inline;
}
#dozo_hero-today .location-bottom .data h2 {
    font-size: 12x;
    font-size: 1.2rem;
    color: #ff0000;
    padding: 5px;
    margin: 0;
    line-height: 100%;
    letter-spacing: 0px;
    font-weight: 400;
    display: inline-block;
    text-align: left;
    text-transform: uppercase; 
    writing-mode: vertical-rl; 
}

#dozo_hero-today #dozo_header .today-second {
    padding: 0;
    margin: 0 auto;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: 0px;
    width: 88%;
    color: #fff;
    max-width: 1200px;
    text-align: left;
    text-transform: uppercase;
    position: absolute;
    bottom: 1%;
    display: flex;
    align-items: flex-start;
}
@media screen and (max-width: 620px) {
#dozo_hero-today #dozo_header .today-second .season-wide {
    display: none;
  }
}
#dozo_hero-today #dozo_header .today-second .season {
  line-height: 100%;
}
#dozo_hero-today #dozo_header .today-second .season-wide {
  
}
#dozo_hero-today #dozo_header .today-second .koyomi-main-label {
  color: #ff0000;
  writing-mode: vertical-rl; 
  text-orientation: mixed;  
  white-space: nowrap;  
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
  right: 5px;
  flex-shrink: 0;
}
#dozo_hero-today #dozo_header .today-second .season-tax-saison {
  
}
#dozo_hero-today #dozo_header .today-second .season-tax-sekki {
  
}
#dozo_hero-today #dozo_header .today-second .season-first { 
  margin-top: 1%;
}
#dozo_hero-today #dozo_header .today-second .season-second {
  line-height: 125%;
  font-size: clamp(20px, calc(15px + 5vw), 25px);
  font-weight: bold;
}
#dozo_hero-today #dozo_header .today-second .season-third {
  margin-bottom: 5px;
}
#dozo_hero-today #dozo_header .today-second .season-fourth {
  line-height: 100%;
  font-size: clamp(18px, calc(15px + 5vw), 20px);
}




/* ============================================================
  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: 0px;
    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%;
    margin: 0 auto;
}
.full-frame-pola {
    border: 10px solid #fff;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.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: 0px;
	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: 0px;
    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: 0px;
  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: 0px;
    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: 0px;
    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: 0px;
    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 cards (Premium Modern Redesign)
============================================================ */
#chara-card {
    margin: 0 auto;
    padding: 0;
    max-width: 380px;
    border: none;
    background: transparent;
}
#chara-card .padder {
    padding: 0;
}
#chara-card .card {
    min-height: 500px;
    position: relative;
    margin: 0;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    border: 5px solid;
}
#chara-card .card:hover {

}
#chara-card .card .card-image {
    position: relative;
    height: 400px;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#chara-card .card .card-image .cover {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#chara-card .card:hover .cover {

}
#chara-card .card .chara-types {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff0000 !important;
  letter-spacing: 1px;
  padding: 0;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1;
}
#chara-card .card .card-content {
    padding: 20px;
    border-radius: 0;
    background: #fff;
    text-transform: uppercase;
}
#chara-card .card .card-content .card-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #111;
    margin: 0;
    padding: 0;
    font-weight: 900;
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: -0.5px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}
#chara-card .card .card-content .card-title i.right {
    font-size: 20px !important;
    color: #ff0000;
    transition: transform 0.3s ease;
}
#chara-card .card:hover .card-content .card-title i.right {
    transform: translateY(-3px);
}
#chara-card .card .card-reveal {
    padding: 24px;
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 3;
    display: block !important;
    box-sizing: border-box;
    overflow-y: auto;
}
#chara-card .card.reveal-active .card-reveal {
    transform: translateY(0);
}
#chara-card .card .card-reveal .card-title {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    color: #111;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    font-weight: 900;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 100%;
    letter-spacing: 0px;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 2px solid #ff0000;
}
#chara-card .card .card-reveal .card-title i.right {
    font-size: 20px !important;
    color: #ff0000;
    transition: transform 0.3s ease;
}
#chara-card .card .card-reveal .card-title:hover i.right {
    transform: translateY(3px);
}
#chara-card .card-reveal .card-article {
    width: 100%;
}
#chara-card .card-reveal .card-article .article {
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
}
#chara-card .card-reveal .card-article .article .line {
    padding: 0;
    line-height: 100%;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
    font-size: 13px;
    font-size: 1.3rem;
    color: #111;
    font-weight: 700;
    text-transform: uppercase;
}
#chara-card .card-reveal .card-article .article .line span {
    font-weight: 500;
    color: #666;
    letter-spacing: 0.5px;
}
#chara-card .card-reveal .card-article .article .article-content {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 125%;
    color: #444;
    padding: 15px 0;
    text-align: justify;
    text-transform: none;
}
#chara-card .card-reveal .card-article .article .article-content p {
    margin: 0 0 10px 0;
}
#chara-card .card-reveal .card-article .article .wiki {
    margin-top: 15px;
    border: none;
    padding: 0;
}
#chara-card .card-reveal .card-article .article .wiki a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #111;
    color: #fff;
    padding: 12px;
    text-align: center;
    font-weight: 700;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: 1px solid #111;
}
#chara-card .card-reveal .card-article .article .wiki a:hover {
    background: transparent;
    color: #ff0000;
    border-color: #ff0000;
}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: 0px;
    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: 0px;
    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: 0px;
    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;
  
  /* Scroll Snapping & Behavior */
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  
  /* Hide default scrollbars */
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  
  /* Cursor cues for dragging */
  cursor: grab;
}

#kirinavi-slide.active {
  cursor: grabbing;
  user-select: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#kirinavi-slide::-webkit-scrollbar {
  display: none;
}

#kirinavi-slide > a {
  display: block;
  flex-shrink: 0;
  scroll-snap-align: start;
}

#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 */

/* --- Modern Slider Wrapper & Navigation Chevrons --- */
.kirinavi-slide-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.kirinavi-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 0 !important;
  opacity: 0;
  font-size: 18px; /* Set FontAwesome icon size */
}

/* Show arrows on container hover */
.kirinavi-slide-container:hover .kirinavi-arrow {
  opacity: 1;
}

/* Specific positioning */
.kirinavi-arrow.prev {
  left: 15px;
}
.kirinavi-arrow.next {
  right: 15px;
}

/* Hover and active states */
.kirinavi-arrow:hover {
  background: #ff0000;
  color: #fff;
  border-color: #ff0000;
  box-shadow: 0 6px 16px rgba(255, 0, 0, 0.3);
  transform: translateY(-50%) scale(1.08);
}

.kirinavi-arrow:active {
  transform: translateY(-50%) scale(0.95);
}

/* Disabled state */
.kirinavi-arrow.disabled {
  opacity: 0 !important;
  pointer-events: none;
}

/* Dark mode section overrides (e.g. within .kuro) */
.kirinavi-slide-container.kuro .kirinavi-arrow {
  background: rgba(26, 26, 26, 0.85);
  border-color: rgba(255, 255, 255, 0.1);
  color: #eee;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.kirinavi-slide-container.kuro .kirinavi-arrow:hover {
  background: #ff0000;
  color: #fff;
  border-color: #ff0000;
  box-shadow: 0 6px 16px rgba(255, 0, 0, 0.4);
}

/* Hide navigation arrows on devices with touch pointer (mobile/tablet) */
@media (max-width: 768px) {
  .kirinavi-arrow {
    display: none !important;
  }
}

.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: 0px;
    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: 0px;
    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: 0px;
    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: 70px;
    width: 70px;
    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: 0px;
    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: 0px;
    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: 0px;
	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: 0px;
    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: 0px;
    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: 0px;
    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: 700px;
  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: 700px;
  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: 0px;
    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: 0px;
}
#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: 0px;
  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: 0px;
    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: 0px;
    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: 0px;
    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: 0px;
    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: 0px;
    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: 0px;
    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: 0px;
    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: 0px;
    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: 700px;
	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: 0px;
    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: 0px;
    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: 0px;
    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: 0px;
      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: 0px;
}
.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: 0px;
}
.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: 0px;
    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: 0px;
    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: 700px;
  padding: 5% 1%;
}
#network-container {

}







#story_cell-social {
  border-top: 1px solid #ff0000;
  background: #fff !important;
}

#story_cell-social .sc-hako-1200 {
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}

#story_cell-social .sc-hako-70 {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  #story_cell-social .sc-hako-70 {
    display: block;
    float: left;
    margin-left: 0px;
    width: 66.6666%;
    max-width: 800px;
  }
}

#story_cell-social .sc-meta-hako {
  /* container wrapper */
}

#story_cell-social .sc-content {
  /* base class */
}

@media screen and (max-width: 1200px) {
  #story_cell-social .sc-content {
    padding: 0 5%;
  }
}

#story_cell-social .sc-header {
  margin: 0 auto;
  max-width: 700px;
  padding: 5% 0 0;
}

#story_cell-social .sc-second {
  margin: 0 auto;
  max-width: 700px;
  padding: 0 0 2%;
}

#story_cell-social .sc-title {
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  line-height: 100%;
  padding: 0;
  background-color: transparent;
  max-width: 1200px;
  bottom: 0;
  margin-bottom: 20px;
}

#story_cell-social .sc-boda-left {
  padding: 0 0 0 20px;
  border-left: 5px solid #ff0000;
}

#story_cell-social .sc-title h1 {
  font-size: 30px;
  font-size: 3rem;
  color: #000;
  padding: 0;
  margin: 0;
  line-height: 88%;
  letter-spacing: 0px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
  word-break: break-word;
}

@media screen and (min-width: 300px) {
  #story_cell-social .sc-title h1 {
    font-size: calc(30px + (40 - 30) * ((100vw - 300px) / (1200 - 300)));
  }
}

#story_cell-social .sc-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;
}

#story_cell-social .sc-social-club-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 500px;
}

#story_cell-social .sc-social-club-content li {
  width: 100%;
  display: inline;
  list-style: none;
}

#story_cell-social .sc-social-club-content li a:after {
  display: none !important;
}

#story_cell-social .sc-social-club-content .fa,
#story_cell-social .sc-social-club-content .fab,
#story_cell-social .sc-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;
}

/* Brands color overrides for the follow icons */
#story_cell-social .sc-social-club-content .fa-x-twitter {
  background: #00aced !important;
}

#story_cell-social .sc-social-club-content .fa-x-twitter:hover,
#story_cell-social .sc-social-club-content .fa-x-twitter:active {
  background: #00668C !important;
}

#story_cell-social .sc-social-club-content .fa-facebook-f {
  background: #3B5997;
}

#story_cell-social .sc-social-club-content .fa-facebook-f:hover,
#story_cell-social .sc-social-club-content .fa-facebook-f:active {
  background: #1F3154;
}

#story_cell-social .sc-social-club-content .fa-instagram {
  background: #bd081c;
}

#story_cell-social .sc-social-club-content .fa-instagram:hover,
#story_cell-social .sc-social-club-content .fa-instagram:active {
  background: #5E050E;
}

#story_cell-social .sc-social-club-content .fa-linkedin-in {
  background: #0074A1;
}

#story_cell-social .sc-social-club-content .fa-linkedin-in:hover,
#story_cell-social .sc-social-club-content .fa-linkedin-in:active {
  background: #002E3F;
}

#story_cell-social .sc-social-club-content .fa-google {
  background: #8E2F7E;
}

#story_cell-social .sc-social-club-content .fa-google:hover,
#story_cell-social .sc-social-club-content .fa-google:active {
  background: #4C1842;
}

#story_cell-social .sc-social-club-content .fa-rss {
  background: #ff0000;
}

#story_cell-social .sc-social-club-content .fa-facebook-f:hover,
#story_cell-social .sc-social-club-content .fa-x-twitter:hover,
#story_cell-social .sc-social-club-content .fa-instagram:hover,
#story_cell-social .sc-social-club-content .fa-linkedin-in:hover,
#story_cell-social .sc-social-club-content .fa-google:hover,
#story_cell-social .sc-social-club-content .fa-rss:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}

#story_cell-social .sc-follow-me:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}


/*--------------------------------------------------------------
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
--------------------------------------------------------------*/





/*--------------------------------------------------------------
CARTES AGENDA FRANCE
--------------------------------------------------------------*/
.agenda-france-list-container {
    display: grid;
    width: 100%;
    gap: 26px;
    justify-content: start;
    margin-top: 32px;
}
.agenda-widget-card {
    position: relative;
    overflow: visible;
    background: #000;
    border-radius: 0;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.agenda-widget-media {
    position: relative;
    height: 450px;
    background: #1b1b1b;
    overflow: hidden;
    border-radius: 0;
}
.agenda-widget-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.agenda-widget-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10,10,10,.94) 0%, rgba(10,10,10,.35) 52%, rgba(10,10,10,.08) 100%);
}
.agenda-widget-date {
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 3;
    padding: 15px 15px;
    background: #ff0000;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.agenda-widget-date-day {
    font-size: clamp(25px, 5vw, 35px);
    line-height: 1;
    font-weight: 800;
}
.agenda-widget-date-month {
    margin-top: 0;
    letter-spacing: 0;
    font-size: clamp(15px, 5vw, 20px);

    letter-spacing: 0;
    font-weight: 700;
}
.agenda-widget-body {
    position: relative;
    margin-top: -110px;
    z-index: 2;
    padding: 5% 5% 2%;
}
.agenda-widget-topline {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 12px;
}
.agenda-widget-time,
.agenda-widget-price {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 700;
}
.agenda-widget-time {
    color: #fff;
    background: rgba(255,255,255,0.10);
    backdrop-filter: blur(10px);
}
.agenda-widget-time svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}
.agenda-widget-price {
    background: rgba(239, 123, 96, 0.18);
    color: #ffd6cd;
}
.agenda-widget-title {
    margin: 0 0 10px;
    font-size: clamp(30px, 5vw, 50px);
    letter-spacing: 0;
    line-height: 1.18;
    font-weight: 800;
    color: #fff;
}


.agenda-widget-description {
    color: rgba(255,255,255,0.80);
    font-size: 16px;
    line-height: 125%;
    margin-bottom: 1rem;
}
.agenda-widget-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.agenda-widget-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    
    padding: 11px 15px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: transform .2s ease, opacity .2s ease, background .2s ease;
    text-transform: uppercase;
}
.agenda-widget-btn:hover {
    opacity: .96;
}
.agenda-widget-btn-primary {
    background: #000;
    color: #ff0000;
    border: 1px solid #ff0000;
    min-height: 44px;
}
.agenda-widget-btn:hover {
    background: #ff0000;
    color: #fff;
    border: 1px solid #ff0000;
}

@media (max-width: 768px) {
    .agenda-france-list-container {
        grid-template-columns: 1fr;
    }

    .agenda-widget-media {
        height: 360px;
    }

    .agenda-widget-body {
        margin-top: -96px;
    }

    .agenda-widget-title {

    }

    .agenda-widget-actions {
        flex-direction: column;
    }

    .agenda-widget-btn {
        width: 100%;
    }
}
.agenda-widget-place-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
    margin: 0;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.80);
  padding: 20px 5%;
}
.agenda-widget-place {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin: 0;
    color: #fff;
    font-size: clamp(15px, 5vw, 20px);
    line-height: 1;
    letter-spacing: 0;
}

.agenda-widget-place svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin-top: 2px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
}
.agenda-widget-btn-maps {
    /* Mise en forme générale */
    display: inline-flex;
    align-items: center;
    gap: 5px; /* Espacement entre l'icône et le texte */
    padding: 1%;
    border-radius: 8px; /* Coins arrondis plus doux */
    cursor: pointer;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: none;
    /* Couleurs et bordures */
    background: transparent;
    color: #fff;
    border: 1px solid #dadce0;
    min-height: none !important;
    /* Effets visuels */
    transition: all 0.2s ease-in-out; /* Animation fluide au survol */
}
.agenda-widget-btn-maps:hover {
    background: #f8fbff;
    border-color: #d2e3fc;
    color: #1967d2;
}
.agenda-widget-btn-maps svg {
    width: 18px; /* Légèrement plus grand pour la lisibilité */
    height: 18px;
    fill: #1a73e8;
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .agenda-widget-place-wrap {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .agenda-widget-inline-map {
        margin-left: 0;
    }
}

.agenda-widget-media {
    position: relative;
}
.agenda-atcb-floating {
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 4;
}

.agenda-widget-time-hour {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.agenda-widget-countdown {
display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  background: transparent;
  color: #f00;
  border: 1px solid #f00;
}
.agenda-widget-countdown.is-today {
    background: rgba(76, 175, 80, 0.22);
    color: #d9ffe0;
}
.agenda-widget-countdown.is-soon {
    background: rgba(255, 193, 7, 0.18);
    color: #ffe7a3;
}
.agenda-widget-countdown.is-past {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255,255,255,0.65);
}

/* --- Styles de structure pour l'agenda en sidebar --- */
.sidebar_hako .padder ul li.agenda-sidebar-item {
    margin-bottom: 25px;
}
.sidebar_hako .padder ul li.agenda-sidebar-item:last-child {
  margin-bottom: 0;
}
.agenda-sidebar-link {
    display: block; 
    text-decoration: none; 
    color: inherit;
}
.sidebar_hako .agenda-widget-media {
    height: 400px;
}
.sidebar_hako .agenda-widget-media img {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    display: block;
}
.sidebar_hako .agenda-widget-body {
    padding-bottom: 20px;
}
.sidebar_hako .agenda-widget-title {
    font-size: 26px; 
    line-height: 100%; 
    margin-bottom: 12px;
}
.sidebar_hako .agenda-widget-place {
    margin: 0; 
    font-size: 15px; 
    color: #fff; 
    opacity: 0.9;
}
.sidebar_hako .agenda-widget-place svg {
    width: 16px; 
    height: 16px; 
    vertical-align: middle; 
    margin-right: 6px; 
    fill: none; 
    stroke: currentColor; 
    stroke-width: 1.7;
}

/* --- Mise en page de l'Agenda sur la page d'accueil --- */
.agenda-home-col-2,
.agenda-home-col-1 {
    width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

/* Tablet: les deux font 50% de large */
@media screen and (min-width: 620px) {
    .agenda-home-col-2,
    .agenda-home-col-1 {
        width: 50% !important;
    }
}

/* Desktop: 1er sur 2/3 (66.66%) et 2e sur 1/3 (33.33%) */
@media screen and (min-width: 1024px) {
    .agenda-home-col-2 {
        width: 66.6666% !important;
    }
    .agenda-home-col-1 {
        width: 33.3333% !important;
    }
}



/*--------------------------------------------------------------
FORMULAIRE AGENDA
--------------------------------------------------------------*/
/* ===== Header du Formulaire Agenda DozoDomo ===== */
.agenda-form-container {
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Montserrat', arial, sans-serif;
    padding: 5% 0;
}

.form-header {
    margin-bottom: 30px;
    border: 2px solid #000000; /* Boîtier brutaliste entourant l'intro */
    background: #ffffff;
    padding: 5%;
}

.form-title {
    font-size: clamp(30px, 5vw, 50px);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0 0 20px 0;
    color: #000000;
    display: inline-block;
    padding-bottom: 5px;
}

.form-lead p {
    font-size: 16px;
    line-height: 125%;
    color: #333333;
    margin: 0 0 15px 0;
}

.form-lead p:last-child {
    margin-bottom: 0;
}

/* Encadré d'avertissement / conseils à l'utilisateur */
.form-lead .form-notice {
    background: #f5f5f5;
    border-left: 4px solid #000000;
    padding: 12px 15px;
    font-size: 1px;
    color: #000000;
}

/* Ajustement responsive mobile */
@media (max-width: 767px) {
    .form-header {
        padding: 20px;
    }
    .form-title {

    }
    .form-lead p {
        font-size: 14px;
    }
}

/* ===== Contact Form 7 - Formulaire Agenda France ===== */

.event-form-grid {
    display: flex;
    flex-direction: column;
    gap: 35px; /* Plus d'espace entre les grands blocs */
    max-width: 1200px; /* Centrage et largeur optimisée pour la lecture */
    margin: 40px auto;
    font-family: 'Montserrat', arial, sans-serif;
}

/* Les sections (Fieldsets) */
.event-form-grid .form-section {
    border: 1px solid #000000;
    padding: 5%;
    margin: 0;
    position: relative;
    background: #ffffff;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

/* Titres des sections (Legends)*/
.event-form-grid .form-section legend {
    background: #000000;
    color: #ffffff;
    padding: 6px 15px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-sizing: border-box;
}

/* Labels des champs */
.event-form-grid label {
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 900;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Éléments de formulaire */
.event-form-grid input[type="text"],
.event-form-grid input[type="email"],
.event-form-grid input[type="tel"],
.event-form-grid input[type="url"],
.event-form-grid input[type="date"],
.event-form-grid textarea,
.event-form-grid select {
    width: 100%;
    border: 1px solid #000000;
    border-radius: 0px; /* Finition carrée radicale */
    background: #ffffff;
    padding: 10px 12px;
    font-size: 16px;
    font-family: 'Montserrat', arial, sans-serif;
    color: #333333;
    box-sizing: border-box;
    transition: all 0.15s ease-in-out;
}

/* Comportement au focus (Sélection d'un champ) */
.event-form-grid input:focus,
.event-form-grid textarea:focus,
.event-form-grid select:focus {
    outline: none;
    border-color: #ff0000;
    box-shadow: 4px 4px 0px #ff0000; /* Ombre franche "Brutaliste" */
}

/* Forcer certains champs à prendre 100% de la largeur de leur section */
.event-form-grid .field-full,
.event-form-grid p:has(textarea) {
    grid-column: 1 / -1;
}

.event-form-grid textarea {
    min-height: 100px;
    resize: vertical;
}

/* Alignement des cases à cocher */
.event-form-grid .field-checkbox,
.event-form-grid .field-acceptance {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.event-form-grid input[type="checkbox"] {
    margin-right: 12px;
    transform: scale(1.2);
    cursor: pointer;
}

/* Zone du bouton de soumission */
.event-form-grid .form-actions {
    text-align: center;
    margin-top: 10px;
}

.event-form-grid input[type="submit"] {
    appearance: none;
    border: 2px solid #ff0000;
    border-radius: 0px;
    background: #ffffff;
    color: #ff0000;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
    transition: all 0.2s ease;
    display: inline-block;
    width: 100%;
}
.event-form-grid input[type="submit"]:hover {
    background: #ff0000;
    color: #ffffff;
    box-shadow: 6px 6px 0px #000000; /* Combo Rouge/Noir Kirigami */
}

/* CF7 Messages d'erreur et succès */
.event-form-grid .wpcf7-not-valid-tip {
    color: #ff0000;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 5px;
}

.event-form-grid .wpcf7-response-output {
    border: 2px solid #000000 !important;
    border-radius: 0px !important;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px;
}

.event-form-grid .wpcf7-form.sent .wpcf7-response-output {
    background: #f0fdf4;
    color: #166534;
}

.event-form-grid .wpcf7-form.invalid .wpcf7-response-output,
.event-form-grid .wpcf7-form.failed .wpcf7-response-output {
    background: #fff5f5;
    color: #ff0000;
    border-color: #ff0000 !important;
}

/* Responsive pour mobile */
@media (max-width: 767px) {
    .event-form-grid .form-section {
        grid-template-columns: 1fr; /* 1 seule colonne sur mobile */
        padding: 15px;
    }
    
    .event-form-grid .form-section legend {
        width: 100%;
        text-align: center;
    }
}

/* Encadré d'instructions style DozoDomo / Designboom */
.form-notice-box {
    background: #fdfdfd;
    border: 1px solid #000000;
    border-left: 5px solid #ff0000; /* Ligne rouge flash distinctive */
    padding: 20px;
    line-height: 125%;
    margin-top: 20px;
}

.form-notice-box .notice-title {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #ff0000;
    margin-bottom: 10px;
}

.form-notice-box p {
    font-size: 16px;
    line-height: 125%;
    color: #333333;
    margin: 0 0 12px 0;
}

/* Style de la liste à puces Kirigami */
.form-notice-box .notice-list {
    margin: 0;
    padding-left: 20px;
    list-style: square; /* Puces carrées pour le style graphique */
}

.form-notice-box .notice-list li {
    font-size: 16px;
    line-height: 125%;
    color: #000000;
    margin-bottom: 8px;
    text-transform: none; /* On garde le texte en minuscule pour la lisibilité */
}

.form-notice-box .notice-list li:last-child {
    margin-bottom: 0;
}

.form-notice-box .notice-list strong {
    font-weight: 900;
    text-transform: uppercase; /* Seuls les mots-clés sont en majuscules pour impacter l'œil */
    font-size: 16px;
}
/*--------------------------------------------------------------
FORMULAIRE AGENDA
--------------------------------------------------------------*/



