/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* RAINBOY */
html {
	font-family: 'Montserrat', arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 62.5%;
}

::selection {
  background: #8145FF; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #8145FF; /* Gecko Browsers */
  color: #fff;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}
/* RAINBOY */
body {
	margin: 0 auto;

}

/**
 * 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;
}

/* 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;
}








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;
}

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: #000;
	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: 0;
    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 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

*,
*: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: transparent;
	/* 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: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #888;
	border-radius: 0;
	background: #fff;
	color: #888;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 150%;
	letter-spacing: -1px;
	padding: 5px 15px;
	margin: 1%;
	font-weight: 800;
	transition: all 0.5s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #8145FF;
	color: #fff;
	background: #8145FF;
	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: #000;
}

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: #000;
	border: 1px solid #000;
	border-radius: 0;
	padding: 10px;
  width: 100%;
  resize: vertical;
  line-height: 150%;
  border-radius: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  height: 50px;
}
input[type="submit"] {
  width: 100%;
}
textarea {
  min-height: 200px;
}

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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    text-decoration: none;
    color: #000;
    font-weight: 900;
    transition: all 0.5s;
}
a:visited {
	color: #000;
}
a:hover, a:focus, a:active {
    text-decoration: none;
    color: #8145FF;
}


/*--------------------------------------------------------------
## 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: 99;
}

.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: 37.5em) {
	.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: 100;
	/* 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
--------------------------------------------------------------*/
.post, .page {
    margin: 0;
}
/*--------------------------------------------------------------
## 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%;
}
iframe {
  width: 100%;
  border-radius: 20px;
}

/* 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: #444;
	border: 0px solid #000;
	color: #fff;
	cursor: pointer;
    letter-spacing: -1px;
    margin: 0;
	outline: none;
	text-align: center;
	text-decoration: none;
	line-height: 100%;
    text-transform: uppercase;
	font-weight: 800;
	-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;
	border-radius: 25px;
  padding: 20px 25px;
  font-size: 15px !important;
  font-size: 1.5rem !important;
  margin-top: 25px;
  float: right;
}


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 {
	border: 0px solid #8145FF;
    background: #8145FF;
	color: #fff;
	outline: none;
	text-decoration: none;
}
.wp-core-ui .button-primary {
    background: transparent;
    border: 0px solid #fff;
    box-shadow: none;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    margin: 5% 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: #ffcaae;
    border: 0px solid #8145FF;
    box-shadow: none;
    color: #372250;
}
.wp-core-ui .button, .wp-core-ui .button.button-large, .wp-core-ui .button.button-small, a.preview, input#publish, input#save-post {
    height: auto;
    letter-spacing: 0;
    line-height: 100%;
    padding: 5% !important;
    vertical-align: middle;
    border-radius: 7px;
    width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    text-decoration: none;
    color: #000;
    font-weight: 900;
    transition: all 0.5s;
}
a:visited {
	color: #000;
}
a:hover, a:focus, a:active {
    text-decoration: none;
    color: #8145FF;
}

/* SOKOACH
-------------------------------------------------------------- */
/* 911
-------------------------------------------------------------- */
/*
font-family: 'Montserrat', arial, sans-serif;
*/

/* couleurs
-------------------------------------------------------------- */
.kuro {
    background: #000;
}
.shiro {
    background: #fff;
}
.violet {
    background: #8145FF;
}
.aubergine {
    background: #372250;
}
.peach {
    background: #ffcaae;
}

.rainbow {
    background: rgb(55,34,80);
    background: linear-gradient(180deg, rgba(55,34,80,1) 0%, rgba(55,34,80,1) 33%, rgba(63,94,251,1) 70%, rgba(252,70,107,1) 100%);
}

/* structures
-------------------------------------------------------------- */
#color_overlay {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 5%;
}
.soko_container-1000 {
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 0;
}

