/*! 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: #FFCC00; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #FFCC00; /* 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 #003745;
	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: 100;
	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: #003745;
	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: #003745;
	color: #fff;
	background: #003745;
	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 #003745;
	border-radius: 0;
	padding: 10px;
  width: 100%;
  resize: vertical;
  line-height: 150%;
  border-radius: 20px;
  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: #FFCC00;
}


/*--------------------------------------------------------------
## 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 #003745;
	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: 20px;
  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 #003745;
  background: #FFCC00;
	color: #fff;
	outline: none;
	text-decoration: none;
}
.wp-core-ui .button-primary {
    background: transparent;
    border: 1px 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: #1b1b1b;
    border: 1px solid #003745;
    box-shadow: none;
    color: #fff;
}
.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: 0;
    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: #c8ad7f;
}

/* treehug
-------------------------------------------------------------- */
/* 911
-------------------------------------------------------------- */
/*
font-family: 'Montserrat', arial, sans-serif;
*/
/* couleurs
-------------------------------------------------------------- */
.kuro {
    background: #003745;
}
.shiro {
    background: #fff;
}

/* couleurs
-------------------------------------------------------------- */
/* structures
-------------------------------------------------------------- */
#treehug_sheets {
  
}
.treehug_box-full {
	overflow: hidden;
	position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.treehug_box-1200 {
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0;
}
.treehug_box-70 {
    width: 100%;
}
/* 1024px desk */
@media screen and (min-width: 1024px) {
.treehug_box-70 {
    display: block;
    float: left;
    margin-left: 0px;
    width: 66.6666%;
    max-width: 800px;
}
}/* 1024px desk */
.treehug_box-30 {
    width: 100%;
}
/* 1024px desk */
@media screen and (min-width: 1024px) {
.treehug_box-30 {
    width: 33.3333%;
}
}/* 1024px desk */

/* structures
-------------------------------------------------------------- */
/* Gutenberg Bloc **************************************************/
.wp-block-image {
    max-width: 100%;
    margin: 0 0 1.5em !important;
}
/* Gutenberg Bloc **************************************************/
/*--------------------------------------------------------------
LOGIN
--------------------------------------------------------------*/
body.login {
  width: 100%;
  background-color:#227689;
  background-image: linear-gradient(30deg, #003745 12%, transparent 12.5%, transparent 87%, #003745 87.5%, #003745),
  linear-gradient(150deg, #003745 12%, transparent 12.5%, transparent 87%, #003745 87.5%, #003745),
  linear-gradient(30deg, #003745 12%, transparent 12.5%, transparent 87%, #003745 87.5%, #003745),
  linear-gradient(150deg, #003745 12%, transparent 12.5%, transparent 87%, #003745 87.5%, #003745),
  linear-gradient(60deg, #004759 25%, transparent 25.5%, transparent 75%, #004759 75%, #004759),
  linear-gradient(60deg, #004759 25%, transparent 25.5%, transparent 75%, #004759 75%, #004759);
  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: #003745;
  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/mp_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 #003745;
  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: #e2b4b3 !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 #003745;
    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 #fff;
    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: #c8ad7f;
}
.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: #e2b4b3;
	border-radius: 50%;
	background-color: #003745;
	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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
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 
--------------------------------------------------------------*/
/* 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;
	border-bottom: 1px solid #c8ad7f;
	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: 900;
    letter-spacing: -1px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    z-index: 510;
}
#super_barre .inner li.logo {
    margin: 0;
    padding: 5px;
}
#super_barre .inner li.logo a {
    margin: 0;
    padding: 0;
}
#super_barre .inner li.logo img {
    margin: 0px;
    height: 40px;
}
#super_barre li.kmenu {
    margin: 0;
    padding: 0;
    float: right;
}
#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: 1px solid #003745;
  position: fixed;
  display: none;
	overflow: hidden;
  z-index: 99;
}
#super_barre-fade .outer {
  padding: 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#super_barre-fade .outer:before,
#super_barre-fade .outer:after {
  content: "";
  display: block;
}
#super_barre-fade .outer:after {
  clear: both;
}
#super_barre-fade .outer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#super_barre-fade .outer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#super_barre-fade .inner {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
	margin: 0;
	max-width: 1200px;
  width: 100%;
  color: #000;
	padding: 0;
	text-align: left;
}
#super_barre-fade .inner li {
	display: block;
	float: left;
}
#super_barre-fade .inner li a {
    color: #000;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 900;
    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: right;
}
#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: 1px solid #c8ad7f;
  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: 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-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: 900;
    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 */
.treehug-overlay {
	position: fixed;
  z-index: 100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
  z-index: 99999;
	background: #003745;
}
/* Overlay closing cross */
.overlay-close {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 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 */
.treehug-overlay nav {
  text-align: right;
  position: relative;
  top: 50px;
  z-index: 5;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.treehug-overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0; 
}
.treehug-overlay ul li {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-transform: uppercase;
  line-height: 100%;
  border-bottom: 1px solid #c8ad7f;
  width: 100%;
}
.treehug-overlay ul li a {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 100;
	display: block;
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
  line-height: 100%;
  padding: 0 10px;
  max-width: 1200px;
  margin: 5px auto;
}
.treehug-overlay ul li a {
  font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1200 - 300)));
}
.treehug-overlay ul li a:before,
.treehug-overlay ul li a:after {
  content: "";
  display: block;
}
.treehug-overlay ul li a:after {
  clear: both;
}
.treehug-overlay ul li a:hover,
.treehug-overlay ul li a:focus {
	color: #c8ad7f
}
.treehug-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;
}
.treehug-overlay li.logo a:hover {
  pointer-events: none;
}
.treehug-overlay .link {
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 0px;
  display: block;
  line-height: 100%;
  padding: 10px;
  max-width: 1200px;
  overflow: hidden;
}
.treehug-overlay .link a {
  background: #e2b4b3;
  font-weight: 100;
  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;
}
.treehug-overlay .link a {
  font-size: calc(20px + (25 - 20) * ((100vw - 300px) / (1200 - 300)));
}
.treehug-overlay .link a:hover {
  background: #c8ad7f;
  color: #fff;
  padding: 20px;
}
.treehug-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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
PAGE
--------------------------------------------------------------*/
#page_header {
  width: 100%;
  z-index: 0;
  position: relative;
  height: 50vh;
   background: #003745;
    background: -webkit-linear-gradient(bottom right, #003745 0%, #000000 100%);
    background: -moz-linear-gradient(bottom right, #003745 0%, #000000 100%);
    background: linear-gradient(to top left, #003745 0%, #000000 100%);
    opacity: 1;
    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;
}
#page_header .cover {
  width: 100%;
  z-index: 1;
  height: 50vh;
  position: relative;
}
#page_header .cover .image {
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    opacity: 0.77;
}
#page_header .cover img {
    width: 100%;
    height: auto;
    display: block;
}
#page_header .content {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  z-index: 2;
  position: absolute;
  right: 0;
  left:0;
  padding: 0;
  margin-top: 50px;
  color: #fff;
  text-align: left;
}
#page_header .content .title {
  padding: 15px 10px;
  max-width: 80%;
}
#page_header .content .title h1 {
    margin: 0;
    font-size: 30px;
    font-size: 3rem;
    line-height: 88%;
    letter-spacing: 0;
    font-weight: 900;
    text-shadow: 1px 1px 1px #000000;
}
#page_header .content .title h1 {
    font-size: calc(30px + (50 - 30) * ((100vw - 300px) / (1200 - 300)));
}

