/*!
Theme Name: notredamedeparis #paiement
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: notredamedeparis
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

notredamedeparis is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

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

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

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

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

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	/*clear: both;*/
	display: inline-block;
	/*float: left;*/
	width: 100%;
	max-width: 82%;
	margin: 0 auto;
	text-align: center;
	vertical-align: text-top;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	/*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);*
	/*float: left;*/
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background-color: #fff;
	border: 1px solid #dbe9f7;
}

.main-navigation ul ul ul {
	left: -999em;
	top: -1px;
	min-height: 380px;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	/*left: 100%;*/
	/*left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);*/
	/*left: 440px;*/
	/*left: 296px;*/
	left: 440px;
}

.main-navigation ul ul a {
	width: 255px;
	padding: 16px 0 14px 0;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.main-navigation li {
	/*float: left;*/
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0 10px 20px 10px;
}

.main-navigation li:last-of-type {
	background-color: #006cb6;
	margin: 0 0 0px 0px;
	padding: 0 15px 0px 15px;
	vertical-align: top;
}

.main-navigation li li {
	position: static;
	text-align: left;
	margin: 0px 0 0px 0;
	padding: 0 20px 0 20px;

}

.main-navigation li li:last-of-type {
	background-color: inherit;
	margin: 0px 0 0px 0;
	padding: 0 20px 0 20px;
}

.main-navigation a {
	display: block;
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
}

.main-navigation a:visited {
	color: #333;
}

.main-navigation .current_page_item a,
.main-navigation .current-page-ancestor a,
.main-navigation .current-page-ancestor ul .current_page_item a {
	color: #2681bc;
}

.main-navigation .current_page_item ul a,
.main-navigation .current-page-ancestor ul a {
	color: #333;
}


.main-navigation a:hover,
.main-navigation a:focus {
	color: #2681bc !important;
}

.main-navigation li li a {
	font-size: 18px;
	font-size: 1.125rem;
	border-bottom: 1px solid #dbe9f7;
}

.main-navigation li li li a {
	font-size: 14px;
	font-size: 0.875rem;
}

.main-navigation li:last-of-type a {
	padding: 3px 0 3px 0;
	font-size: 16px;
	font-size: 1rem;
	color: #fff;
}

.main-navigation li li:last-of-type a {
	padding: 16px 0 14px 0;
	color: #333;
	font-size: 18px;
	font-size: 1.125rem;
}

.main-navigation ul ul ul li a {
	font-size: 14px !important;
	font-size: 0.875rem !important;
}

.main-navigation li li:last-of-type a:hover,
.main-navigation li li:last-of-type a:focus {
	color: #2681bc;
}

body.single-post .main-navigation .menu-item-121 a {
	color: #2681bc;
}

body.single-chronique .main-navigation .menu-item-122 a,
body.post-type-archive-chronique .main-navigation .menu-item-122 a {
	color: #2681bc;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width:1024px) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	/*margin: 0 0 1.5em;*/
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	/*margin: 1.5em 0 0;*/
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/* GENERAL */
.site {
	position: relative;
	width: 100%;
	max-width: 1900px;
	margin: 0 auto;
}

.site-content {
	position: relative;
	width: 100%;
	max-width: 1900px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

/* GLOBAL */
a {
	color: #016cbe;
	outline: 0;
	text-decoration: none;
	transition: all 0.1s ease 0s;
}

a:hover,
a:active,
a:focus {
	color: #016cbe;
	outline: 0;
	text-decoration: none;
}

a:visited {
	color: #016cbe;
	outline: 0;
	text-decoration: none;
}

p {
	margin: 0 0 30px 0;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.2;
}

ul,
ol {
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	font-size: 18px;
	font-size: 1.125rem;
}

ul li {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
}

hr {
	background-color: #016cbe;
	border: 0 none;
	height: 1px;
	margin: 20px 0 20px 0;
}

figure {
	margin: 0;
}

strong {
	font-weight: 600;
}

a[href^=tel] {
	color: inherit;
	text-decoration: none;
}

/**
* 2.0 - Genericons
*/
.menuOpen:before,
.searcH:before,
.vcard a:before,
.menu-item-has-children a:after,
.nav-contact .widget_nav_menu a:before,
.dropdown-toggle:after,
.bypostauthor>article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search:before,
.search-toggle:before,
.search-submit:before,
.search-form:before,
.nextsection a::after,
.partage a:before,
.close:before,
.page-title:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #006cb6;
	font-family: 'Noto Sans', sans-serif;
	text-transform: uppercase;
}

:-moz-placeholder {
	color: #006cb6;
	font-family: 'Noto Sans', sans-serif;
	text-transform: uppercase;
}

::-moz-placeholder {
	color: #006cb6;
	font-family: 'Noto Sans', sans-serif;
	text-transform: uppercase;
	/*opacity: 0.5;*/
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #006cb6;
	font-family: 'Noto Sans', sans-serif;
	text-transform: uppercase;
}

h1 {
	margin: 0 0 0px 0;
	font-family: 'Noto Sans', sans-serif;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1;
	font-weight: 400;
	color: #006cb6;
}

h2 {
	margin: 0 0 15px 0;
	font-family: 'Noto Sans', sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 400;
}

h3 {
	margin: 0 0 15px 0;
	font-family: 'Noto Sans', sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
}

h4 {
	margin: 0 0 1px 0;
	font-family: 'Noto Sans', sans-serif;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 400;
}

h5 {
	margin: 0 0 15px 0;
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
}

h6 {
	margin: 0 0 0px 0;
	font-family: 'Noto Sans', sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
}

/* cols */
.col25 {
	display: inline-block;
	width: 25%;
	float: left;
}

.col33 {
	display: inline-block;
	width: 33%;
	float: left;
	padding: 0 3% 0 0;
}

.col50 {
	display: inline-block;
	width: 50%;
	float: left;
}

.col50:nth-of-type(odd) {
	padding: 0 30px 0 0;
}

.col50:nth-of-type(even) {
	padding: 0 0 0 30px;
}

.col63 {
	display: inline-block;
	width: 63%;
	float: left;
}

.col75 {
	display: inline-block;
	width: 75%;
	float: left;
}

.col66 {
	display: inline-block;
	width: 70%;
	float: left;
	padding: 0 5% 0 0;
}

.col100 {
	position: relative;
	display: inline-block;
	width: 100%;
}

/* button */
.btn,
.btn a:visited {
	display: inline-block;
	margin: 0 0 15px 0;
	font-family: 'Noto Sans', sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.1;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	text-decoration: none !important;
	background: transparent;
}

.btn a {
	display: block;
	color: #fff;
	padding: 15px 40px 15px 40px;
	background: #006cb6;
	border: 1px solid #adcced;
	transition: all 0.4s ease;
}

.btn a:hover {
	color: #006cb6;
	background: #fff;
	text-decoration: none;
	border: 1px solid #adcced;
}

/*Formulaires */
.wpcf7-form label {
	display: block;
	margin: 0 0 10px 0;
	color: #404040;
}

.wpcf7-form .wpcf7-acceptance label {
	display: block;
	text-transform: none;
	cursor: pointer;
}

.selectbg {
	display: block;
	overflow: hidden;
	background: url(images/select-bg.png) no-repeat right center;
	background-color: #d5e9f4;
	width: 100%;
	height: 42px;
	border-right: 1px solid #fff;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel] {
	padding: 7px 10px 6px 10px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	color: #006cb6;
	background-color: #d5e9f4;
	border: 1px solid #d5e9f4;
	border-radius: 0px;
}

.wpcf7-form textarea {
	max-height: 200px;
	padding: 7px 10px 6px 10px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	color: #006cb6;
	background-color: #d5e9f4;
	border: 1px solid #d5e9f4;
	border-radius: 0px;
}

.wpcf7-form input[type=submit] {
	display: block;
	margin: 20px 0 0 0;
	padding: 15px 40px 15px 40px;
	font-family: 'Noto Sans', serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.1;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	vertical-align: top;
	border: 0;
	border-radius: 0;
	background: #006cb6;
	border: 1px solid #adcced;
	transition: all 0.4s ease;
	cursor: pointer;
}

.wpcf7-form input[type=submit]:hover {
	color: #006cb6;
	background: #fff;
	text-decoration: none;
	border: 1px solid #adcced;
}

.wpcf7-form input[type=text]:hover,
.wpcf7-form input[type=email]:hover,
.wpcf7-form input[type=tel]:hover,
.wpcf7-form textarea:hover {
	border-color: #888;
}

.wpcf7-not-valid {
	border-color: red !important;
}

.wpcf7-form .col100 {
	margin: 0 0 18px 0;
}

.wpcf7-form .col50 {
	position: relative;
}

.wpcf7-form .col50:nth-of-type(2n+1) {
	padding: 0 15px 0 0;
}

.wpcf7-form .col50:nth-of-type(2n) {
	padding: 0 0 0 15px;
}

.mandatory {
	margin: 20px 0 20px 0;
	text-align: right;
	font-size: 16px;
	font-size: 1rem;
}

.wpcf7-form small {
	display: block;
	font-size: 14px;
	color: #909090;
}

.wpcf7-select {
	display: block;
	padding: 5px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	font-family: 'Noto Sans', sans-serif;
	color: #006cb6;
	font-size: 18px;
	color: #006cb6;
	border: 1px solid #d5e9f4;
	border-radius: 0em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: url(images/select-bg.png) no-repeat right center;
	background-color: #d5e9f4;
}

.wpcf7-select::-ms-expand {
	display: none;
}

.wpcf7-select:hover {
	border-color: #888;
}

.wpcf7-select:focus {
	border-color: #aaa;
	color: #006cb6;
	font-weight: 400;
	outline: none;
}

.wpcf7-select option {
	font-weight: normal;
}

input[type="checkbox"],
input[type="radio"] {
	cursor: pointer;
}

/* Social et Outils */
.outils {
	margin: 150px 0 -100px 0;
}

#modal-content .outils {
	margin: 50px 0 0px 0;
}

.outils .outils-link:before,
.outils .print:before {
	display: inline-block;
	width: 40px;
	height: 40px;
	font-family: "Genericons";
	font-size: 35px;
	line-height: 35px;
	color: #006cb6;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

.outils .outils-link.facebook:before {
	content: "\f204";
}

.outils .outils-link.twitter:before {
	content: "\f202";
}

.outils .print:before {
	content: "\f469";
}

/* HEADER */
.site-header {
	position: relative;
	width: 100%;
	max-width: 1175px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

.site-header.f-head {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 17px 0 17px;
	background: rgba(0, 0, 0, 0.8);
}

.site-branding {
	display: inline-block;
	width: 100%;
	max-width: 15%;
	padding: 10px 0 0 0px;
	vertical-align: middle;
}

.site-branding .custom-logo-link {}

.f-head .site-branding .custom-logo-link {
	min-height: 28px;
}

.f-head .site-branding .custom-logo-link img {
	height: 15px;
	width: auto;
}

.tools {
	position: absolute;
	right: 0px;
	top: 14px;
	z-index: 1;
}

.tools .languages {
	display: block;
	z-index: 2;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	color: #006cb6;
	line-height: 0.9;
	text-transform: uppercase;
	border-bottom: 3px solid #006cb6;
}

.wpml-ls-legacy-dropdown {
	width: 35px;
}

.wpml-ls-legacy-dropdown ul {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	color: #006cb6;
	line-height: 0.9;
	text-transform: uppercase;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
	border-width: 0;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	padding-right: calc(12px + .7em + .7em);
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
	right: 0px;
	border: .30em solid transparent;
	border-top: .4em solid;
}

.wpml-ls-legacy-dropdown a {
	color: #006cb6;
	border: 0;
	padding: 1px 3px;
	padding-right: 3px;
}

.wpml-ls-legacy-dropdown a:hover,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
	color: #000;
	background: transparent;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	background: #fff;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a.wpml-ls-link {
	padding-bottom: 10px;
}

.tools .searcH {
	position: relative;
	display: block;
	text-align: center;
}

.searcH:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	margin: auto;
	font-family: "Genericons";
	font-size: 25px;
	content: "\f400";
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: #006cb6;
	text-align: center;
	cursor: pointer;
}

.searcH:hover:before,
.searcH:focus:before {
	text-decoration: none;
}

.searcH a {
	position: relative;
	display: block;
	z-index: 2;
	width: 100%;
	height: 60px;
}

.searcH span {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.wpml-ls-legacy-dropdown a span {
	white-space: nowrap;
}

/* PAGES */
.entry-header {
	background: #f5f5f5;
}

.entry-content {
	position: relative;
	width: 100%;
	padding: 0 0 120px 0;
}

.illus {
	position: relative;
	height: 380px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.headCnt {
	width: 100%;
	max-width: 1175px;
	min-height: 95px;
	margin: 0 auto;
	padding: 0 0 25px 0;
}

.breadcrumb {
	padding: 7px 0 0 40px;
}

.breadcrumb p {
	margin: 0 0 5px 0;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.6;
}

/* Page Full */
.mainCnt {
	width: 100%;
	max-width: 1075px;
	margin: 0 auto;
	padding: 45px 0 0 0;
	color: #006cb6;
}

.entry-title {
	padding: 30px 40px 0 40px;
	text-align: center;
}

.mainCnt p a {
	text-decoration: underline;
}

.archive-description {
	text-align: center;
}

.archive-description p {
	margin: 0;
}

/* 404 */
.mainCnt .widget_recent_entries {
	margin: 50px 0 0 0;
}

/* HOME */
.Cnt {
	width: 100%;
	max-width: 1175px;
	margin: 0 auto;
	margin-top: 35px;
	margin-bottom: 35px;
}

body.home .mainCnt {
	width: 100%;
	max-width: 915px;
	margin: 0 auto;
	padding: 45px 0 0 0;
	color: #006cb6;
}

.remontepage {
	position: relative;
	flex-grow: 1;
	flex-basis: 33%;
	min-height: 600px;
	max-height: 600px;
	max-width: 300px;
	overflow: hidden;
	margin: 0 25px 60px 25px;
	background: #fff;
}

.remontepage:hover .remVv,
.remontepage:focus .remVv {
	transform: scale(1.05);
}

.remontepage:hover a,
.remontepage:focus a {
	color: #006bb0;
}

.remontepage .remV {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.remontepage .remVv {
	width: 100%;
	height: 300px;
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	color: #333;
	transition: all 0.6s ease;
}

.remontepage .remT {
	display: block;
	margin: 0;
	padding: 40px 25px 0px 25px;
	font-family: 'Noto Sans', serif;
	font-size: 25px;
	font-size: 1.5625rem;
	line-height: 1.1;
	color: #333;
	letter-spacing: -1px;
}

.remontepage a {
	display: block;
	padding: 0px 0 0 0;
	color: #fff;
}

.remontepage a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

.remontepage .remD {
	display: block;
	max-height: 165px;
	overflow: hidden;
	padding: 0px 25px 15px 25px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.3;
	color: #333;
}

.focuspages {
	width: 100%;
	display: table;
	content: "";
	table-layout: fixed;
	margin: 0 auto;
}

.focuspages .Cnt {
	display: flex;
	flex-direction: row;
	justify-content: center;
	/*flex-wrap: wrap;*/
	max-width: 1115px;
	margin-top: 65px;
	margin-bottom: 0px;
}

.focuspages .remontepage {
	flex-basis: 25%;
	max-width: 258px;
	min-height: 520px;
	overflow: visible;
	margin: 0 20px 40px 20px;
	background-color: #fff;
}

.focuspages .remontepage .infos {
	display: block;
	margin-top: -20px;
	padding: 0 0 2px 0;
	font-size: 12px;
	font-size: 0.75rem;
	color: #006cb6;
}

.focuspages .remontepage .infos .rub {
	font-weight: 600;
	text-transform: uppercase;
}

.focuspages .remontepage .remV {
	position: relative;
	width: 100%;
	height: 258px;
	overflow: hidden;
}

.focuspages .remontepage .remVv {
	height: 258px;
}

.focuspages .remontepage .remT {
	display: block;
	margin: 0;
	padding: 20px 15px 5px 15px;
	font-size: 5px;
	font-size: 1.5625rem;
	line-height: 1.2;
	color: #006cb6;
	letter-spacing: 0;
}

.focuspages .remontepage .remT a {
	color: #006cb6;
}

.focuspages .remontepage .remD {
	display: block;
	overflow: hidden;
	max-height: 108px;
	padding: 0px 15px 15px 15px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.3;
	color: #000;
}

.focuspages .remontepage .btn {
	display: block;
	margin: 20px 0 0 0;
}

.focuspages .remontepage .btn a {
	padding: 15px 40px 15px 40px;
}

.focuspages .remontepage a:hover .remD,
.focuspages .remontepage a:focus .remD {
	color: #006cb6 !important;
}

/* WOOCOMMERCE */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	padding: 7px 10px 6px 10px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 18px;
	color: #006cb6;
	background-color: #d5e9f4;
	border: 1px solid #d5e9f4;
	border-radius: 0px;
}

select {
	display: inline-block;
	padding: 5px 35px 5px 5px;
	width: auto;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	font-family: 'Noto Sans', sans-serif;
	color: #006cb6;
	font-size: 18px;
	color: #006cb6;
	border: 1px solid #d5e9f4;
	border-radius: 0em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: url(images/select-bg.png) no-repeat right center;
	background-color: #d5e9f4;
}

select::-ms-expand {
	display: none;
}

select:hover {
	border-color: #888;
}

select:focus {
	border-color: #aaa;
	color: #006cb6;
	font-weight: 400;
	outline: none;
}

select option {
	font-weight: normal;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #006cb6;
}

/* Détail produit */
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	float: none;
	width: 100%;
	clear: both;
}

.summary .titresection:before,
.steps .titresection.step:before,
.woocommerce-decription-product .titresection:before {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin: 0 15px 0 0;
	font-size: 24px;
	color: #fff;
	text-align: center;
	background: #006cb6;
	border-radius: 20px;
	line-height: 1.6;
}

body.postid-65 .summary .titresection:nth-of-type(1):before {
	content: "1";
}

/* Don FR */
body.postid-202 .summary .titresection:nth-of-type(1):before {
	content: "1";
}

/* Don EN */
body.postid-12 .woocommerce-decription-product .titresection:nth-of-type(1):before,
/* Bougie FR */
body.postid-15 .woocommerce-decription-product .titresection:nth-of-type(1):before {
	content: "1";
}

/* Bougie EN */
body.postid-24 .woocommerce-decription-product .titresection:nth-of-type(1):before,
body.postid-196 .woocommerce-decription-product .titresection:nth-of-type(1):before {
	content: "1";
}

/* Messe FR - Messe EN */
body.postid-24 .summary .titresection:nth-of-type(1):before,
body.postid-196 .summary .titresection:nth-of-type(1):before {
	content: "2";
}

/* Messe FR - Messe EN */
body.postid-24 .single_variation_wrap .titresection:nth-of-type(2):before,
body.postid-196 .single_variation_wrap .titresection:nth-of-type(2):before {
	content: "3";
}

/* Messe FR - Messe EN */
body.postid-65 .summary .titresection:nth-of-type(2):before,
body.postid-202 .summary .titresection:nth-of-type(2):before {
	content: "2";
}

/* Don FR - Don EN */
body.postid-65 .summary .titresection:nth-of-type(3):before,
body.postid-202 .summary .titresection:nth-of-type(3):before {
	content: "3";
}

/* Don FR - Don EN */

/* Bougie */
body.postid-12 .summary,
body.postid-15 .summary {
	margin: 0 0 50px 53px;
}

body.postid-12 .summary .price:nth-of-type(1),
body.postid-15 .summary .price:nth-of-type(1) {
	margin: 0 0 0px 0px;
}

body.postid-12 .summary .woocommerce-product-details__short-description,
body.postid-15 .summary .woocommerce-product-details__short-description {
	display: inline-block;
	margin-right: 10px;
}

body.postid-12 .summary .price,
body.postid-15 .summary .price {
	display: none;
}

body.postid-12 .woocommerce div.product form.cart div.quantity,
body.postid-15 .woocommerce div.product form.cart div.quantity {
	float: none;
}

body.postid-12 .summary .titresection,
body.postid-15 .summary .titresection {
	margin: 30px 0 0 -53px;
}

body.postid-12 .summary .titresection:nth-of-type(1):before,
body.postid-15 .summary .titresection:nth-of-type(1):before {
	content: "2";
}

body.postid-12 .summary .section,
body.postid-15 .summary .section {
	margin: 0 0 50px 0px;
}

body.postid-12 .woocommerce button.button.alt,
body.postid-15 .woocommerce button.button.alt {
	margin: 0px 0 0 0px;
}

/* Messe */
body.postid-24 .summary p.price,
body.postid-196 .summary p.price {
	display: none;
}

body.postid-24 .woocommerce-product-details__short-description,
body.postid-196 .woocommerce-product-details__short-description {
	margin: 0 0 0px 53px;
}

body.postid-24 .woocommerce div.product form.cart .variations,
body.postid-196 .woocommerce div.product form.cart .variations {
	width: auto;
	margin: 0 0 0px 53px;
}

body.postid-24 .woocommerce div.product form.cart .variations label,
body.postid-196 .woocommerce div.product form.cart .variations label {
	font-weight: 400;
}

body.postid-24 .woocommerce .woocommerce-variation-price,
body.postid-196 .woocommerce .woocommerce-variation-price {
	margin: 0 0 0px 53px;
}

body.postid-24 .woocommerce-variation-add-to-cart,
body.postid-196 .woocommerce-variation-add-to-cart {
	margin-top: 50px;
}

body.postid-24 .summary .section,
body.postid-196 .summary .section {
	margin: 0 0 50px 53px;
	overflow: hidden;
}

body.postid-24 .summary .section:nth-of-type(1) label,
body.postid-196 .summary .section:nth-of-type(1) label {
	display: inline-block;
	margin: 0 0px 0 0;
	cursor: pointer;
}

body.postid-24 .summary .section:nth-of-type(1) label:nth-of-type(2),
body.postid-196 .summary .section:nth-of-type(1) label:nth-of-type(2) {
	margin: 0 0 0 20px;
}

/* Don */
body.postid-65 .summary .section,
body.postid-202 .summary .section {
	margin: 0 0 50px 53px;
	overflow: hidden;
}

body.postid-65 .summary .section:nth-of-type(1) label,
body.postid-202 .summary .section:nth-of-type(1) label {
	display: inline-block;
	margin: 0 0px 0 0;
	cursor: pointer;
}

body.postid-65 .summary .section:nth-of-type(1) label:nth-of-type(2),
body.postid-202 .summary .section:nth-of-type(1) label:nth-of-type(2) {
	margin: 0 0 0 20px;
}

.Pqui {
	margin: 0 0 30px 0;
	display: none;
}

.Pqui label {
	margin: 0 15px 0 0;
}

.fonds {
	display: none;
	float: left;
	max-width: 300px;
	margin: 0 15px 30px 15px;
	padding: 15px 15px 0 15px;
	background: #f5f5f5;
	vertical-align: top;
}

.fonds:nth-of-type(1) {
	margin: 30px 15px 30px 0px;
}

.fonds:hover,
.fonds.clicked {
	background: #006cb6;
}

.fonds:hover h3,
.fonds.clicked h3,
.fonds:hover .fondD,
.fonds.clicked .fondD {
	color: #fff;
}

.fonds a {
	display: block;
	min-height: 365px;
}

.fonds h3 {
	margin: 5px 0 5px 0;
	font-weight: 600;
}

.fonds p {
	margin: 0 0 20px 0;
	font-size: 16px;
	font-size: 1rem;
}

/* Montant du don */
.summary .section ul {
	list-style: none;
	padding: 0 0 0 0;
}

.summary .section ul li {
	display: inline-block;
	margin: 0 15px 0 15px;
	padding: 0 0 0 0px;
}

.summary .section ul li:first-of-type {
	margin: 0 15px 0 0px;
}

.summary .section ul li a {
	display: block;
	min-width: 85px;
	padding: 5px 20px 5px 20px;
	color: #006cb6;
	text-align: center;
	background: #fff;
	border: 1px solid #006cb6;
}

.summary .section ul li a:hover,
.summary .section ul li.clicked a {
	color: #fff;
	background: #006cb6;
	border: 1px solid #fff;
}

.summary .section ul li.free label {
	padding: 0 10px 0 0px;
}

/* Bouton Valider */
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #bouton {
	display: block;
	margin: 0px 0 0 53px;
	padding: 15px 40px 15px 40px;
	font-family: 'Noto Sans', serif;
	font-size: 20px;
	font-size: 1.25rem;
	/*font-size: 1.35vw;*/
	font-weight: 400;
	line-height: 1.1;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	vertical-align: top;
	border: 0;
	border-radius: 0;
	background: #006cb6;
	border: 1px solid #adcced;
	transition: all 0.4s ease;
	cursor: pointer;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #bouton:hover {
	color: #006cb6;
	background: #fff;
	text-decoration: none;
	border: 1px solid #adcced;
}

/* Formulaire acheteur */
#customer_details {
	margin: 60px 0 20px 0;
}