/*--------------------------------------------------------------
LOGIN
--------------------------------------------------------------*/
body.login {
  width: 100%;
  background-color:#372250;
  background-image: linear-gradient(30deg, #8145FF 12%, transparent 12.5%, transparent 87%, #8145FF 87.5%, #8145FF),
  linear-gradient(150deg, #8145FF 12%, transparent 12.5%, transparent 87%, #8145FF 87.5%, #8145FF),
  linear-gradient(30deg, #8145FF 12%, transparent 12.5%, transparent 87%, #8145FF 87.5%, #8145FF),
  linear-gradient(150deg, #8145FF 12%, transparent 12.5%, transparent 87%, #8145FF 87.5%, #8145FF),
  linear-gradient(60deg, #522DA3 25%, transparent 25.5%, transparent 75%, #522DA3 75%, #522DA3),
  linear-gradient(60deg, #522DA3 25%, transparent 25.5%, transparent 75%, #522DA3 75%, #522DA3);
  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: #372250;
  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/sokoach_kuro-outline.svg") no-repeat center;
	max-height: 100px;
	max-width: 450px;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 0;
  line-height: 100%;
  margin: 0 auto;
  text-indent: -9999px;
  width: 100%;
  margin-bottom: 5%;
}
.login form {
    background: transparent;
    border: 0;
    box-shadow: none;
    font-weight: normal;
    margin: 0;    
    padding: 0;
    border-radius: 0;
}
.login .message {
	box-shadow: none;
}
.login label {
  border: 0px solid #ddd;
  box-sizing: border-box;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 0;
  color: #fff;
	font-weight: 900;
  width: 100%;
}
.login form .input, .login input[type="text"] {
  margin-bottom: 10px;
  border: 0px solid #fff;
  border-bottom: 1px solid #fff;
  box-shadow: none;
  border-radius: 0;
  color: #fff;
  background: transparent;
}
.login form .forgetmenot label {
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 100%;
  font-weight: 100;
  text-transform: uppercase;
  font-style: normal;
  width: auto;
}
.login #nav,
.login #backtoblog {
    padding: 1% 0 0;
    text-shadow: none;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 100%;
    text-align: center;
    border-radius: 0;
    margin: 0;
}
.login #backtoblog {
    font-size: 12px;
}
.login #nav {
    font-size: 12px;
    line-height: 100%;
    float: none;
}
.login #nav a,
.login #backtoblog a {
    text-decoration: none;
    color: #fff !important;
    etter-spacing: -1px;
}
.login #backtoblog a {
    font-weight: 800;
}
.login #nav a:hover,
.login #backtoblog a:hover {
    color: #000 !important;
}
#login-support {
    font-size: 11px;
    text-align: center;
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    color: #000;
    margin: 5px 0;
    padding: 10px 0;
}
#login-support a {
    color: #000;
}
#login-support a:hover {
    color: #BC002D;
}
.login form .input, .login input[type="text"] {
    font-size: 15px;
    line-height: 150%;
    margin: 2px 0 10px 0;
    padding: 10px;
    width: 100%;
}
div.updated, .login .message {
    background-color: transparent;
    border: 1px solid #aeaeae;
    border-radius: 0;
    color: #ddd;
    line-height: 100%;
    margin: 5% 0;
    font-size: 14px;
    text-align: center;
}
.login #backtoblog {
    display: none !important;
}
.login #login_error,
.login .message {
    line-height: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    background: transparent;
    border: 1px solid white;
    color: #fff;
    text-align: center;
}
.login #login_error a {
  line-height: 100%;
	margin: 1% 0 0;
  display: inline-block;
  font-size: 12px;
	font-size: 1.2rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #fff;
}
.login #login_error a:hover {
	color: #BC002D;
}
.login form input[type="checkbox"] {
	background: #fff;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	outline: 0px;
	border: 0px solid #fff;
}
.login form input[type="checkbox"]:checked::before {
  color: #8145FF;
	border-radius: 50%;
	background-color: #8145FF;
	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: 900;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 13px;
}
.login .button.wp-hide-pw {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 10px !important;
  margin: 2px 0 10px 0;
  color: #fff;
  border: 1px solid transparent;
  line-height: 100%;
}
.login .button.wp-hide-pw:hover,
.login .button.wp-hide-pw:focus,
.login .button.wp-hide-pw:active {
  border: 1px solid transparent !important;
}
.login .button.wp-hide-pw .dashicons {
  width: 15px;
  height: 15px;
  top: 0;
	line-height: 100%;
	font-size: 15px;
}
/*--------------------------------------------------------------
LOGIN
--------------------------------------------------------------*/
.soko-page-title {
    z-index: 1;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    line-height: 100%;
    padding: 0 5%;
    background-color: transparent;
    z-index: 1;
    max-width: 1000px;
    bottom: 0;
    margin-top: 50px;
    overflow: hidden;
}
.soko-page-title a {
  color: #000;
}
.soko-page-title a {
  color: #000;
}
.soko-page-title a:after {
    color: #8145FF;
    content: ".";
    display: inline-block;
    margin: 0;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 900;
    line-height: 0;
}
.soko-page-title a:hover {
  color: #8145FF;
}
.soko-page-title h1 {
    font-size: 30px;
    font-size: 3rem;
    color: #ffcaae;
    padding: 0;
    margin: 0 auto;
    line-height: 100%;
    letter-spacing: -1px;
    font-weight: 100;
    text-align: left;
    text-transform: uppercase;
    word-break: break-word;

}
.soko-page-title h1 {
  font-size: calc(30px + (50 - 30) * ((100vw - 300px) / (1200 - 300)));
}
/* soko-cell
-------------------------------------------------------------- */
.soko-cell-bako {
  border: 1px solid #000;
}
.soko-cell-boda-top {
  border-top: 1px solid #000;
}
.soko-cell-boda-right {
  border-right: 1px solid #000;
}
.soko-cell-boda-bottom {
  border-bottom : 1px solid #000;
}
.soko-cell-boda-left {
  border-left: 1px solid #000;
}
.soko-cell {
  margin: 1%;
  overflow: hidden;
}
.soko-cell-full {
  width: 100%;
  overflow: hidden;
}
.soko-cell-padder {
  padding: 10px !important;
}
.soko-cell-outer {
  overflow: hidden;
    width: 100%;

    margin: 0 auto;
    position: relative;
    padding: 0;
}
.soko-cell-inner {
  overflow: hidden;
    padding: 5%;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 100%;
    color: #000;
    text-align: left;
    border-radius: 40px;    
}
/* 719px mobile */
@media screen and (max-width: 719px) {
.soko-cell-inner {
    padding: 30px;
}  
}/* 719px mobile */
.soko-cell-section {
  padding: 0;
}
.soko-cell-content {
  padding: 0;

}
.soko-cell-content-full {
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.soko-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: 1000px;
    bottom: 0;
    text-align: left;
}
.soko-cell-content-title a {
  color: #000;
}
.soko-cell-content-title a {
  color: #000;
}
.soko-cell-content-title a:after {
    color: #8145FF;
    content: ".";
    display: inline;
    margin: 0 0 0 2px;
    font-size: 50px;
    font-size: 5rem;
    font-weight: 900;
    line-height: 0;
}
.soko-cell-content-title a:hover {
  color: #8145FF;
}
.soko-cell-content-title h1 {
    font-size: 30px;
    font-size: 3rem;
    color: #000;
    padding: 0;
    margin: 0;
    line-height: 88%;
    letter-spacing: -1px;
    font-weight: 400;
    text-align: left;
    width: 100%;
    text-transform: uppercase;
    word-break: break-word;
    font-size: calc(30px + (40 - 30) * ((100vw - 300px) / (1200 - 300)));
}
.soko-cell-content-title h2 {
    font-size: 30px;
    font-size: 3rem;
    color: #8145FF;
    padding: 0;
    margin: 0 0 10px;
    line-height: 88%;
    letter-spacing: 0;
    font-weight: 900;
    text-align: left;
    width: 100%;
    text-transform: uppercase;
    word-break: break-word;
}
.soko-cell-content-title h2 {
  font-size: calc(30px + (40 - 30) * ((100vw - 300px) / (1200 - 300)));
}