#page_header-bis {
  width: 100%;
  z-index: 0;
  position: relative;
   background: #003745;
    background: -webkit-linear-gradient(bottom right, #003745 0%, #000000 100%);
    background: -moz-linear-gradient(bottom right, #003745 0%, #000000 100%);
    background: linear-gradient(to top left, #003745 0%, #000000 100%);
    opacity: 1;
    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;
}
#page_header-bis .content {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  z-index: 1;
  position: relative;
  right: 0;
  left:0;
  padding: 50px 0 5%;
  color: #fff;
  text-align: left;
}
#page_header-bis .content .title {
  padding: 15px 10px;
  max-width: 80%;
}
#page_header-bis .content .title h1 {
    margin: 0;
    font-size: 30px;
    font-size: 3rem;
    line-height: 88%;
    letter-spacing: 0;
    font-weight: 100;
    text-shadow: 1px 1px 1px #000000;
}
#page_header-bis .content .title h1 {
    font-size: calc(30px + (50 - 30) * ((100vw - 300px) / (1200 - 300)));
}
/*--------------------------------------------------------------
PAGE
--------------------------------------------------------------*/

.module {
  margin: 0 auto;
  padding: 50px 0;
  border-top: 1px solid #000;
}
.module .inner {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1200px;
}
.module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.module li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.module .content {
  padding: 1%;
  line-height: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 0 auto;
}

.module .header {

}
.module .logo {
  width: 100%;
}
.module .logo img {
  height: 100px
}
.module .line {
  font-weight: 400;
  text-transform: uppercase;
}
.module .line p {
  margin: 0;
}
.module .line span {
  
}
.module .line span .fa {
  margin-right: 5px;
}
.module .first {
  margin: 5px 0 0;
}
.module .first h1 {
  margin: 0;
  padding: 0;
  font-weight: 900;
}
.module .second {
  margin: 0 0 5px;
}
.module .third {
  margin-top: 10px;
  border: 1px solid #003745 !important;
  display: inline-block !important;
  padding: 10px !important;
  border-radius: 15px !important;
}
.module .fourth {
  margin: 0;
}
.module .fifth {
  margin: 0;
  display: inline;
  border: 1px solid #000;
  padding: 2px 5px;
  font-size: 12px;
  font-size: 1.2rem;
}
.module .content-full {
  width: 100%;
  padding: 1%;
  margin: 0 auto;
}

/*--------------------------------------------------------------
STORY
--------------------------------------------------------------*/
/* 719px mobile */
@media screen and (max-width: 719px) {
  .navi_crumbs {
  display: none;
}  
}/* 719px mobile */
.navi_crumbs {
  padding: 1%;
  margin: 0;
}
.navi_crumbs a {
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
.navi_crumbs h1 {
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
}
.navi_crumbs h1 a:hover {
  color: #c8ad7f;
}
.navi_crumbs span {
  font-weight: 100;
  text-transform: uppercase;
  font-size: 30px;
  font-size: 3rem;
  line-height: 0;
  margin-right: 10px;
}
.navi_crumbs .fa {
  vertical-align: middle;
  line-height: 0;
}

.story_box {
  padding: 1%;
}
#accompagnements_sheets .story_box {
  padding: 0;
}
.story_box .content {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: justify;
    text-justify: inter-word;
    color: #000;
    line-height: 150%;
    margin: 0 auto;
    overflow: hidden;
    padding: 5% 2%;
}
/* 1024px desk */
@media screen and (min-width: 1024px) {
.story_box .content {
  padding: 5% 0;
}
}/* 1024px desk */

#accompagnements_sheets .story_box .content {
  padding: 0;
}
.story_box .content h1,
.story_box .content h2,
.story_box .content h3,
.story_box .content h4,
.story_box .content h5,
.story_box .content h6 {
  max-width: 666px;
  margin: 0 auto 1.5em;
  text-align: left;
  font-weight: 400;
  color: #000;
}
.story_box .content h2 {
  max-width: 666px;
  margin: 0 auto 2%;
  text-align: left;
  padding: 0;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 100;
}
.story_box .content h2 {
  font-size: calc(30px + (45 - 30) * ((100vw - 300px) / (1200 - 300)));
}
/* 1024px desk */
@media screen and (min-width: 1024px) {
.story_box .content h2 {
  text-align: left;
}
}/* 1024px desk */
.story_box .content a {
    color: #FFCC00;
    font-weight: 400;
    transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
}
.story_box .content a:focus,
.story_box .content a:active,
.story_box .content a:hover {
	color: #fff;
	background: #FFCC00;
}
.story_box .content p {
  max-width: 666px;
  margin: 0 auto 1.5em;
}
/* 1024px desk */
@media screen and (min-width: 1024px) {
.story_box .content p {
  padding: 0;
}
}/* 1024px desk */
.story_box .content p img {
    vertical-align: top;
    width: 100%;
    height: auto;
    margin: 0 0 1.5em;
}
.story_box .content p img:last-child {
  margin: 0;
}
.story_box .content img {
    vertical-align: top;
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.story_box .content ul {
  max-width: 666px;
  margin: 0 auto 1.5em;
}
.story_box .content ul li {
  
}
/* story Shortcodes
-------------------------------------------------------------- */
.highlight_content-right:before,
.highlight_content-right:after {
  content: "";
  display: block;
}
.highlight_content-right:after {
  clear: both;
}
.highlight_content-right {
  background: #fff;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  max-width: 660px;
  margin: 0 auto 1.5em;
}
/* 880px desk */
@media screen and (min-width: 1024px) {
.highlight_content-right {
  position: relative;
  background: #fff;
  max-width: 40%;
  padding: 0;
  display: inline;
  margin: 0 15px 10px 25px;
  float: right;
  text-align: left;
}
}/* 880px desk */
.highlight_content-right .portrait_content-image {
  border: 1px solid #003745;
  padding: 5% 4% 15%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow:  0px 0px 1px 1px rgba(0, 0, 0, 0.33);
  -moz-box-shadow:  0px 0px 1px 1px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow:  0px 0px 1px 1px rgba(0, 0, 0, 0.33);
}
.highlight_content-right .portrait_content-image img {
  border: 1px solid #003745;
  border-radius: 0 !important;
}
.highlight_content-right .portrait_content-title {
  padding: 3% 3% 0;
}
.highlight_content-right .portrait_content-title h2 {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0;
}
.highlight_content-right  .portrait_content-txt {
  padding: 3%;
}
.highlight_content-right  .portrait_content-txt p {
  padding: 0;
}

.highlight_content-full {
  background: #fff;
  width: 100%;
  padding: 0;
  max-width: 660px;
  margin: 0 auto 1.5em;
  border: 5px solid #003745;
  border-radius: 20px;
  overflow: hidden;
}
.highlight_content-full .portrait_content {
    width: 100%;
    line-height: 125%;
    font-size: 18px;
    font-size: 1.8rem;
    background: #fff;
    padding: 5%;
}
.highlight_content-full .portrait_content-title {
  margin: 0 0 2% 0;
}
.highlight_content-full .portrait_content-title h1 {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 30px;
  font-size: 3rem;
  line-height: 100%;
}
.highlight_content-full .portrait_content-image {

}
.highlight_content-full .portrait_content-txt {
  
}
/* 880px desk */
@media screen and (min-width: 1024px) {
.highlight_content-full .highlight_content-right .portrait_content {
    text-align: left;
}
}/* 880px desk */
.highlight_content-full .portrait_content p:last-child {
  margin: 0 auto;
}

.highlight_tarifs {
  margin-bottom: 50px;
  overflow: hidden;
}
.highlight_tarifs-bloc {
  margin-bottom: 10px;
  overflow: hidden;
}
.highlight_tarifs ul {
  list-style: none;
  padding: 0;
  margin: 0 auto 0.5em !important;
}
.highlight_tarifs ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.highlight_tarifs .header {
  overflow: hidden;
  max-width: 666px;
  margin: 0 auto 2%;

}
.highlight_tarifs .header .title {

}
.highlight_tarifs .header .title h2 {
  font-weight: 900 !important;
  color: #003745;
  padding: 0;
  margin: 0;
}
.highlight_tarifs .header .title h3 {
  font-weight: 400 !important;
  color: #003745;
  padding: 0;
  margin: 0;
}
.highlight_tarifs .header .title h3 {
  font-size: calc(25px + (30 - 25) * ((100vw - 300px) / (1200 - 300)));
}
.highlight_tarifs .header .second {
  text-transform: uppercase;

}
.highlight_tarifs .header .extra {

}
.highlight_tarifs-line {
  background: #fff;
  width: 100%;
  padding: 0;
  max-width: 660px;
  margin: 0 auto 0.5em;
  border: 1px solid #003745;
  border-radius: 20px;
  overflow: hidden;
}
.highlight_tarifs-line .content {
    width: 100%;
    line-height: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    background: #fff;
    padding: 0;
    text-align: left;
}
.highlight_tarifs-line .title {
  margin: 0;
  padding: 3% 3% 1%;
  border-bottom: 1px solid #003745; 
}
.highlight_tarifs-line .title h2 {
  font-weight: 400;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 100%;
}
.highlight_tarifs-line .title h2 {
  font-size: calc(25px + (30 - 25) * ((100vw - 300px) / (1200 - 300)));
}
.highlight_tarifs-line .title .underline {

}
.highlight_tarifs-line .bottom {
  padding: 2% 3% 3%;
  font-size: 20px;
  font-size: 2rem;
}
.highlight_tarifs-line .bottom .first {
  font-size: 30px;
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 10px;
}
.highlight_tarifs-line .bottom .second {

}
.highlight_tarifs-line .content p:last-child {
  margin: 0 auto;
}
/*--------------------------------------------------------------
STORY
--------------------------------------------------------------*/
/*--------------------------------------------------------------
WP
--------------------------------------------------------------*/
.wp-block-cover,
.wp-block-cover-image {
  position: relative;
  background-position: 100%;
  min-height: 430px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 auto 1.5em;
}
blockquote {
  margin: 0 0 1.5em;
}
.wp-block-quote {
  overflow-wrap: break-word;
  text-align: left;
  border-left: 1px solid #003745;
  padding: 15px;
}
.wp-block-quote p {
  text-align: left;
  margin: 0 !important;
  padding: 0;
}
.wp-block-quote cite {
  padding: 0;
}
/*--------------------------------------------------------------
WP
--------------------------------------------------------------*/



/* ============================================================
  Ohayo
============================================================ */
#treehug_hero {
    z-index: 1;
    text-transform: uppercase;
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 0;
    height: 100vh;
}
#treehug_hero:before,
#treehug_hero:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
#treehug_hero:after {
    clear: both;
}
#hello_header {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: auto;
    line-height: 100%;
    padding: 0;
    max-width: 1200px;
    height: 50vh;
}