.woocommerce-billing-fields h2:before {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin: 0 15px 0 0;
	font-size: 24px;
	color: #fff;
	text-align: center;
	background: #006cb6;
	border-radius: 20px;
	line-height: 1.6;
}

body.postid-65 .woocommerce-billing-fields h2:nth-of-type(1):before,
body.postid-202 .woocommerce-billing-fields h2:nth-of-type(1):before {
	content: "4";
}

/* Don FR - Don EN */
body.postid-12 .woocommerce-billing-fields h2:nth-of-type(1):before,
body.postid-15 .woocommerce-billing-fields h2:nth-of-type(1):before {
	content: "3";
}

/* Bougie FR - Bougie EN */
body.postid-24 .woocommerce-billing-fields h2:nth-of-type(1):before,
body.postid-196 .woocommerce-billing-fields h2:nth-of-type(1):before {
	content: "3";
}

/* Messe FR - Messe EN */
.woocommerce-billing-fields__field-wrapper {
	margin: 0 0 50px 53px;
}

#billing_company_field {
	display: none;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
	border-color: #d5e9f4;
}

.woocommerce form .form-row.woocommerce-invalid label {
	color: inherit;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
	border-color: #f00;
}

.woocommerce form .woocommerce-invalid-required-field.form-row::after,
.woocommerce-page form .woocommerce-invalid-required-field.form-row::after,
body.fr .woocommerce form .woocommerce-invalid-email.form-row::after,
body.fr .woocommerce-page form .woocommerce-invalid-email.form-row::after {
	clear: both;
	color: #f00;
}

