
/*--------------------------------------------------------------
BASIC
--------------------------------------------------------------*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* KIRIGAMI */
html {
	font-family: 'Oswald', arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 62.5%;
  scroll-behavior: smooth;
}
::selection {
  background: #F3EE23; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #F3EE23; /* 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;
	text-align: left;
	line-height: 100%;
    letter-spacing: -1px;
    text-transform: uppercase;
	font-weight: 700;
	font-family: 'Oswald', 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: 'Oswald', arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 200;
	text-align: left;
	line-height: 100%;
  letter-spacing: -1px;
  text-transform: uppercase;
	font-weight: 700;
	font-family: 'Oswald', arial, sans-serif;
}

p {
	margin: 0 0 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 0 1.5em;
}
/* KIRIGAMI */
blockquote {
  font-style: normal;
  text-transform: none;
  letter-spacing: -1px;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  line-height: 100%;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
  font-family: 'Oswald', 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 #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: border-box;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 1%;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1%;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #888;
	border-radius: 0;
	background: #fff;
	color: #888;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 150%;
	letter-spacing: -1px;
	padding: 5px 15px;
	margin: 1%;
	font-weight: 700;
	transition: all 0.5s;
  
}
input[type="submit"] {
  float: right;
}
/* 768px desk */
@media screen and (max-width: 768px) {
input[type="submit"] {
  width: 100%;
  
}
}/* 768px desk */

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #F3EE23;
	color: #fff;
	background: #F3EE23;
	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: 3px solid #000;
    border-radius: 0;
	color: #000;
	cursor: pointer;
  letter-spacing: 0;
  margin: 0;
	outline: none;
	padding: 15px 20px;
	text-align: center;
	text-decoration: none;
	line-height: 100%;
  text-transform: uppercase;
    Font-weight: 400;
	-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: #F3EE23;
    border: 3px solid #000;
    color: #000;
    border-radius: 0;
    Font-weight: 400;
}
.wp-core-ui .button-primary {
  background: #F3EE23;
  border: 1px solid #F3EE23;
  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 #F3EE23;
    box-shadow: none;
    color: #F3EE23;
}
.wp-core-ui .button, .wp-core-ui .button.button-large, .wp-core-ui .button.button-small, a.preview, input#publish, input#save-post {
    height: 60px;
    letter-spacing: -1px;
    line-height: 100%;
    padding: 20px !important;
    vertical-align: middle;
    width: auto;
    border: 0px solid #fff;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    text-decoration: none;
    color: #000;
    font-weight: 700;
    transition: all 0.5s;
}
a:visited {
	color: #000;
}
a:hover, a:focus, a:active {
    text-decoration: none;
    color: #8145FF;
}


/*--------------------------------------------------------------
LOGIN
--------------------------------------------------------------*/
body.login {
  width: 100%;
  background-color:#F7F380;
  background-image: linear-gradient(30deg, #F3EE23 12%, transparent 12.5%, transparent 87%, #F3EE23 87.5%, #F3EE23),
  linear-gradient(150deg, #F3EE23 12%, transparent 12.5%, transparent 87%, #F3EE23 87.5%, #F3EE23),
  linear-gradient(30deg, #F3EE23 12%, transparent 12.5%, transparent 87%, #F3EE23 87.5%, #F3EE23),
  linear-gradient(150deg, #F3EE23 12%, transparent 12.5%, transparent 87%, #F3EE23 87.5%, #F3EE23),
  linear-gradient(60deg, #848000 25%, transparent 25.5%, transparent 75%, #848000 75%, #848000),
  linear-gradient(60deg, #848000 25%, transparent 25.5%, transparent 75%, #848000 75%, #848000);
  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: #F3EE23;
  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/kp_logo.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: #000;
	font-weight: 700;
  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: #000;
  background: transparent;
}
.login form .forgetmenot label {
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 100%;
  font-weight: 200;
  text-transform: uppercase;
  font-style: normal;
  width: auto;
}
.login #nav,
.login #backtoblog {
    padding: 1% 0 0;
    text-shadow: none;
    color: #000 !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: #000 !important;
    etter-spacing: -1px;
}
.login #backtoblog a {
    font-weight: 800;
}
.login #nav a:hover,
.login #backtoblog a:hover {
    color: #000 !important;
}
#login-support {
    font-size: 11px;
    text-align: center;
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    color: #000;
    margin: 5px 0;
    padding: 10px 0;
}
#login-support a {
    color: #000;
}
#login-support a:hover {
    color: #BC002D;
}
.login form .input, .login input[type="text"] {
    font-size: 15px;
    line-height: 150%;
    margin: 2px 0 10px 0;
    padding: 10px;
    width: 100%;
}
div.updated, .login .message {
    background-color: transparent;
    border: 1px solid #aeaeae;
    border-radius: 0;
    color: #ddd;
    line-height: 100%;
    margin: 5% 0;
    font-size: 14px;
    text-align: center;
}
.login #backtoblog {
    display: none !important;
}
.login #login_error,
.login .message {
    line-height: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    background: transparent;
    border: 1px solid white;
    color: #fff;
    text-align: center;
}
.login #login_error a {
  line-height: 100%;
	margin: 1% 0 0;
  display: inline-block;
  font-size: 12px;
	font-size: 1.2rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #fff;
}
.login #login_error a:hover {
	color: #BC002D;
}
.login form input[type="checkbox"] {
	background: #fff;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	outline: 0px;
	border: 0px solid #fff;
}
.login form input[type="checkbox"]:checked::before {
  color: #F3EE23;
	border-radius: 50%;
	background-color: #F3EE23;
	content: "";
	height: 30px;
	width: 30px;
	margin: 0;
	border: 7px 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: 700;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 13px;
}
.login .button.wp-hide-pw {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 10px !important;
  margin: 2px 0 10px 0;
  color: #fff;
  border: 1px solid transparent;
  line-height: 100%;
}
.login .button.wp-hide-pw:hover,
.login .button.wp-hide-pw:focus,
.login .button.wp-hide-pw:active {
  border: 1px solid transparent !important;
}
.login .button.wp-hide-pw .dashicons {
  width: 15px;
  height: 15px;
  top: 0;
	line-height: 100%;
	font-size: 15px;
}
/*--------------------------------------------------------------
LOGIN
--------------------------------------------------------------*/