#linkdown {
    height: 50px;
    width: 50px;
    position: absolute;
    margin: 0 auto;
    bottom: 75px;
    right: 0;
    left: 0;
    background: transparent url("../images/chevron-down.svg");
    border-radius: 0;
    z-index: 1;
    cursor: pointer;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; 
}
         @-webkit-keyframes bounce { 
            0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
            40% {-webkit-transform: translateY(-30px);} 
            60% {-webkit-transform: translateY(-15px);} 
         } 
         @keyframes bounce { 
            0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
            40% {transform: translateY(-30px);} 
            60% {transform: translateY(-15px);} 
         }
         .bounce { 
            -webkit-animation-name: bounce; 
            animation-name: bounce; 
         }
#linkdown:hover {
    background: transparent url("../images/chevron-down.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);
}

/* booking_strip */
#booking_strip {
  border-top: 1px solid #003745 ;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	width: 100%;
	z-index: 100;
  position: fixed;
	bottom: 0;
  letter-spacing: -1px;
	text-transform: uppercase;
	overflow: hidden;
  background: #c8ad7f ;
   background: linear-gradient(90deg, rgb(200, 173, 127) 0%, rgb(198, 176, 141) 33%, rgb(196, 178, 151) 66%, rgb(193, 179, 158) 100%);
}
#booking_strip .outer {
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
#booking_strip .outer:before,
#booking_strip .outer:after {
  content: "";
  display: block;
}
#booking_strip .outer:after {
  clear: both;
}
#booking_strip .outer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#booking_strip .outer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#booking_strip .inner {
	display: inline-block;
	position: relative;
	cursor: default;
	margin: 0;
  width: 100%;
	padding: 0;
	text-align: center;
}
#booking_strip .inner li {
	display: block;
}
#booking_strip .inner li a {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: 1px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
}
#booking_strip .inner li.link {
    margin: 0;
    padding: 0;
    height: 50px;
    line-height: 50px;
    width: 100%;
}
#booking_strip .inner li.link a {
    margin: 0;
    padding: 0;
    color: #003745 !important;
    font-weight: 900;
    letter-spacing: -1px;
}
#booking_strip .inner li.link a:hover {
    background: #c8ad7f ;
    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;
}
#booking_strip .inner li.link span {
  
}
#booking_strip .inner li.link .fa {
  margin: 5px 10px 5px 5px;
  color: #003745 !important;
}
/* booking_strip */

/* ============================================================
   cards
============================================================ */

#dozo_hero-feature {
    position: relative;
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    max-width: 1200px;
}
.dozo_hero-feature_story {
    width: 100%;
    margin: 0 auto;
    bottom: 0;
}
.dozo_hero-feature_story:after {
  content: "";
  display: table;
  clear: both;
}
.section-big {

}
.section-big h1 {
  margin: 0;
  padding: 0;
  line-height: 100%;
  letter-spacing: 0;
  margin: 1%;
  text-align: left;
}
.section-big h1 {
  font-size: calc(30px + (40 - 30) * ((100vw - 300px) / (1200 - 300)));
}
#sidebar .section-big h1 {
    font-size: 30px;
    font-size: 3rem;
}
/* 620px tab */
@media screen and (min-width: 620px) {
.tetrimino-100-50-33 {
    width: 50% !important;
}
}/* 620px tab */
/* 880px desk */
@media screen and (min-width: 1024px) {
.tetrimino-100-50-33 {
    width: 33.3333% !important;
}
#sidebar .tetrimino-100-50-33 {
    width: 100% !important;
}
}/* 880px desk */
.ohayo_story {
    background: transparent;
    margin: 0;
    height: 400px;
    width: 100%;
    float: left;
    padding: 0;
    overflow: hidden;
    position: relative;
    border: 5px solid transparent;
    border-radius: 20px;
}
.ohayo_story .ohayo_story-spotlight {
    bottom: 0;
    left: 0;
    padding: 0;
    right: 0;
    z-index: 3;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    color: #000;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    height: 100%;
}
.ohayo_story .article {
    margin: 0;
    padding: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 10px;
}

.ohayo_story .article .data {

}
.ohayo_story .article .data h1 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 100;
    line-height: 100%;
    letter-spacing: -2px;
    text-align: left;
    margin: 0;
    padding: 5%;
    color: #fff;
}
.ohayo_story .article .data h1 {
  font-size: calc(25px + (27 - 25) * ((100vw - 300px) / (1200 - 300)));
}
/* 880px desk */
@media screen and (min-width: 1024px) {
.ohayo_story .article h1 {
    width: 100%;
}
}/* 880px 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;
    border: 1px solid #003745;
    border-radius: 15px;
}
.ohayo_story .image:before {
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    background: #000;
    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: #003745;
    background: -webkit-linear-gradient(bottom, #003745 0%, #000000 100%);
    background: -moz-linear-gradient(bottom, #003745 0%, #000000 100%);
    background: linear-gradient(to top, #003745 0%, #000000 100%);
    opacity: 0.66;
    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;
}
/* ============================================================
   cards
============================================================ */