body.fr .woocommerce form .woocommerce-invalid-required-field.form-row::after,
body.fr .woocommerce-page form .woocommerce-invalid-required-field.form-row::after,
body.fr .woocommerce form .woocommerce-invalid-email.form-row::after,
body.fr .woocommerce-page form .woocommerce-invalid-email.form-row::after {
	content: "Champ obligatoire";
}

body.en .woocommerce form .woocommerce-invalid-required-field.form-row::after,
body.en .woocommerce-page form .woocommerce-invalid-required-field.form-row::after,
body.en .woocommerce form .woocommerce-invalid-email.form-row::after,
body.en .woocommerce-page form .woocommerce-invalid-email.form-row::after {
	content: "Required Field";
}

/* Récapitulatif paiement */
.checkout.woocommerce-checkout {}

.checkout.woocommerce-checkout h2#order_review_heading:before {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin: 0 15px 0 0;
	font-size: 24px;
	color: #fff;
	text-align: center;
	background: #006cb6;
	border-radius: 20px;
	line-height: 1.6;
}

body.postid-65 .checkout.woocommerce-checkout h2#order_review_heading:nth-of-type(1):before,
body.postid-202 .checkout.woocommerce-checkout h2#order_review_heading:nth-of-type(1):before {
	content: "5";
}