.soko-cell-content-title h3 {
    font-size: 30px;
    font-size: 3rem;
    color: #000;
    padding: 0;
    margin: 0;
    line-height: 88%;
    letter-spacing: -1px;
    font-weight: 900;
    text-align: left;
    width: 100%;
    text-transform: uppercase;
    display: inline;
    word-break: break-word;
    font-size: calc(30px + (40 - 30) * ((100vw - 300px) / (1200 - 300)));
}
.soko-cell-content-title h3:after {
    color: #8145FF;
    content: ".";
    display: inline;
    margin: 0 5px 0 2px;
    font-size: 50px;
    font-size: 5rem;
    font-weight: 900;
    line-height: 0;
}

.soko-cell-content-boldtype {
    z-index: 1;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    line-height: 100%;
    padding: 0;
    background-color: transparent;
    z-index: 1;
    max-width: 1000px;
    bottom: 0;
    text-align: left;
}
.soko-cell-content-boldtype a {
  color: #000;
}
.soko-cell-content-boldtype a {
  color: #000;
}
.soko-cell-content-boldtype a:after {
    color: #8145FF;
    content: ".";
    display: inline;
    margin: 0 0 0 2px;
    font-size: 50px;
    font-size: 5rem;
    font-weight: 900;
    line-height: 0;
}
.soko-cell-content-boldtype a:hover {
  color: #8145FF;
}
.soko-cell-content-boldtype h2 {
    font-size: 30px;
    font-size: 3rem;
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 88%;
    letter-spacing: -1px;
    font-weight: 900;
    text-align: left;
    width: 100%;
    text-transform: uppercase;
    display: inline;
    word-break: break-word;
    font-size: calc(30px + (40 - 30) * ((100vw - 300px) / (1200 - 300)));
}
.soko-cell-content-boldtype h2:after {
    color: #8145FF;
    content: ".";
    display: inline;
    margin: 0 5px 0 2px;
    font-size: 50px;
    font-size: 5rem;
    font-weight: 900;
    line-height: 0;
}

