/*
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{
	--Noir: #242424;
	--Marron: #BFB8AF;
	--Gris: #F3F3F3;
	--Blanc: #fff;
}

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: "Google Sans", sans-serif;
}

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

a {
	color: #ca3c08;
	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-weight: 500;
    line-height: 1;
}

h1,
h2 {
	font-size: 48px;
	margin: 32px 0; font-family: "Crimson Text", serif;
}

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: 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: 1599px) {
	.site {
		border: 0;
	}
}

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

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

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

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

@media (max-width: 1080px) {
	
	html .ContenuPage {margin: 40px 0;}
	
	/* MENU RESPONSIVE !! */
	html .navbar {text-align: left; width: auto;}
	
	.toggled-on .nav-menu, .toggled-on .nav-menu > ul {
    background-color: transparent;
    display: block;
    float: none;
    margin-left: 0;
    position: relative;
    padding: 40px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
    border: 0;
}
	
	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		margin: 0;
		padding: 0;
	}

	.menu-toggle:after {
		content: "\f502"; display: none;
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 80px 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none; padding: 0;
		margin-left: 0;
		position: relative;
		left: auto;
		top: auto;
		text-align: center;
		width: 100%;
		height: 100%; clip: inherit;border: 0;
	}

	.toggled-on .nav-menu li > ul a {
		color: #22A8E0;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #22A8E0;
	}

	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
		background-color: #22A8E0;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}
	
.menu-menu-1-container {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: -100vh;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0
}

.toggled-on .menu-menu-1-container {width: 100%;text-align: center;top: 0;display: flex;flex-wrap: wrap;align-items: center;}
html .toggled-on .menu-menu-1-container .closebtn {
   position: relative;
  top: 0;
  display: table;
  right: 0;
  font-size: 60px;
  left: 0;
  margin: 0 auto 40px;
  z-index: 999;
  color: #0E5C80; opacity: 1;
}
html .toggled-on .menu-menu-1-container .closebtn:hover {color: #22A8E0;}
	
	html .nav-menu li a {max-width: 90%;margin: auto;display: table;}
	html .nav-menu .current_page_item > a:after,
	html .nav-menu .current_page_ancestor > a:after,
	html .nav-menu .current-menu-item > a:after,
	html .nav-menu .current-menu-ancestor > a:after,
	html .nav-menu li:hover > a:after,
	html .nav-menu li a:hover:after,
	html .nav-menu li:focus > a:after,
	html .nav-menu li a:focus:after {display: none;}
}

@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) {
	
}


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

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


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

@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 #DiapoPhoto .slick-slide img {min-height: 264px;}
	
	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) {
	
}


/* 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 {display: inline-block; background-color: var(--Noir);text-align: center;color: var(--Blanc) ;padding: 12px 32px;border-radius: 80px;text-transform: uppercase;font-weight: 600;letter-spacing: 1px;
-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;}
a.LinkStandard + a.LinkStandard  {background-color:var(--Marron); color: var(--Noir);}
a.LinkStandard:hover {text-decoration: none;transform: translateY(-4px);}
img.noshadow {box-shadow: inherit !important;}
.CTA {}
.HidePC {display: none !important;}

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;}
.home header #Logo_Main {opacity: 0;}
.home header#masthead.header-is-sticky #Logo_Main {opacity: 1;}
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: var(--Gris);}
header#masthead.header-is-sticky #Logo_Main {height: 64px;}
body.admin-bar header#masthead.header-is-sticky {top: 32px;}
.home header#masthead {position: absolute;width: 100%;left: 0;}
.home header#masthead.header-is-sticky {position: fixed;}
body.has-sticky-header-offset #main {padding-top: var(--kote-sticky-offset, 0px);}
#page.site {overflow: visible;}

.CTA_Reserver {border: 2px solid var(--Noir);padding: 16px 24px 14px;text-decoration: none !important;color: var(--Noir);font-size: 16px;text-transform: uppercase;font-weight: 700;letter-spacing: 1Px;border-radius: 80px;line-height: 1;display: inline-block;
-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;}
.CTA_Reserver:hover {text-decoration: none; background-color: var(--Noir); color: #fff;}
body.has-reserver-popup-open {overflow: hidden;}
.ReserverPopup {position: fixed;inset: 0;z-index: 999999;opacity: 0;visibility: hidden;pointer-events: none;transition: opacity .3s ease, visibility .3s ease;}
.ReserverPopup.is-open {opacity: 1;visibility: visible;pointer-events: auto;}
.ReserverPopup__backdrop {position: absolute;inset: 0;background: rgba(0,0,0,.58);}
.ReserverPopup__dialog {position: relative;z-index: 1;width: min(92vw, 640px);margin: 14vh auto 0;background: #fff;color: #000;border-radius: 14px;padding: 32px;}
.ReserverPopup__dialog h3 {margin: 0 0 8px;}
.ReserverPopup__dialog p {margin: 0;}
.ReserverPopup__close {position: absolute;right: 12px;top: 12px;border: 0;background: transparent;cursor: pointer;font-size: 34px;line-height: 1;padding: 0;width: 36px;height: 36px;}

/* ACCUEIL */
.home section { position: relative;}
.home section h1,
.home section h2 {margin-top: 0;}