/* Don FR - Don EN */
body.postid-12 .checkout.woocommerce-checkout h2#order_review_heading:nth-of-type(1):before,
body.postid-15 .checkout.woocommerce-checkout h2#order_review_heading:nth-of-type(1):before {
	content: "4";
}

/* Bougie FR - Bougie EN */
body.postid-24 .checkout.woocommerce-checkout h2#order_review_heading:nth-of-type(1):before,
body.postid-196 .checkout.woocommerce-checkout h2#order_review_heading:nth-of-type(1):before {
	content: "4";
}

/* Messe FR - Messe EN */
.woocommerce-checkout-review-order {
	margin: 0 0 50px 53px;
}

.woocommerce-checkout-payment {
	margin: 30px 0 0 0;
}

.woocommerce-checkout-payment label {
	cursor: pointer;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: #d5e9f4;
	border-radius: 0px;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #fff;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	background-color: #fff;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	float: none;
	margin: 0 auto;
}

/* Page Checkout */
.woocommerce-order .woocommerce-thankyou-order-received {
	margin: 0 0 60px 0;
}

.woocommerce-order .woocommerce-thankyou-order-received:empty {
	margin: 0 0 20px 0;
}

.woocommerce-order .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	font-weight: 600;
	color: #77a464;
}

.woocommerce-order .woocommerce-notice.woocommerce-notice--error.woocommerce-thankyou-order-failed {
	font-weight: 600;
	color: #f00;
}

