/*
Theme Name: Koté Thème
Theme URI: http://wordpress.org/themes/kote-theme
Text Domain: kote-theme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

:root{
	--Bleu: blue;
	--BleuFonce: #0a5e82;
	--BleuClair: #22a8e0;
	--Orange: #ca3c08;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	scroll-behavior:smooth;
}

html,
button,
input,
select,
textarea {
	font-family: "Nunito Sans", sans-serif;
}

body {
	color: #141412;
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
	-webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

a {
	color: #141412;
	text-decoration: none;
}

a:visited {
}

a:focus {
	outline: inherit;
}

a:active,
a:hover {
	outline: inherit;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Nunito Sans", sans-serif;
	line-height: 1.1;
}

h1,
h2 {
	font-size: 48px;
	margin: 32px 0;
}

h3 {
	font-size: 24px;
	margin: 24px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0; max-width: 100%;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	-webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	background-color: #f6f6f6;
	border: 1px solid #ddd;
	border-radius: 5px;
	width: 20px;
	height: 20px;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked {background-color:black;}


input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

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

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	font-family: inherit;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {

}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {

}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {

}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	background-color: #fff;
	border-left: inherit;
	border-right: inherit;
	margin: 0 auto;
	max-width: inherit;
	width: 100%;overflow: hidden;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative; padding: 40px 0;z-index: 9;
}

.site-header .home-link {
	color: inherit;
    display: block;
    margin: 0 auto;
    max-width: inherit;
    min-height: inherit;
    padding: inherit;
    text-decoration: none;
    width: 100%;
}

.site-header .home-link svg {width: 100%; height: auto; display: block; margin: 0;}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: inherit;
	min-height: inherit;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #141412;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #220e10;
	color: #fff;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #db572f;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	background-color: inherit;
	margin: 0 auto;
	max-width: inherit;
	width: 100%;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 40px 0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 30px;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #ea9629;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: inherit;
	-moz-hyphens:    inherit;
	-ms-hyphens:     inherit;
	hyphens:         inherit;
	word-wrap: inherit;
}

.entry-content a,
.comment-content a {
	color: #bc360a;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #ea9629;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: 0;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: 0;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.paging-navigation {
	background-color: #e8e5ce;
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	width: 300px;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	background-color: rgba(247, 245, 231, 0.7);
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}

.widget .widget-title {
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 10px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #bc360a;
}

.widget a:hover {
	color: #ea9629;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */


.site-footer a {
	color: inherit;
}

.site-info {
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}


/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media (max-width: 1640px) {
	html section#Qui_suis_je {width: 100%; justify-content: flex-start;}
	html section#Qui_suis_je > div:nth-of-type(1) {width: 50%;padding: 5vw;}
	html section#Qui_suis_je > div:nth-of-type(2) {display: none;}
	html section#Qui_suis_je > div:nth-of-type(1) p {font-size: 2.2vw;}
}

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}

@media (max-width: 1520px) {
	html header.Flex > div:nth-of-type(1) {order:2; width: calc(100% - 40px - 40px); text-align: center;}
	html header.Flex > div:nth-of-type(2) {order:1; width: 40px; text-align: left;}
	html header.Flex > div:nth-of-type(3) {order:3; width: 40px;}
	html header #Logo_Main {height: 88px;}
	html header.Flex {padding: 24px;}
}

@media (max-width: 1380px) {}

@media (max-width: 1280px) {}

@media (max-width: 1180px) {}

@media (max-width: 1080px) {
	html .ContenuPage {margin: 32px auto;}
	html footer {padding: 24px;}
	html section#Qui_suis_je {padding-bottom: 440px;background-size: 400px auto;background-position: center bottom 40px;}
	html section#Qui_suis_je > div:nth-of-type(1) {max-width: 680px;width: 100%;margin: 0 auto; text-align: center;}
	html section#Qui_suis_je > div:nth-of-type(1) p {font-size: 24px;}
	html #Qui_suis_je .QuiSuisJe__footer {align-items: center;}

	html section#Prochains_Stage > h2 {text-align: center;}
	html #Prochains_Stage .Simple_Link {position: relative; top: inherit; right: inherit;}

	html .ContenuPage > #GalerieEclatee.GalerieEclatee--3p3:nth-of-type(1) {margin-top: -32px;}
	html .ContenuPage > section.UnBlocTexteGD.colored:last-child {margin-bottom: -32px;} 
	
}

@media (max-width: 1069px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}
}

@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		max-width: 604px;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}
}

@media (max-width: 980px) {
	
}


@media (max-width: 880px) {
	html #BandeauPage h1,
	html h1,
	html h2 {font-size: 26px;}
	html h3 {font-size: 20px;}
	html #BandeauPage {padding: 16px 24px;}

	html #Les_Rubs .Une_Rub {width: calc(50% - 16px);}
}


/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}

	html section#Qui_suis_je > div:nth-of-type(1) {padding: 40px 24px;}

	html footer > .Flex {flex-direction: column;}
	html footer .RubFooter {text-align: center !important; width: 100%; margin: 0 !important;}
	html footer .RubFooter:nth-of-type(1) {order:2;}
	html footer .RubFooter:nth-of-type(2) {order:1;}
	html footer .RubFooter:nth-of-type(3) {order:3;}
	html footer .RubFooter:nth-of-type(4) {order:4;}
	html footer .RubFooter:nth-of-type(5) {order:5;}
	html footer .NewsletterForm__row {flex-direction: column;justify-content: center;max-width: 300px;margin: 0 auto;}
	html .NewsletterForm input[type="email"] {width: 100%;text-align: center;}
}

@media (max-width: 680px) {
	html section#Slider {height: 600px;min-height: inherit;background-attachment: initial; background-position: center center;}
	html section#Slider #Sociaux + a {display: none;}
	html section#Slider h1 {writing-mode: initial;transform: inherit;left: 0;bottom: 0;top: inherit;width: 100%;line-height: 1;padding: 24px;}
	html section#Slider #Sociaux sep {height: 40px;}
	html section#Slider #Sociaux {right: 24px;}

	html section#Presentation,
	html section#Qui_suis_je,
	html section#Prochains_Stage,
	html #Le_Blog  {margin: 40px auto;}
	html section#Instagram {padding: 40px 0;}

	html section#Instagram h2 img {height: 32px;margin-right: 8px;}
	html section#Presentation > p {font-size: 22px;}
}


@media (max-width: 643px) {
	.site-title {
		font-size: 30px;
	}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 20px;
		padding-right: 20px;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}
	

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}

	html body .woocommerce-message {flex-direction: column; text-align: center;}
	html body.woocommerce .woocommerce-message a {position: relative;float: inherit !important;display: table;margin: 16px auto 0;}
}

@media (max-width: 550px) {
	html footer p#Mentions span:nth-of-type(1),
	html footer p#Mentions span:nth-of-type(3) {display: block;}
	html footer p#Mentions span:nth-of-type(2) {display: none;}
	
	html .woocommerce-cart .woocommerce table.cart td.actions input#coupon_code.input-text,
	html .woocommerce-cart .woocommerce table.cart td.actions button[name="apply_coupon"] {float: inherit !important;width: 100% !important;margin: 0;}
	html .woocommerce-cart .woocommerce table.cart td.actions button[name="apply_coupon"] {margin-top: 8px;}
}

@media (max-width: 480px) {
	
}

@media (max-width: 440px) {
	html header #Logo_Main {height: 72px;}
	html footer {padding: 16px;}
	html section#Slider {height: 500px;}
	html section#Qui_suis_je {background-position: center bottom;}
}


/* Mobile devices */
@media (max-width: 359px) {
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}
}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}
html .woocommerce td.product-name dl.variation:last-child {margin: 0;}