section#Hero {flex-direction:column;width: 100%;overflow: hidden;gap: 24px;padding: 160px 24px 240px;text-align: center;background-attachment: fixed;background-position: center center;}
section#Hero .Flex {gap:24px;margin-top: 96px;}
section#Hero > div:first-child {position: relative; z-index: 1;}
section#Hero .Filter {position: absolute;inset: inherit;pointer-events: none;background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);height: 37%;width: 100%;bottom: 0;z-index: 0;}

section#Presentation {text-align: center; margin-top: -120px;}
#Google-Star-Summary {gap: 12px !important;align-items: center;border: 1px solid #000;line-height: 1;cursor: default;background-color: #fff;padding: 12px 24px;border-radius: 9999px;color: #000;flex-direction: row;width: fit-content;margin: 32px auto;}
#Google-Star-Summary > div {}
#Google-Star-Summary #Les-Stars { gap: 6px;}
#Google-Star-Summary #Les-Stars img {height: 16px;}
#Google-Star-Summary > div:last-child img {height: 24px;}
#Google-Star-Summary #Note {font-weight: bold;display: flex;gap: 4px;align-items: center;justify-content: space-between;}
#Google-Star-Summary #Count {opacity: 1;font-size: 16px;font-weight: bold;}
section#Presentation p {font-size: 22px; font-weight: bold;}

section#Les_Competences {margin: 64px auto;}
section#Les_Competences .Filter {position: absolute;width: 100%;height: 80px;background-color: var(--Marron);transform: translateY(-50%);top: 38%;z-index: 0;opacity: 0.3;}
section#Les_Competences .Width1200.Flex {gap: 28px;align-items: stretch;position: relative;z-index: 1;}
section#Les_Competences .Une_Competence {width: calc(33.333% - 19px);text-align: center;}
section#Les_Competences .Une_Competence a {display: flex;flex-direction: column;align-items: center;color: inherit;}
section#Les_Competences .Une_Competence a:hover {text-decoration: none;}
section#Les_Competences .Une_Competence .Image {width: 100%;max-width: 320px;aspect-ratio: 5 / 7;border-radius: 999px;overflow: hidden;border: 2px solid #2d2d2d;padding: 6px;}
section#Les_Competences .Une_Competence .Image img {width: 100%;height: 100%;display: block;object-fit: cover;border-radius: 999px;transition: transform .45s ease;}
section#Les_Competences .Une_Competence:hover .Image img {transform: scale(1.05);}
section#Les_Competences .Une_Competence .Simple_Link {display: inline-flex;align-items: center;justify-content: center;min-height: 38px;background: #1f1f1f;color: #fff;border-radius: 999px;padding: 0 24px;margin: -18px 0 14px;font-size: 14px;line-height: 1;text-transform: uppercase;letter-spacing: 1px;font-weight: 700;position: relative;z-index: 1;}
section#Les_Competences .Une_Competence h3 {margin: 0;font-size: 28px;line-height: 1.15;text-transform: none;font-weight: 400;}