.soko-cell-content-column {
  float: left;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
/* large */
@media screen and (min-width: 880px) {
.soko-cell-content-column {
  
}
}/* large */
.soko-cell-content-column:after {
    content: '';
    display: block;
    clear: both;
}
.soko-cell-content-cover {
  background-color: transparent;
  background-position: center center;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  width: 100%;
  z-index: 0;
  position: relative;
  height: 500px;
  border-radius: 40px;
  margin: 25px 0;
}
.soko-cell-content-article {
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    line-height: 100%;
    padding: 0;
    background-color: transparent;
    z-index: 1;
    width: 100%;
    bottom: 0;
    font-size: 18px;
    font-size: 1.8rem;
    color: #000;
    max-width: 666px;
    line-height: 150%; 
    letter-spacing: 0;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    word-break: break-word;
}
.soko-cell-content-article p {
  line-height: 150%;
    margin: 10px 0;
    text-align: justify;
}
.soko-cell-content-article p a {
  font-weight: 400;
  text-decoration: underline;
  color: #8145FF;
}
.soko-cell-content-article p a:hover {
    background: #8145FF;
    color: #fff;
    text-decoration: none;
}
.soko-cell-content-article .meta {
    margin-bottom: 50px;
}
.soko-cell-content-article .meta .date {
    margin: 0;
    padding: 0;
    line-height: 100%;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
}
.soko-cell-content-article .meta h1 {
    margin: 0;
    padding: 0;
    line-height: 100%;
    font-size: 30px;
    font-size: 3rem;
}

.soko-blog-list {
  
}
.soko-blog-list .first {
  
}
/* 720px tab */
@media screen and (min-width: 720px) {
.soko-blog-list .soko-cell-outer {
  float: left;
  width: 50%;
}
}/* 720px tab */

.soko-blog-list .soko-cell-content-cover {
  height: 300px;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  border: 0;
}
.soko-blog-list .soko-cell-inner {
  padding: 0;

}
  
.soko-cell-preview-title {
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    line-height: 100%;
    padding: 25px;
    background-color: transparent;
    z-index: 1;
    width: 100%;
    bottom: 0;
    font-size: 20px;
    font-size: 2rem;
    color: #000;
    line-height: 150%; 
    letter-spacing: 0;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    word-break: break-word;
    height: 150px;

}
.soko-cell-preview-title .date {
    margin: 0;
    padding: 0;
    line-height: 100%;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
}
.soko-cell-preview-title h1 {
    margin: 0;
    padding: 0;
    line-height: 100%;
}

.last-blog-list {
  
}

.last-blog-list .blog-list-line {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  display: flex;
}
.last-blog-list .blog-list-line:last-child {
  border-bottom: 0;
}
.last-blog-list .soko-cell-content-cover {
  height: 100px;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 15px;
  max-width: 30%;
}
.last-blog-list .soko-cell-preview-title {
  padding: 0;
  height: 100px;
  padding-left: 10px;
}
.last-blog-list .soko-cell-preview-title h1 {
    font-size: 15px;
    font-size: 1.5rem;
}

.soko-cell-content-more {
  line-height: 100%;
  text-align: right;
  width: 100%;
  margin: 0 auto;
}
.soko-cell-content-more .link {
  float: right;
  margin-top: 2%;
}
.soko-cell-content-more .link button.plus {
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  font-weight: 100;
  font-size: 45px !important;
  font-size: 4.5rem !important;
  padding: 0 !important;
  margin: 5px;
  background: #fff;
  color: #372250;
  border-radius: 50%;
  float: none;
}
.soko-cell-content-more .link button.plus:hover {
  background: #8145FF;
  color: #fff;
  transform: scale(1.1);
}

.text-big {
  
}
.text-big .line {
  width: 100%;
  margin: 0 0 10px 0;
  word-spacing: 0px;
}
.text-big .line:last-child {
  margin: 0;
}
.text-big .line h1 {
  width: auto;
  text-transform: none;
  color: #fff;
  display: inline-block;
  margin: 0;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
  line-height: 100%;
  margin: 0 15px 0 0;
}
.text-big .line h1 {
  font-size: calc(30px + (50 - 30) * ((100vw - 300px) / (1200 - 300)));
}
.text-big .line h2 {
  width: auto;
  text-transform: none;
  color: #fff;
  display: inline-block;
  margin: 0;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 100%;
  margin: 0 15px 0 0;
}
.text-big .line h2 {
  font-size: calc(25px + (40 - 25) * ((100vw - 300px) / (1200 - 300)));
}

/* soko-cell
-------------------------------------------------------------- */
/* social_club
-------------------------------------------------------------- */
.social_club-content {
    padding: 0;
    color: #fff;
    font-size: 30px;
    font-size: 3rem;
    margin: 0;
    text-decoration: none;
    width: 100%;
    text-align: left;
    line-height: 100%;
    font-weight: 100;
    text-transform: uppercase;
}
.social_club-content {
  font-size: calc(30px + (50 - 30) * ((100vw - 300px) / (1200 - 300)));
}
.social_club-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.social_club-content li {
   width: 100%;
}
.social_club-content .social_club-facebook a {
    color: #1877F2;
	background: linear-gradient(to right, #1877F2 0%, #003A7C 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
} 
.social_club-content .social_club-facebook a:hover,
.social_club-content .social_club-facebook a:active {
	background: #1877F2;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  transition: all 0.8s ease 0s;
} 
.social_club-content .social_club-linkedin  a {
    color: #0074A1;
} 
.social_club-content .social_club-linkedin a:hover,
.social_club-content .social_club-linkedin a:active {
    color: #002E3F;
}
.social_club-content .social_club-insta a {
    color: #FF008C;
	background: linear-gradient(to right, #c13584 0%, #FF008C 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
} 
.social_club-content .social_club-insta a:hover,
.social_club-content .social_club-insta a:active {
	background: #FF008C;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  transition: all 0.8s ease 0s;
}

/* social_club
-------------------------------------------------------------- */

#soko_hello_hero_body {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 3;
    height: 50vh;
    overflow: hidden;
    border-left: 0;
    border-right: 0;
    z-index: 0;
}
/* 720px tab */
@media screen and (min-width: 720px) {
#soko_hello_hero_body {
    height: 60vh;
}
}/* 720px tab */
/* 1000px desk */
@media screen and (min-width: 1000px) {
#soko_hello_hero_body {
    height: 70vh;
}
}/* 1000px desk */
#soko_hello_hero_body .soko_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;
}
#soko_hello_hero_body .soko_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 33%, rgb(55, 34, 80) 100%) !important;
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 33%, trgb(55, 34, 80) 100%) !important;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 33%, rgb(55, 34, 80) 100%) !important;
}
#soko_hello_hero_body #soko_header {
  position: relative !important;
}