#hello_header .logo-bloc {
    position: relative;
    width: 100%;
    line-height: 100%;
    height: 100%;
    padding: 0 5% 5%;
    text-align: left;
    margin: 0;
    margin-top: 75px;
    z-index: 3;
}
#hello_header .logo-bloc .logo-big {
    width: 100%;
    line-height: 100%;
    height: auto;
    padding: 0;
    text-align: left;
    margin: 0;
}
/* 1024px desk */
@media screen and (min-width: 1024px) {
#hello_header .logo-bloc .logo-big {
    max-width: 50%;
}
}/* 1024px desk */
#hello_header .underline {
  margin-top: 1%;
}
#hello_header .underline .first {
  margin-bottom: 25px;
}
#hello_header .underline .line_1 {
    padding: 0;
    margin: 0 auto;
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: 0;
    width: 100%;
    color: #fff;
    max-width: 1200px;
    text-align: left;
    text-transform: uppercase;
}
#hello_header .underline .line_1 {
  font-size: calc(27px + (30 - 27) * ((100vw - 300px) / (1200 - 300)));
}
#hello_header .underline .line_2 {
    padding: 0;
    margin: 0 auto;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: 0;
    width: 100%;
    color: #fff;
    max-width: 1200px;
    text-align: left;
    text-transform: uppercase;
}
#hello_header .underline .line_2 {
  font-size: calc(23px + (25 - 23) * ((100vw - 300px) / (1200 - 300)));
}
#hello_header .underline .line_3 {
    padding: 0;
    margin: 0 auto;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: 0;
    width: 100%;
    color: #fff;
    max-width: 1200px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 5px;
}
#hello_header .underline .line_3 {
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1200 - 300)));
}
#hello_header .underline .line_4 {
    padding: 0;
    margin: 0 auto;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: 0;
    width: 100%;
    color: #fff;
    max-width: 1200px;
    text-align: left;
    text-transform: uppercase;
}
#hello_header .underline .line_4 {
  font-size: calc(17px + (19 - 17) * ((100vw - 300px) / (1200 - 300)));
}
.image-description {
    padding: 1%;
    margin: 0 auto;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: 0;
    width: 100%;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
}
.image-description .fa {
  margin-right: 5px;
}
.treehug_hero_body {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 1;
    height: 100%;
    overflow: hidden;
    border: 0px solid #003745;
    z-index: 0;
}
.treehug_hero_cover {
    background-position: center center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    height: 100vh;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    vertical-align: top;
}
/*--------------------------------------------------------------
STORY
--------------------------------------------------------------*/
/* ============================================================
SIDEBAR
============================================================ */
#sidebar {
    overflow: hidden;
  padding: 1%;
  float: right;
  right: 0;
  margin-right: 0px;
  position: relative;
  height: 100%;
}
.sidebar_box {       
    padding: 0;
    margin: 0 auto;
    margin-top: 0;   
    float: left;
    width: 100%;
    border: 2px solid #003745;
    border-radius: 20px;
    overflow: hidden;
}

/* ============================================================
SIDEBAR
============================================================ */
/* FOOTER
--------------------------------------------------------------*/
#footer {
  color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #c8ad7f !important;
}
.super_footer {
	max-width: 100%;
	margin: 0 auto;
	padding: 50px 1%;
	width: 100%;
	z-index: 101;
	top: 0;
	text-transform: uppercase;
	color: #fff;
	overflow: hidden;
}
/* 1024px desk */
@media screen and (min-width: 1024px) {
.super_footer {
  padding: 50px 0;
}
}/* 1024px desk */
.super_footer .outer {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 0;
	margin: 0 auto;
  width: 100%;
  color: #fff;
	padding: 0;
	text-align: left;
}
.super_footer .inner {
  padding: 1%;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
}
.super_footer .inner:before,
.super_footer .inner:after {
  content: "";
  display: block;
}
.super_footer .inner:after {
  clear: both;
}
.super_footer .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.super_footer .inner li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.super_footer .logo {
    margin: 0;
    padding: 5px;
    pointer-events: none;
    width: 100%;
}
.super_footer .logo a {
    margin: 0;
    padding: 0;
}
.super_footer .logo img {
    margin: 0px;
    height: 100px;
}
.super_footer .line {
    margin: 0;
    padding: 0;
    line-height: 100%;
}
.super_footer-line {
  width: 100%;
  color: #fff;
}
.super_footer-line li {
	display: inline;
  margin: 0;
  padding: 0;
}
.super_footer li a:after {
    color: #c8ad7f;
    line-height: 100%;
    content: "|";
    display: inline;
    margin: 0 5px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 900;
    text-decoration: none;
    vertical-align: top;
}
.super_footer-first {

}
.super_footer-second {
  margin-top: 25px;
}
.super_footer-second ul {

}
.super_footer-second ul li {
  display: block;
  width: 100%;
}
.super_footer-first .data {
  margin-top: 25px !important;
  font-size: 15px !important;
  font-size: 1.5rem !important;
}
.super_footer-first .data a {
  font-weight: 400;
}
.super_footer-who {
  width: 100%;
  margin: 0 auto;
  padding: 25px 1%;
  text-align: left;
  border-top: 1px solid #fff;
  margin-top: 5%;
  max-width: 1200px;
}
.super_footer-who .texte {
  max-width: 1200px;
  margin: 0 auto;
    font-size: 15px !important;
    font-size: 1.5rem !important;
}
/* FOOTER
 * --------------------------------------------------------------*/



/* Module portrait
 * --------------------------------------------------------------*/
#module_about {
    z-index: 1;
    text-transform: uppercase;
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 0;
}
#module_about:before,
#module_about:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
#module_about:after {
    clear: both;
}

#about_header .portrait-bloc {
    position: relative;
    width: 100%;
    line-height: 100%;
    height: 100%;
    padding: 100px 1%;
    text-align: left;
    margin: 0 auto;
    z-index: 3;
    max-width: 1200px;
    overflow: hidden;
}
#about_header .portrait-bloc .article {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}
#about_header .portrait-bloc .part {
  width: 100%;
  float: left;
}
/* 768px tab */
@media screen and (min-width: 720px) {
#about_header .portrait-bloc .part {
  width: 50%;
}
}/* 768px tab */
#about_header .portrait-bloc .part::after {
  content: "";
  clear: both;
  display: table;
}
#about_header .portrait-bloc .portrait-big {
    line-height: 100%;
    height: auto;
    padding: 0;
    text-align: left;
    margin: 0;
}
#about_header .portrait-bloc .portrait-big .image {
    border-radius: 15px;
    overflow: hidden;
}
#about_header .portrait-bloc .portrait-big .image img {
  width: 100%;
}
/* 768px tab */
@media screen and (min-width: 720px) {
#about_header .portrait-bloc .portrait-big .image img {
  max-width: 100%;
}
}/* 768px tab */
#about_header .signing {
  width: 50px;
  margin-bottom: 10px;
}
#about_header .texte {
  padding: 5%;
}
/* 720px tab */
@media screen and (min-width: 720px) {
#about_header .texte {
  padding: 5% 1% 5% 5%;
}
}/* 720px tab */
#about_header .texte h2 {
    padding: 0;
    margin: 0 auto;
    font-size: 30px;
    font-size: 3rem;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: -1px;
    width: 100%;
    color: #194350;
    max-width: 1200px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 5px;
    background: -webkit-linear-gradient(bottom right, #889897 0%, #004459 100%);
    background: -moz-linear-gradient(bottom right, #889897 0%, #004459 100%);
    background: linear-gradient(to top left, #889897 0%, #004459 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#about_header .texte h3 {
    padding: 0;
    margin: 0 auto;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: 0;
    width: 100%;
    color: #194350;
    max-width: 1200px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 5px;
    background: -webkit-linear-gradient(bottom right, #889897 0%, #004459 100%);
    background: -moz-linear-gradient(bottom right, #889897 0%, #004459 100%);
    background: linear-gradient(to top left, #889897 0%, #004459 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#about_header .texte h4 {
    padding: 0;
    margin: 0 auto;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: -1px;
    width: 100%;
    color: #194350;
    max-width: 1200px;
    text-align: left;
    text-transform: none;
}
.module_about_body {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 1;
    height: 100%;
    overflow: hidden;
    border: 0px solid #889897;
    z-index: 0;
}
.module_about_cover {
    background-position: center center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    vertical-align: top;
}

#about_header .texte .more {
  line-height: 100%;
  text-align: right;
  width: 100%;
  margin: 0 auto;
}
#about_header .texte .more .link {
  float: right;
  margin-top: 2%;
}
#about_header .texte .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: #889897;
  color: #fff;
  border-radius: 50%;
  float: none;
}
#about_header .texte .more .link button.plus:hover {
  background: #194350;
  color: #fff;
  transform: scale(1.2);
}

#module_about {
    z-index: 1;
    text-transform: uppercase;
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 0;
}
#module_about:before,
#module_about:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
#module_about:after {
    clear: both;
}