/* °°°°°°°°°° ADD °°°°°°°°° */
.Width1200 {width: 90%; max-width: 1200px; position: relative;margin: auto;}
.Cover {background-size: cover; background-position: center center; background-repeat: no-repeat; background-color: transparent;}
@-webkit-keyframes textAppear{0%{transform:translateY(10px);opacity:0}100%{transform:translateY(0px);opacity:1}}
.ApearK {opacity: 0;transform: translateY(24px);}
.ApearOK {animation: textAppear 0.5s ease-out forwards; animation-delay: 0.1s;}
.Zoom {transform: scale(1);
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;}
.Zoom:hover {
	transform: scale(1.05);
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.Animation {
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.Flex {display: flex; flex-wrap: wrap; justify-content: center;}
.Shadow {box-shadow: 0 0 19px 0 rgba(120,120,120,0.50);}
.ColonneHalf {display: inline-block; vertical-align: top; position: relative; width: 50%;}
a.LinkStandard {background-color: #000;text-align: center;color: #fff;padding: 12px 24px;text-transform: uppercase;border:1px solid #000;display: inline-block;}
a.LinkStandard + a.LinkStandard {background-color: inherit; color: #000;}
a.LinkStandard:hover,
a.LinkStandard + a.LinkStandard:hover {text-decoration: none;background-color: #fff; color: #000;}
img.noshadow {box-shadow: inherit !important;}
.CTA {}
.HidePC {display: none !important;}

.Simple_Link {text-transform: uppercase; color: inherit;}

#Panier_Link {position: relative;}
#Panier_Link span.Quantite {color: #fff;background-color: #000;aspect-ratio: 1/1;width: 24Px;position: absolute;right: -16px;top: -18px;font-size: 12Px;font-weight: bold;align-items: center;justify-content: center;border-radius: 80px;}

header.Flex {align-items: center;padding: 24px 4vw;}
header.Flex > div:nth-of-type(1){text-align: left; width: 248px;}
header.Flex > div:nth-of-type(2){text-align: center; width: calc(100% - 248px - 248px);}
header.Flex > div:nth-of-type(3){text-align: right; width: 248px;}
header#masthead {position: relative; z-index: 9999; transition: padding 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;}
header #Logo_Main {height: 120px; transition: height 0.3s ease;}
html .site-header .home-link {display: table; width: auto;}
header#masthead.header-is-sticky {position: fixed; top: 0; left: 0; width: 100%; padding-top: 10px; padding-bottom: 10px; box-shadow: 0 8px 20px rgba(0,0,0,0.08); background-color: #FAFAF6;}
header#masthead.header-is-sticky #Logo_Main {height: 64px;}
body.admin-bar header#masthead.header-is-sticky {top: var(--kote-admin-bar-offset, 0px);}
.home header#masthead {position: absolute;width: 100%;left: 0;}
.home header#masthead.header-is-sticky {position: fixed;}

.home .kdmD__level--0 > .kdmD__item > .kdmD__link,
.home .kdmD__level--0 > .kdmD__item > .kdmD__caret {/*text-shadow: 0 4px 10px rgba(0, 0, 0, 0.58);*/ color: #fff;}
body.home header#masthead:not(.header-is-sticky) .kdmM__burgerimg {filter: brightness(0) invert(1);}
body.home header#masthead.header-is-sticky .kdmD__level--0 > .kdmD__item > .kdmD__link,
body.home header#masthead.header-is-sticky .kdmD__level--0 > .kdmD__item > .kdmD__caret {color: #000;}
body.home header#masthead.header-is-sticky #Logo_Main,
body.home header#masthead.header-is-sticky #Panier_Link svg,
body.home header#masthead.header-is-sticky .kdmM__burgerimg {filter: brightness(0);}
body.has-sticky-header-offset #main {padding-top: var(--kote-sticky-offset, 0px);}
#page.site {overflow: visible;}

/* ACCUEIL */
.home section { position: relative;}

section#Slider {width: 100%;position: relative;padding-bottom: inherit;height: 100vh; background-attachment: fixed;background-position: center top;background-repeat: no-repeat;background-size: cover;}
section#Slider > div {padding: 0;width: 100%;text-align: center;color: #fff;height: auto;}
section#Slider h1 {writing-mode: vertical-rl;transform: rotate(180deg) translateY(50%);position: absolute;top: 50%;text-transform: uppercase;left: 4vw;color: #fff;font-size: 16px;font-weight: 400;margin: 0;line-height: 0;}
section#Slider #Sociaux {gap: 24px;flex-direction: column;text-align: center;align-items: center;position: absolute;right: 4vw;top: 50%;transform: translateY(-50%);}
section#Slider #Sociaux sep {width: 1px; height: 80px; background-color: #fff;}
section#Slider #Sociaux img {height: 22px;width: auto;}
section#Slider #Sociaux + a {position: absolute;bottom: 6vh;width: 40px;height: auto;}

section#Presentation {margin: 64px auto;}
section#Presentation > p {text-align: center;font-size: 30px;text-transform: uppercase;font-weight: 500;margin: 0 auto;}
#Les_Rubs { background-color: #F7F7EB; padding: 64px 0; margin: 64px auto;}
#Les_Rubs .Flex {gap: 32px;}
#Les_Rubs .Une_Rub {width: calc(25% - 24px);
	position: relative;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;}
#Les_Rubs .Une_Rub:hover {transform: translateY(-4px);}
#Les_Rubs .Une_Rub span {position:absolute;background: #000;color: #fff;text-transform: uppercase;padding: 4px 8px;border-radius: 80px;border: 1px solid #fff;display: flex;align-items: center;font-size: 14px;font-weight: 600;top: -11px;right: -27px;transform: rotate(10deg);}
#Les_Rubs .Une_Rub .Image {width: 100%; aspect-ratio: 8/12;}
#Les_Rubs .Une_Rub .Image img {width: 100%; height: 100%; object-fit: cover;}
#Les_Rubs a {color: inherit;}
#Les_Rubs a:hover {text-decoration: none;}
#Les_Rubs h3 {margin: 24px 0 2Px;}
#Les_Rubs p {margin: 4px 0 0;}

section#Newletter_Home {background-color: #000;color: #fff;align-items: center;justify-content: space-between;padding: 40px;background-position: center center;}
section#Newletter_Home > div {width: 33.33%;}
section#Newletter_Home > div:nth-of-type(3) {text-align: right;}
section#Newletter_Home h2,
section#Newletter_Home p {margin: 0;}
.NewsletterFormWrap {width: 100%;}
.NewsletterForm {margin: 0;}
.NewsletterForm__row {display: flex;align-items: stretch;gap: 12px;}
.NewsletterForm input[type="email"] {appearance: none;border: 1px solid rgba(255,255,255,0.28);background: rgba(255,255,255,0.14);border-radius: 4px;color: #fff;min-height: 48px;padding: 0 18px;width: 232px;}
.NewsletterForm input[type="email"]::placeholder {color: rgba(255,255,255,0.72);}
.NewsletterForm button {appearance: none;border: 1px solid #fff;background: #fff;color: #000;cursor: pointer;border-radius: 4px;min-height: 48px;padding: 0 22px;text-transform: uppercase;font-size: 13px;letter-spacing: 0.08em;font-weight: 700;white-space: nowrap;}
.NewsletterForm button:hover {background: transparent;color: #fff;}
.NewsletterForm__message {margin: 0 0 12px;font-size: 14px;line-height: 1.4;}
.NewsletterForm__message--success {color: #d9f0c7;}
.NewsletterForm__message--error {color: #ffd5d5;}
.NewsletterForm__field--hidden {position: absolute;left: -9999px;opacity: 0;pointer-events: none;}
.NewsletterFeedbackBanner {position: fixed;top: 16px;left: 50%;transform: translateX(-50%);z-index: 999999;width: calc(100% - 32px);max-width: 960px;transition: opacity 0.25s ease, visibility 0.25s ease;}
.NewsletterFeedbackBanner__inner {display: flex;align-items: center;justify-content: space-between;gap: 18px;padding: 14px 18px;border-radius: 8px;box-shadow: 0 12px 24px rgba(0,0,0,0.24);}
.NewsletterFeedbackBanner--success .NewsletterFeedbackBanner__inner {background: #173e20;color: #e7f8eb;border: 1px solid #2f6a3d;}
.NewsletterFeedbackBanner--error .NewsletterFeedbackBanner__inner {background: #4a1111;color: #ffeaea;border: 1px solid #7a2a2a;}
.NewsletterFeedbackBanner__message {margin: 0;font-size: 14px;line-height: 1.45;}
.NewsletterFeedbackBanner__close {appearance: none;border: 1px solid currentColor;background: transparent;color: inherit;border-radius: 999px;min-height: 38px;padding: 0 16px;cursor: pointer;white-space: nowrap;font-size: 12px;letter-spacing: 0.08em;text-transform: uppercase;font-weight: 700;}
.NewsletterFeedbackBanner__close:hover {opacity: 0.86;}
.NewsletterFeedbackBanner.is-hidden {opacity: 0;visibility: hidden;pointer-events: none;}

@media (max-width: 1080px) {
	html section#Newletter_Home {gap: 24px;}
	html section#Newletter_Home > div {width: 100%;}
	html section#Newletter_Home > div:nth-of-type(3) {text-align: left;}
}

@media (max-width: 640px) {
	.NewsletterForm__row {flex-direction: column;}
	.NewsletterFeedbackBanner__inner {flex-direction: column;align-items: flex-start;}
	.NewsletterFeedbackBanner__close {align-self: flex-end;}
}

section#Qui_suis_je {background-color:#F7F7EB;margin: 64px auto;background-image: url(https://jonathanlhoir.com/wp-content/uploads/2026/03/jonathan-lhoir.webp);background-repeat: no-repeat;background-position: center right;background-size: auto 100%;}
section#Qui_suis_je > div {width: 50%;}
section#Qui_suis_je > div:nth-of-type(1) {padding: 120px 10vw;width: 60%; flex-direction: column;}
section#Qui_suis_je > div:nth-of-type(1) p {font-size: 32px;}
#Qui_suis_je .QuiSuisJe__texte {color: #BBBBBB; line-height: 1.35;}
#Qui_suis_je .QuiSuisJe__mot {color: inherit; transition: color .8s linear;}
#Qui_suis_je .QuiSuisJe__mot.is-visible {color: #000000;}
#Qui_suis_je .QuiSuisJe__footer {display: flex;align-items: flex-end;justify-content: flex-end;gap: 0;margin-top: 32px;flex-direction: column;}
#Qui_suis_je .QuiSuisJe__footer h2,
#Qui_suis_je .QuiSuisJe__footer a {margin: 0;}
#Qui_suis_je .QuiSuisJe__photo {opacity: 0; display: flex;align-items: center;justify-content: center;width: 40%;aspect-ratio: auto;background-image: url(https://jonathanlhoir.com/wp-content/uploads/2026/03/jonathan-lhoir.webp);background-size: auto 100%;background-position: center right;background-repeat: no-repeat;}

section#Prochains_Stage {gap: 0;align-items: flex-start;margin: 80px auto;}
section#Prochains_Stage > h2 {width: 100%;margin: 0;text-transform: uppercase;}
.Listing_Stages {gap: 32px;width: 100%;margin: 40px auto;}
.page-id-40 .Listing_Stages {margin-top: 0;}
.Un_Stage {width: calc(33.33% - 22px);border-radius: 4px;background: #FFFFFF;box-shadow: 0 4px 8px 0 rgba(138,138,138,0.25); position: relative;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;}
.Un_Stage:hover {transform: translateY(-4px);}
.Un_Stage a {color: inherit; display: block;}
.Un_Stage a:hover {text-decoration: none;}
.Un_Stage .Image {aspect-ratio: 16/12;overflow: visible;background: #F7F7EB;position: relative;}
.Un_Stage .Image img {width: 100%; height: 100%; object-fit: cover;}
.Un_Stage .Image .PlusieursDeparts {position: absolute;right: 16px;bottom: 16px;z-index: 1;display: inline-block;padding: 8px 12px;background: rgba(0,0,0,0.8);color: #fff;text-transform: uppercase;font-size: 12px;line-height: 1.2;letter-spacing: 0.06em;}
.Un_Stage .Dates {position: absolute; top: 16px; left: 16px; z-index: 1; display: flex; align-items: flex-start; gap: 12px;}
.Un_Stage .Date {display: flex; flex-direction: column;}
.Un_Stage .Date span,
.Un_Stage .Separator {display: block;}
.Un_Stage h3 {margin: 16px 0 8px;}
.Un_Stage .Destination {margin: 0; text-transform: uppercase;}
.Un_Stage .Dates {background: rgba(0,0,0,0.3);color: #fff;position: absolute;top: 0;left: 16px;flex-direction: column;align-items: center;text-align: center;justify-content: center;padding: 24px 16px 12px;font-weight: 700;gap: 0;}
.Un_Stage .Dates .Jour {font-size: 26px;line-height: 1.1;}
.Un_Stage .Image + div {padding: 16px 16px 48px;}
.Un_Stage .Image + div h3 {margin: 0;max-width: 300px;}
.Un_Stage .Image + div p.Destination {margin: 0;}
.Un_Stage .Image + div span {width: auto;text-align: right;display: block;margin: 16px 0 0;text-transform: uppercase;font-size: 14Px;position: absolute;right: 16px;bottom: 16px;}
#Prochains_Stage .Simple_Link {right: 0;position: absolute;top: 48px;}

section#La_Boutique {background-color:#F7F7EB; margin: 64px auto;align-items: center}
section#La_Boutique > div {width: 50%;}
section#La_Boutique > div:nth-of-type(2) {padding: 120px 10vw;}
section#La_Boutique h2 {text-transform: uppercase; margin-top: 0;}
section#La_Boutique p {max-width: 380px;}
#La_Boutique #Tryptique {display: grid;grid-template-columns: repeat(12, 1fr);grid-template-rows: repeat(11, 42px);gap: 20px;padding: 0;align-self: stretch;}
#La_Boutique #Tryptique .Boutique_Image {margin: 0;overflow: hidden;background: transparent;position: relative;display: flex;align-items: center;justify-content: center;}
#La_Boutique #Tryptique .Boutique_Image img {width: auto;height: auto;max-width: 100%;max-height: 100%;display: block;object-fit: contain;transform: none;left: auto;top: auto;position: static;}
#La_Boutique #Tryptique .Boutique_Image_1 {grid-column: 1 / span 4;grid-row: 2 / span 5;}
#La_Boutique #Tryptique .Boutique_Image_2 {grid-column: 5 / span 5;grid-row: 1 / span 4;}
#La_Boutique #Tryptique .Boutique_Image_3 {grid-column: 10 / span 3;grid-row: 1 / span 6;}
#La_Boutique #Tryptique .Boutique_Image_4 {grid-column: 5 / span 4;grid-row: 5 / span 6;}
#La_Boutique #Tryptique .Boutique_Image_5 {grid-column: 1 / span 4;grid-row: 8 / span 3;}
#La_Boutique #Tryptique .Boutique_Image_6 {grid-column: 9 / span 4;grid-row: 8 / span 4;}
#La_Boutique #Tryptique .Boutique_Image:nth-of-type(n+7) {grid-column: span 4;grid-row: span 4;}
#La_Boutique #Tryptique.Tryptique--single {display: flex;align-items: center;justify-content: center;padding: 36px;}
#La_Boutique #Tryptique.Tryptique--single .Boutique_Image--single {width: 100%;max-width: 640px;margin: 0;display: block;}
#La_Boutique #Tryptique.Tryptique--single .Boutique_Image--single img {width: 100%;height: auto;max-height: 620px;object-fit: contain;display: block;}
.Les_CTA_Boutique {margin: 32px 0 0; justify-content: flex-start; gap:16px}

@media (max-width: 1080px) {
	html section#La_Boutique {flex-direction: column;}
	html section#La_Boutique > div {width: 100%;}
	html section#La_Boutique > div:nth-of-type(2) {padding: 40px 32px 48px; text-align: center;}
	html section#La_Boutique p {margin-left: auto;margin-right: auto;}
	html .Les_CTA_Boutique {justify-content: center;}
	html #La_Boutique #Tryptique {grid-template-columns: repeat(2, 1fr);grid-template-rows: none;grid-auto-rows: 180px;padding: 32px;}
	html #La_Boutique #Tryptique .Boutique_Image,
	html #La_Boutique #Tryptique .Boutique_Image_1,
	html #La_Boutique #Tryptique .Boutique_Image_2,
	html #La_Boutique #Tryptique .Boutique_Image_3,
	html #La_Boutique #Tryptique .Boutique_Image_4,
	html #La_Boutique #Tryptique .Boutique_Image_5,
	html #La_Boutique #Tryptique .Boutique_Image_6 {grid-column: auto;grid-row: auto;}
}

@media (max-width: 640px) {
	html #La_Boutique #Tryptique {grid-template-columns: 1fr;}
}

#Le_Blog {margin: 64px auto;position: relative;}
#Le_Blog h2 {text-transform: uppercase;margin: 0 0 40px;}
.Les_Articles {display: flex;gap: 32px;flex-wrap: wrap;}
.Un_Article {width: calc(33.333% - 22px);background: #fff;
		-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;}
.Un_Article:hover {transform: translateY(-4px);}
.Un_Article {position: relative; box-shadow: 0 4px 8px 0 rgba(138,138,138,0.25);}
.Un_Article a {display: block;color: inherit;text-decoration: none;}
.Un_Article .Image {aspect-ratio: 3 / 2;overflow: hidden;background: #ece6d8;position: relative;}
#Le_Blog .Un_Article_Featured .Image {aspect-ratio: 16 / 11;}
.Un_Article .Image img {width: 100%;height: 100%;object-fit: cover;display: block;transition: transform .35s ease;}
.Un_Article .Image + div {padding: 16px 16px 48px;}
.Un_Article h3 {margin: 0;font-size: 24px;}
.Un_Article h3 + span {width: auto;text-align: right;display: block;margin: 16px 0 0;text-transform: uppercase;font-size: 14Px;position: absolute;right: 16px;bottom: 16px;}
.Un_Article_Galerie .Image + div {display: none;}
.Un_Article_Galerie {box-shadow: none;}
.Un_Article_Galerie h3 {display: none;}
.Un_Article_Galerie .ImageOverlayTitle {position: absolute;inset: 0;display: flex;align-items: center;justify-content: center;padding: 24px;background: rgba(0,0,0,0.38);color: #fff;text-align: center;text-transform: uppercase;font-size: 24px;line-height: 1.2;opacity: 0;transition: opacity .35s ease;z-index: 1;}
.Un_Article_Galerie:hover .Image img {transform: scale(1.04);}
.Un_Article_Galerie:hover .ImageOverlayTitle {opacity: 1;}
.KoteProductCards {width: 100%;}
.KoteProductCards__grid {gap: 32px;width: 100%;margin: 40px auto;flex-wrap: wrap;}
.Un_Produit {width: calc(33.33% - 22px); min-width: inherit;  border-radius: 4px;background: #FFFFFF;box-shadow: 0 4px 8px 0 rgba(138,138,138,0.25);position: relative;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;}
.Un_Produit:hover {transform: translateY(-4px);}
.Un_Produit a {color: inherit;display: block;}
.Un_Produit a:hover {text-decoration: none;}
.Un_Produit .Image {aspect-ratio: 16/12;overflow: visible;background: #F7F7EB;position: relative;}
.Un_Produit .Image img {width: 100%; height: 100%; object-fit: cover;display: block;}
.Un_Produit__content {padding: 16px 16px 40px;}
.Un_Produit__content h3 {margin: 0;max-width: 300px;font-size: 24px;}
.Un_Produit__price {font-size: 22px;font-weight: 700;line-height: 1.2;}
.Un_Produit__content .Un_Produit__price {margin: 16px 0 0; text-align: right;opacity: 0.6;}
.Un_Produit__price ins {background: transparent;text-decoration: none;}
.Un_Produit__price del {color: #777;margin-right: 8px;}
.Un_Produit .Un_Produit__content {padding: 16px;}
#Le_Blog .Simple_Link {right: 0;position: absolute;top: 24px;}

@media (max-width: 1080px) {
	html .Un_Stage,
	html .Un_Article,
	html #Le_Blog .Un_Article_Featured,
	html .Un_Produit {width:calc(50% - 16px);}
}
@media (max-width: 680px) {
	html .Un_Stage,
	html .Un_Article,
	html #Le_Blog .Un_Article_Featured,
	html .Un_Produit {width:100%;}
}

section#Instagram {padding: 80px 0 80px;text-align: center;margin: 80px auto 0;background-color:#F7F7EB;}
section#Instagram h2 {text-transform: uppercase; margin-top: 0;}
#Flux_Insta_Fake {display: grid;grid-template-columns: repeat(4, minmax(0, 1fr));gap: 20px;}
#Flux_Insta_Fake a {display: block;overflow: hidden;background: #ece6d8;}
#Flux_Insta_Fake img {width: 100%;height: 100%;aspect-ratio: 1 / 1;display: block;object-fit: cover;transition: transform .45s ease, opacity .45s ease;transform-origin: center center;}
#Flux_Insta_Fake a:hover img,
#Flux_Insta_Fake a:focus-visible img {transform: scale(1.05);opacity: .9;}

@media (max-width: 1080px) {
	#Flux_Insta_Fake {grid-template-columns: repeat(3, minmax(0, 1fr));}
}

@media (max-width: 640px) {
	#Flux_Insta_Fake {grid-template-columns: repeat(2, minmax(0, 1fr));}
}

/* PAGE MERE GALERIE */
.page-id-38 header {padding-bottom: 0;}
.page-id-38 .ContenuPage {margin: 6vw auto;}
.page-id-38 .ContenuPage > .UnBlocListing:first-child {max-width: 90%;margin: 0;}
.page-id-38 #BandeauPage {display: none;}
.page-id-38 .Les_Articles {gap:6vw;}
.page-id-38 .Les_Articles .Un_Article {width: calc((100% / 3) - 4vw);}
@media (max-width: 1080px) {
	.page-id-38 .Les_Articles .Un_Article {width: calc((100% - 6vw) / 2);}
}
@media (max-width: 540px) {
	.page-id-38 .Les_Articles .Un_Article {width: 100%;}
}

img {}
/* PAGE INTERNE */
#BandeauPage {background-color: #F7F7EB;padding: 24Px;text-align: center;position: relative;z-index: 1;}
#BandeauPage h1 {color: #000;font-size: 40px;max-width: 90%;display: table;margin: auto;text-transform: uppercase;position: relative;z-index: 1;}
.FilArianePage {display: flex;flex-wrap: wrap;justify-content: center;gap: 8px;margin-top: 4px;color: #000;font-size: 14px;position: relative;z-index: 1;}
.FilArianePage a {color: #000;text-decoration: none;}
.FilArianePage a:hover {text-decoration: underline;}
.FilArianePage .Separator,
.FilArianePage .Current {opacity: 0.75;}
.ContenuPage {margin: 64px auto;max-width: inherit;position: relative;z-index: 1;display: flex;flex-wrap: wrap;width: 100%;justify-content: center;gap: 40px;}
.ContenuPage h2 {}
.ContenuPage h3 {color: inherit;}
.ContenuPage h2,
.ContenuPage h3 { clear: inherit;}
.ContenuPage p + h2,
.ContenuPage ul + h2{margin-top: 80px;}
.ContenuPage ul + h3,
.ContenuPage p + h3{  margin-top: 40px;}
.ContenuPage p a:not(.LinkStandard),
.ContenuPage ul a:not(.LinkStandard) {color: #000;text-decoration: underline;}
.ContenuPage ul:not([class]) li{color: inherit;position: relative;list-style: none;margin-bottom: 0px;}
.ContenuPage ul:not([class]) li:before {content:'';width: 8px;height: 8px;display: inline-block;background: #000; vertical-align: middle;margin-right: 16px;border-radius: 4px;position: absolute;left: -20px;top: 8px;}
.ContenuPage ul {padding: 0 0 0 24px;margin: 0 0 24px;}
.ContenuPage ul + p { margin-top: 40px;}
.ContenuPage img { max-width: 100%;}
section.UnBlocTexteGD {margin: 0;position: relative;width: 100%;}
section.UnBlocTexteGD .Width1200.Flex {gap:80px;}
section.UnBlocTexteGD .ColonneHalf {padding: 0;width: calc(50% - 40px);}
section.UnBlocTexteGD .ColonneHalf > *:first-child,
section.UnBlocTexteGD .Alone > *:first-child{margin-top: 0;}
section.UnBlocTexteGD .ColonneHalf > *:last-child,
section.UnBlocTexteGD .Alone > *:last-child{margin-bottom: 0;}
section.UnBlocTexteGD .Alone .ColonneHalf {width: 100%;padding: 0;}
section.UnBlocTexteGD .Alone {width: 100%;}
section.UnBlocTexteGD .TraitPresentation {position: absolute; right: inherit; left: inherit;}
section.UnBlocTexteGD.colored { padding: 64px 0;}
section.UnBlocTexteGD.colored + section.UnBlocTexteGD.colored {margin-top: -64px;}
.ContenuPage > section.UnBlocTexteGD.colored:first-child  { margin-top: -64px;}
.ContenuPage > section.UnBlocTexteGD.colored:last-child  { margin-bottom: -64px;}
section.UnBlocTexteGD.beige {background-color: #F7F7EB; }
.ContenuPage .UnBlocListing {width: 90%;margin-top: 16px;}
.ContenuPage .UnBlocListing h2 {margin: 0 0 40px;text-transform: uppercase;}
.GallerySiblingNav {width: 100%;margin: 80px auto 0;}
.GallerySiblingNav__grid {display: grid;grid-template-columns: repeat(2, minmax(0, 1fr));gap: 32px;width: 90%;margin: 0 auto;}
.GallerySiblingNav__column {width: auto;min-width: 0;}
.GallerySiblingNav__column--next {display: flex;justify-content: flex-end;text-align: right;}
.GallerySiblingNav__card {display: block;color: inherit;text-decoration: none;max-width: 520px;background: inherit;}
.GallerySiblingNav__card:hover {text-decoration: none;}
.GallerySiblingNav__label {margin: 16px 0 0;text-transform: uppercase;font-size: 13px;letter-spacing: 0.08em;}
@media (max-width: 540px) {
	.GallerySiblingNav__grid {gap: 16px;}
}
.Shortcode_Colonnes {gap:24px;}
.Shortcode_Colonnes .Colonne {flex:1;}
.Shortcode_Colonnes .Colonne > *:first-child {margin-top: 0;}
.Shortcode_Colonnes > br {display: none;}
@media (max-width: 1080px) {
    html section.UnBlocTexteGD .ColonneHalf {width: 100%;max-width: 780px;}
    html section.UnBlocTexteGD .Width1200.Flex {gap:24px;}
    html section.UnBlocTexteGD.Reverse .Flex .ColonneHalf:nth-of-type(1){order: 2;}
    html section.UnBlocTexteGD.Reverse .Flex .ColonneHalf:nth-of-type(2){order: 1;}
}
/* GALERIE PAGES INTERNES */
section#GalerieEclatee {margin: 0 auto 80px;max-width: 100%;padding: 0 24px;position: relative;width: 90vw;}
#GalerieEclatee .js-grid-padding {width: 100%;}
#GalerieEclatee .grid {display: grid;grid-template-columns: repeat(12,1fr);grid-column-gap: 2vw;grid-row-gap: 1vw;}
#GalerieEclatee .grid figure {margin: 0;overflow: hidden;position: relative;}
#GalerieEclatee .grid figure > a {display: block;position: relative;}
#GalerieEclatee .grid .grid-item {grid-column-start: span 4;text-align: center;}
#GalerieEclatee .grid .grid-item img {display: block;max-height: 100%;max-width: 100%;transition: transform .45s ease;width: 100%;}
#GalerieEclatee .grid .grid-item:hover img {transform: scale(1.04);}
#GalerieEclatee .grid .grid-item:nth-child(9n+1) {padding: 0 18% 0 0;}
#GalerieEclatee .grid .grid-item:nth-child(9n+2) {padding: 36% 15% 0 5%;}
#GalerieEclatee .grid .grid-item:nth-child(9n+3) {padding: 10% 0 5% 5%;}
#GalerieEclatee .grid .grid-item:nth-child(9n+4) {grid-column-start: span 3;padding: 5% 10% 15% 5%;}
#GalerieEclatee .grid .grid-item:nth-child(9n+5) {grid-column-start: span 5;padding: 18% 9% 3% 6%;}
#GalerieEclatee .grid .grid-item:nth-child(9n+6) {grid-column-start: span 4;padding: 36% 0 18% 18%;}
#GalerieEclatee .grid .grid-item:nth-child(9n+7) {grid-column-start: span 5;padding: 24% 12% 20% 0;}
#GalerieEclatee .grid .grid-item:nth-child(9n+8) {grid-column-start: span 4;padding: 5% 10% 10% 5%;}
#GalerieEclatee .grid .grid-item:nth-child(9n+9) {grid-column-start: span 3;padding: 40% 0 0 10%;}
#GalerieEclatee .grid .grid-item:nth-last-child(-n+3) {padding-bottom: 0 !important;}
#GalerieEclatee .grid .image-overlay {align-items: center;background: rgba(0,0,0,.18);display: flex;height: 100%;justify-content: center;left: 0;opacity: 0;pointer-events: none;position: absolute;top: 0;transition: all .3s ease-in-out;width: 100%;}
#GalerieEclatee .grid .grid-item:hover .image-overlay {opacity: 1;}
#GalerieEclatee .grid .hover-icon {align-items: center;display: flex;height: 56px;justify-content: center;width: 56px;}
#GalerieEclatee .grid .hover-icon svg {fill: #fff;height: 28px;width: 28px;}
#GalerieEclatee.GalerieEclatee--diptyques .grid {grid-template-columns: 1fr;grid-row-gap: 16px;}
#GalerieEclatee.GalerieEclatee--diptyques .grid .grid-item {grid-column-start: unset !important;padding: 0 !important;}
#GalerieEclatee.GalerieEclatee--3p3 {left: 0;margin-left: 0;margin-right: 0;max-width: 100vw;padding: 0 6vw;width: 100vw;}
.ContenuPage > #GalerieEclatee.GalerieEclatee--3p3:nth-of-type(1) { margin-top: -64px;padding-top: 6vw;}
#GalerieEclatee.GalerieEclatee--3p3 .grid {grid-template-columns: repeat(3,1fr);grid-column-gap: 6vw;grid-row-gap: 6vw;}
#GalerieEclatee.GalerieEclatee--3p3 .grid .grid-item {grid-column-start: unset !important;padding: 0 !important;}

html .fancybox-is-open .fancybox-bg {opacity: .96;}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #GalerieEclatee .grid {grid-template-columns: repeat(2,1fr);grid-column-gap: 24px;grid-row-gap: 24px;}
    #GalerieEclatee .grid .grid-item {grid-column-start: unset !important;padding: 0 !important;}
    #GalerieEclatee.GalerieEclatee--3p3 .grid {grid-template-columns: repeat(2,1fr);grid-column-gap: 24px;grid-row-gap: 24px;}
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
    #GalerieEclatee .grid {grid-template-columns: repeat(3,1fr);grid-column-gap: 24px;grid-row-gap: 24px;}
    #GalerieEclatee .grid .grid-item {grid-column-start: unset !important;padding: 0 !important;}
}

@media screen and (max-width: 767px) {
    .Shortcode_Colonnes .Colonne {flex: 0 0 100% !important;max-width: 100% !important;}
    section#GalerieEclatee {margin-bottom: 48px;padding: 0 12px;}
    #GalerieEclatee .grid {grid-template-columns: 1fr;grid-row-gap: 16px;}
    #GalerieEclatee .grid .grid-item {grid-column-start: unset !important;padding: 0 !important;}
    #GalerieEclatee.GalerieEclatee--3p3 {max-width: 100%;padding: 0 12px;width: 100%;}
    #GalerieEclatee.GalerieEclatee--3p3 .grid {grid-template-columns: 1fr;grid-column-gap: 16px;grid-row-gap: 16px;}
}

/* FOOTER */
footer {text-align: center;background: #000;color: #fff;padding: 48px 0;font-size: 16px;line-height: 24px;background-size: cover;background-position: center center;}
footer > .Flex {justify-content: space-between;row-gap: 32px;width: 100%;max-width: 880px;background: rgba(0,0,0,0.72);padding: 24px;border-radius: 0;}
footer p.FakeTitle {margin: 0 0 8px;text-transform: uppercase;font-size: 18px;} 
footer .RubFooter { display: inline-block;vertical-align: top;width: 33.33%;text-align: left;margin: 0;}
footer .RubFooter:nth-of-type(2) {text-align: center; margin-top: 40px;}
footer .RubFooter:nth-of-type(4) { flex: 2;}
footer .RubFooter:nth-of-type(3),
footer .RubFooter:nth-of-type(5) {text-align: right;}
footer p#Mentions { margin: 40px auto 0;}
footer #SociauxFooter {margin: 24px auto 0; gap: 16px;}
footer #SociauxFooter svg {margin: 8px; vertical-align: middle;}
footer #SociauxFooter a:hover {text-decoration: none;}
footer #LogoKote {width: 40px;height: auto;display: inline-block;  vertical-align: middle;margin-left: 4px;}
footer #LogoKote g,
footer #LogoKote path {fill:#fff;}
footer .NewsletterForm__row {flex-direction: row;gap: 10px;}
footer .NewsletterForm button {width: auto;}

/* F.A.Q */
details.Une-FAQ {margin-bottom: 1.5rem;border: 1px solid #ddd;border-radius: 8px;padding: 1rem;background-color: #f9f9f9;box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);transition: all 0.3s ease;}
details.Une-FAQ[open] {background-color: #eef3fa;border-color: #285C98;}
details.Une-FAQ summary {font-weight: 600;font-size: 1.1rem; cursor: pointer;list-style: none;position: relative;padding-right: 1.5rem;}
details.Une-FAQ summary::-webkit-details-marker {display: none;}
details.Une-FAQ summary::after {content: "➕";position: absolute;right: 0;top: 0;font-size: 1rem;transition: transform 0.3s ease;}
details.Une-FAQ summary h3 {color: inherit;margin: 0;font-size: 18px;}
details.Une-FAQ[open] summary::after {content: "➖";transform: rotate(180deg);}
details.Une-FAQ div {  margin-top: 0.75rem;  line-height: 1.6;  color: #333;}
details.Une-FAQ br {display: none;}
details.Une-FAQ summary > br,
details.Une-FAQ div > br {display: inline;}

#BackTop {display: block;position: fixed;background: inherit;width: 52px;height: 52px;text-align: center;padding: 0;opacity: 0;z-index: 99;bottom: 16px;right: 16px; cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
#BackTop rect { fill: #000;}

/* FORMULAIRE*/
section#FormulaireContact {max-width: 900px;margin: 0 auto;padding: 0;text-align: center;}
section#FormulaireContact input,
section#FormulaireContact textarea,
section#FormulaireContact select {background: #fff ;border: 1px solid #000; width: 100%;box-shadow: inherit;margin-bottom: 15px;padding: 12px 20px;border-radius: 64px;}
section#FormulaireContact textarea {max-height: 247px;height: 247px;min-height: 247px;border-radius: 12px;}
section#FormulaireContact .h-captcha {margin: 8px 0;}
section#FormulaireContact input[type="submit"]:disabled {opacity: 0.3;}
section#FormulaireContact input[type="submit"] {text-transform: uppercase;background-color: #000;color: #fff !important;text-align: center;padding: 14px 40px;display: table;letter-spacing: 1px;font-weight: 600;font-size: 15px;margin: 0 auto;position: relative;max-width: 200px;width: 100%;border: 0;border-radius: 4px;}
section#FormulaireContact .cf7sr-g-recaptcha {margin-bottom: 16px;}
section#FormulaireContact .Col1Form,
section#FormulaireContact .Col2Form { width:45%; display:inline-block; vertical-align:top;    text-align: left;}
section#FormulaireContact .Col2Form { margin-left:4%;}
section#FormulaireContact div.wpcf7-validation-errors { opacity:0; z-index:-10; display:none !important;}
section#FormulaireContact span.wpcf7-not-valid-tip {color: #ca4144;font-size: 14px;display: block;text-align: left;position: relative;z-index: 9;right: 0;width: 100%;  padding-right: 0;top: 0;}
section#FormulaireContact div.wpcf7-mail-sent-ok {border: inherit;background: #caa841;color: #fff;width: 80%;text-align: center;margin: 32px auto 0;}
section#FormulaireContact #FormulaireDiv {margin: 80px 0 0;}
section#FormulaireContact input[type="radio"],
section#FormulaireContact input[type="checkbox"] {width: 16px;height: 16px;position: relative;top: 8px;padding: 0;display: block;margin: auto;background-color: #fff;}
section#FormulaireContact .wpcf7-acceptance .wpcf7-list-item {margin: 0;vertical-align: bottom;position: relative;top: -4px;}
section#FormulaireContact input[type="checkbox"] {border: 2px solid #000;width: 20px;height: 20Px;border-radius: 4Px;top: 4px; cursor:pointer;}
section#FormulaireContact input[type="radio"]:checked,
section#FormulaireContact input[type="checkbox"]:checked{background: #000;}
section#FormulaireContact .LabelCochage {font-size: 14px; line-height: 17px;font-weight: normal;display: inline-block; vertical-align: top; width: calc(100% - 16px); padding-left: 12px;}
section#FormulaireContact .Acceptation {margin: 16px 0;text-align: left;}
section#FormulaireContact .Acceptation .wpcf7-form-control-wrap {display: inline-block; vertical-align: top; width: 16px;}
section#FormulaireContact input[type="file"] {background-color: inherit;border: 1px dashed #000;padding: 24Px;border-radius: 4Px;}
section#FormulaireContact p {margin: 0;}
#FormulaireContact label {position: relative;display: block;margin-bottom: 12Px;}
#FormulaireContact .floating-label {position: absolute;top: 12px;left: 16px;font-size: 12px;color: #444;pointer-events: none;transition: all 0.2s ease;z-index: 2;background: #fff;padding: 0 4px;line-height: 1;}
#FormulaireContact .wpcf7-form-control-wrap {position: relative; display: block;}
#FormulaireContact input.wpcf7-form-control, #FormulaireContact textarea.wpcf7-form-control {width: 100%;font-size: 16px;padding: 24px 20px 8px;box-sizing: border-box;position: relative;z-index: 1;margin: 0;border-radius: 4px;}
#FormulaireContact input:focus + .floating-label, #FormulaireContact textarea:focus + .floating-label, #FormulaireContact input:not(:placeholder-shown) + .floating-label, #FormulaireContact textarea:not(:placeholder-shown) + .floating-label {top: -8px; font-size: 11px; background: #fff; color: #000;}
#FormulaireContact .wpcf7 form.sent .wpcf7-response-output {    border: 0;background: #000;color: #fff;text-align: center;font-weight: bold;margin: 0;}

#cn-accept-cookie,
#cn-refuse-cookie  {background: #F7F7EB !important; color: #000 !important; font-weight: bold;}

/* PAGE MERCI COMMANDE */
body.woocommerce-order-received .woocommerce ul.order_details::before,
body.woocommerce-order-received .woocommerce ul.order_details::after  {display: none;}
body.woocommerce-order-received .woocommerce ul.order_details {padding: 24px;background: #000;color: #fff;}

/* NOTICE */
html .woocommerce-message {background: #fff;color: black;border: 2px solid black;outline: none;box-shadow: none;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
html .woocommerce-message:focus,
html .woocommerce-message:focus-visible {outline: none;box-shadow: none;}
html .woocommerce-message::before {top: 50%;transform: translateY(-50%);}
html .woocommerce .woocommerce-message a {position: absolute;right: 8Px;border-radius: 0;background: #000;color: #fff;text-transform: uppercase;font-weight: 700;letter-spacing: 1Px;}
html .woocommerce .woocommerce-message a:hover {background-color: #fff; color: #000; border: 1px solid #000;}

/* SINGLE PRODUCT */
.content-area-product,
.site-content-product {width: 100%;}
.KoteProductSingle {padding: 0;}
.KoteProductSingle__grid {align-items: start;display: grid;gap: 48px;grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);}
.KoteProductSingle__gallery {position: sticky;top: 32px;}
.KoteProductSingle__main-image {background: #f7f7f4;border-radius: 18px;overflow: hidden;}
.KoteProductSingle__main-image a {display: block;}
.KoteProductSingle__main-image img {display: block;height: auto;object-fit: cover;width: 100%;}
.KoteProductSingle__thumbs {display: grid;gap: 12px;grid-template-columns: repeat(4, minmax(0, 1fr));margin-top: 16px;}
.KoteProductSingle__thumb {background: #f7f7f4;border: 1px solid #d8d8d1;border-radius: 12px;cursor: pointer;padding: 0;transition: border-color .2s ease, transform .2s ease;}
.KoteProductSingle__thumb:hover,
.KoteProductSingle__thumb.is-active {border-color: #000;transform: translateY(-2px);}
.KoteProductSingle__thumb img {border-radius: 12px;display: block;height: 100%;object-fit: cover;width: 100%;}
.KoteProductSingle__summary {padding-top: 12px;}
.KoteProductSingle__categories,
.KoteProductSingle__categories a {color: #6a6a63;font-size: 14px;letter-spacing: .08em;text-decoration: none;text-transform: uppercase;}
.KoteProductSingle__title {font-size: 52px;margin: 12px 0 20px;}
.KoteProductSingle__price {font-size: 34px;font-weight: 700;line-height: 1.1;margin-bottom: 24px;}
.KoteProductSingle__price ins {background: transparent;text-decoration: none;}
.KoteProductSingle__price del {color: #777;margin-right: 8px;}
.KoteProductSingle__purchase {border-bottom: 1px solid #e5e5df;border-top: 1px solid #e5e5df;margin: 32px 0;padding: 24px 0;}
.KoteProductSingle__purchase .cart {align-items: center;display: flex;flex-wrap: wrap;gap: 16px; margin-bottom: 0 !important;}
.KoteProductSingle__purchase .quantity {margin: 0 !important;}
.KoteProductSingle__purchase .quantity input.qty {border: 1px solid #d3d3cc;border-radius: 4px;min-height: 52px;padding: 0 12px;width: 88px;}
.KoteProductSingle__purchase button.single_add_to_cart_button,
.KoteProductSingle__purchase button.single_add_to_cart_button.alt,
.KoteProductSingle__purchase .button.single_add_to_cart_button,
.KoteProductSingle__purchase .button.single_add_to_cart_button.alt,
.KoteProductSingle__purchase a.single_add_to_cart_button,
.KoteProductSingle__purchase a.single_add_to_cart_button.alt {background: #000 !important;border: 0 !important;border-radius: 4px;color: #fff !important;align-items: center;cursor: pointer;display: flex;float: none;font-size: 15px;font-weight: 700;justify-content: center;letter-spacing: .08em;min-height: 52px;padding: 14px 28px;text-transform: uppercase;transition: opacity .2s ease;box-shadow: none;}
.KoteProductSingle__purchase button.single_add_to_cart_button:hover,
.KoteProductSingle__purchase button.single_add_to_cart_button.alt:hover,
.KoteProductSingle__purchase .button.single_add_to_cart_button:hover,
.KoteProductSingle__purchase .button.single_add_to_cart_button.alt:hover,
.KoteProductSingle__purchase a.single_add_to_cart_button:hover,
.KoteProductSingle__purchase a.single_add_to_cart_button.alt:hover {background: #1a1a1a !important;color: #fff !important;opacity: 1;text-decoration: none;}
.KoteProductSingle__purchase button.single_add_to_cart_button:focus,
.KoteProductSingle__purchase button.single_add_to_cart_button.alt:focus,
.KoteProductSingle__purchase .button.single_add_to_cart_button:focus,
.KoteProductSingle__purchase .button.single_add_to_cart_button.alt:focus,
.KoteProductSingle__purchase a.single_add_to_cart_button:focus,
.KoteProductSingle__purchase a.single_add_to_cart_button.alt:focus {background: #000 !important;color: #fff !important;outline: none;}
.KoteProductSingle__purchase .variations {border: 0;margin-bottom: 16px;width: 100%;}
.KoteProductSingle__purchase .variations td,
.KoteProductSingle__purchase .variations th {padding: 0 0 12px;}
.KoteProductSingle__purchase .variations select {border: 1px solid #d3d3cc;border-radius: 4px;min-height: 48px;padding: 0 12px;width: 100%;}
.KoteProductSingle__purchase .reset_variations {display: inline-block;margin-top: 8px;}
.KoteProductSingle__purchase .woocommerce-variation-add-to-cart {align-items: center;display: flex;flex-wrap: wrap;gap: 16px;}
.KoteProductSingle__purchase .stock {margin: 0 0 16px;}
.KoteProductSingle__meta {color: #4b4b45;font-size: 15px;line-height: 1.6;}
.KoteProductSingle__meta p {margin: 0;}
.KoteProductSingle__description {border-top: 1px solid #e5e5df;margin-top: 64px;padding-top: 40px;}
.KoteProductSingle__description h2 {font-size: 34px;margin: 0 0 24px;}
.KoteProductSingle__description-content {font-size: 18px;line-height: 1.75;max-width: 860px;}

/* CART / CHECKOUT / ORDER */
.wc-block-cart,
.wc-block-checkout,
.woocommerce-order {margin: 0 auto;max-width: 1200px;}
.wc-block-components-sidebar-layout {align-items: start;column-gap: 32px;row-gap: 32px;}
.wc-block-cart .wc-block-components-sidebar-layout,
.wc-block-checkout .wc-block-components-sidebar-layout {display: flex;flex-wrap: nowrap;align-items: flex-start;gap: 32px;}
.wc-block-cart .wc-block-components-main,
.wc-block-checkout .wc-block-components-main,
.wc-block-cart .wc-block-components-sidebar,
.wc-block-checkout .wc-block-components-sidebar,
.woocommerce-order .woocommerce-order-overview,
.woocommerce-order .woocommerce-table,
.woocommerce-order .shop_table,
.woocommerce-order .woocommerce-customer-details {background: #fff;border-radius: 18px;box-shadow: 0 4px 18px 0 rgba(138,138,138,0.18);}
.wc-block-cart .wc-block-components-main,
.wc-block-checkout .wc-block-components-main {padding: 28px 32px;}
.wc-block-cart .wc-block-components-sidebar,
.wc-block-checkout .wc-block-components-sidebar {padding: 24px 24px 28px;}
.wc-block-cart .wc-block-components-main,
.wc-block-checkout .wc-block-components-main {flex: 0 1 calc(100% - 412px);margin: 0 !important;max-width: calc(100% - 412px) !important;min-width: 0;width: calc(100% - 412px) !important;}
.wc-block-cart .wc-block-components-sidebar,
.wc-block-checkout .wc-block-components-sidebar {flex: 0 0 380px;margin: 0 !important;max-width: 380px !important;min-width: 380px;width: 380px !important;}
.wc-block-cart h2,
.wc-block-checkout h2,
.woocommerce-order h2,
.woocommerce-order h3 {font-size: 32px;margin: 0 0 20px;}
.wc-block-cart table.wc-block-cart-items {border-collapse: separate;border-spacing: 0 18px;}
.wc-block-cart .wc-block-cart-items__header th {border: 0;color: #6a6a63;font-size: 13px;letter-spacing: .08em;padding: 0 12px 8px;text-transform: uppercase;}
.wc-block-cart .wc-block-cart-items__row td {background: #fff;border: 0;padding: 18px 12px;vertical-align: top;}
.wc-block-cart .wc-block-cart-items__row td:first-child {border-radius: 16px 0 0 16px;}
.wc-block-cart .wc-block-cart-items__row td:last-child {border-radius: 0 16px 16px 0;}
.wc-block-cart .wc-block-cart-item__image img,
.wc-block-checkout .wc-block-components-order-summary-item__image img {background: #f7f7f4;border-radius: 12px;}
.wc-block-components-product-name {color: #141412;font-size: 24px;font-weight: 700;line-height: 1.1;text-decoration: none;}
.wc-block-components-product-name:hover {text-decoration: none;}
.wc-block-cart .wc-block-cart-item__prices,
.wc-block-checkout .wc-block-cart-item__prices {margin: 10px 0 12px;}
.wc-block-components-product-price__value,
.wc-block-components-order-summary-item__individual-price,
.wc-block-components-totals-item__value {font-weight: 700;}
.wc-block-cart .wc-block-components-product-metadata__description,
.wc-block-checkout .wc-block-components-product-metadata__description {color: #5b5b54;font-size: 15px;line-height: 1.55;}
.wc-block-components-quantity-selector {border: 1px solid #d3d3cc;border-radius: 8px;overflow: hidden;}
.wc-block-components-quantity-selector__input,
.wc-block-components-text-input input,
.wc-block-components-address-form input,
.wc-block-components-address-form select,
.wc-blocks-components-select__select {border: 1px solid #d3d3cc !important;border-radius: 8px !important;box-shadow: none !important;min-height: 52px;padding: 0 14px;}
.wc-block-components-text-input label,
.wc-blocks-components-select__label {color: #5b5b54;}
.wc-block-components-quantity-selector__button {background: #f7f7f4;border: 0;color: #141412;}
.wc-block-cart-item__remove-link {color: #7b2f21;text-decoration: none;}
.wc-block-cart-item__remove-link:hover {color: #000;}
.wc-block-components-totals-wrapper {border-top: 1px solid #ece9df;padding: 18px 0;}
.wc-block-cart__totals-title,
.wc-block-components-checkout-order-summary__title-text {font-size: 28px;font-weight: 700;}
.wc-block-components-panel {border: 1px solid #ece9df;border-radius: 12px;padding: 2px 16px;}
.wc-block-components-panel__button {font-weight: 700;padding: 16px 0;}
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
.wc-block-components-button.contained,
.wc-block-components-button.wp-element-button.contained {background: #000 !important;border: 0 !important;border-radius: 6px !important;box-shadow: none !important;color: #fff !important;font-size: 15px;font-weight: 700;letter-spacing: .08em;min-height: 56px;padding: 16px 24px;text-transform: uppercase;transition: opacity .2s ease;}
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover,
.wc-block-components-button.contained:hover,
.wc-block-components-button.wp-element-button.contained:hover {background: #1a1a1a !important;color: #fff !important;opacity: 1;}
.wc-block-components-checkout-return-to-cart-button {align-items: center;color: #141412;font-weight: 700;text-decoration: none;}
.wc-block-components-checkout-return-to-cart-button:hover {text-decoration: none;}
.wc-block-components-checkout-step,
.wc-block-checkout__order-notes,
.wc-block-checkout__terms {background: #fff;border: 1px solid #ece9df;border-radius: 18px;margin-bottom: 20px;padding: 24px 24px 8px;}
.wc-block-components-checkout-step__heading-container {margin-bottom: 18px;}
.wc-block-components-checkout-step__title {font-size: 28px;}
.wc-block-components-address-card {background: #f7f7f4;border-radius: 12px;padding: 16px 18px;}
.wc-block-components-address-card__edit {color: #141412;font-weight: 700;text-decoration: none;}
.wc-block-components-checkout-order-summary__title {align-items: center;border-bottom: 1px solid #ece9df;display: flex;justify-content: space-between;padding-bottom: 16px;}
.wc-block-components-order-summary-item {align-items: start;border-bottom: 1px solid #f0ede4;padding: 16px 0;}
.wc-block-components-order-summary-item:last-child {border-bottom: 0;}
.wc-block-components-order-summary-item__description .wc-block-components-product-name {font-size: 20px;}
.wc-block-components-notice-banner {border-radius: 12px;}
.woocommerce-order-overview {display: grid;gap: 16px;grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));list-style: none;margin: 0 0 28px;padding: 24px;}
.woocommerce-order-overview li {border-right: 1px solid #ece9df;margin: 0;padding-right: 16px;}
.woocommerce-order-overview li:last-child {border-right: 0;}
.woocommerce-order .woocommerce-table,
.woocommerce-order .shop_table,
.woocommerce-order .woocommerce-customer-details {margin-bottom: 24px;padding: 24px;}
.woocommerce-order .woocommerce-table th,
.woocommerce-order .shop_table th {color: #6a6a63;font-size: 13px;letter-spacing: .08em;text-transform: uppercase;}
.woocommerce-order .woocommerce-table td,
.woocommerce-order .shop_table td,
.woocommerce-order .woocommerce-table th,
.woocommerce-order .shop_table th {border-color: #ece9df;padding: 14px 0;}
.woocommerce-order address {font-style: normal;line-height: 1.7;margin: 0;}
.wc-block-components-checkout-step__content {background-color:#f7f7f4;}
html .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {padding: 16px;}
html .wc-block-checkout__terms.wc-block-checkout__terms--with-separator a {text-decoration: underline;}
html .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-panel__button {padding: 8px 0;}
html .page-id-89 .wp-block-woocommerce-checkout-order-summary-block {margin-bottom: 16px;}

/* MY ACCOUNT */
.woocommerce-account .woocommerce {display: flex;flex-wrap: wrap;gap: 32px;}
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {float: none;width: 100%;}
.woocommerce-account .woocommerce-MyAccount-navigation ul {display: flex;flex-wrap: wrap;gap: 16px;list-style: none;margin: 0;padding: 0;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {flex: 1 1 160px;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:before {display: none;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {display: block;text-align: center;padding: 18px 16px;border-radius: 16px;background: linear-gradient(180deg, #fff 0%, #f7f7eb 100%);border: 1px solid #e7e2d6;box-shadow: 0 10px 24px rgba(0,0,0,.06);font-weight: 700;color: #141412;text-decoration: none;transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {text-decoration: none;transform: translateY(-2px);box-shadow: 0 14px 28px rgba(0,0,0,.1);border-color: #000;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {background: #000;border-color: #000;color: #fff;box-shadow: 0 16px 30px rgba(0,0,0,.2);}
.woocommerce-account .woocommerce-MyAccount-content > p,
.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-NoticeGroup {background: #fff;border: 1px solid #ece9df;border-radius: 16px;padding: 18px 20px;box-shadow: 0 8px 20px rgba(0,0,0,.05);}
.woocommerce-account .woocommerce-MyAccount-content form {background: linear-gradient(180deg, #fff 0%, #fafaf6 100%);border: 1px solid #ece9df;border-radius: 18px;box-shadow: 0 10px 24px rgba(0, 0, 0, .06);padding: 28px;}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-form-row,
.woocommerce-account .woocommerce-MyAccount-content .form-row {margin: 0 0 16px;}
.woocommerce-account .woocommerce-MyAccount-content label {display: block;margin-bottom: 8px;color: #141412;font-size: 13px;font-weight: 700;letter-spacing: .04em;text-transform: uppercase;}
.woocommerce-account .woocommerce-MyAccount-content input[type="text"],
.woocommerce-account .woocommerce-MyAccount-content input[type="email"],
.woocommerce-account .woocommerce-MyAccount-content input[type="password"],
.woocommerce-account .woocommerce-MyAccount-content input[type="tel"],
.woocommerce-account .woocommerce-MyAccount-content input[type="number"],
.woocommerce-account .woocommerce-MyAccount-content select,
.woocommerce-account .woocommerce-MyAccount-content textarea {background: #fff;border: 1px solid #d8d3c7;width: 100%;margin: 0;padding: 14px 16px;border-radius: 8px;box-sizing: border-box;font-size: 16px;color: #141412;transition: border-color .2s ease, box-shadow .2s ease;}
.woocommerce-account .woocommerce-MyAccount-content input[type="text"]:focus,
.woocommerce-account .woocommerce-MyAccount-content input[type="email"]:focus,
.woocommerce-account .woocommerce-MyAccount-content input[type="password"]:focus,
.woocommerce-account .woocommerce-MyAccount-content input[type="tel"]:focus,
.woocommerce-account .woocommerce-MyAccount-content input[type="number"]:focus,
.woocommerce-account .woocommerce-MyAccount-content select:focus,
.woocommerce-account .woocommerce-MyAccount-content textarea:focus {outline: none;border-color: #000;box-shadow: 0 0 0 4px rgba(0,0,0,.08);}
.woocommerce-account .woocommerce-MyAccount-content fieldset {margin: 24px 0 0;padding: 20px;border: 1px solid #e3dfd4;border-radius: 14px;background: rgba(255,255,255,.7);}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button.button,
.woocommerce-account .woocommerce-MyAccount-content button.button,
.woocommerce-account .woocommerce-MyAccount-content input[type="submit"] {text-transform: uppercase;background: #000;color: #fff !important;padding: 14px 24px;display: inline-block;letter-spacing: .08em;font-weight: 700;font-size: 14px;margin: 16px 0 0;border: 0;border-radius: 6px;box-shadow: 0 12px 24px rgba(0,0,0,.2);}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button.button:hover,
.woocommerce-account .woocommerce-MyAccount-content button.button:hover,
.woocommerce-account .woocommerce-MyAccount-content input[type="submit"]:hover {background: #1a1a1a;color: #fff !important;}
.woocommerce-account .woocommerce-Addresses {display: flex;flex-wrap: wrap;gap: 20px;}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address {float: none;width: calc(50% - 10px);margin: 0;padding: 20px;border: 1px solid #ece9df;border-radius: 16px;background: linear-gradient(180deg, #fff 0%, #fafaf6 100%);box-shadow: 0 10px 24px rgba(0,0,0,.06);}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title {display: flex;justify-content: space-between;align-items: center;gap: 12px;margin-bottom: 16px;}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title h2 {margin: 0;font-size: 26px;}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title .edit {display: inline-block;padding: 9px 14px;border-radius: 999px;background: #f7f7eb;border: 1px solid #d8d3c7;color: #141412;font-weight: 700;text-decoration: none;}
.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title .edit:hover {text-decoration: none;border-color: #000;}
.woocommerce-account .woocommerce-Addresses address {margin: 0;padding: 16px;border-radius: 12px;background: #fff;border: 1px dashed #d8d3c7;font-style: normal;line-height: 1.7;min-height: 120px;}
.woocommerce-account .u-columns {display: flex;flex-wrap: wrap;gap: 20px;}
.woocommerce-account .u-columns .col-1,
.woocommerce-account .u-columns .col-2 {float: none;width: calc(50% - 10px);margin: 0;}
.woocommerce-account .lost_reset_password {max-width: 640px;margin: 0 auto;}

@media screen and (max-width: 980px) {
	.KoteProductSingle__grid {grid-template-columns: 1fr;}
	.KoteProductSingle__gallery {position: static;}
	.KoteProductSingle__title {font-size: 40px;}
	.wc-block-cart .wc-block-components-sidebar-layout,
	.wc-block-checkout .wc-block-components-sidebar-layout,
	.wc-block-components-sidebar-layout {display: block;}
	.wc-block-cart .wc-block-components-main,
	.wc-block-checkout .wc-block-components-main,
	.wc-block-cart .wc-block-components-sidebar,
	.wc-block-checkout .wc-block-components-sidebar {max-width: none !important;min-width: 0;padding: 22px;width: 100% !important; margin-bottom: 24px !important;}
	.wc-block-cart .wc-block-components-sidebar,
	.wc-block-checkout .wc-block-components-sidebar {margin-top: 24px;}
	.woocommerce-account .u-columns .col-1,
	.woocommerce-account .u-columns .col-2,
	.woocommerce-account .woocommerce-Addresses .woocommerce-Address {width: 100%;}
}

@media screen and (max-width: 640px) {
	.KoteProductSingle {padding: 24px 0 0;}
	.KoteProductSingle__thumbs {grid-template-columns: repeat(3, minmax(0, 1fr));}
	.KoteProductSingle__title {font-size: 32px;}
	.KoteProductSingle__price {font-size: 28px;}
	.KoteProductSingle__short-description,
	.KoteProductSingle__description-content {font-size: 16px;}
	.KoteProductSingle__purchase .cart {align-items: stretch;flex-direction: column;}
	.KoteProductSingle__purchase .quantity input.qty,
	.KoteProductSingle__purchase button.single_add_to_cart_button,
	.KoteProductSingle__purchase a.single_add_to_cart_button {width: 100%;}
	.KoteProductSingle__purchase {margin-bottom: 0;}
	.wc-block-cart,
	.wc-block-checkout,
	.woocommerce-order {margin: 0;}
	.wc-block-cart h2,
	.wc-block-checkout h2,
	.woocommerce-order h2,
	.woocommerce-order h3 {font-size: 26px;}
	.wc-block-cart .wc-block-cart-items__row td {display: block;padding: 14px 0;}
	.wc-block-cart .wc-block-cart-items__row td:first-child,
	.wc-block-cart .wc-block-cart-items__row td:last-child {border-radius: 0;}
	.wc-block-components-product-name {font-size: 20px;}
	.wc-block-components-checkout-step,
	.wc-block-checkout__order-notes,
	.wc-block-checkout__terms {padding: 20px 18px 4px;}
	.wc-block-cart__submit-button,
	.wc-block-components-checkout-place-order-button,
	.wc-block-components-button.contained,
	.wc-block-components-button.wp-element-button.contained {width: 100%;}
	.woocommerce-account .woocommerce-MyAccount-content form {padding: 20px;}
	.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button.button,
	.woocommerce-account .woocommerce-MyAccount-content button.button,
	.woocommerce-account .woocommerce-MyAccount-content input[type="submit"] {width: 100%;}
	.woocommerce-order-overview {padding: 18px;}
	.woocommerce-order-overview li {border-right: 0;border-bottom: 1px solid #ece9df;padding-bottom: 12px;padding-right: 0;}
	.woocommerce-order-overview li:last-child {border-bottom: 0;padding-bottom: 0;}
}