/* K
-------------------------------------------------------------- */
/* 911
-------------------------------------------------------------- */
/*
font-family: 'Oswald', arial, sans-serif;
*/

/* couleurs
-------------------------------------------------------------- */
.yellow-bg {
    background: #F3EE23;
}
.shiro {
    background: #fff;
}
.kuro {
    background: #000;
}


/* structures
-------------------------------------------------------------- */
.full_box {
	overflow: hidden;
	position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.caro_box-1200 {
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0;
}
/* structures
-------------------------------------------------------------- */

#caro_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;
    margin-top: 50px;
}
#caro_header .logo-bloc {
    position: relative;
    width: 100%;
    line-height: 100%;
    height: 100%;
    padding: 5% 1%; 
    text-align: center;
    margin: 0 auto;
    z-index: 3;
    max-width: 1200px;
}
#caro_header .logo-bloc .logo-big {
    width: 25%;
    line-height: 100%;
    height: auto;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    right: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    display: inline-block;
}


/*--------------------------------------------------------------
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;
  overflow: hidden;
  z-index: 0;
  position: relative;
  border-bottom: 10px solid #F3EE23;
}
#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;
}
/* 768px desk */
@media screen and (max-width: 768px) {
#navi_roddo-drop .menu_inner {
  display: none;
  }
}/* 768px desk */
#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: inline;
}
#navi_roddo-drop .section .drop > li > a {
    color: #000;
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    height: 50px;
    letter-spacing: 1px;
    line-height: 50px;
    padding: 0 2%;
    position: relative;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    z-index: 510;
}
/* 1024px desk */
@media screen and (min-width: 1024px) {
#navi_roddo-drop .section .drop > li > a {
  padding: 0 5%;
}
}/* 1024px desk */
#navi_roddo-drop .section .drop > li > a {
  font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1200 - 300)));
}
#navi_roddo-drop .section .drop > li:hover > a {
  color: #000;
  background: #F3EE23;
}
/*--------------------------------------------------------------
SIMPLE MENU
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

#k_footer {
    color: #000;
    font-weight: 200;
    line-height: 100%;
    padding: 2% 0;
    position: relative;
    text-align: center;
    z-index: 0;
    margin: 0 auto;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 auto;
    width: 100%;
}
#k_footer-logo {
    z-index: 2;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    bottom: 0;
    padding: 25px;
    color: #fff;
    text-transform: none;
    font-weight: 700;
    line-height: 125%;
}
#k_footer-logo li img {
  display: inline;
}
#k_footer .logo {
  max-width: 25%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
#k_footer .logo {
  margin: 0;
}
}/* 1024px desk */
#k_footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#k_footer a:link,
#k_footer a:visited {
    color: #000;
}
#k_footer a:hover {
    color: #000;
}
#k_footer-main {
    z-index: 2;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    bottom: 0;
    padding: 25px;
    color: #fff;
    text-transform: none;
    font-weight: 700;
    line-height: 125%;
    text-transform: uppercase;
}
#k_footer-main ul {
    margin: 0;
    padding: 0;
}
/* 1024px desk */
@media screen and (min-width: 1024px) {
#k_footer-main ul {
    display: flex;
}
}/* 1024px desk */
#k_footer-main ul li {
   text-align: center;
}
/* 1024px desk */
@media screen and (min-width: 1024px) {
#k_footer-main ul li {
   text-align: left;
   margin-right: 10px;

}
}/* 1024px desk */
#k_footer-main ul li a {
    font-weight: 700;
    font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1200 - 300)));
}
#k_footer-main ul li a:hover {
  color: #fff;
}
#k_footer-second {
    z-index: 2;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    bottom: 0;
    padding: 25px;
    color: #fff;
    text-transform: none;
    font-weight: 200;
    line-height: 125%;
    text-transform: uppercase;
}
#k_footer-third {
    z-index: 2;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    bottom: 0;
    padding: 25px;
    color: #fff;
    text-transform: none;
    font-weight: 200;
    line-height: 125%;
    text-transform: uppercase;
}
#k_footer-third ul {
    margin: 0;
    padding: 0;
}
/* 1024px desk */
@media screen and (min-width: 1024px) {
#k_footer-third ul {
    display: flex;
}
}/* 1024px desk */
#k_footer-third ul li {
   text-align: center;
}
/* 1024px desk */
@media screen and (min-width: 1024px) {
#k_footer-third ul li {
   text-align: left;
   margin-right: 10px;

}
}/* 1024px desk */
#k_footer-third ul li a {
    font-weight: 400;
}
#k_footer-third ul li a:hover {
  text-decoration: underline;
}
#k_footer-fourth {
    z-index: 2;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    bottom: 0;
    padding: 10px;
    color: #000;
    text-transform: none;
    font-weight: 400;
    line-height: 125%;
    border-top: 1px solid #000;
    text-transform: uppercase;
}
.super_footer-who {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  max-width: 1200px;
}
.super_footer-who .texte {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 15px !important;
  font-size: 1.5rem !important;
}
.super_footer-who .texte a:hover {
  text-decoration: underline;
}
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.caro_module {

}
/*--------------------------------------------------------------
CONTACT FORM 
--------------------------------------------------------------*/
.caro_module .contact_box {
  margin: 0 auto;
  text-align: center;
  max-width: 1200px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px;
}
.caro_module .contact_box .content {
   padding: 2%;
   overflow: hidden;
   border: 3px solid #000;
}
.caro_module .contact_box p {
  margin: 0;
}
.caro_module .contact_box .title {
  
}
.caro_module .contact_box .title h1 {
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 20px;
  color: #000;
}
.caro_module .contact_box .title h1 {
  font-size: calc(30px + (30 - 25) * ((100vw - 300px) / (1200 - 300)));
}
.caro_module .contact_box .article {
   
}
.caro_module .contact_box .first {
  margin: 15px 0;
  padding: 0;
} 
.caro_module .contact_box .line1,
.caro_module .contact_box .line2,
.caro_module .contact_box .line3 {
  margin: 0;
  padding: 5px 0;
}
/* 1024px desk */
@media screen and (min-width: 1024px) {
.caro_module .contact_box .line1 {
  width: 50%;
  float: left;
}
}/* 1024px desk */
/* 1024px desk */
@media screen and (min-width: 1024px) {
.caro_module .contact_box .line2 {
  width: 50%;
  float: left;
}
}/* 1024px desk */
.caro_module .contact_box .line3 {
  width: 100%;
  float: left;
}
.caro_module .contact_box .line3,
.caro_module .contact_box .line3 .wpcf7 input[type="text"]
{
  text-align: center;
}
.caro_module .contact_box .line3 textarea {
  resize: none;
  font-size: 2rem;
  font-size: 20px;
}