.woocommerce-order p:nth-of-type(2) {
	padding: 15px;
	border: 1px solid #006cb6;
}

.woocommerce-order .woocommerce-order-details {
	margin: 60px 0 60px 0;
}

.woocommerce-order .wc-item-meta,
.woocommerce .wc-item-meta {
	padding: 0 0 0 0px;
}

.woocommerce-order .wc-item-meta li,
.woocommerce .wc-item-meta li {
	margin: 0 0 1px 0;
	padding: 0 0 0 0px;
	font-size: 16px;
	font-size: 1rem;
}

.woocommerce-order .wc-item-meta li .wc-item-meta-label,
.woocommerce .wc-item-meta li .wc-item-meta-label {
	font-weight: 400;
}

.woocommerce-order .wc-item-meta li p,
.woocommerce .wc-item-meta li p {
	margin: 0 0 0px 0;
	padding: 0 0 0 0px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

.wc-bacs-bank-details.order_details.bacs_details {
	padding: 0 0 0 0;
}

#PaymentRequest input[type="submit"] {
	margin: 0 auto;
	text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	display: none;
}

/* SEARCH */
/* Search Overlay*/
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
	-webkit-text-fill-color: #777 !important;
}

.search-form input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #323232 inset !important;
	-webkit-text-fill-color: #fff !important;
}