.ball {
  background: #F97063;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
}
.ball {
  animation: bounce 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
@keyframes bounce { 
  0% { transform: scale(1) translateY(0); }
  10% { transform: scale(1.2, 0.6); }
  30% { transform: scale(0.8, 1.1) translateY(-50px); }
  50% { transform: scale(1) translateY(0); }
  100% { transform: translateY(0); }
}
.ball i {
  padding: 0;
  color: #fff;
  line-height: 30px;
  font-weight: 400;
  font-size: 40px;
  font-size: 4rem;
  border-radius: 50%;
  letter-spacing: 0;
  opacity: 1;
  padding: 20px 0;
}
        
#soko_hero_body {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 3;
    height: 30vh;
    overflow: hidden;
    border-left: 0;
    border-right: 0;
    z-index: 0;
}
/* 720px tab */
@media screen and (min-width: 720px) {
#soko_hero_body {
    height: 40vh;
}
}/* 720px tab */
/* 1000px desk */
@media screen and (min-width: 1000px) {
#soko_hero_body {
    height: 50vh;
}
}/* 1000px desk */
#soko_hero_body .soko_hero_cover {
    background-position: center center;
    background-size: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: visible;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    vertical-align: top;
}
#soko_hero_body .soko_hero_cover:after {
    top: 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 0;  
    background-image: -moz-linear-gradient(top, transparent 0%, transparent 33%, rgb(55, 34, 80) 100%) !important;
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 33%, rgb(55, 34, 80) 100%) !important;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 33%, rgb(55, 34, 80) 100%) !important;
}
#soko_header {
    z-index: 1;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: auto;
    line-height: 100%;
    padding: 0;
    max-height: 400px;
    background-color: transparent;
    position: absolute;
    z-index: 10;
}
#soko_header .logo-bloc {
    position: relative;
    width: 100%;
    line-height: 100%;
    height: 100%;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 3;
    max-width: 1000px;
}
#soko_header .logo-bloc .logo-big {
    width: 100%;
    line-height: 100%;
    height: auto;
    padding: 5%;
    text-align: left;
    margin: 0;
    line-height: 100%;
    color: #fff;
    letter-spacing: -1px;
}
.logo-bloc .logo-intermediaire {
    width: 100%;
    line-height: 100%;
    height: auto;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    line-height: 100%;
    color: #fff;
    letter-spacing: -1px;
}
.logo-bloc .logo-intermediaire img {
    height: 75px;
}