/*- CONTACT FORM 7
--------------------------------------------------------------*/
.wpcf7 {
  
} 
.wpcf7-form {
  
}
.wpcf7-form label {

}

.wpcf7-form-control {
  
} 
.wpcf7-text {
  font-weight: bold;
  font-family: arial, sans-serif;
  font-size: 2rem;
} 
.wpcf7-email {
  font-weight: bold;
  font-family: arial, sans-serif;
  font-size: 2rem;
} 
.wpcf7-url {

} 
.wpcf7-tel {
  
}
.wpcf7-number {
  
} 
.wpcf7-date {
  
} 
.wpcf7-textarea {
  
} 
.wpcf7-select {
  
} 
.wpcf7-checkbox {
  
} 
.wpcf7-radio {
  
} 
.wpcf7-acceptance {
  
} 
.wpcf7-quiz {
  
}
.wpcf7-file {
  
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="password"],
.wpcf7 input[type="search"], .wpcf7 input[type="number"], .wpcf7 input[type="tel"], .wpcf7 input[type="range"],
.wpcf7 input[type="date"], .wpcf7 input[type="month"], .wpcf7 input[type="week"], .wpcf7 input[type="time"],
.wpcf7 input[type="datetime"], .wpcf7 input[type="datetime-local"], .wpcf7 input[type="color"], textarea {
  color: #000;
  border: 0px solid #888;
  border-bottom: 3px solid #000;
  border-radius: 0;
  padding: 5px;
  background: transparent;
  margin: 0;
  width: 99%;
}
.wpcf7-submit {
  
}
.wpcf7 input[type="submit"] {
  margin: 10px 0 0 10px;
  float: right;
  font-weight: bold;;
  font-size: 20px;
  font-size: 2rem;
}
/* 620px tab */
@media screen and (max-width: 620px) {
.wpcf7 input[type="submit"] {
  width: 100%;
}
}/* 620px tab */