.dialog,
.dialog__overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 200;
}

.dialog {
	position: relative;
	display: none;
}

.dialog.show {
	position: fixed;
	display: -webkit-flex;
	display: flex;
}

.dialog__overlay {
	position: absolute;
	z-index: 1;
	background: rgba(0, 0, 0, 0.80);
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-backface-visibility: hidden;
}

.show .dialog__overlay {
	opacity: 1;
	pointer-events: auto;
}

div.action {
	cursor: pointer;
	display: inline-block;
	position: absolute;
	right: 100px;
	top: 20px;
	z-index: 10;
}

div.action:before {
	display: inline-block;
	font-family: "Genericons";
	content: "\f406";
	font-size: 42px;
	font-size: 2.625rem;
	font-weight: 300;
	color: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}

div.action:hover:before {
	transform: scale(1.1);
}

.dialog__content {
	width: 100%;
	padding: 10em;
	text-align: center;
	position: relative;
	z-index: 5;
	opacity: 0;
}

.show .dialog__content {
	pointer-events: auto;
}

.dialog__overlay {
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.dialog__content {
	overflow: hidden;
}

#search-container form.search-form {
	border-bottom: 1px solid #e7e7e7;
}

.dialog.show .dialog__content,
.dialog.dialog--close .dialog__content {
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.dialog.show .dialog__content {
	-webkit-animation-name: anim-open;
	animation-name: anim-open;
	-webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.3);
}

.dialog.dialog--close .dialog__content {
	-webkit-animation-name: anim-close;
	animation-name: anim-close;
}

.dialog.show h2,
.dialog.show button {
	-webkit-animation: anim-elem 0.4s both;
	animation: anim-elem 0.4s both;
}

.dialog.show h2 {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

.dialog.show button {
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}

@-webkit-keyframes anim-open {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -400px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
	}
}