#about_header .portrait-bloc {
    position: relative;
    width: 100%;
    line-height: 100%;
    height: 100%;
    padding: 100px 1%;
    text-align: left;
    margin: 0 auto;
    z-index: 3;
    max-width: 1200px;
    overflow: hidden;
}
#about_header .portrait-bloc .article {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}
#about_header .portrait-bloc .part {
  width: 100%;
  float: left;
}
/* 768px tab */
@media screen and (min-width: 720px) {
#about_header .portrait-bloc .part {
  width: 50%;
}
}/* 768px tab */
#about_header .portrait-bloc .part::after {
  content: "";
  clear: both;
  display: table;
}
#about_header .portrait-bloc .portrait-big {
    line-height: 100%;
    height: auto;
    padding: 0;
    text-align: left;
    margin: 0;
}
#about_header .portrait-bloc .portrait-big .image {
    border-radius: 15px;
    overflow: hidden;
}
#about_header .portrait-bloc .portrait-big .image img {
  width: 100%;
}
/* 768px tab */
@media screen and (min-width: 720px) {
#about_header .portrait-bloc .portrait-big .image img {
  max-width: 100%;
}
}/* 768px tab */
#about_header .signing {
  width: 50px;
  margin-bottom: 10px;
}
#about_header .texte {
  padding: 5%;
}
/* 720px tab */
@media screen and (min-width: 720px) {
#about_header .texte {
  padding: 5% 1% 5% 5%;
}
}/* 720px tab */
#about_header .texte h2 {
    padding: 0;
    margin: 0 auto;
    font-size: 30px;
    font-size: 3rem;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: -1px;
    width: 100%;
    color: #194350;
    max-width: 1200px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 5px;
    background: -webkit-linear-gradient(bottom right, #889897 0%, #004459 100%);
    background: -moz-linear-gradient(bottom right, #889897 0%, #004459 100%);
    background: linear-gradient(to top left, #889897 0%, #004459 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#about_header .texte h3 {
    padding: 0;
    margin: 0 auto;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: 0;
    width: 100%;
    color: #194350;
    max-width: 1200px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 5px;
    background: -webkit-linear-gradient(bottom right, #889897 0%, #004459 100%);
    background: -moz-linear-gradient(bottom right, #889897 0%, #004459 100%);
    background: linear-gradient(to top left, #889897 0%, #004459 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#about_header .texte h4 {
    padding: 0;
    margin: 0 auto;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: -1px;
    width: 100%;
    color: #194350;
    max-width: 1200px;
    text-align: left;
    text-transform: none;
}
.module_about_body {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 1;
    height: 100%;
    overflow: hidden;
    border: 0px solid #889897;
    z-index: 0;
}
.module_about_cover {
    background-position: center center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    vertical-align: top;
}

#about_header .texte .more {
  line-height: 100%;
  text-align: right;
  width: 100%;
  margin: 0 auto;
}
#about_header .texte .more .link {
  float: right;
  margin-top: 2%;
}
#about_header .texte .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: #889897;
  color: #fff;
  border-radius: 50%;
  float: none;
}
#about_header .texte .more .link button.plus:hover {
  background: #194350;
  color: #fff;
  transform: scale(1.2);
}
/* Module portrait
 * --------------------------------------------------------------*/

/* Module portrait - #sidebar 
 * --------------------------------------------------------------*/
#sidebar #module_about {
    z-index: 1;
    text-transform: uppercase;
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 0;
    border: 1px solid #000;
    border-radius: 20px;
}
#sidebar #module_about:before,
#module_about:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
#sidebar #module_about:after {
    clear: both;
}

#sidebar #about_header .portrait-bloc {
    position: relative;
    width: 100%;
    line-height: 100%;
    height: 100%;
    padding: 1%;
    text-align: left;
    margin: 0 auto;
    z-index: 3;
    max-width: 1200px;
    overflow: hidden;
}
#sidebar #about_header .portrait-bloc .article {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}
#sidebar #about_header .portrait-bloc .part {
  width: 100%;
  float: left;
}
#sidebar #about_header .portrait-bloc .part::after {
  content: "";
  clear: both;
  display: table;
}
#sidebar #about_header .portrait-bloc .portrait-big {
    line-height: 100%;
    height: auto;
    padding: 0;
    text-align: left;
    margin: 0;
}
#sidebar #about_header .portrait-bloc .portrait-big .image {
    border-radius: 15px;
    overflow: hidden;
}
#sidebar #about_header .portrait-bloc .portrait-big .image img {
  width: 100%;
}
#sidebar #about_header .signing {
  width: 50px;
  margin-bottom: 10px;
}
#sidebar #about_header .texte {
  padding: 5%;
}
#sidebar #about_header .texte h2 {
    padding: 0;
    margin: 0 auto;
    font-size: 30px;
    font-size: 3rem;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: -1px;
    width: 100%;
    color: #194350;
    max-width: 1200px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 5px;
    background: -webkit-linear-gradient(bottom right, #889897 0%, #004459 100%);
    background: -moz-linear-gradient(bottom right, #889897 0%, #004459 100%);
    background: linear-gradient(to top left, #889897 0%, #004459 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#sidebar #about_header .texte h3 {
    padding: 0;
    margin: 0 auto;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: 0;
    width: 100%;
    color: #194350;
    max-width: 1200px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 5px;
    background: -webkit-linear-gradient(bottom right, #889897 0%, #004459 100%);
    background: -moz-linear-gradient(bottom right, #889897 0%, #004459 100%);
    background: linear-gradient(to top left, #889897 0%, #004459 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#sidebar #about_header .texte h4 {
    padding: 0;
    margin: 0 auto;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: -1px;
    width: 100%;
    color: #194350;
    max-width: 1200px;
    text-align: left;
    text-transform: none;
}
#sidebar .module_about_body {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 1;
    height: 100%;
    overflow: hidden;
    border: 0px solid #889897;
    z-index: 0;
}
#sidebar .module_about_cover {
    background-position: center center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    vertical-align: top;
}

#sidebar #about_header .texte .more {
  line-height: 100%;
  text-align: right;
  width: 100%;
  margin: 0 auto;
}
#sidebar #about_header .texte .more .link {
  float: right;
  margin-top: 2%;
}
#sidebar #about_header .texte .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: #889897;
  color: #fff;
  border-radius: 50%;
  float: none;
}
#sidebar #about_header .texte .more .link button.plus:hover {
  background: #194350;
  color: #fff;
  transform: scale(1.2);
}
/* Module portrait - Sidebar
 * --------------------------------------------------------------*/