section#Les_Bienfaits {background-color: var(--Marron); color: #fff; padding: 80px 24px 64px; margin: 64px auto; text-align: center;}
section#Les_Bienfaits .Flex {gap:24px;margin-top: 64px;}
section#Les_Bienfaits .Flex > div {background-color: var(--Gris);color: var(--Noir);flex: 1;border-radius: 16px;padding: 24px;}

section#Qui_suis_je {background-color: #000;color: #fff;margin: 0 auto;justify-content: flex-start;background-repeat: no-repeat;background-position: bottom right 10%;background-size: auto 90%;}
section#Qui_suis_je > div {width: 50%;}
section#Qui_suis_je > div:nth-of-type(1) {padding: 180px 10vw;width: 60%;flex-direction: column;}
section#Qui_suis_je > div:nth-of-type(1) p {font-size: 1.6vw;color: #181818;line-height: 1.35;}
#Qui_suis_je .QuiSuisJe__mot {color: #181818;transition: color 1.00s linear;}
#Qui_suis_je .QuiSuisJe__footer {display: flex;align-items: center;justify-content: space-between;gap: 0;margin-top: 32px;flex-direction: row;}
#Qui_suis_je .QuiSuisJe__footer h2,
#Qui_suis_je .QuiSuisJe__footer a {margin: 0;color: #fff;}
#Qui_suis_je .QuiSuisJe__footer h2 span {font-size: 22px;display: block;width: 100%;text-align: right;font-family: "Google Sans", sans-serif;margin: 4px 0;}
#Qui_suis_je .QuiSuisJe__footer a {border: 2px solid var(--Blanc);padding: 16px 24px 14px;color: var(--Blanc);font-size: 16px;text-transform: uppercase;font-weight: 700;letter-spacing: 1Px;border-radius: 80px;line-height: 1;display: inline-block;
-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;}
#Qui_suis_je .QuiSuisJe__footer a:hover {text-decoration: none; background-color: var(--Blanc); color: var(--Noir);}

section#Avis_Google {margin: 64px auto; text-align: center;}

section#Zone_Geo {margin: 64px auto; text-align: center;}