/*--------------------------------------------------------------
soko_footer
--------------------------------------------------------------*/
#soko_footer {
    background: #000;
    color: #fff;
    font-weight: 100;
    line-height: 100%;
    padding: 0 0 5%;
    position: relative;
    text-align: left;
    z-index: 0;
    margin: 0 auto;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0;
}
#soko_footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#soko_footer a:link,
#soko_footer a:visited {
    color: #fff;
}
#soko_footer a:hover {
    color: #8145FF;
}
#soko_footer-top {
    vertical-align: top;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    max-width: 1000px;
}
#soko_footer-top .logo-bloc {
    width: 100%;
    line-height: 100%;
    height: auto;
    padding: 0;
    text-align: center;
    margin: 0 auto;
}
#soko_footer-top .logo-bloc .logo-big {
    width: 100%;
    line-height: 100%;
    height: auto;
    padding: 5%;
    text-align: center;
    margin: 0 auto;
    right: 0;
    left: 0;
    border-bottom: 1px solid #ffcaae;
}
#soko_footer-top .logo-bloc .logo-big img {
    height: auto;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 1000px;
}
#soko_footer-bottom {
    vertical-align: top;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 5%;
    margin: 0 auto;
    text-align: left;
    max-width: 1000px;
}
.soko_footer-main {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    padding: 25px 0 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 100%;
}
.soko_footer-main ul {
    margin: 0;
    padding: 0;
}
.soko_footer-main ul li {
  width: auto;
  display: inline;
}
.soko_footer-main ul li a {
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 100%;
}
.soko_footer-main ul li a:after {
    color: #8145FF;
    content: ".";
    display: inline;
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 0;
}

.soko_footer-second {
    z-index: 2;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    bottom: 0;
    padding: 25px 0 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 100%;
}
.soko_footer-second ul {
    margin: 0;
    padding: 0;
}

.soko_footer-second ul li {
  width: auto;
  display: inline;
}
.soko_footer-second ul li a {
    font-weight: 100;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 100%;
}
.soko_footer-second ul li a:after {
    color: #8145FF;
    content: ".";
    display: inline;
    margin: 0 5px 0 0;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 900;
    line-height: 0;
}
.soko_footer-third {
    z-index: 2;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    bottom: 0;
    padding: 5px 0 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 100%;
}
.soko_footer-third ul {
    margin: 0;
    padding: 0;
}

.soko_footer-third ul li {
  width: auto;
  display: inline;
}
.soko_footer-third ul li a {
    font-weight: 100;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 100%;
}
.soko_footer-third ul li a:after {
    color: #8145FF;
    content: ".";
    display: inline;
    margin: 0 5px 0 0;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 900;
    line-height: 0;
}
.soko_footer-who {
    margin: 0;
    color: #fff;
    padding: 25px 0 5px;
    text-align: left;
    line-height: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0;
    font-weight: 100;
    text-transform: uppercase;
    max-width: 1000px;
    margin: 0 auto;
}
.soko_footer-who a {
  font-weight: 100;
}
.soko_footer-who ul {
    margin: 0;
    padding: 0;
}
.soko_footer-who li {
    margin: 0;
    padding: 0;
}
.soko_footer-who span.site {
    font-weight: 100 !important;
}
.soko_footer-who span.site a {
  color: #8145FF !important;
}
/*--------------------------------------------------------------
soko_footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Navigation 
--------------------------------------------------------------*/
/* 620px tab */
@media screen and (min-width: 620px) {
#smoothup {
    z-index: 100;
    height: 50px;
    width: 50px;
    position: fixed;
    margin: 0 auto;
    bottom: 2%;
    right: 0;
    left: 0;
    text-indent: -99999px;
    display: none;
    background: #8145FF url("../images/chevron.svg");
    border-radius: 50%;
}
#smoothup:hover {
    background: #372250 url("../images/chevron.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 */