/* social_club
-------------------------------------------------------------- */
.social_club {
    padding: 20px 5px;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
    border-radius: 50%;
    text-align: left;
}
.social_club ul {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 500px;
}
.social_club li {
   width: 100%;
   display: inline;
   list-style: none;
   margin-right: 5px !important;
}
.social_club li a:after {
  display: none !important;
}
.social_club .fa {
    color: #fff !important;
    background: #003745;
    border: 1px solid #e2b4b3;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;    
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    margin: 0;
    display: inline-block;
}
.social_club .follow-me:hover {
  transform: scale(1.2);
  transition: all 0.5s;
  background: #FFCC00;
  border: 1px solid #e2b4b3;
}

/* social_club
-------------------------------------------------------------- */
/* super_badges
-------------------------------------------------------------- */
.super_badges {
  padding: 25px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  border-top: 1px solid #000;

}
.super_badges .bloc {


}
.super_badges .bloc .button {
  margin: 0 !important;
  text-align: center;
  padding: 0;
  float: none;
  overflow: hidden;
  display: inline-block;
  background: #fff;

}
.super_badges .bloc .image {
  height: 250px;
  padding: 10px;
  
}
.super_badges .bloc .image img {
  height: 100%;
  padding: 10px;
  border: 1px solid #000 !important;
  border-radius: 15px;
}
/* super_badges
-------------------------------------------------------------- */


#dozo_hero-feature {
    position: relative;
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    max-width: 1200px;
}
.dozo_hero-feature_story {
    width: 100%;
    margin: 0 auto;
    bottom: 0;
}
.dozo_hero-feature_story:after {
  content: "";
  display: table;
  clear: both;
}
.section-big {

}
.section-big h1 {
  margin: 0;
  padding: 0;
  line-height: 100%;
  letter-spacing: 0;
  margin: 1%;
  text-align: left;
}
.section-big h1 {
  font-size: calc(30px + (40 - 30) * ((100vw - 300px) / (1200 - 300)));
}
#sidebar .section-big h1 {
    font-size: 30px;
    font-size: 3rem;
}
/* 620px tab */
@media screen and (min-width: 620px) {
.tetrimino-100-50-33 {
    width: 50% !important;
}
}/* 620px tab */
/* 880px desk */
@media screen and (min-width: 1024px) {
.tetrimino-100-50-33 {
    width: 33.3333% !important;
}
#sidebar .tetrimino-100-50-33 {
    width: 100% !important;
}
}/* 880px desk */
.ohayo_story {
    background: transparent;
    margin: 0;
    height: 400px;
    width: 100%;
    float: left;
    padding: 0;
    overflow: hidden;
    position: relative;
    border: 5px solid transparent;
    border-radius: 20px;
}
.ohayo_story .ohayo_story-spotlight {
    bottom: 0;
    left: 0;
    padding: 0;
    right: 0;
    z-index: 3;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    color: #000;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    height: 100%;
}
.ohayo_story .article {
    margin: 0;
    padding: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 10px;
}

.ohayo_story .article .data {

}
.ohayo_story .article .data h1 {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -2px;
    text-align: left;
    margin: 0;
    padding: 5%;
    color: #fff;
}
.ohayo_story .article .data h1 {
  font-size: calc(25px + (30 - 25) * ((100vw - 300px) / (1200 - 300)));
}
/* 880px desk */
@media screen and (min-width: 1024px) {
.ohayo_story .article h1 {
    width: 100%;
}
}/* 880px 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;
    border: 1px solid #889897;
    border-radius: 15px;
}
.ohayo_story .image:before {
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    background: #000;
    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: #889897;
    background: -webkit-linear-gradient(bottom, #889897 0%, #000000 100%);
    background: -moz-linear-gradient(bottom, #889897 0%, #000000 100%);
    background: linear-gradient(to top, #889897 0%, #000000 100%);
    opacity: 0.66;
    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;
}
/* ============================================================
   cards
============================================================ */

#hello_header .logo-bloc {
    position: relative;
    width: 100%;
    line-height: 100%;
    height: 100%;
    padding: 0 5% 5%;
    text-align: left;
    margin: 0;
    margin-top: 75px;
    z-index: 3;
}
#hello_header .logo-bloc .logo-big {
    width: 100%;
    line-height: 100%;
    height: auto;
    padding: 0;
    text-align: left;
    margin: 0;
}
/* 1024px desk */
@media screen and (min-width: 1024px) {
#hello_header .logo-bloc .logo-big {
    max-width: 20%;
}
}/* 1024px desk */
#hello_header .underline {
  margin-top: 1%;
}
#hello_header .underline .first {
  margin-bottom: 25px;
}
#hello_header .underline .line_1 {
    padding: 0;
    margin: 0 auto;
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: 0;
    width: 100%;
    color: #fff;
    max-width: 1200px;
    text-align: left;
    text-transform: uppercase;
}
#hello_header .underline .line_1 {
  font-size: calc(27px + (30 - 27) * ((100vw - 300px) / (1200 - 300)));
}
#hello_header .underline .line_2 {
    padding: 0;
    margin: 0 auto;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: 0;
    width: 100%;
    color: #fff;
    max-width: 1200px;
    text-align: left;
    text-transform: uppercase;
}
#hello_header .underline .line_2 {
  font-size: calc(23px + (25 - 23) * ((100vw - 300px) / (1200 - 300)));
}
#hello_header .underline .line_3 {
    padding: 0;
    margin: 0 auto;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: 0;
    width: 100%;
    color: #fff;
    max-width: 1200px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 5px;
}
#hello_header .underline .line_3 {
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1200 - 300)));
}
#hello_header .underline .line_4 {
    padding: 0;
    margin: 0 auto;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: 0;
    width: 100%;
    color: #fff;
    max-width: 1200px;
    text-align: left;
    text-transform: uppercase;
}
#hello_header .underline .line_4 {
  font-size: calc(17px + (19 - 17) * ((100vw - 300px) / (1200 - 300)));
}
.image-description {
    padding: 1%;
    margin: 0 auto;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: 0;
    width: 100%;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
}
.image-description .fa {
  margin-right: 5px;
}
.zeina_hero_body {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 1;
    height: 100%;
    overflow: hidden;
    border: 0px solid #889897;
    z-index: 0;
}
.zeina_hero_cover {
    background-position: center center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    height: 100vh;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    vertical-align: top;
}
/*--------------------------------------------------------------
STORY
--------------------------------------------------------------*/
/* ============================================================
SIDEBAR
============================================================ */
#sidebar {
    overflow: hidden;
  padding: 1%;
  float: right;
  right: 0;
  margin-right: 0px;
  position: relative;
  height: 100%;
}
.sidebar_box {       
    padding: 0;
    margin: 0 auto;
    margin-top: 0;   
    float: left;
    width: 100%;
    border: 2px solid #889897;
    border-radius: 20px;
    overflow: hidden;
}