#Blog {margin: 80px auto;position: relative;}
#Blog h2 {margin: 0 0 40px;}
.Les_Articles {display: flex;gap: 32px;flex-wrap: wrap;}
.Un_Article {width: calc(33.333% - 22px);background: #fff;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_Article:hover {transform: translateY(-4px);}
.Un_Article a {display: block;color: inherit;text-decoration: none;}
.Un_Article .Image {aspect-ratio: 3 / 2;overflow: hidden;background: #ece6d8;position: relative;}
.Un_Article .Image img {width: 100%;height: 100%;object-fit: cover;display: block;}
.Un_Article .Image + div {padding: 16px 16px 48px;}
.Un_Article h3 {margin: 0;font-size: 24px;color: inherit !important;}
.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;}
#Blog .LinkStandard {right: 0;position: absolute;top: 0;}

section#Instagram {padding: 80px 0;text-align: center;margin: 80px auto 0;background-color: var(--Gris);}
section#Instagram h2 {text-transform: uppercase;margin-top: 0;}
section#Instagram h2 img {width: 40px;margin: 0 16px 0 0;vertical-align: middle;position: relative;top: -4px;}
#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;}

section#CTA_Bottom {padding: 64px 24px;text-align: center;color: #fff;overflow: hidden;background-color: var(--Noir); position: relative;}
section#CTA_Bottom .Flex {gap:32px;}
section#CTA_Bottom h2 {margin-top: 0;}
section#CTA_Bottom .CTA_Reserver {border-color: var(--Blanc); color: var(--Blanc);}
section#CTA_Bottom .CTA_Reserver:hover {background-color: var(--Blanc); color: var(--Noir);}
section#CTA_Bottom > div {position: relative;opacity: 0;transform: translateY(26px);transition: opacity 1.4s ease, transform 1.4s ease;}
section#CTA_Bottom > div.is-visible {opacity: 1;transform: translateY(0);}
section#CTA_Bottom img {position: absolute;width: 16vw;}
section#CTA_Bottom div + img:nth-of-type(1) {left: -4vw;top: -4vw;}
section#CTA_Bottom div + img:nth-of-type(1) + img {right:-4vw; bottom: -4vw;}


/* PAGE INTERNE */
#BandeauPage {background-color: var(--Noir);padding: 12Px 24Px;text-align: center;position: relative;z-index: 1;}
#BandeauPage h1 {color: #fff;font-size: 40px;max-width: 800px;display: table;margin: auto;position: relative; z-index: 1;}
.ContenuPage {margin: 64px auto;max-width: inherit;position: relative;z-index: 1;display: flex;flex-wrap: wrap;width: 100%;justify-content: center;gap: 64px;}
.ContenuPage h2 {}
.ContenuPage h3 {color: var(--Marron);}
.ContenuPage h2,
.ContenuPage h3 { clear: inherit;}
.ContenuPage p + h2,
.ContenuPage ul + h2{margin-top: 80px;}
.ContenuPage ul + h3,
.ContenuPage p + h3{margin-top: 40px;margin-bottom: 40px;}
.ContenuPage p a:not(.LinkStandard),
.ContenuPage ul a:not(.LinkStandard) {color: var(--Noir);text-decoration: underline; font-weight: 600;}
.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: var(--Marron);vertical-align: middle;margin-right: 16px;border-radius: 4px;position: absolute;left: -20px;top: 8px;}
.ContenuPage .marron ul:not([class]) li:before {background: var(--Noir);}
.ContenuPage .noir ul:not([class]) li:before {background: var(--Blanc);}
.ContenuPage ul {padding: 0 0 0 24px;margin: 0 0 24px;}
.ContenuPage ul + p { margin-top: 40px;}
.ContenuPage img { max-width: 100%;}
.Shortcode_Colonnes {gap:24px;}
.Shortcode_Colonnes .Colonne {flex:1;}
.Shortcode_Colonnes > br {display: none;}
.kote-gd-section.colored.noir {color: #fff;}
.kote-gd-section.colored.noir .CTA_Reserver {border-color: var(--Blanc); color: var(--Blanc);}
.kote-gd-section.colored.noir .CTA_Reserver:hover  {background-color: var(--Blanc); color: var(--Noir);}
.ContenuPage .kote-gd-section.colored.noir p a:not(.LinkStandard) {color: var(--Blanc);}
.kote-gd-section.colored.marron .CTA_Reserver:hover {color: var(--Blanc);}
.kote-gd-section.colored.marron h3 {color:var(--Noir)}

/* CARTE */
.card-item {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-align: center;
    flex: 1;
}
.Descartes--three-up .card-item {flex: 0 0 calc(33.333% - 6px);max-width: calc(33.333% - 6px);}
.card-item .card-emoji {font-size: 36px;}
.card-item a {color: var(--green-dark); text-decoration: underline;}
@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;}
    .Descartes--three-up .card-item {flex-basis: 100%;max-width: 100%;}
	html section#Les_Competences .Une_Competence {width: calc(50% - 12px);}
	html section#Les_Competences .Une_Competence .Simple_Link {font-size: 16px;}
	html section#Les_Competences .Une_Competence h3 {font-size: 32px;}
	html section#Qui_suis_je {background-position: center center;background-size: cover;}
	html section#Qui_suis_je > div:nth-of-type(1) {width: 100%;padding: 72px 32px;}
	html section#Qui_suis_je > div:nth-of-type(1) p {font-size: 26px;}
	html .Un_Article {width: calc(50% - 16px);}
	#Flux_Insta_Fake {grid-template-columns: repeat(3, minmax(0, 1fr));}
}

@media (max-width: 782px) {
	body.admin-bar header#masthead.header-is-sticky {top: 46px;}
}

@media (max-width: 680px) {
	html section#Les_Competences .Une_Competence {width: 100%;}
	html section#Les_Competences .Une_Competence .Simple_Link {font-size: 14px;padding: 0 20px;}
	html section#Les_Competences .Une_Competence h3 {font-size: 28px;}
	html section#Qui_suis_je > div:nth-of-type(1) {padding: 56px 24px;}
	html section#Qui_suis_je > div:nth-of-type(1) p {font-size: 22px;}
	html .Un_Article {width: 100%;}
}