/*--------------------------------------------------------------
CONTACT FORM 
--------------------------------------------------------------*/


.page-header {

}

.page-title {
  border-bottom: 3px solid #000;
  width: 100%;
  margin: 0 0 20px;
}

.caro_box {
  margin: 0 auto;
  text-align: justify;
  max-width: 1200px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px;
  overflow: hidden;
}
.caro_box .content {
   padding: 2%;
   overflow: hidden;
}
.caro_box .boda {
  border: 0px solid #000;
}

#story-cover {
    width: 100%;
    z-index: 0;
    max-height: 100vh;
    overflow: hidden;
    border-bottom: 3px solid #F3EE23;
}
#story-cover .image {
    height: auto;
    width: 100%;
    vertical-align: middle;
    pointer-events: none;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
#story-cover img {
  width: 100%;
	height: auto;
  pointer-events: none;
  display: block;
}
#story-header {

}
.story-title .story-back {

}
.story-title .story-back h2 {
color: #000;
  letter-spacing: 1px;
  font-size: 30px;
  font-size: 3rem;
  margin: 0;
  line-height: 100%;
  display: inline;
}
.story-title .story-back span {
  letter-spacing: 1px;
  font-size: 30px;
  font-size: 3rem;
  margin: 0;
  line-height: 100%;
  display: inline;
  margin-right: 10px;
}
#story-header .story-title {

}
#story-header .story-title h1 {
  color: #000;
  letter-spacing: 1px;
  font-size: 40px;
  font-size: 4rem;
  font-size: calc(40px + (70 - 40) * ((100vw - 300px) / (1200 - 300)));
}
.story-title .sous-titre {

}
.story-title .sous-titre h2 {
color: #000;
  letter-spacing: 1px;
  font-size: 30px;
  font-size: 3rem;
  margin: 0 0 25px;
  line-height: 100%;
}
#story-header .story-cat {

}
#story-header .story-meta_top {
   font-size: 18px;
    font-size: 1.8rem;
    color: #000;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 100%;
}
#story-header .story-meta_top .date {
 
}
#story-header .story-meta_top .author {

}

#story-content {
  margin: 0 auto;
}
#story-content .article-content {
  overflow: hidden;
  max-width: 666px;
  width: 100%;
  margin: 5% auto;
  
}
#story-content .article-content p {
  max-width: 666px;
  line-height: 125%;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  text-align: justify;
}
#story-content .article-content h2 {
  max-width: 666px;
  line-height: 125%;
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 700;
}
#story-content .article-content h3 {
  max-width: 666px;
  line-height: 125%;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
}
#story-content .article-content ul {
  list-style: disc;
  margin: 0;
  padding-left: 1.5em;
  margin: 0 0 1.5em !important;
}
#story-content .article-content .wp-block-image img {
  width: 100%;
  max-width: 666px;
  margin: 0 0 1.5em !important;
}
#story-content .article-content img {
  width: 100%;
  height: auto;
  display: block;
}
#story-footer {

}
#story-footer .story-meta_bottom {

}
#story-footer .story-meta_bottom .first {
  width: 100%;
  padding: 5px;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  line-height: 100%;
  font-weight: 700;
  font-size: calc(20px + (25 - 20) * ((100vw - 300px) / (1200 - 300)));
}