@keyframes anim-open {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -400px, 0);
		transform: translate3d(0, -400px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes anim-close {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
	}
}

@keyframes anim-close {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0);
	}
}

/* Inner elements animations */
@-webkit-keyframes anim-elem {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
	}
}

@keyframes anim-elem {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100px, 0);
		transform: translate3d(0, -100px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.search-wrap #searchform .screen-reader-text,
.search-wrap #searchform #searchsubmit {
	display: none;
}

.search-wrap {}

.search-wrap .center {
	position: relative;
	display: none;
}

.search-inside {
	height: auto;
	margin: 0 auto;
}

.search-under .center {
	position: relative;
}

.search-icon {
	position: absolute;
	background: #000;
	color: #fff;
	font-size: 42px;
	padding: 0px 15px 5px;
	right: 0;
	cursor: pointer;
	z-index: 1;
	font-weight: normal;
}

.search-wrap .search-form .screen-reader-text,
.search-wrap .search-form input[type="submit"] {
	display: none;
}

.search-wrap .search-form .search-field {
	background: none;
	border: none;
	padding: 12px 0 8px;
	color: #fff;
	font-size: 32px;
	font-size: 2rem;
	vertical-align: middle;
	line-height: 30px;
	width: 100%;
	font-family: 'Noto Sans', sans-serif;
	outline: none;
	letter-spacing: -1px;
	font-weight: 300;
}

input.search-field::-webkit-input-placeholder,
input.search-field::placeholder,
input.search-field:-moz-placeholder {
	color: #fff;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 300;
}

.no-results {
	min-height: 700px;
}

body.search-results {}

body.search-results .hentry {
	position: relative;
	margin: 0 0 10px 0;
	padding: 12px 10px 9px 22px;
	background: #fff;
}

body.search-results .hentry .RechL {
	display: inline-block;
	width: 100%;
	max-width: 64.3%;
	vertical-align: top;
}

body.search-results .hentry h3 {
	margin: 5px 12px 5px 0;
	font-size: 21px;
	font-size: 1.135rem;
	line-height: 1;
	color: #006cb6;
}

body.search-results .hentry a {
	display: block;
	color: #006cb6;
}

body.search-results .hentry a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

body.search-results .hentry .desc {
	margin: 0 12px 10px 0;
	font-size: 18px;
	font-size: 1.125rem;
	color: #000;
}

body.search-results .hentry .remVv {
	display: inline-block;
	width: 100%;
	max-width: 35%;
	height: 170px;
	overflow: hidden;
	vertical-align: top;
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	color: #333;
	transition: all 0.6s ease;
}

.posts-navigation {
	position: relative;
	z-index: 2;
}


/* FOOTER */
.site-footer {
	position: relative;
	content: "";
	display: table;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0px 0;
	background-color: #ebf2fc;
}

.site-info {
	position: relative;
	width: 100%;
	max-width: 1175px;
	margin: 0 auto;
	padding: 60px 0 0 0;
	font-family: 'Noto Sans', serif;
	font-size: 18px;
	font-size: 1.125rem;
}