/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #372250;
  z-index: 101;
  font-family: 'Montserrat', arial, sans-serif;  
      background-position: 0 0, 50px 50px;
    background-size: 100px 100px;
    width: 100%;
}
/* Overlay closing cross */
.overlay .overlay-close-wrap {
    max-width: 1000px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    right: 0;
    left: 0;
    height: 40px;
    padding: 0;
}
.overlay .overlay-close {
	width: 40px;
    height: 40px;
	position: absolute;
    margin: 0;
	overflow: hidden;
	border: none;
	background: url(../images/cross.svg) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
    right: 0;
    padding: 0;
}
/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 40%;
	height: 50%;
	font-size: 50px;
  font-size: 5rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
    width: auto;
}
.overlay ul li {
	display: block;
	height: 20%;
	height: auto;
    width: 100%;
    text-align: center;
}
.overlay ul li.logo {
  width: auto;
  margin: 0 auto;
  display: block;
  padding: 0;
  height: 100px;
  line-height: 0;
  margin-bottom: 5%;
}
.overlay ul li.logo img {
  width: auto;
  height: 100px;
}
.overlay ul li a {
	font-weight: 900;
	display: block;
	color: #fff;
  background: transparent;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
    letter-spacing: -1px;
    text-transform: uppercase;
    line-height: 100%;
}
.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #ffcaae;
  background: transparent;
    transition: 0.5s;
}
/* Effects */
.overlay-soko {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-soko.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.overlay-soko nav {
	-webkit-perspective: 800px;
	perspective: 800px;
}
.overlay-soko nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}
.overlay-soko.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.overlay-soko.close nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}
@media screen and (max-width: 619px) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}

#trigger-overlay {
	width: 40px;
  height: 40px;  
	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;

}

/*--------------------------------------------------------------
#super_menu-fade
--------------------------------------------------------------*/

#super_menu-fade {
	margin: 0 auto;
	padding: 0;
	height: 40px;
	width: 100%;
	z-index: 101;
	top: 0;
	text-transform: uppercase;
	color: #000;
  border-bottom: 1px solid #ffcaae;
  position: fixed;
  display: none;
	overflow: hidden;
}
#super_menu-fade #menu_inner {
    padding: 0;
    margin: 0 auto;
}
#super_menu-fade #menu_inner:before,
#super_menu-fade #menu_inner:after {
  content: "";
  display: block;
}
#super_menu-fade #menu_inner:after {
  clear: both;
}
#super_menu-fade #menu_inner {
  padding: 0;
  max-width: 1000px;
  margin: 0 auto;
  border-left: 0px solid #ddd;
  border-right: 0px solid #ddd;
}

#super_menu-fade #did-wrapper {
    z-index: 1;
    color: #000;
    height: 40px;
    z-index: 100;
    padding: 0;
    margin: auto 0;
    text-align: center;
}
#super_menu-fade #did-wrapper .drop-menu a {
    text-decoration: none;
    }
#super_menu-fade #did-wrapper .drop-menu li {
    list-style: none;
    }
/* Menu Container */
#super_menu-fade #did-wrapper .drop-menu {
	display: block;
	position: relative;
	cursor: default;
	z-index: 99;
	margin: 0;
	max-width: 1000px;
    color: #000;
	padding: 0;
	text-align: center;
}
#super_menu-fade #did-wrapper .drop-menu ul {
    list-style: none;
}
/* Menu List */
#super_menu-fade #did-wrapper .drop-menu > li {
	display: block;
}
/* Menu Links */
#super_menu-fade #did-wrapper .drop-menu > li > a {
	border-left: 0 solid #fff;
    border-right: 0 solid #fff;
    border-top: 0 solid #fff;
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 900;
    height: 40px;
    letter-spacing: -1px;
    line-height: 40px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    z-index: 99;
}
#super_menu-fade #did-wrapper .drop-menu > li.first {
    float: left;
    height: 40px;
}
#super_menu-fade #did-wrapper .drop-menu > li.first img {
    height: 100%;
    padding: 5px;
}
#super_menu-fade #did-wrapper .drop-menu > li.first > a {
    margin: 0;
    padding: 0;
}
#super_menu-fade #did-wrapper .drop-menu > li.first > a:hover {
    background: transparent;    
}
#super_menu-fade #did-wrapper .drop-menu > li.smenu {
    margin: 0;
    padding: 0;
    float: right;
}
#super_menu-fade #did-wrapper .drop-menu > li.smenu > a {
    margin: 0;
    padding: 0;
}
#super_menu-fade #did-wrapper .drop-menu > li.smenu a:hover {
    background: transparent;	
    }
#super_menu-fade #did-wrapper .drop-menu > li.smenu img {
    margin: 0;
    background: transparent;
    border-radius: 0;
}
#super_menu-fade #did-wrapper .drop-menu > li:hover > a {
    color: #fff;
    background: transparent;
    }