.neko-list {
  padding: 25px 0;
  overflow: hidden;
}
.neko {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 100%;
    letter-spacing: 0;
    text-align: left;
    display: inline-block;
    font-weight: 400;
    background: transparent;
    text-transform: uppercase;
    color: #000;
    padding: 0;
    margin: 0 5px 5px 0;
    line-height: 100%;
    border: 1px solid #000;
}
.neko {
  font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1200 - 300)));
}
.neko a {
  display: inline-block;
    padding: 5px 10px;
    color: #000;
    background: #fff;
    border: 1px solid #000;
}
.neko a:hover {
    color: #fff;
    background: #F3EE23;
    border: 1px solid #F3EE23;
}
.ohayo_story {
    background: transparent;
    margin: 0;
    height: 500px;
    width: 100%;
    float: left;
    padding: 0;
    overflow: hidden;
    position: relative;
    border: 5px solid transparent;
}
.ohayo_story .ohayo_story-spotlight {
    bottom: 0;
    left: 0;
    padding: 5%;
    right: 0;
    z-index: 3;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    color: #fff;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    height: 100%;
    width: 100%;
    border: 0px solid #F3EE23;
}
.ohayo_story .article {
  padding: 5%;
  position: relative;
  border: 0px solid #fff;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.ohayo_story .ohayo_story-spotlight:hover {
  color: #000;
}
.ohayo_story .article:hover {
  border: 0px solid #F3EE23;
}
.ohayo_story .article .ohayo_cat {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 100%;
    letter-spacing: 0;
    text-align: left;
    display: inline-block;
    font-weight: 400;
    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 .ohayo_cat span {

}
.ohayo_story .article .data {

}
.ohayo_story .article .data h1 {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: left;
    margin: 0;
    padding: 0;
    word-break: break-word;
}
.ohayo_story .article .data h1 {
  font-size: calc(25px + (30 - 25) * ((100vw - 300px) / (1200 - 300)))
}
/* 768px desk */
@media screen and (min-width: 1024px) {
.ohayo_story .article h1 {
    width: 100%;
}
}/* 768px desk */
.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(bottom, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    background-image: -moz-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 1) 75%) !important;
    background-image: linear-gradient(to top, 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(bottom, transparent 0%, rgb(243, 238, 35) 66%, rgb(243, 238, 35) 100%) !important;
    background-image: -moz-linear-gradient(bottom, transparent 0%, rgb(243, 238, 35) 66%, rgb(243, 238, 35) 100%) !important;
    background-image: linear-gradient(to top, transparent 0%, rgb(243, 238, 35) 66%, rgb(243, 238, 35) 100%) !important;
    opacity: 1;
}
@media screen and (min-width: 620px) {
.tetrimino-100-50-33 {
    width: 50% !important;
}
.tetrimino-100-50-100 {
    width: 50%;
}
}
@media screen and (min-width: 1024px) {
.tetrimino-100-50-33 {
    width: 33.3333% !important;
}
.tetrimino-100-50-100 {
    width: 100%;
}
}

.archive-title {
  word-break: break-word;
}
.archive-title h1 {
  color: #000;
  letter-spacing: 1px;
  font-size: calc(30px + (70 - 30) * ((100vw - 300px) / (1200 - 300)));
}

.follow_story {
  width: 100%;

}
@media screen and (min-width: 620px) {
.follow_story {
  width: 50%;
}
}
.sidebar_hako .follow_story {
  width: 100%;
}

.section-title {
  width: 100%;
  padding: 5px;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  line-height: 100%;
  font-weight: 700;
  font-size: calc(30px + (30 - 20) * ((100vw - 300px) / (1200 - 300)));
}
.section-title span {
  width: 100%;
  padding: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 100%;
  font-weight: 700;
  display: block;
}
.follow_story .section-title {

}