.site-info .picto {
	position: absolute;
	top: -158px;
	right: 0;
	z-index: 1;
	width: 292px;
	height: 182px;
	background-image: url(images/picto-notre-dame.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.site-info .colFoot {
	display: inline-block;
	width: 33%;
	float: left;
	padding: 0 10px 0 40px;
	min-height: 140px;
	border-left: 1px solid #6fabd3;
}

.site-info .colFoot:nth-of-type(1) {
	width: 39%;
	border-left: none;
}

.site-info .colFoot:nth-of-type(1) .widget_media_image {
	float: left;
	margin: 0 30px 0 0;
}

.site-info .colFoot:nth-of-type(1) .widget_text {
	margin: 20px 0 0 0;
}

.site-info .colFoot:nth-of-type(2),
.site-info .colFoot:nth-of-type(3) {
	width: 30%;
}

.site-info .widget_text {
	color: #006bb0;
}

.site-info .widget_nav_menu ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}

.site-info .widget_nav_menu ul li {
	display: block;
	padding: 0 0 0px 0;
	text-transform: uppercase;
}

.site-info .widget_nav_menu ul li a {}

.site-info .widget_nav_menu ul li a:hover {
	text-decoration: underline;
}


/* MEDIA QUERIES */
@media (max-width: 1174px) {
	.main-navigation li {
		padding: 0 6px 20px 6px;
	}

	.main-navigation a {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	.remontepage {
		min-height: 550px;
		max-height: 550px;
		max-width: 250px;
		margin: 0 25px 60px 25px;
	}

	.remontepage .remV {
		height: 250px;
	}

	.remontepage .remT {
		padding: 20px 25px 0px 25px;
	}

	.woocommerce div.product div.summary {
		max-width: 80%;
	}
}

@media (max-width: 1023px) {
	.site-branding {
		max-width: 135px;
	}

	.menu-toggle {
		position: absolute;
		right: 60px;
		top: 17px;
		z-index: 30;
		height: 30px;
		width: 30px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		border: 0 none;
		background: transparent;
	}

	.menu-toggle:before {
		display: block;
		margin: 0 auto;
		font-family: "Genericons";
		font-size: 25px;
		content: "\f419";
		width: 30px;
		height: 30px;
		line-height: 30px;
		color: #006cb6;
		text-align: center;
		cursor: pointer;
	}

	.menu-toggle:hover:before,
	.menu-toggle:focus:before {
		color: #006cb6;
		text-decoration: none;
	}

	.main-navigation {
		display: block;
	}

	.main-navigation.toggled ul {
		position: absolute;
		right: 0;
		top: 60px;
		width: 50%;
		min-width: 320px;
		height: auto;
		z-index: 999;
		padding: 10px;
		background: #fff;
	}

	.main-navigation li {
		display: block;
		padding: 0 6px 10px 6px;
		text-align: left;
	}

	.main-navigation li:last-of-type {
		margin: 0 0 0px 0px;
	}

	.main-navigation ul li:hover>ul,
	.main-navigation ul li.focus>ul {
		left: auto;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	.main-navigation.toggled ul ul {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		min-width: 300px;
		padding: 0 0 7px 0;
		z-index: 99999;
		background-color: #fff;
		border: 0;
	}

	.main-navigation ul ul a {
		width: 100%;
		padding: 8px 0 5px 0;
	}

	.main-navigation li li a {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.main-navigation li li:last-of-type a {
		width: 100%;
		padding: 8px 0 5px 0;
		font-size: 14px;
		font-size: 0.875rem;
	}

	.main-navigation.toggled ul ul ul {
		display: none;
	}

	.tools {
		right: 10px;
	}

	h1 {
		font-size: 24px;
		font-size: 1.5rem;
	}

	h2 {
		font-size: 21px;
		font-size: 1.3125rem;
	}

	p {
		margin: 0 0 20px 0;
		font-size: 16px;
		font-size: 1rem;
	}

	.btn a {
		font-size: 18px;
		font-size: 1.125rem;
		padding: 10px 35px 10px 35px;
	}

	.focuspages .remontepage {
		min-height: 440px;
	}

	.focuspages .remontepage .remV {
		height: 172px;
	}

	.focuspages .remontepage .remT {
		font-size: 16px;
		font-size: 1rem;
	}

	.socials .socmed .socmedCnt .noussuivre a {
		text-align: center;
	}

	.site-info .colFoot {
		padding: 0 10px 0 15px;
	}

	.colFoot p,
	.site-info .widget_nav_menu ul li {
		font-size: 16px;
		font-size: 1rem;
	}

	.entry-content {
		padding: 10px 0 120px 10px;
	}

	.headTitre {
		height: 80px;
	}

	.remontepage {
		min-height: 480px;
		max-height: 480px;
		max-width: 215px;
		margin: 0 15px 30px 15px;
	}

	.remontepage .remV {
		height: 215px;
	}

	.remontepage .remT {
		padding: 20px 15px 0px 15px;
		font-size: 21px;
		font-size: 1.3125rem;
	}

	.remontepage .remD {
		padding: 0px 15px 15px 15px;
		font-size: 16px;
		font-size: 1rem;
	}

	.headCnt {
		min-height: 75px;
	}

	.mainCnt {
		padding: 15px 0 0 0;
	}

	.mandatory {
		margin: 20px 10px 20px 0;
	}

	.summary .section ul li.proposed {
		margin-bottom: 15px;
	}

	.summary .section ul li:first-of-type {
		margin-left: 15px;
	}

	.woocommerce div.product form.cart .variations td,
	.woocommerce div.product form.cart .variations th {
		line-height: 1.2;
	}
}

@media (max-width: 767px) {
	.focuspages .Cnt {
		flex-wrap: wrap;
	}

	.focuspages .remontepage {
		flex-basis: 50%;
		max-width: 200px;
	}

	.socials {
		padding-bottom: 120px;
	}

	.socials .Cnt {
		flex-wrap: wrap;
	}

	.remontepage {
		margin: 0 5px 20px 5px;
	}

	body.page-template-page-actualites .mainCnt,
	.ColD {
		flex-basis: 100%;
		max-width: 100%;
	}

	h2 {
		position: relative;
	}

	.summary .titresection {
		padding: 0 0 0 53px;
	}

	.summary .titresection:before {
		display: block;
		position: absolute;
		top: -6px;
		left: 0;
	}
}

@media (max-width: 480px) {
	.socials .socmed {
		flex-basis: 50%;
	}

	.site-info .colFoot:nth-of-type(1),
	.site-info .colFoot:nth-of-type(2),
	.site-info .colFoot:nth-of-type(3) {
		width: 100%;
		min-height: auto;
		border: 0;
	}
}

@media (max-width: 479px) {
	.focuspages .remontepage {
		flex-basis: 100%;
		max-width: 258px;
		min-height: 400px;
	}

	.remontepage {
		flex-basis: 100%;
	}
}

@media (max-width: 374px) {

	body.postid-24 .woocommerce div.product form.cart .variations .label,
	body.postid-196 .woocommerce div.product form.cart .variations .label {
		display: table-caption;
		clear: both;
		width: 100%;
	}

	body.postid-24 .woocommerce div.product form.cart .variations .value,
	body.postid-196 .woocommerce div.product form.cart .variations .value {
		display: table;
	}
}

@media print {

	.main-navigation,
	.tools,
	.sideNav,
	.outils {
		display: none;
	}

	.clear::after,
	.entry-content::after,
	.comment-content::after,
	.site-header::after,
	.site-content::after,
	.site-footer::after {
		clear: none;
	}

	.clear::before,
	.clear::after,
	.entry-content::before,
	.entry-content::after,
	.comment-content::before,
	.comment-content::after,
	.site-header::before,
	.site-header::after,
	.site-content::before,
	.site-content::after,
	.site-footer::before,
	.site-footer::after {
		content: "";
		display: inline-block;
		table-layout: auto;
	}

	.LnkOpen::before,
	.visu {
		display: none;
	}

	.site-footer {
		display: none;
	}
}