@media (max-width: 640px) {
	#Flux_Insta_Fake {grid-template-columns: repeat(2, minmax(0, 1fr));}
}
/* SLIDER PAGES INTERNES */
section#DiapoPhoto {margin: 0;position: relative;width: 100vw;}
section#DiapoPhoto .slick-slide {padding-bottom:inherit;background-size: cover;position: relative;margin: 0 1vw;  outline: none; opacity:0.2;
    -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;
}
section#DiapoPhoto .slick-slide.slick-current,
section#DiapoPhoto .slick-slide:hover { opacity: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;}
#DiapoPhoto .slick-slide img { height: 26vw;width: auto !important;}

/* FOOTER */
footer {text-align: center;background: #fff;padding: 64px 0 24px;font-size: 16px;line-height: 24px;}
footer p.FakeTitle {margin: 0 0 16px;text-transform: uppercase;letter-spacing: 1px;font-weight: 600;font-size: 18px;} 
footer .RubFooter { display: inline-block;vertical-align: top;width: 29%;text-align: center;margin: 0 2%;}
footer p#Mentions { margin: 40px auto 0;}
footer #Logo_Footer {max-width: 140px;}
footer #SociauxFooter {display: table; margin: 24px auto 0;}
footer #SociauxFooter img {margin: 0;vertical-align: middle;width: 32px;}
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:var(--Noir);}
#Seo_Footer {max-width: 880px; width: 90%; margin: 64px auto 0; opacity: 0.6; font-size: 14px;}

/* F.A.Q */
details.Une-FAQ {
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.22);
	background: transparent;
	box-shadow: none;
}
details.Une-FAQ summary {
	list-style: none;
	cursor: pointer;
	position: relative;
	padding: 18px 74px 18px 0;
	font-size: 38px;
	font-weight: 400;
	line-height: 1.35;
}
details.Une-FAQ summary::-webkit-details-marker {display: none;}
details.Une-FAQ summary::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	border-radius: 999px;
	background: #1f1f1f;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 35px;
	font-weight: 500;
	line-height: 1;
}
details.Une-FAQ[open] summary::after {content: "−";}
details.Une-FAQ summary h3 {
	color: inherit;
	margin: 0;
	font-size: 24Px;
	font-weight: inherit;
	line-height: inherit;
}
details.Une-FAQ div {
	margin: 0 0 20px;
	padding-right: 74px;
	line-height: 1.6;
	color: #333;
}
details.Une-FAQ br {display: none;}
details.Une-FAQ summary > br,
details.Une-FAQ div > br {display: inline;}
details.Une-FAQ:last-of-type + * {display: inline-block;margin-top: 64px;margin-left: auto;margin-right: auto;width: 100%;}

@media (max-width: 980px) {
	details.Une-FAQ summary {font-size: 28px;}
}

@media (max-width: 640px) {
	details.Une-FAQ summary {font-size: 22px;padding-right: 56px;}
	details.Une-FAQ summary::after {width: 36px;height: 36px;font-size: 30px;}
	details.Une-FAQ div {padding-right: 0;}
}

#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: var(--Noir);}