.follow_story .tetrimino-100-50-33 {
  width: 100%;
  
}
@media screen and (min-width: 620px) {
.follow_story .tetrimino-100-50-33 {
    width: 100% !important;
    max-width: 390px;
}
}
@media screen and (min-width: 1024px) {
.follow_story .tetrimino-100-50-33 {
    width: 100% !important;
}
.sidebar_hako .tetrimino-100-50-33 {
    width: 100% !important;
}
}
.prev_story {
  float: left;
}
.prev_story .title {

}
.next_story {
    float: right;
}
.next_story .section-title {
  text-align: right;
}
@media screen and (min-width: 768px) {
.next_story .tetrimino-100-50-33 {

}
}
/* 1024px desk */
@media screen and (min-width: 1024px) {
.sidebar_hako .prev_story {
  margin-bottom: 10px;
}
}/* 1024px desk */
#next_box {
  
}
/* 1024px desk */
@media screen and (min-width: 1024px) {
#next_box .boda {
  padding: 10px;
}
}/* 1024px desk */
/*--------------------------------------------------------------
Archives Pagination
--------------------------------------------------------------*/
.archives-pagination {
  margin: 0;      
	text-align: center;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    padding: 0;
    position: relative;
}
.archives-pagination .main {
	line-height: 150%;
	color: #000;
	padding: 0;
  display: inline-block;
  background: #fff;
  margin: 25px 1%;
}
.archives-pagination .main .current {

}
.archives-pagination .main .current h1 {
    letter-spacing: 0;
	color: #fff;
    background: #000;
	font-weight: 400;
	font-size: 20px;
	font-size: 2rem;
    display: inline-block;
	padding: 5px 10px;
	margin: 5px;
  border: 1px solid #F3EE23;
}
.archives-pagination .main .current h1 {
  font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1200 - 300)));
}
.archives-pagination .main .inactive {
}
.archives-pagination .main .inactive h1 {
    letter-spacing: 0;
	color: #000;
    background: #fff;
    font-weight: 400;
	font-size: 20px;
	font-size: 2rem;
	padding: 5px 10px;
	margin: 5px;
    display: inline-block;
    border: 1px solid #000;
}
.archives-pagination .main .inactive h1 {
  font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1200 - 300)));
}
.archives-pagination .main .inactive h1:hover {
	color: #000;
    background: #fff;
    border: 1px solid #F3EE23;
}
.archives-pagination .main .sign-big h1 {
    letter-spacing: 0;
	color: #fff;
    background: #000;
    font-weight: 400;
	font-size: 20px;
	font-size: 2rem;
	padding: 5px 10px;
	margin: 5px;
    display: inline-block;
    border: 1px solid #F3EE23;
}
.archives-pagination .main .sign-big h1 {
  font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1200 - 300)));
}
.archives-pagination .main .sign-big h1:hover {
	color: #fff;
    background: #F3EE23;
    border: 1px solid #F3EE23;
}
.archives-pagination .main .sign-small h1 {
    letter-spacing: 0;
	color: #fff;
    background: #000;
    font-weight: 400;
	font-size: 20px;
	font-size: 2rem;
	padding: 5px 10px;
	margin: 5px;
    display: inline-block;
    border: 1px solid #F3EE23;
}
.archives-pagination .main .sign-small h1 {
  font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1200 - 300)));
}
.archives-pagination .main .sign-small h1:hover {
	color: #fff;
    background: #F3EE23;
    border: 1px solid #F3EE23;
}


/* Navigation 
--------------------------------------------------------------*/
/* super_barre
--------------------------------------------------------------*/
#super_barre {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	width: 100%;
	z-index: 99999;
	top: 0;
  z-index: 100;
	text-transform: uppercase;
	color: #000;
  background: #F3EE23;
  border-bottom: 3px solid #F3EE23;
	overflow: hidden;
  position: fixed;
}
#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: 700;
    letter-spacing: -1px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    z-index: 510;
}

#super_barre li.kmenu {
    margin: 0;
    padding: 0;
    float: leftt;
}
#super_barre li.kmenu > a {
    margin: 0;
    padding: 0;
}
#super_barre li.kmenu a:hover {
    background: transparent;
}
#super_barre li.kmenu img {
    margin: 0;
    background: transparent;
    border-radius: 0;
}
/* super_barre
 * 
/* super_barre
--------------------------------------------------------------*/
/* super_barre-fade
--------------------------------------------------------------*/
#super_barre-fade {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	width: 100%;
	z-index: 99999;
	top: 0;
	text-transform: uppercase;
	color: #000;
	border-bottom: 3px solid #F3EE23;
  position: fixed;
  display: none;
	overflow: hidden;
  z-index: 101;
  background: transparent;
  pointer-events: none;
}
#super_barre-fade .outer {
  padding: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#super_barre-fade .outer:before,
#super_barre-fade .outer:after {
  content: "";
  display: block;
}
#super_barre-fade .outer:after {
  clear: both;
}
#super_barre-fade .outer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#super_barre-fade .outer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#super_barre-fade .inner {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
	margin: 0;
	max-width: 1200px;
  width: 100%;
  color: #000;
	padding: 0;
	text-align: center;
}
#super_barre-fade .inner li {
	display: block;
	float: none;
}
#super_barre-fade .inner li a {
    color: #000;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -1px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    z-index: 510;
}
#super_barre-fade .inner li.logo {
    margin: 0;
    padding: 5px;
    pointer-events: none;
}
#super_barre-fade .inner li.logo a {
    margin: 0;
    padding: 0;
}
#super_barre-fade .inner li.logo img {
    margin: 0px;
    height: 40px;
}
#super_barre-fade li.kmenu {
    margin: 0;
    padding: 0;
    float: left;
}
#super_barre-fade li.kmenu > a {
    margin: 0;
    padding: 0;
}
#super_barre-fade li.kmenu a:hover {
    background: transparent;	
    }