/* ============================================================
SIDEBAR
============================================================ */
/* FOOTER
--------------------------------------------------------------*/
#footer {
  color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #c8ad7f !important;
}
.super_footer {
	max-width: 100%;
	margin: 0 auto;
	padding: 50px 1%;
	width: 100%;
	z-index: 101;
	top: 0;
	text-transform: uppercase;
	color: #fff;
	overflow: hidden;
}
/* 1024px desk */
@media screen and (min-width: 1024px) {
.super_footer {
  padding: 50px 0;
}
}/* 1024px desk */
.super_footer .outer {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 0;
	margin: 0 auto;
  width: 100%;
  color: #fff;
	padding: 0;
	text-align: left;
}
.super_footer .inner {
  padding: 1%;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
}
.super_footer .inner:before,
.super_footer .inner:after {
  content: "";
  display: block;
}
.super_footer .inner:after {
  clear: both;
}
.super_footer .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.super_footer .inner li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.super_footer .logo {
    margin: 0;
    padding: 5px;
    pointer-events: none;
    width: 100%;
}
.super_footer .logo a {
    margin: 0;
    padding: 0;
}
.super_footer .logo img {
    margin: 0px;
    height: 100px;
}
.super_footer .line {
    margin: 0;
    padding: 0;
    line-height: 100%;
}
.super_footer-line {
  width: 100%;
  color: #fff;
}
.super_footer-line li {
	display: inline;
  margin: 0;
  padding: 0;
}
.super_footer li a:after {
    color: #c8ad7f;
    line-height: 100%;
    content: "|";
    display: inline;
    margin: 0 5px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 900;
    text-decoration: none;
    vertical-align: top;
}
.super_footer-first {

}
.super_footer-second {
  margin-top: 25px;
}
.super_footer-second ul {

}
.super_footer-second ul li {
  display: block;
  width: 100%;
}
.super_footer-first .data {
  margin-top: 25px !important;
  font-size: 15px !important;
  font-size: 1.5rem !important;
}
.super_footer-first .data a {
  font-weight: 400;
}
.super_footer-who {
  width: 100%;
  margin: 0 auto;
  padding: 25px 1%;
  text-align: left;
  border-top: 1px solid #fff;
  margin-top: 5%;
  max-width: 1200px;
}
.super_footer-who .texte {
  max-width: 1200px;
  margin: 0 auto;
    font-size: 15px !important;
    font-size: 1.5rem !important;
}
/* FOOTER
 * --------------------------------------------------------------*/


/* Module portrait
 * --------------------------------------------------------------*/
#module_about {
    z-index: 1;
    text-transform: uppercase;
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 0;
}
#module_about:before,
#module_about:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
#module_about:after {
    clear: both;
}

#about_header .portrait-bloc {
    position: relative;
    width: 100%;
    line-height: 100%;
    height: 100%;
    padding: 100px 1%;
    text-align: left;
    margin: 0 auto;
    z-index: 3;
    max-width: 1200px;
    overflow: hidden;
}
#about_header .portrait-bloc .article {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}
#about_header .portrait-bloc .part {
  width: 100%;
  float: left;
}
/* 768px tab */
@media screen and (min-width: 720px) {
#about_header .portrait-bloc .part {
  width: 50%;
}
}/* 768px tab */
#about_header .portrait-bloc .part::after {
  content: "";
  clear: both;
  display: table;
}
#about_header .portrait-bloc .portrait-big {
    line-height: 100%;
    height: auto;
    padding: 0;
    text-align: left;
    margin: 0;
}
#about_header .portrait-bloc .portrait-big .image {
    border-radius: 15px;
    overflow: hidden;
}
#about_header .portrait-bloc .portrait-big .image img {
  width: 100%;
}
/* 768px tab */
@media screen and (min-width: 720px) {
#about_header .portrait-bloc .portrait-big .image img {
  max-width: 100%;
}
}/* 768px tab */
#about_header .signing {
  width: 50px;
  margin-bottom: 10px;
}
#about_header .texte {
  padding: 5%;
}
/* 720px tab */
@media screen and (min-width: 720px) {
#about_header .texte {
  padding: 5% 1% 5% 5%;
}
}/* 720px tab */
#about_header .texte h2 {
    padding: 0;
    margin: 0 auto;
    font-size: 30px;
    font-size: 3rem;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: -1px;
    width: 100%;
    color: #194350;
    max-width: 1200px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 5px;
    background: -webkit-linear-gradient(bottom right, #889897 0%, #004459 100%);
    background: -moz-linear-gradient(bottom right, #889897 0%, #004459 100%);
    background: linear-gradient(to top left, #889897 0%, #004459 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#about_header .texte h3 {
    padding: 0;
    margin: 0 auto;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: 0;
    width: 100%;
    color: #194350;
    max-width: 1200px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 5px;
    background: -webkit-linear-gradient(bottom right, #889897 0%, #004459 100%);
    background: -moz-linear-gradient(bottom right, #889897 0%, #004459 100%);
    background: linear-gradient(to top left, #889897 0%, #004459 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#about_header .texte h4 {
    padding: 0;
    margin: 0 auto;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: -1px;
    width: 100%;
    color: #194350;
    max-width: 1200px;
    text-align: left;
    text-transform: none;
}
.module_about_body {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 1;
    height: 100%;
    overflow: hidden;
    border: 0px solid #889897;
    z-index: 0;
}
.module_about_cover {
    background-position: center center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    vertical-align: top;
}

#about_header .texte .more {
  line-height: 100%;
  text-align: right;
  width: 100%;
  margin: 0 auto;
}
#about_header .texte .more .link {
  float: right;
  margin-top: 2%;
}
#about_header .texte .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: #889897;
  color: #fff;
  border-radius: 50%;
  float: none;
}
#about_header .texte .more .link button.plus:hover {
  background: #194350;
  color: #fff;
  transform: scale(1.2);
}

#module_about {
    z-index: 1;
    text-transform: uppercase;
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 0;
}
#module_about:before,
#module_about:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
#module_about:after {
    clear: both;
}

#about_header .portrait-bloc {
    position: relative;
    width: 100%;
    line-height: 100%;
    height: 100%;
    padding: 100px 1%;
    text-align: left;
    margin: 0 auto;
    z-index: 3;
    max-width: 1200px;
    overflow: hidden;
}
#about_header .portrait-bloc .article {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}
#about_header .portrait-bloc .part {
  width: 100%;
  float: left;
}
/* 768px tab */
@media screen and (min-width: 720px) {
#about_header .portrait-bloc .part {
  width: 50%;
}
}/* 768px tab */
#about_header .portrait-bloc .part::after {
  content: "";
  clear: both;
  display: table;
}
#about_header .portrait-bloc .portrait-big {
    line-height: 100%;
    height: auto;
    padding: 0;
    text-align: left;
    margin: 0;
}
#about_header .portrait-bloc .portrait-big .image {
    border-radius: 15px;
    overflow: hidden;
}
#about_header .portrait-bloc .portrait-big .image img {
  width: 100%;
}
/* 768px tab */
@media screen and (min-width: 720px) {
#about_header .portrait-bloc .portrait-big .image img {
  max-width: 100%;
}
}/* 768px tab */
#about_header .signing {
  width: 50px;
  margin-bottom: 10px;
}
#about_header .texte {
  padding: 5%;
}
/* 720px tab */
@media screen and (min-width: 720px) {
#about_header .texte {
  padding: 5% 1% 5% 5%;
}
}/* 720px tab */
#about_header .texte h2 {
    padding: 0;
    margin: 0 auto;
    font-size: 30px;
    font-size: 3rem;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: -1px;
    width: 100%;
    color: #194350;
    max-width: 1200px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 5px;
    background: -webkit-linear-gradient(bottom right, #889897 0%, #004459 100%);
    background: -moz-linear-gradient(bottom right, #889897 0%, #004459 100%);
    background: linear-gradient(to top left, #889897 0%, #004459 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#about_header .texte h3 {
    padding: 0;
    margin: 0 auto;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: 0;
    width: 100%;
    color: #194350;
    max-width: 1200px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 5px;
    background: -webkit-linear-gradient(bottom right, #889897 0%, #004459 100%);
    background: -moz-linear-gradient(bottom right, #889897 0%, #004459 100%);
    background: linear-gradient(to top left, #889897 0%, #004459 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#about_header .texte h4 {
    padding: 0;
    margin: 0 auto;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: -1px;
    width: 100%;
    color: #194350;
    max-width: 1200px;
    text-align: left;
    text-transform: none;
}
.module_about_body {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 1;
    height: 100%;
    overflow: hidden;
    border: 0px solid #889897;
    z-index: 0;
}
.module_about_cover {
    background-position: center center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    vertical-align: top;
}

#about_header .texte .more {
  line-height: 100%;
  text-align: right;
  width: 100%;
  margin: 0 auto;
}
#about_header .texte .more .link {
  float: right;
  margin-top: 2%;
}
#about_header .texte .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: #889897;
  color: #fff;
  border-radius: 50%;
  float: none;
}
#about_header .texte .more .link button.plus:hover {
  background: #194350;
  color: #fff;
  transform: scale(1.2);
}
/* Module portrait
 * --------------------------------------------------------------*/

/* Module portrait - #sidebar 
 * --------------------------------------------------------------*/
#sidebar #module_about {
    z-index: 1;
    text-transform: uppercase;
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 0;
    border: 1px solid #000;
    border-radius: 20px;
}
#sidebar #module_about:before,
#module_about:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
#sidebar #module_about:after {
    clear: both;
}