/* FORMULAIRE*/
section#FormulaireContact {max-width: 980px;margin: 0 auto;padding: 0;text-align: center;}
section#FormulaireContact #FormulaireDiv {margin: 72px 0 0;padding: 32px;background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(243,243,243,0.95) 100%);border: 1px solid rgba(36,36,36,0.14);border-radius: 18px;box-shadow: 0 16px 34px rgba(36,36,36,0.08);}
section#FormulaireContact .cf7sr-g-recaptcha {margin-bottom: 18px;}
section#FormulaireContact .Col1Form,
section#FormulaireContact .Col2Form {width: 48%;display: inline-block;vertical-align: top;text-align: left;}
section#FormulaireContact .Col2Form {margin-left: 4%;}
section#FormulaireContact p {margin: 0;}
#FormulaireContact label {position: relative;display: block;margin-bottom: 14px;}
#FormulaireContact .wpcf7-form-control-wrap {position: relative;display: block;}
section#FormulaireContact input,
section#FormulaireContact textarea,
section#FormulaireContact select,
#FormulaireContact input.wpcf7-form-control,
#FormulaireContact textarea.wpcf7-form-control {width: 100%;font-size: 16px;line-height: 1.4;color: var(--Noir);background: var(--Blanc);border: 1px solid rgba(36,36,36,0.2);box-shadow: 0 4px 10px rgba(36,36,36,0.04);margin: 0;padding: 24px 18px 8px;border-radius: 12px;outline: none;transition: border-color .25s ease, box-shadow .25s ease, background-color .25s ease;}
section#FormulaireContact select {padding-top: 16px;padding-bottom: 16px;}
section#FormulaireContact textarea {min-height: 210px;max-height: 380px;height: 240px;resize: vertical;border-radius: 12px;}
section#FormulaireContact input:focus,
section#FormulaireContact textarea:focus,
section#FormulaireContact select:focus {border-color: var(--Noir);box-shadow: 0 0 0 4px rgba(191,184,175,0.4);background: #fff;}
#FormulaireContact .floating-label {position: absolute;top: 12px;left: 12px;font-size: 11px;color: rgba(36,36,36,0.68);pointer-events: none;transition: all .2s ease;z-index: 2;background: var(--Blanc);padding: 0 6px;line-height: 1;}
#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: -7px;font-size: 10px;color: var(--Noir);}
section#FormulaireContact input[type="submit"] {text-transform: uppercase;background: var(--Noir);color: var(--Blanc) !important;text-align: center;padding: 16px 34px;display: inline-block;letter-spacing: 1px;font-weight: 700;font-size: 18px;margin: 26px auto 0;min-width: 220px;border: 2px solid var(--Noir);border-radius: 999px;transition: all .3s ease;cursor: pointer;}
section#FormulaireContact input[type="submit"]:hover {background: var(--Blanc);color: var(--Noir) !important;}
section#FormulaireContact input[type="submit"]:disabled {opacity: 0.35;cursor: not-allowed;}
section#FormulaireContact input[type="radio"],
section#FormulaireContact input[type="checkbox"] {width: 18px;height: 18px;position: relative;top: 4px;padding: 0;display: inline-block;margin: 0;background-color: var(--Blanc);border: 1px solid rgba(36,36,36,0.35);border-radius: 4px;box-shadow: none;}
section#FormulaireContact input[type="checkbox"] {border-radius: 4px;}
section#FormulaireContact input[type="radio"] {border-radius: 999px;}
section#FormulaireContact input[type="radio"]:checked,
section#FormulaireContact input[type="checkbox"]:checked {background: var(--Noir);border-color: var(--Noir);}
section#FormulaireContact .wpcf7-acceptance .wpcf7-list-item {margin: 0;vertical-align: top;}
section#FormulaireContact .LabelCochage {font-size: 14px;line-height: 1.35;font-weight: 600;display: inline-block;vertical-align: top;width: calc(100% - 24px);padding-left: 10px;}
section#FormulaireContact .Acceptation {margin: 8px 0;}
section#FormulaireContact .Acceptation .wpcf7-form-control-wrap {display: inline-block;vertical-align: top;width: 20px;}
section#FormulaireContact input[type="file"] {background-color: var(--Gris);border: 1px dashed rgba(36,36,36,0.35);padding: 18px;border-radius: 10px;}
section#FormulaireContact div.wpcf7-validation-errors {display: none !important;}
section#FormulaireContact span.wpcf7-not-valid-tip {color: var(--Noir);font-size: 13px;display: block;text-align: left;position: relative;z-index: 9;width: 100%;padding: 6px 0 0;top: 0;}
section#FormulaireContact div.wpcf7-mail-sent-ok {border: 1px solid rgba(36,36,36,0.18);background: var(--Marron);color: var(--Noir);width: 100%;text-align: center;margin: 24px auto 0;padding: 12px;border-radius: 10px;font-weight: 600;}

@media (max-width: 860px) {
	section#FormulaireContact .Col1Form,
	section#FormulaireContact .Col2Form {width: 100%;}
	section#FormulaireContact .Col2Form {margin-left: 0;}
	section#FormulaireContact #FormulaireDiv {padding: 24px;}
}

#cn-accept-cookie,
#cn-refuse-cookie  {background: var(--Noir) !important; color: #fff !important; font-weight: bold;}



/* TEMP */
html #page,
html .logged-in #ConstructionSite {display: none;}
html .logged-in #page { display: block;}
html #ConstructionSite {display: block; margin: 120px auto; max-width: 90%;}