#super_barre-fade li.kmenu img {
    margin: 0;
    background: transparent;
    border-radius: 0;
}
/* super_barre-fade
 * --------------------------------------------------------------*/
/* super_barre-overlay
--------------------------------------------------------------*/
#super_barre-overlay {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	width: 100%;
	z-index: 99999;
	top: 0;
	text-transform: uppercase;
	color: #000;
	border-bottom: 3px solid #F3EE23;
  position: fixed;
	overflow: hidden;
  z-index: 10;
}
#super_barre-overlay .outer {
  padding: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#super_barre-overlay .outer:before,
#super_barre-overlay .outer:after {
  content: "";
  display: block;
}
#super_barre-overlay .outer:after {
  clear: both;
}
#super_barre-overlay .outer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#super_barre-overlay .outer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#super_barre-overlay .inner {
	display: block;
	position: relative;
	cursor: default;
	z-index: 500;
	margin: 0;
	max-width: 1200px;
  width: 100%;
  color: #000;
	padding: 0;
	text-align: left;
}
#super_barre-overlay .inner li {
	display: block;
	float: left;
}
#super_barre-overlay .inner li a {
    color: #000;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -1px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    z-index: 510;
}
#super_barre-overlay .inner li.logo {
    margin: 0;
    padding: 5px;
    pointer-events: none;
}
#super_barre-overlay .inner li.logo a {
    margin: 0;
    padding: 0;
}
#super_barre-overlay .inner li.logo img {
    margin: 0px;
    height: 40px;
}
#super_barre-overlay button,
#super_barre-overlay button a,
#super_barre-overlay button a:hover {
  border-radius: 0;
  
}
/* Overlay style */
.kpat-overlay {
	position: fixed;
  z-index: 100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
  z-index: 99999;
	background: #F3EE23;
}
/* Overlay closing cross */
button.overlay-close {
  border: 0px solid #000;
}
.overlay-close {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	border: none;
	background: url(../images/cross.svg) no-repeat center center !important;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
  padding: 0;
  margin: 0;
}
.overlay-close:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    transform: scale(1.2);
}
/* Menu style */
.kpat-overlay nav {
  text-align: center;
  position: relative;
  top: 50px;
  z-index: 5;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.kpat-overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0; 
}
.kpat-overlay ul li {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-transform: uppercase;
  line-height: 100%;
  width: 100%;
}
.kpat-overlay ul li a {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	display: inline-block;
	color: #000;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
  line-height: 100%;
  padding: 0;
  margin: 1% auto;
  letter-spacing: 0;
}
.kpat-overlay ul li a {
  font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1200 - 300)));
}
.kpat-overlay ul li a:before,
.kpat-overlay ul li a:after {
  content: "";
  display: block;
}
.kpat-overlay ul li a:after {
  clear: both;
}
.kpat-overlay ul li a:hover,
.kpat-overlay ul li a:focus {
	color: #fff;
}
.kpat-overlay ul li a:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.kpat-overlay li.logo {
  height: 100px;
  margin-bottom: 5%;
}
.kpat-overlay li.logo img {
  height: 100px;
}
.kpat-overlay .link {
  color: #000;
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 0px;
  display: block;
  line-height: 100%;
  padding: 10px;
  max-width: 1200px;
  overflow: hidden;
}
.kpat-overlay .link a {
  background: #000;
  font-weight: 200;
  font-size: 20px;
  font-size: 2rem;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  padding: 20px;
  float: right;
  color: #000;
  border-radius: 20px;
  line-height: 100%;
  letter-spacing: -1px;
}
.kpat-overlay .link a {
  font-size: calc(20px + (25 - 20) * ((100vw - 300px) / (1200 - 300)));
}
.kpat-overlay .link a:hover {
  background: #0;
  color: #fff;
  padding: 20px;
}
.kpat-overlay .link .fa {
  margin: 5px 10px 5px 5px;
  vertical-align: initial;
  line-height: 0;
  display: inline;
}
/* Effects */
.overlay-slidedown {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
	transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}