#sidebar #about_header .portrait-bloc {
    position: relative;
    width: 100%;
    line-height: 100%;
    height: 100%;
    padding: 1%;
    text-align: left;
    margin: 0 auto;
    z-index: 3;
    max-width: 1200px;
    overflow: hidden;
}
#sidebar #about_header .portrait-bloc .article {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}
#sidebar #about_header .portrait-bloc .part {
  width: 100%;
  float: left;
}
#sidebar #about_header .portrait-bloc .part::after {
  content: "";
  clear: both;
  display: table;
}
#sidebar #about_header .portrait-bloc .portrait-big {
    line-height: 100%;
    height: auto;
    padding: 0;
    text-align: left;
    margin: 0;
}
#sidebar #about_header .portrait-bloc .portrait-big .image {
    border-radius: 15px;
    overflow: hidden;
}
#sidebar #about_header .portrait-bloc .portrait-big .image img {
  width: 100%;
}
#sidebar #about_header .signing {
  width: 50px;
  margin-bottom: 10px;
}
#sidebar #about_header .texte {
  padding: 5%;
}
#sidebar #about_header .texte h2 {
    padding: 0;
    margin: 0 auto;
    font-size: 30px;
    font-size: 3rem;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: -1px;
    width: 100%;
    color: #194350;
    max-width: 1200px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 5px;
    background: -webkit-linear-gradient(bottom right, #889897 0%, #004459 100%);
    background: -moz-linear-gradient(bottom right, #889897 0%, #004459 100%);
    background: linear-gradient(to top left, #889897 0%, #004459 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#sidebar #about_header .texte h3 {
    padding: 0;
    margin: 0 auto;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: 0;
    width: 100%;
    color: #194350;
    max-width: 1200px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 5px;
    background: -webkit-linear-gradient(bottom right, #889897 0%, #004459 100%);
    background: -moz-linear-gradient(bottom right, #889897 0%, #004459 100%);
    background: linear-gradient(to top left, #889897 0%, #004459 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#sidebar #about_header .texte h4 {
    padding: 0;
    margin: 0 auto;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: -1px;
    width: 100%;
    color: #194350;
    max-width: 1200px;
    text-align: left;
    text-transform: none;
}
#sidebar .module_about_body {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 1;
    height: 100%;
    overflow: hidden;
    border: 0px solid #889897;
    z-index: 0;
}
#sidebar .module_about_cover {
    background-position: center center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    vertical-align: top;
}

#sidebar #about_header .texte .more {
  line-height: 100%;
  text-align: right;
  width: 100%;
  margin: 0 auto;
}
#sidebar #about_header .texte .more .link {
  float: right;
  margin-top: 2%;
}
#sidebar #about_header .texte .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: #889897;
  color: #fff;
  border-radius: 50%;
  float: none;
}
#sidebar #about_header .texte .more .link button.plus:hover {
  background: #194350;
  color: #fff;
  transform: scale(1.2);
}
/* Module portrait - Sidebar
 * --------------------------------------------------------------*/

/* social_club
-------------------------------------------------------------- */
.social_club {
    padding: 20px 5px;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
    border-radius: 50%;
    text-align: left;
}
.social_club ul {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 500px;
}
.social_club li {
   width: 100%;
   display: inline;
   list-style: none;
   margin-right: 5px !important;
}
.social_club li a:after {
  display: none !important;
}
.social_club .fa {
    color: #fff !important;
    background: #889897;
    border: 1px solid #e2b4b3;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;    
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    margin: 0;
    display: inline-block;
}
.social_club .follow-me:hover {
  transform: scale(1.2);
  transition: all 0.5s;
  background: #194350;
  border: 1px solid #e2b4b3;
}

/* social_club
-------------------------------------------------------------- */
/* super_badges
-------------------------------------------------------------- */
.super_badges {
  padding: 25px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  border-top: 1px solid #000;

}
.super_badges .bloc {


}
.super_badges .bloc .button {
  margin: 0 !important;
  text-align: center;
  padding: 0;
  float: none;
  overflow: hidden;
  display: inline-block;
  background: #fff;

}
.super_badges .bloc .image {
  height: 250px;
  padding: 10px;
  
}
.super_badges .bloc .image img {
  height: 100%;
  padding: 10px;
  border: 1px solid #000 !important;
  border-radius: 15px;
}
/* super_badges
-------------------------------------------------------------- */



.ohayo_giga_body {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: auto;
    overflow: hidden;
}
/* 620px tab */
@media screen and (min-width: 620px) {
.ohayo_giga_body {

}
}/* 620px tab */
.ohayo_giga_body .section_title {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: left;
  width: 100%;
  height: auto;
  line-height: 100%;
  padding: 0;
  max-height: 200px;
}
.ohayo_giga_body .section_title .network_link {
  position: relative;
  width: 100%;
  line-height: 100%;
  height: 100%;
  padding: 0;
  margin: 0;  
}
.ohayo_giga_body .section_title .logo {
  width: 100%;
  line-height: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  left: 0;  
}
.ohayo_giga_body .section_title .logo img {
  width: 100%;
}
/* 620px tab */
@media screen and (min-width: 620px) {
.ohayo_giga_body .section_title .logo {
  height: 150px;
  display: inline-block;
  width: auto;
}
.ohayo_giga_body .section_title .logo img {
  height: 100%;
  width: auto;
}
}/* 620px tab */
.ohayo_giga_body .tagline {
    padding: 0;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 120%;
    font-weight: 100;
    letter-spacing: -1px;
    width: 100%;
    color: #fff;
    max-width: 1200px;
    text-transform: uppercase;
}
.ohayo_giga_body .tagline {
  font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1200 - 300)));
}
.ohayo_giga_body .tagline:before {
    content: '*';
    padding: 0;
    margin: 0;
    line-height: 100%;
    font-weight: 100;
    letter-spacing: 0;
    vertical-align: top;
    margin-right: 5px;
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
}
.ohayo_giga_body .tagline:before {
  font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1200 - 300)));
}
#dozo_hero-feature {
    position: relative;
    width: 100%;
    padding: 0 0 50px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    max-width: 1200px;
}
.dozo_hero-feature_story {
    width: 100%;
    margin: 0 auto;
    bottom: 0;
}
.dozo_hero-feature_story:after {
  content: "";
  display: table;
  clear: both;
}
#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: #003745 #fff;
  scrollbar-width: thin;
}
	/*change the thinkness of the scrollbar here*/
#kirinavi-slide::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    -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: #003745;
    height: 3px;
}
/*nobody needs this little scrollbar corner, I mean really, get rid of it haha*/  
#kirinavi-slide::-webkit-scrollbar-corner {
  display: none;
  height: 0px;
  width: 0px;
}
#kirinavi-slide .box-300 {
  flex: 1;
  width: 300px;
}
/* 620px tab */
@media screen and (min-width: 620px) {
#kirinavi-slide .box-300 {
  flex: 1;
  width: 375px;
} 
}/* 620px tab */