/* ============================================================
   cards
============================================================ */
.accordionx {
   margin: 50px;   
   dt, dd {
      padding: 10px;
      border: 1px solid black;
      border-bottom: 0; 
      &:last-of-type {
        border-bottom: 1px solid #000; 
      }
      a {
        display: block;
        color: #000; 
        font-weight: bold;
      }
   }
  dd {
     margin: 0 !important;
     &:last-of-type {
       border-top: 1px solid #fff;
       position: relative;
       top: -1px;
     }
  }
}
.accordionx dd {
  margin: 0 !important;
}
.accordionx {
  color: #666;
  cursor: pointer;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  background: #fff;
  margin: 0;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #372250;
}
.accordionx:first-child {
  border-top: 1px solid #372250;
}
.accordionx:last-child {
}
.accordionx h2 {
  width: auto !important;
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-size: 3rem;
  color: #000;
  line-height: 88%;
  letter-spacing: -1px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}
.accordionx h2:hover {
  color: #8145FF;
}
.accordionx h2 {
  font-size: calc(30px + (40 - 30) * ((100vw - 300px) / (1200 - 300)));
}
.accordionx h2::after {
    color: #8145FF;
    content: ".";
    display: inline;
    margin: 0 5px;
    font-size: 50px;
    font-size: 5rem;
    font-weight: 900;
    line-height: 0;

}


/* ============================================================
   FORMULAIRES
============================================================ */
label {
  display: block;
  color: inherit;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 150%;
  padding: 5px 0 0 0;
  margin: 0;
  text-transform: uppercase;
}
.tnp-subscription {
  font-size: 15px !important;
  font-size: 1.5rem !important;
  margin: 0 auto !important;
  max-width: 1000px !important;
}
.tnp-subscription label {
  padding: 5px 0 !important;
}
.tnp-subscription input.tnp-submit {
  background-color: #444 !important;
  padding: 20px 25px !important;
  font-size: 15px !important;
  font-size: 1.5rem !important;
}
.tnp-subscription input.tnp-submit:hover {
  background: #8145FF !important;
  color: #fff !important;
}
.tnp-subscription input[type="text"],
.tnp-subscription input[type="email"],
.tnp-subscription select {
  background: #fff !important;
  border: 1px solid #000 !important;
  border-radius: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}
.tnp-subscription input.tnp-submit {
  margin-top: 25px !important;
  float: right;
}
.wpcf7-spinner {
  display: none !important;
}
.tnp-field-button {
  margin: 0 !important;
}
.tnp-field input[type="submit"] {
  width: 100% !important;
}









#kirinavi-slide {
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  width: 100%;
  max-width: 1200px;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  scrollbar-color: #8145FF #000;
  scrollbar-width: thin;
  overflow: scroll; /* Show scrollbars */
}
	/*change the thinkness of the scrollbar here*/
#kirinavi-slide::-webkit-scrollbar {

    width: 20px;
    height: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0); 
    -webkit-border-radius: 0;
    border-radius: 0;
}
 /*add a shadow to the scrollbar here*/
#kirinavi-slide::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(255, 255, 255, 0);
    -webkit-border-radius: 0;
    border-radius: 0;
}
/*this is the little scrolly dealio in the bar*/ 
#kirinavi-slide::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #8145FF;
    height: 3px;
}
/*nobody needs this little scrollbar corner, I mean really, get rid of it haha*/  
#kirinavi-slide::-webkit-scrollbar-corner {
  display: none;
  height: 0px;
  width: 0px;
}
#kirinavi-slide .box-300 {
  flex: 1;
  width: 275px;
}

.ohayo_story {
  background: transparent;
  margin: 0;
  height: 400px;
  width: 100%;
  float: left;
  padding: 5px;
  overflow: hidden;
  position: relative;
  border-radius: 25px;
  border: 3px solid transparent;
}
.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%;
  border: 3px solid #8145FF;
  border-radius: 20px;
  overflow: hidden;
}
.ohayo_story .article {
  padding: 5%;
  margin: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.ohayo_story .article .ohayo_cat {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: -1px;
  text-align: left;
  display: inline-block;
  font-weight: 100;
  background: transparent;
  color: #fff;
  padding: 0;
  margin: 0 0 5px;
  line-height: 100%;
}
.ohayo_story .article .ohayo_cat {
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1200 - 300)));
}
.ohayo_story .article .data h1 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: left;
  margin: 0;
  padding: 0;
}
.ohayo_story .image {
  background-color: transparent;
  background-position: center center;
  background-size: cover;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  position: absolute;
  overflow: hidden;
}
.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%, rgb(55, 34, 80) 75%) !important;
    background-image: -moz-linear-gradient(top, transparent 0%, rgb(55, 34, 80) 75%) !important;
    background-image: linear-gradient(to bottom, transparent 0%, rgb(55, 34, 80) 75%) !important;
    opacity: 1;
}