.overlay-slidedown.open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
}
#trigger-overlay {
	width: 50px;
  height: 50px;  
	overflow: hidden;
	border: none;
	background: transparent url(../images/xburger.svg) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
  right: 10px;
  cursor: pointer;
}
#trigger-overlay:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    transform: scale(1.2);
}
/* super_barre-overlay
/* super_barre
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Navigation 
--------------------------------------------------------------*/
/* 620px tab */
@media screen and (min-width: 720px) {
#smoothup {
    height: 50px;
    width: 50px;
    position: fixed;
    margin: 0 auto;
    bottom: 75px;
    right: 5%;
    text-indent: -99999px;
    display: none;
    background: transparent url("../images/chevron-top.svg");
    border-radius: 0;
    z-index: 102;
    cursor: pointer;
}
#smoothup:hover {
    background: transparent url("../images/chevron-top.svg");
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    transform: scale(1.2);
}
}/* 620px tab */
/*--------------------------------------------------------------
Navigation 
--------------------------------------------------------------*/

/*--------------------------------------------------------------
COMMENTS 
--------------------------------------------------------------*/
/* Structure de base des commentaires */
.commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.commentlist li {}
.commentlist li p {
  line-height: 125%;
  font-size: 18px;
  font-size: 1.8rem;
}
.commentlist li ul {}
.commentlist li ul.children {
  margin: 0;
  padding: 0;
  list-style: none;
}
.commentlist li ul.children li {}
.commentlist li ul.children li.alt {}
.commentlist li ul.children li.byuser {}
.commentlist li ul.children li.comment {}
.commentlist li ul.children li.depth-{id} {}
.commentlist li ul.children li.bypostauthor {}
.commentlist li ul.children li.comment-author-admin {}

/* Réponses et métadonnées */
.reply {
  text-align: right;
  background: #fff;
  padding: 0; 
  width: 100%;
}
.comment-reply-link {
  background: #fff;
  border: 0px solid #fff;
}
.comment-reply-link:hover {
  background: #fff;
  color: #000;
  text-decoration: underline;
  border: 0px solid #fff;
}
.comment-edit-link {}
.comment-meta {
  margin-bottom: 10px;
}
.comment-metadata {}

/* Contenu du commentaire */
.comment-content {}
.comment-content p {}
.comment-content img {}

/* Auteur du commentaire */
.bypostauthor {}
.comment-author {}
.comment-author .fn {}
.comment-author .url {}

/* Avatars */
.comment-avatar {}
.avatar {}

/* Formulaires et boutons */
#respond {
  
}
#respond textarea {
  resize: vertical; 
  width: 100%;
  min-height: 100px;
  max-height: 500px;
  line-height: 125%;
  font-size: 18px;
  font-size: 1.8rem;
}
#commentform {}
#comment-form-author {
  
}
#comment-form-email {
  
}
input#author,
input#email {
  color: #000;
  border: 0px solid #888;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: rgb(136, 136, 136);
  border-bottom: 3px solid #000;
  border-radius: 0;
  padding: 5px;
  background: transparent;
  margin: 0;
  width: 100%;
}

#submit {}
#cancel-comment-reply-link {}

/* Classes pour les états spécifiques */
.comment-awaiting-moderation {}
.children .comment {}
.alt {}
.odd {}
.even {}
.thread-alt {}
.thread-odd {}
.thread-even {}
.vcard {}


/* ============================================================
STRUCTURE
============================================================ */
.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 */
/* ============================================================
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: 0;
}
}/* 1024px desk */
/* ============================================================
SIDEBAR
============================================================ */

/* ============================================================
INTRO
============================================================ */
#hello-content #story-content .article-content {
  max-width: 1200px !important;
}
.caro_intro {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; 
    padding: 0;
    box-sizing: border-box;
}
.caro_intro_bloc {
    display: flex; 
    align-items: flex-start;
    gap: 30px; 
    margin-bottom: 40px; 
}
.caro_intro_bloc:nth-child(2) {
    flex-direction: row-reverse; 
}
.caro_intro_bloc:last-child {
    margin-bottom: 0; 
}
.caro_intro_text,
.caro_intro_image {
    flex: 1; 
    min-width: 0; 
}
.caro_intro_image img {
    width: 100%; 
    height: auto; 
    display: block;
    border-radius: 10px; 
    height: 100%;
    object-fit: cover;
}
.caro_intro_text h2 {
    font-size: 2em; 
    margin-bottom: 15px; 
    margin-top: 5px; 
}
.caro_intro_text p {
    font-size: 1em; 
    line-height: 1.6; 
}
@media (max-width: 768px) {
    .caro_intro_bloc,
    .caro_intro_bloc:nth-child(2) {
        flex-direction: column; 
    }

    .caro_intro_text {
        text-align: center; 
    }
}