/*!
Theme Name: notredamedeparis
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:84%;
	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 12px 20px 12px;
}
.main-navigation li:last-of-type {
	background-color:#006cb6;
	margin: 0 0 0px 20px;
	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:20px;
	font-size:1.25rem;
	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:inherit; outline: 0;text-decoration:none;}
/* 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%;}

/* Show Hide */
.sh-link{margin:0 0 10px 0 !important;}
.sh-link a{color:#000;text-decoration:none !important;}
.sh-link a:hover{color:#000;text-decoration:none !important;}
.sh-content{padding:0px 0 20px 0;}
.sh-link.sh-hide a:after {display: inline-block;margin: 4px 0px 0 4px;font: 25px/1 Genericons;text-decoration: inherit;vertical-align:top;color: #000;content: "\f431";font-size: 25px;font-size: 1.5625rem;font-weight: 400;font-style: normal;}
.sh-link.sh-hide a {font-size: 20px;font-size: 1.25rem;font-weight:400;color: #000;transition: all 0.1s ease 0s;}
.sh-link.sh-hide a:hover{color: #000;}
.sh-link.sh-show a:after {display: inline-block;margin: 6px 0px 0 4px;font: 25px/1 Genericons;text-decoration: inherit;vertical-align:top;color: #000;content: "\f431";font-size: 25px;font-size: 1.5625rem;font-weight: 400;font-style: normal;-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}
.sh-link.sh-show a {font-size: 20px;font-size: 1.25rem;font-weight:400;color: #000;}

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


/* Modal */
.overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);opacity: 0;z-index: -1;}
.overlay.active {opacity: 1;z-index: 2;}
.popoeuvre {color: #4a5666;background: #fff;box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 35px 50px -25px rgba(0, 0, 0, 0.3), 0 85px 60px -25px rgba(0, 0, 0, 0.1);z-index: 3;visibility: hidden;opacity: 0;transition: .5s ease;}
.popoeuvre h2 {margin: 0;font-weight: 400;padding: 1rem;border-bottom: 1px solid #DDE0E7;}
.popoeuvre p {padding: 1rem;}
.popoeuvre.active {display:block;visibility: visible;opacity: 1;}
.open,
.zoom{position: absolute;right: 20%;bottom:20%;z-index:1;}
.LnkOpen:before{position:absolute;top:0;left:0;right:0;z-index:1;margin:auto;font-family: "Genericons";font-size:55px;content: "\f400";width:55px;height:55px;line-height:55px;color:#fff;text-align: center;cursor:pointer;}
.LnkOpen 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; }
.LnkOpen:hover:before{color: #006cb6;}
.close{position: absolute;right: 35px;top: 5px;z-index:4;}
.close:before{position:absolute;top:0;left:0;right:0;z-index:1;margin:auto;font-family: "Genericons";font-size:25px;content: "\f406";width:25px;height:25px;line-height:25px;color:#fff;text-align: center;cursor:pointer;transition: all 0.1s ease 0s;}
.close 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; }
.close:hover:before{margin: -1px -3px 0 0;transform:rotate(90deg);}
.visuM .open{position: relative;right: auto;bottom: auto;z-index:1;display:block;}
.visuM .btnOpen span{position: absolute;bottom: -20px;left: 0;right: 0;z-index:1;margin: auto;width: 140px;height: 53px;padding: 0 0 0 10px;border:1px solid #d2e5f2;text-align: center;font-family: 'Noto Sans', sans-serif;font-size: 20px;line-height: 50px;color: #fff;background: #006cb6;transition: all 0.2s ease;}
.visuM .btnOpen span:before{position:absolute;top:11px;left:12px;z-index:1;font-family: "Genericons";font-size:28px;content: "\f400";width:28px;height:28px;line-height:28px;color:#fff;text-align: center;cursor:pointer;transition: all 0.4s ease;}
.visuM  a:hover span{background: #fff;color: #006cb6;}
.visuM  a:hover span:before{color: #006cb6;}

/* Slideshow */
.illus .popoeuvre {max-height: none;position: absolute;top: 0;left: 0;right:0;max-width: 1010px;margin:auto;transform: none;padding:40px;background:#1b1b1b;}
.slideshow {max-width:930px;max-height:930px;}
.slideshow ul li {margin: 0;padding: 0;}
.sy-slide {max-width:930px;max-height:930px;}
.sy-slide > img {width:auto !important;max-width:930px;max-height:930px;margin:0 auto !important;}
.sy-pager li {width: 0.8em !important;height: 0.8em !important;margin: 0 0.5em 0 0 !important;}
.sy-pager li a {background-color:#666 !important;}
.sy-pager li.sy-active a {background-color: #fff !important;}
.sy-controls li a:after {background-image: url(images/arrows.svg) !important;}

/* Accordeon */
.accordion-item{border-bottom:1px solid #f2f7fb;}
.acc-title{margin:0 0 0px 0;padding:35px 9% 35px 9%;font-size:30px;font-size:1.875rem;line-height:1.1;text-align:center;color:#fff;background:#006cb6;}
.is-active .acc-title{background:#1f96d0;}
.accordion-thumb{position:relative;cursor: pointer;}
.accordion-thumb:before {position:absolute;left:5%;z-index:1;display: inline-block;content: '+';height: 30px;width: 30px;font-size: 45px;line-height: 30px;vertical-align: middle;border:1px solid #fff;color: #fff;transition: transform .2s ease-out;}
.is-active .accordion-thumb:before {content: '-';transition: transform .2s ease-out;}
.accordion-panel {overflow: hidden;display: none;padding:40px 0 40px 0;border-top:1px solid #006eb3;}
.acc p {width: 100%;padding: 0px 35px 0px 35px;font-size: 18px;font-size: 1.125rem;}
.acc-btn{margin:0 auto;padding:20px 0 0 0;text-align:center;}
.acc-btn .btn{margin: 0 10px 15px 10px;}

/* Lire la suite */
span.ls{display:block;margin:0px 0 0 0;font-size:14px;font-size:0.875rem;color:#006cb6;opacity: 0;overflow: hidden;text-overflow: ellipsis;transform: translateX(-1em);transition: opacity 0.2s ease 0s, transform 0.2s ease 0s;}
.Actu:hover span.ls, .Actu:focus span.ls,
body.search-results .hentry:hover span.ls, body.search-results .hentry:focus span.ls {opacity: 1;transform: translateX(0px);}

/* Pagination */
.pagination{position:relative;z-index:1;clear: both;margin:25px 0 0 0;padding:4px 0 4px 0;text-align:center;}
.pagination ul{padding:0;}
.pagination ul li{display:inline-table;margin:0;padding:0;font-size:16px;font-size:1rem;font-weight:700;color:#006cb6;text-align:center;}
.pagination ul li:before{background:none;}
.pagination ul li a{display:block;padding:2px 4px 2px 4px;color:#006cb6;text-decoration:none;}
.pagination ul li a:hover{text-decoration:underline;}
.pagination ul li span.current{display:block;padding:2px 4px 2px 4px;color:#006cb6;text-decoration:underline;}

/* 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 .outils-link.email:before{content: "\f410";}
.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:10px;width: 25px;z-index:1;}
.tools .languages{		display:none;		font-size:14px;font-size:0.875rem;font-weight:600;color:#006cb6;line-height:0.9;text-transform:uppercase;}
.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;}
.wpml-ls-legacy-dropdown a span {white-space: nowrap;}
.tools .searcH{margin: 20px 0 0 0;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;}

/* 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;}
.navrub{margin:0 0 0px 0;text-align: center;}
.navrub ul{margin:0;padding:0;list-style:none;}
.navrub li{display: inline-block;margin:0;padding:0 7px 0 0;color:#006cb6;}
.navrub li a{}
.navrub li a:hover{}
.navrub li:before{content:" | ";padding:0 10px 0 0;font-size: 14px;font-size:0.875rem;vertical-align: text-bottom;}
.navrub li:first-child:before{content:"  ";padding:0;}
.headTitre{width:100%;height:100px;margin: 0 auto;background-color:#1f96d0;border-bottom:1px solid #0070b3;color:#fff;}
.headTitre h1{width:100%;max-width:1175px;margin: 0 auto;text-align:center;position: relative;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.chapo {margin:0 0 30px 0;font-size:24px;font-size:1.5rem;line-height: 1.2;}
.visu{float: left;margin: 0 40px 40px 0;max-width:400px;max-height:400px;}
.visu img{width:100%;max-width:400px;max-height:400px;}
.page-template-page-sidebar-menu-oeuvre .mainCnt h2,
.page-template-page-sidebar-menu-oeuvre .mainCnt h3{display: table-cell;padding: 0 0 15px 0;}

/* Page Full */
.mainCnt{width:100%;max-width:915px;margin: 0 auto;padding:45px 0 0 0;color:#006cb6;}
.entry-title{padding: 0 40px 0 40px;text-align:center;}
.mainCnt p a,
.mainCnt ul a{text-decoration:underline;}

/* Page Menu Sidebar */
body.page-template-page-sidebar-menu .entry-title,
body.page-template-page-sidebar-menu-oeuvre .entry-title{margin-left: 29.78723404255319%;padding: 0 15px 0 40px;text-align:left;}
body.page-template-page-sidebar-menu .par,
body.page-template-page-sidebar-menu-oeuvre .par{display:block;margin-left: 29.78723404255319%;padding: 0 0 0 40px;color:#006cb6;}
body.page-template-page-sidebar-menu .entry-content,
body.page-template-page-sidebar-menu-oeuvre .entry-content{padding:0 0 0px 0;}
body.page-template-page-sidebar-menu .CntCont,
body.page-template-page-sidebar-menu-oeuvre .CntCont{display: flex;flex-direction: row;justify-content: center;flex-wrap: wrap;max-width: 1175px;margin:0 auto;padding:0 0 0px 0;}
.sideNav{flex-grow: 1;flex-basis: 29.78723404255319%;width:100%;max-width:355px;order:1;padding:45px 33px 200px 32px;background:#1f96d0;}
.sideNavT{padding:0 0 10px 0;font-family:'Noto Sans', serif;font-size:30px;font-size:1.875rem;line-height:1.2;color:#fff;text-align:right;border-bottom:1px solid #b2d3e9;}
.sideNav ul{margin:0;padding:0;list-style:none;text-align:right;}
.sideNav ul li{position:relative;margin:0;padding:0;border-bottom:1px solid #b2d3e9;}
.sideNav ul li a:before{display:inline-block;content:"• ";padding:0 4px 0 0;font-size:16px;font-size:1rem;line-height:16px;line-height:1rem;color:#fff;transition: all 0.4s ease;}
.sideNav ul li a{display:inline-block;padding:8px 0 8px 10px;font-size:16px;font-size:1rem;line-height:1.2;color:#fff;transition: all 0.4s ease;}
.sideNav ul li a:hover:before,
.sideNav ul li a:focus:before{color:#004674;}
.sideNav ul li.current_page_item a,
.sideNav ul li.current_page_item a:before{color:#004674;}
body.page-template-page-sidebar-menu .mainCnt,
body.page-template-page-sidebar-menu-oeuvre .mainCnt{flex-grow: 2;flex-basis: 69.78723404255319%;width:100%;max-width:820px;order:2;padding:45px 40px 160px 35px;background:#fff;}
.localiser{margin:60px 0 0px 0;padding:39px 0 29px 0;text-align:center;background:#0188ca url(images/localiser-bg.png)0 0 no-repeat;}


/* RUBRIQUES */
body.page-template-page-rubriques .entry-header,
body.page-template-page-rubriques-accordeon .entry-header{background:#f2f7fb;}
body.page-template-page-rubriques .entry-content,
body.page-template-page-rubriques-accordeon .entry-content{padding:0 0 180px 0;background-color:#1f96d0;color:#fff;}
body.page-template-page-rubriques .entry-title,
body.page-template-page-rubriques-accordeon .entry-title{color:#fff;}
.mainCntRub{width:100%;max-width:800px;margin: 0 auto;padding:35px 0 15px 0;text-align:center;}
.mainCntRub p{font-size:24px;font-size:1.5rem;}
.mainCntRub p a{color:#fff;text-decoration:underline;}
.srub{width:100%;max-width:1175px;min-height:95px;margin: 0 auto;}
.srubcnt{border-bottom:1px solid #f2f7fb;}
body.page-template-page-rubriques-accordeon .accordion-panel {padding:0 0 40px 0;}
body.page-template-page-rubriques-accordeon .accordion-item:first-child .accordion-panel {display:block;}
body.page-template-page-rubriques-accordeon .acc p{max-width:800px;margin: 0 auto;padding:35px 0px 45px 0px;font-size:21px;font-size:1.315rem;text-align:center;}
.acc-cnt{display: flex;flex-direction: row;justify-content: center;flex-wrap: wrap;max-width: 1175px;}
.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:#333;}
.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;}
.srubcnt .btn{display: block;}
.srubcnt .btn a{display:inline-block;background: rgba(255, 255, 255, 0.1);}
.srubcnt .btn a:hover{background: rgba(255, 255, 255, 1);}

/* Actualités */
body.page-template-page-actualites .entry-content{padding:0 0 180px 0;background-color:#ddedfa;}
body.page-template-page-actualites .CntCont{display: flex;flex-direction: row;justify-content: center;flex-wrap: wrap;max-width: 1095px;margin:0 auto;padding:40px 0 0 0;}
body.page-template-page-actualites .CntSoc{width:100%;max-width:1095px;margin: 0 auto;padding:0 0 0 0;}
body.page-template-page-actualites .CntSoc .outils {margin: 150px 0 -140px 0;}
.page-template-page-actualites .mainCnt{flex-grow: 2;flex-basis:68.03652968036529680365296803653%;width:100%;max-width:745px;order:1;padding:0 0 0 0;}
.Actus{}
.Actu{position:relative;margin:0 0 40px 0;padding:12px 10px 9px 22px;background:#fff;}
.ActuL{display:inline-block;width:100%;max-width:64.3%;vertical-align:top;}
.Actu .date{display:block;padding:10px 0 0 0;font-size:14px;font-size:0.875rem;font-weight:600;color:#006cb6;}
.Actu h3{margin:5px 12px 5px 0;font-size:18px;font-size:1.125rem;line-height:1;color:#006cb6;}
.Actu a{display:block;color:#006cb6;}
.Actu a:after {content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 2;}
.Actu .desc{margin:0 12px 10px 0;font-size:14px;font-size:0.875rem;color:#000;}
.Actu .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;}
.voirtout{margin: 50px 0 0 0;text-align: center;}
.ColD{flex-grow: 1;flex-basis: 31.96347031963470319634703196347%;width:100%;max-width:350px;order:2;padding:0 0 0 45px;}
.ColDT{padding:20px 0 20px 0;font-size:21px;font-size:1.315rem;color:#88cffd;text-align:center;text-transform:uppercase;}
.EgliseInfo-container{margin:0 0 25px 0;padding:0 0 15px 0;background:#016cbc;color:#fff !important;}
.searchCelebrationTimeTabBar,.searchCelebrationTimeMessage {display:none !important;}
.searchCelebrationTimeContent{color:#fff !important;}
.egliseInfoCellTreeTitle{color:#fff !important;}
.cellTreeItem{padding-left:0 !important;}
.cellTreeItemValue{padding-left: 8px !important;padding-right: 8px !important;}
.cellTreeTopItemImageValue {border-bottom: 1px solid #98cef9 !important;}
.cellTreeItem .titre-date{padding: 0 0 0 16px;font-family:'Noto Sans', serif;font-size:16px;font-size:1rem;font-weight:400;color:#fff;}
.egliseinfo-image{padding:3px 10px 3px 3px !important;}
.egliseInfoCellTreeTitle{font-size:14px !important;font-size:0.875rem !important;}
.egliseInfoCellTreeBody{font-size:14px !important;font-size:0.875rem !important;color:#fff !important;}
.egliseInfoCellTreeHead{font-size:12px !important;font-size:0.75rem !important;color:#fff !important;}
.egliseInfoCellListActions{display:none;}
.searchCelebrationTimeContent .searchCelebrationTimeAddTo:nth-of-type(1){display:none !important;}
a.egliseInfoLinkActionItem, a:visited.egliseInfoLinkActionItem, a:active.egliseInfoLinkActionItem{font-size:16px !important;font-size:1rem !important;color:#fff !important;}
.loadMore[href="/horaires/48.8593872:2.3406943"] {visibility: hidden !important;display: none !important;}
.loadMore{padding: 6px 10px !important;}
.retrouvez{padding:0 10px 0 10px;}
.retrouvez a{color:#fff;}
.Agenda{display:none;padding:0 25px 0 25px;background:#016cbc;}
.AgeBlk{width:100%;padding:0 0 30px 0;}
.AgeDate{display:inline-block;width:26%;color:#88cffd;vertical-align:top;}
.AgeDesc{display:inline-block;width:74%;color:#fff;}

#agenda {padding:10px;}
#agenda header{display:none;}
#agenda ul.active-filters{margin:0;padding:0;list-style:none;}
#agenda ul.active-filters li{margin:0;padding:0;list-style:none;}
#agenda ul.active-filters li:first-letter{text-transform:uppercase;}
#agenda ul.active-filters a{margin:0 0 0 8px;cursor:pointer;}
#agenda article.row{overflow:hidden;margin:0 0 25px 0;}
#agenda article.row .event-img{float: left;width: 26%;min-height: 100px;}
#agenda article.row h3.event-title{float: left;clear: none;width: 72%;margin: 0 0 10px 0;padding: 0 0 0 10px;line-height: 1;}
#agenda article.row .event-text{float: left;width: 72%;padding: 0 0 0 10px;line-height: 1;}
#agenda article.row .event-text p{margin: 0 0 10px 0;font-size: 12px;font-size:0.75rem;}
#agenda article.row .event-text ul{margin:0;padding:0;list-style:none;}
#agenda article.row .event-text ul li{min-height: 16px;margin:0 0 5px 0;padding:0 0 0 20px;font-size: 14px;font-size:0.875rem;font-weight: bold;}
#agenda article.row .event-text ul li:nth-of-type(1){background-image:url(images/_pin_default.png);background-size:10px 16px;background-position:0 0;background-repeat: no-repeat;}
#agenda article.row .event-text ul li:nth-of-type(2){background-image:url(images/picto-calendar1.png);background-size:16px 16px;background-position:0 0;background-repeat: no-repeat;}
#agenda .load-next{font-weight:bold;cursor:pointer;}
#agenda .load-next:first-letter{text-transform:uppercase;}

/* Chroniques */
body.page-template-page-chroniques .entry-content,
body.post-type-archive-chronique .entry-content{padding:0 0 180px 0;}
body.page-template-page-chroniques .CntCont,
body.post-type-archive-chronique .CntCont{margin:0 auto;padding:60px 0 0 0;}
body.page-template-page-chroniques .mainCnt,
body.post-type-archive-chronique .mainCnt{width:100%;max-width:1110px;order:1;padding:0 0 0 0;}
body.single-chronique #modal-ready{display:none;}
.Chroniques{position:relative;overflow: hidden;}
.Chronique{position:relative;float:left;display:inline-block;width:100%;max-width:310px;height:460px;overflow:hidden;margin:0 30px 45px 30px;padding:25px;vertical-align:top;background-position:right 5px bottom 10px;background-repeat:no-repeat;}
.Chronique:nth-of-type(3){clear:both;}
.Chronique.reconstruction{background-color:#eff5d9;}
.Chronique.ernest{background-color:#fdf0df;background-image:url(images/picto-decouvrir.png);}
.Chronique .remVv{position: relative;display:inline-block;width:100%;height:180px;overflow:hidden;vertical-align:top;background-size: contain;background-position: top center;background-repeat:no-repeat;color:#333;transition: all 0.6s ease;}
.Chronique:hover .remVv,
.Chronique:focus .remVv{transform: scale(1.03);}
.Chronique .mremVv{width:100%;max-width:260px;height:180px;overflow:hidden;}
.Chronique .remVv .pictYt{position: absolute;left:0;right:0;top:0;bottom:0;margin: auto;width:60px;height:60px;z-index:1;background:url(images/picto-yt.png)center center no-repeat;}
.Chronique .date{display:block;padding:10px 0 0 0;font-size:14px;font-size:0.875rem;font-weight:400;color:#006cb6;}
.Chronique.reconstruction .date{color:#007426;}
.Chronique.ernest .date{color:#e44c00;}
.Chronique h3{margin:5px 12px 5px 0;font-size:18px;font-size:1.125rem;line-height:1;color:#006cb6;}
.Chronique a{display:block;}
.Chronique a:after {content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 2;}
.Chronique.reconstruction a{color:#007426;}
.Chronique.ernest a{color:#e44c00;}
.Chronique .desc{margin:0 12px 10px 0;font-size:14px;font-size:0.875rem;color:#000;}

.modal-wrapper.styled {background-color: transparent;background-color: rgba(255, 255, 255, 0.1);}
.modal-wrapper.styled .modal {margin: 20vh auto;max-width: 900px;padding: 10px;border: 0;}
#modal-content{background-color:#eff5d9;padding: 0px 10px 10px 10px;}
#modal-content .date{display:block;padding:2px 0 0 0;font-size:18px;font-size:1.125rem;font-weight:400;color:#007426;}
#modal-content .title{display:block;text-align:center;padding:10px 25px 25px 25px;font-family:'Noto Sans', serif;font-size:21px;font-size:1.315rem;font-weight:400;text-transform:uppercase;color:#007426;}
#modal-content .content{margin:0;padding:0px 25px 0px 25px;font-size:16px;font-size:1rem;color:#000;}
#modal-content .content p{font-size:16px;font-size:1rem;color:#000;}
.modal-wrapper.styled .modal .close-modal{position: absolute;right:15px;top: 10px;width:22px;height:22px;z-index:4;font-size:1em;color:#eff5d9;outline: none;}
.modal-wrapper.styled .modal .close-modal:before{position:absolute;top:0;left:0;right:0;z-index:1;margin:auto;font-family: "Genericons";font-size:22px;content: "\f406";width:22px;height:22px;line-height:22px;color:#fff;text-align: center;cursor:pointer;transition: all 0.1s ease 0s;background-color:#007426;}

.Filtres{display:inline-block;width:100%;max-width:310px;height:460px;margin: 0 0 0 30px;}
.Filtrbox{margin:0 0 55px 0;}
.FiltT{display:block;margin:0 0 10px 0;padding:0 0 0 10px;font-family:'Noto Sans', serif;font-size:24px;font-size:1.5rem;font-weight:400;text-transform:uppercase;border-bottom:1px solid #77b1d8;}
.Filtres .selectbg {height: 35px;overflow:hidden;}
.Filtres select {height: 35px;}
.archive-description{text-align:center;}
.archive-description p{margin:0;}

/* Oeuvres */
body.page-template-page-oeuvre .entry-content,
body.post-type-archive-oeuvre .entry-content{padding:0 0 180px 0;}
body.page-template-page-oeuvres .CntCont,
body.post-type-archive-oeuvre .CntCont{margin:0 auto;padding:60px 0 0 0;}
body.page-template-page-oeuvres .mainCnt,
body.post-type-archive-oeuvre .mainCnt{width:100%;max-width:1110px;order:1;padding:0 0 0 0;}
body.single-oeuvre #modal-ready{display:none;}
body.single-oeuvre .headCnt .par{display:block;text-align:center;}
body.single-oeuvre .mainCnt .post-thumbnail{float: left;margin: 0 20px 20px 0;}
body.page-template-page-cartes .mainCnt {max-width: 1175px;}
body.page-template-page-cartes .mainCnt #cartes {position: relative;}
.Menucarte{float:right;margin:0 10px 0 0;}
.Menucarte ul{list-style:none;margin:0;padding:0;}
.Menucarte ul li{display:inline-block;display:inline-block;margin:0 0 0px 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;}
.Menucarte ul li a,
.Menucarte ul li a:visited{display:block;color:#006cb6;padding:15px 40px 15px 40px;background:#fff;border:1px solid #adcced;text-decoration: none;transition: all 0.4s ease;}
.Menucarte ul li a:hover{color:#fff;background:#006cb6;border:1px solid #adcced;}
body.page-template-page-cartes .Menucarte ul li:nth-of-type(1) a{color:#fff;background:#006cb6;}
body.page-template-page-liste-oeuvres .Menucarte ul li:nth-of-type(2) a{color:#fff;background:#006cb6;}
.map{clear:both;}
body.page-template-page-cartes .mapsvg-header{max-width:430px;margin:0 10px 10px 0;}
body.page-template-page-cartes .mapsvg-header .mapsvg-filters-wrap .mapsvg-data-form-view > .form-group {max-width: 200px;margin: 0px 5px 5px 5px;}
body.page-template-page-cartes .mapsvg-header .select2-container{min-width:222px;}
body.page-template-page-cartes .select2-search.select2-search--dropdown{display:none;}
body.page-template-page-cartes .select2-results__option{margin:0 0 0 0;}
body.page-template-page-cartes .select2-container .select2-selection--single .select2-selection__rendered {padding-right: 60px;}
body.page-template-page-cartes .mapsvg-header .select2-container--default .select2-selection--single {font-family: 'Noto Sans', sans-serif;font-size: 18px;color: #006cb6;color:#006cb6;background-color: #d5e9f4;border: 1px solid #d5e9f4;border-radius: 0px;}
body.page-template-page-cartes .select2-container--default .select2-selection--single .select2-selection__placeholder {color: #006cb6;}
body.page-template-page-cartes .select2-container--default .select2-selection--single .select2-selection__arrow {top: -1px;right: 1px;width: 70px;}
body.page-template-page-cartes .select2-container--default .select2-selection--single .select2-selection__arrow b {border-color: #006cb6 transparent transparent transparent;border-width: 12px 12px 0 12px;}
body.page-template-page-cartes .select2-container--default .select2-selection--single .select2-selection__rendered {color: #006cb6;}
body.page-template-page-cartes .select2-container--default .select2-selection--single .select2-selection__clear {cursor: pointer;float: right;font-weight: 700;position: absolute;right: 5px;font-size: 40px;z-index: 10;background: #d5e9f4;width: 35px;top: 0;text-align: center;}
body.page-template-page-cartes .mapsvg-tooltip {max-width: 160px;color:#006cb6;border:0;border-radius: 0px;-moz-border-radius: 0px;-webkit-border-radius: 0px;}
.mapsvg-btn-group {box-shadow: none !important;}
.mapsvg-btn, .mapsvg-btn-map {background-color: #006ab4 !important;border-radius: 0px !important;}
.mapsvg-btn-map.mapsvg-in::after,
.mapsvg-btn-map.mapsvg-in::before,
.mapsvg-btn-map.mapsvg-out::before {background-color: #fff !important;}
.mapsvg-btn-map.mapsvg-in::before, .mapsvg-btn-map.mapsvg-out::before {height: 2px !important;}
.mapsvg-btn-map.mapsvg-in::after {width: 2px !important;}
.mapsvg-btn-map.mapsvg-out {border-top: 1px solid #fff;}
body.page-template-page-cartes .mainCnt #cartes #menuniveau{position: absolute;right: 0;bottom: 12%;z-index:5;list-style:none;padding:0;background:#fff;}
body.page-template-page-cartes .mainCnt #cartes #menuniveau li{margin:0 0 2px 0;padding:0;}
body.page-template-page-cartes .mainCnt #cartes #menuniveau li a{position:relative;display:block;padding:4px 6px 2px 6px;font-family:'Noto Sans', serif;font-size:18px;font-size:1.125rem;font-weight:bold;line-height: 1;text-align: center;color:#006bb0;border:1px solid #006bb0;text-decoration: none;transition: all 0.4s ease;}
body.page-template-page-cartes .mainCnt #cartes #menuniveau li a.index{color:#fff;background:#006bb0;z-index:5;}
body.page-template-page-cartes .mainCnt #cartes #menuniveau li a:before{position:absolute;left:-134px;top:-2px;display:block;content:"";width:126px;height:38px;}
body.page-template-page-cartes .mainCnt #cartes #menuniveau li:nth-of-type(1) a:before{background:url(images/map-1.png)0 0 no-repeat;z-index:4;top:-6px;}
body.page-template-page-cartes .mainCnt #cartes #menuniveau li:nth-of-type(2) a:before{background:url(images/map-0.png)0 0 no-repeat;z-index:3;}
body.page-template-page-cartes .mainCnt #cartes #menuniveau li:nth-of-type(3) a:before{background:url(images/map--1.png)0 0 no-repeat;z-index:2;top:-3px;}
body.page-template-page-cartes .mainCnt #cartes #menuniveau li a:hover{color:#fff;background:#006bb0;}
body.page-template-page-cartes .mainCnt #cartes #menuniveau li a:hover:before{z-index:5;transform : scale(1.05, 1.05);}
body.page-template-page-cartes .modal-wrapper.styled,
body.page-template-page-liste-oeuvres .modal-wrapper.styled {background-color: transparent;background-color: rgba(0, 0, 0, 0.3);}
body.page-template-page-cartes .modal-wrapper.styled .modal,
body.page-template-page-liste-oeuvres .modal-wrapper.styled .modal {margin: 20vh auto;max-width: 800px;padding: 0px;border: 0;}

body.page-template-page-cartes .modal-wrapper .wp-post-modal,
body.page-template-page-liste-oeuvres .modal-wrapper .wp-post-modal {margin: 20vh auto !important;max-width: 800px !important;padding: 0px !important;border: 0 !important;}

body.page-template-page-cartes #modal-content,
body.page-template-page-liste-oeuvres #modal-content{background-color:#006bb6;padding: 0px 0px 0px 0px;}
.oeuvreM{display:flex;flex-direction: row;justify-content: center;flex-wrap: wrap;margin:0 auto;}
.oeuvreL{flex-grow: 2;flex-basis: 62.5%;width:100%;order:1;margin:0 auto;text-align:center;vertical-align:middle;padding:32px 0 32px 0;background-color:#000;}
.oeuvreR{flex-grow: 1;flex-basis: 37.5%;width:100%;order:2;padding:0 0 0 0;color:#fff;}
body.page-template-page-cartes #modal-content .title,
body.page-template-page-liste-oeuvres #modal-content .title{display:block;padding:55px 15px 0px 25px;text-align:left;font-family:'Noto Sans', serif;font-size:24px;font-size:1.5rem;font-weight:400;line-height: 1.2;text-transform:uppercase;color:#fff;}
body.page-template-page-cartes #modal-content .stitle,
body.page-template-page-liste-oeuvres #modal-content .stitle{display:block;padding:0px 0 0 25px;font-size:14px;font-size:0.875rem;font-weight:600;color:#fff;}
body.page-template-page-cartes #modal-content .content,
body.page-template-page-liste-oeuvres #modal-content .content{margin:0;padding:40px 15px 0px 25px;font-size:14px;font-size:0.875rem;color:#fff;}
body.page-template-page-cartes #modal-content .content p,
body.page-template-page-liste-oeuvres #modal-content .content p{font-size:14px;font-size:0.875rem;color:#fff;}
body.page-template-page-cartes #modal-content .content a,
body.page-template-page-liste-oeuvres #modal-content .content a{color:#fff;text-decoration:underline;}
body.page-template-page-cartes #modal-content .expose,
body.page-template-page-liste-oeuvres #modal-content .expose{min-height:35px;margin:0;padding:0px 15px 0px 55px;font-size:15px;font-size:0.9375rem;color:#fff;background:url(images/pin-w.png)25px 2px no-repeat;}
body.page-template-page-cartes #modal-content .expose p,
body.page-template-page-liste-oeuvres #modal-content .expose p{margin:0;font-size:14px;font-size:0.875rem;color:#fff;}
body.page-template-page-cartes #modal-content .expose a,
body.page-template-page-liste-oeuvres #modal-content .expose a{color:#fff;text-decoration:underline;}
body.page-template-page-cartes #modal-content .situer{display:none;}
body.page-template-page-liste-oeuvres #modal-content .situer{margin:25px 0 0 0;/*padding:0 0 0 25px;*/font-size:15px;font-size:0.9375rem;color:#fff;text-align:center;}
body.page-template-page-cartes #modal-content .situer a{display:none;}
body.page-template-page-liste-oeuvres #modal-content .situer a{display: inline-block;padding: 2px 5px 2px 25px;border: 1px solid#adcced;font-size: 14px;font-size: 0.875rem;color:#fff;text-decoration: none;background-image: url(images/pin-w.png);background-position: 5px 4px;background-size: 11px 17px;background-repeat: no-repeat;transition: all 0.4s ease;}
body.page-template-page-liste-oeuvres #modal-content .situer a:hover{text-decoration:underline;}
body.page-template-page-cartes #modal-content .outils,
body.page-template-page-liste-oeuvres #modal-content .outils {margin: 20px 10px 5px 0;text-align: right;}
body.page-template-page-cartes #modal-content .outils .outils-link::before,
body.page-template-page-liste-oeuvres #modal-content .outils .outils-link::before{width: 30px;height: 30px;font-size: 25px;line-height: 25px;color: #fff;}
body.page-template-page-cartes .modal-wrapper.styled .modal .close-modal,
body.page-template-page-liste-oeuvres .modal-wrapper.styled .modal .close-modal{position: absolute;right:15px;top: 10px;width:22px;height:22px;z-index:4;font-size:0.1em;color:#006cb6;outline: none;}
body.page-template-page-cartes .modal-wrapper.styled .modal .close-modal:before,
body.page-template-page-liste-oeuvres .modal-wrapper.styled .modal .close-modal:before{position:absolute;top:0;left:0;right:0;z-index:1;margin:auto;font-family: "Genericons";font-size:22px;content: "\f406";width:22px;height:22px;line-height:22px;color:#fff;text-align: center;cursor:pointer;transition: all 0.1s ease 0s;background-color:transparent;}
body.page-template-page-cartes .modal-wrapper.styled .modal .close-modal:hover:before,
body.page-template-page-liste-oeuvres .modal-wrapper.styled .modal .close-modal:hover:before{transform : scale(1.1, 1.1);}

body.page-template-page-cartes .modal-wrapper.styled .wp-post-modal .close-modal,
body.page-template-page-liste-oeuvres .modal-wrapper.styled .wp-post-modal .close-modal{position: absolute;right:15px;top: 10px;width:22px;height:22px;z-index:4;font-size:0.1em;color:#006cb6;outline: none;}
body.page-template-page-cartes .modal-wrapper.styled .wp-post-modal .close-modal:before,
body.page-template-page-liste-oeuvres .modal-wrapper.styled .wp-post-modal .close-modal:before{position:absolute;top:0;left:0;right:0;z-index:1;margin:auto;font-family: "Genericons";font-size:22px;content: "\f406";width:22px;height:22px;line-height:22px;color:#fff;text-align: center;cursor:pointer;transition: all 0.1s ease 0s;background-color:transparent;}
body.page-template-page-cartes .modal-wrapper.styled .wp-post-modal .close-modal:hover:before,
body.page-template-page-liste-oeuvres .modal-wrapper.styled .wp-post-modal .close-modal:hover:before{transform : scale(1.1, 1.1);}

body.page-template-page-liste-oeuvres .mainCnt, body.post-type-archive-oeuvre .mainCnt {width: 100%;max-width: 1175px;}
.Listeoeuvres{clear:both;}
.Filtresoeuvres .wpcf7-select {display: inline-block;width: 200px;margin-bottom: 10px;}
.Oeuvres{display: flex;flex-direction: row;justify-content: center;flex-wrap: wrap;max-width: 1175px;clear: both;margin: 20px 0 0 0;}
.Oeuvre{position:relative;flex-grow: 1;flex-basis: 25%;min-height:315px;max-height: 315px;max-width:280px;min-width: 280px;overflow: hidden;margin: 0 5px 10px 5px;padding: 15px;background:#d5e9f4;}
.Oeuvre .remVv{position: relative;display:inline-block;width:100%;height:180px;overflow:hidden;vertical-align:top;background-size: contain;background-position: top center;background-repeat:no-repeat;color:#333;transition: all 0.6s ease;}
.Oeuvre:hover .remVv,
.Oeuvre:focus .remVv{transform: scale(1.03);}
.Oeuvre .mremVv{width:100%;max-width:250px;height:173px;overflow:hidden;}
.Oeuvre h3{margin:10px 12px 5px 0;font-size:18px;font-size:1.125rem;line-height:1;color:#006cb6;}
.Oeuvre .par{display:block;padding:0px 0 0 0;font-size:14px;font-size:0.875rem;font-weight:400;color:#006cb6;line-height:1.2;}
.Oeuvre a{display:block;}
.Oeuvre a:after {content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 2;}
.mapsvg-wrap-all .mapsvg-popover {width:100%;max-width:800px;}


/* FAQ */
.faq .acc-title{padding:20px 9% 20px 12%;font-size:20px;font-size:1.25rem;text-align:left;}
.faq .accordion-thumb:before {height: 25px;width: 25px;font-size: 35px;line-height: 25px;text-align: center;}
.closefaq{cursor:pointer;}
.selectbg .wpcf7-form-control-wrap {position:initial;}
.selectbg .wpcf7-form-control-wrap .wpcf7-not-valid-tip{position:absolute;top:0;}
div.wpcf7-response-output {margin: 0 0.5em 1em;}
.mentions {position: relative;margin: 0 0 45px 0;}
.invalid .mentions {margin: 0 0 18px 0;}
.mentions .acceptance{position: absolute;top: 0;left: 50px;}
.mentions .acceptance a{text-decoration:underline;}
.mentions .wpcf7-not-valid-tip{margin-top: 25px;}

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


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

/* Post navigation */
.posts-navigation{position:relative;z-index:2;}
.posts-navigation .nav-links{display: flex;flex-direction: row;flex-wrap: wrap;width: 100%;margin:30px 0 30px 0;padding: 0 40px 0 20px;}
.posts-navigation .nav-previous{flex-grow: 1;flex-basis: 50%;order: 2;text-align: right;float:none;}
.posts-navigation .nav-next{flex-grow: 1;flex-basis: 50%;order: 1;text-align: left;float:none;}


/* HOME */
body.home .entry-content{padding:0 0 0px 0;}
 .Cnt{width:100%;max-width:1175px;margin: 0 auto;margin-top:35px;margin-bottom:35px;}
 .landing{}
.landing .mainimg{position:relative;min-height: 600px;background-size: cover;background-position: center center;background-repeat:no-repeat;}
.landing .maintxt{position:absolute;right:0;top: 50%;transform: translateY(-50%);max-width:365px;z-index:1;padding:30px;background-color:#adcced;color:#fff;}
.landing .maintxt h2{margin:0 0 15px 0;font-size:36px;font-size:2.25rem;line-height:1.2;}
.landing .maintxt p{margin:0 0 15px 0;font-size:24px;font-size:1.5rem;line-height:1.2;color:#006cb6;}
.infos{background-position:center 0;background-size: cover;background-repeat:no-repeat;}
.infos .informations{text-align:center;}
.infos .informations .txtinfos{width:100%;max-width:1175px;margin: 0 auto;padding:40px 40px 15px 40px;color:#fff;}
.infos .txtinfos h2{}
.infos .txtinfos p{font-size:19px;font-size:1.1875rem;}
.infos .informations .flashinfos{background-color:rgba(255, 255, 255, 0.5);border-bottom: 7px solid #fff;}
.infos .informations .flashinfos .flashinfostxt{width:100%;max-width:1175px;margin: 0 auto;padding:35px 40px 15px 40px;color:#006cb6;}
.infos .flashinfostxt h2{margin:0 0 5px 0;font-family:'Noto Sans', sans-serif;font-size:36px;font-size:1.875rem;font-weight:400;}
.infos .flashinfostxt p{font-size:21px;font-size:1.3125rem;line-height:1.3;}
.focuspages{width:100%;display: table;content: "";table-layout: fixed;margin: 0 auto;background-color:#eff5fb;}
.focuspages .Cnt{display: flex;flex-direction: row;justify-content: center;max-width: 1115px;margin-top: 65px;margin-bottom: 0px;}
.focuspages .remontepage{flex-basis: 25%;max-width:258px;min-height:520px;overflow: visible;margin: 0 10px 40px 10px;background-position:right 5px bottom 10px;background-repeat:no-repeat;background-color:#fff;}
.focuspages .remontepage.actualites{background-image:url(images/picto-actualites.png);}
.focuspages .remontepage.decouvrir{background-image:url(images/picto-decouvrir.png);}
.focuspages .remontepage.prier{background-image:url(images/picto-prier.png);}
.focuspages .remontepage.visiter{background-image:url(images/picto-visiter.png);}
.focuspages .remontepage.chronique{background-image:url(images/picto-chronique-hp.png);}
.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 .remVv .pictYt{position: absolute;left:0;right:0;top:0;bottom:0;margin: auto;width:60px;height:60px;z-index:1;background:url(images/picto-yt.png)center center no-repeat;}
.focuspages .remontepage .remT{display:block;margin:0;padding:20px 15px 5px 15px;font-size:18px;font-size:1.125rem;line-height:1.2;color:#006cb6;letter-spacing:0;}
.focuspages .remontepage .remT a{color:#006cb6;}
.focuspages .remontepage .remD{display: block;overflow: hidden;max-height: 120px;padding:0px 15px 15px 15px;font-size:14px;font-size:0.875rem;line-height:1.2;color:#000;}
.focuspages .remontepage a:hover .remD,
.focuspages .remontepage a:focus .remD{color:#006cb6 !important;}
.rubriques{width:100%;display: table;content: "";table-layout: fixed;margin: 0 auto;background-color:#eff5fb;}
.rubriques .Cnt{display: flex;flex-direction: row;justify-content: space-between;max-width: 1115px;margin-top:25px;margin-bottom: 55px;}
.rubriques .rubrique{position:relative;flex-grow: 1;flex-basis: 33%;margin: 0 10px 0 10px;padding:45px 35px 15px 35px;color:#fff;text-align:center;}
.rubriques .rubrique h2{font-size:26px;font-size:1.625rem;}
.rubriques .rubrique p{font-size:12px;font-size:0.75rem;text-transform:uppercase;}
.rubriques .rubrique .btn{font-size:14px;font-size:0.875rem;}
.rubriques .rubrique .btn a{padding: 10px 15px 10px 15px;}
.rubriques a:after {content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 2;}
.socials{width:100%;display: table;content: "";table-layout: fixed;margin: 0 auto;background-color:#1b1b1b;color:#fff;}
.socials .Cnt{display: flex;flex-direction: row;justify-content: space-between;max-width: 1115px;}
.socials .socmed{flex-grow: 1;flex-basis: 33%;margin: 0 10px 0 10px;color:#fff;/*text-align:center;*/}
.socials .socmed .socmedCnt{margin:0 0 20px 0;padding:15px 15px 15px 15px;border:1px solid #383838;border-radius: 2px;}
#sb_instagram .sbi_photo_wrap {margin-bottom: 25px;}
.socials .socmed .socmedCnt .descVid{display:block;margin:5px 0 0 0;font-size:14px;font-size:0.875rem;}
.socials .socmed .socmedCnt .noussuivre{margin:20px 0 0 0;padding:0 0 0 0px;}
.socials .socmed .socmedCnt.ig .noussuivre,
.socials .socmed .socmedCnt.fb .noussuivre{margin:0px 0 0 0;}
.socials .socmed .socmedCnt .noussuivre a{display:inline-block;font-family:'Noto Sans', serif;font-size:16px;font-size:1rem;color:#fff;text-align: left;transition: all 0.2s ease;}
.socials .socmed .socmedCnt .noussuivre a:hover{transform:translateX(5px);}
.socials .socmed .socmedCnt .noussuivre:before{display: inline-block;width:60px;height:45px;font-family: "Genericons";font-size:45px;line-height:45px;color:#fff;vertical-align: middle;cursor:pointer;}
.socials .socmed .socmedCnt.ig .noussuivre:before{content: "\f215";}
.socials .socmed .socmedCnt.fb .noussuivre:before{content: "\f204";}
.socials .socmed .socmedCnt.tw .noussuivre:before{content: "\f202";}
.socials .socmed .socmedCnt.yt .noussuivre:before{content: "\f213";}

/* 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 {max-width: 82%;}
	.main-navigation li {padding: 0 6px 20px 6px;}
	.main-navigation a {font-size: 18px;font-size: 1.125rem;}
	.tools {right: 10px;}
	.landing .maintxt h2 {font-size: 28px;font-size: 1.75rem;}
	.landing .maintxt p {font-size: 21px;font-size:1.3125rem;}
	body.page-template-page-actualites .entry-content {padding: 0 10px 180px 10px;}
	body.page-template-page-actualites .mainCnt {flex-basis: 60%;}
	.ColD {padding: 0 0 0 25px;}
	.mainCntRub p {font-size: 21px;font-size:1.3125rem;}
	.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;}
	.open, .zoom {right: 10%;}
	.Chronique {margin: 0 20px 35px 20px;}
	.Filtres {margin: 0 0 0 10px;}
	body.page-template-page-cartes .mapsvg-header {max-width: 430px;}
}

@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;}
	.landing .mainimg {min-height: 400px;}
	.landing .maintxt h2 {font-size: 24px;font-size:1.5rem;}
	.landing .maintxt p {font-size: 18px;font-size:1.125rem;}
	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;}
	.rubriques .rubrique {padding: 35px 15px 0px 15px;}
	.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;}
	.illus {height: 280px;}
	.breadcrumb {padding: 7px 0 0 10px;}
	body.page-template-page-actualites .CntCont {padding: 20px 0 0 0;}
	.Actu {margin: 0 0 20px 0;}
	.ActuL {max-width: 64%;}
	.ColD {padding: 0 0 0 10px;}
	.ColDT {padding: 20px 0 0px 0;font-size: 18px;font-size:1.125rem;}
	.entry-content {padding: 10px 0 120px 10px;}
	body.page-template-page-chroniques .CntCont, body.post-type-archive-chronique .CntCont {padding: 20px 0 0 0;}
	.Chronique:nth-of-type(4) {clear: both;}
	.modal-wrapper.styled .wp-post-modal {width: 90%;}
	.navrub ul {font-size: 14px;font-size: 0.875rem;}
	.headTitre {height: 80px;}
	body.page-template-page-rubriques .entry-content, body.page-template-page-rubriques-accordeon .entry-content {padding: 0 10px 180px 10px;}
	.mainCntRub p {font-size: 18px;font-size:1.125rem;}
	.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;}
	.chapo {margin: 0 0 20px 0;font-size: 18px;font-size:1.125rem;}
	.navrub li{padding:0 4px 0 0;}
	.navrub li:before{padding:0 6px 0 0;font-size: 12px;font-size: 0.75rem;}
	.accordion-thumb::before {height: 25px;width: 25px;font-size: 35px;line-height: 25px;}
	.acc-title {padding: 25px 9% 25px 9%;font-size: 24px;font-size:1.5rem;}
	body.page-template-page-rubriques-accordeon .acc p {max-width: 650px;padding: 25px 0px 25px 0px;font-size: 18px;font-size:1.125rem;}
	body.page-template-page-rubriques-accordeon .accordion-panel {padding: 0 0 20px 0;}
	body.page-template-page-sidebar-menu .entry-title, body.page-template-page-sidebar-menu-oeuvre .entry-title,
	body.page-template-page-sidebar-menu .par, body.page-template-page-sidebar-menu-oeuvre .par	{margin-left:0;padding: 0 15px 0 15px;text-align:center;}
	body.page-template-page-sidebar-menu .mainCnt, body.page-template-page-sidebar-menu-oeuvre .mainCnt {padding: 25px 40px 160px 25px;}
	.LnkOpen:before {font-size: 45px;width: 45px;height: 45px;line-height: 45px;}
	.sideNav {padding: 25px 15px 200px 15px;}
	.sideNavT {font-size: 21px;font-size:1.3125rem;}
	.sideNav ul li a {padding: 8px 0 8px 0px;}
	.visuM .btnOpen span:before {top: 6px;font-size: 24px;}
	.visuM .btnOpen span {width: 160px;height: 40px;padding: 0 0 0 15px;font-size: 16px;font-size:1rem;line-height: 40px;}
	.sy-slide > img {width: 100% !important;}
	.sy-controls li a:after {width: 2em !important;height: 2em !important;}
	.illus .popoeuvre {padding: 40px 40px 10px 40px;}
	.faq .accordion-thumb::before {left: 3.5%;}
	.faq .acc-title {padding: 20px 5% 20px 10%;}
	.wpcf7-form{padding-right:10px;}
	.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"] {width:100%;}
	.mentions {margin: 0 0 65px 0;}
	.mentions .wpcf7-not-valid-tip {margin-top: 50px;}
	.mandatory {margin: 20px 10px 20px 0;}
	.ActuL {vertical-align: middle;}
	.Actu .remVv {vertical-align: bottom;}
	div.action:before {font-size: 32px;font-size:2rem;}
	.Chroniques {margin: 0 auto;text-align: center;}
	.Chronique {float:none;}
	body.page-template-page-cartes .mainCnt #cartes #menuniveau{bottom: 0%;}
	body.page-template-page-cartes .mapsvg-top-container {display: block;}
}

@media (max-width: 767px) {
	.tools {top: 5px;right:20px;}
	.tools .languages {margin: 0 0 5px 0;}
	.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a.wpml-ls-link {padding-top: 5px;}
	.landing .mainimg {min-height: 440px;}
	.landing .maintxt {right: auto;top: auto;bottom: 0;transform: none;width:100%;max-width: 100%;padding: 15px 15px 0px 15px;}
	.landing .maintxt h2 {margin: 0 0 10px 0;font-size: 21px;font-size:1.3125rem;}
	.landing .maintxt p {font-size: 16px;font-size:1rem;}
	.focuspages .Cnt {flex-wrap: wrap;}
	.focuspages .remontepage {flex-basis: 50%;max-width: 200px;}
	.rubriques  .Cnt {flex-wrap: wrap;}
	.rubriques  .rubrique {flex-basis: 50%;margin: 0 10px 20px 10px;}
	.socials {padding-bottom: 120px;}
	.socials .Cnt {flex-wrap: wrap;}
	.remontepage {margin: 0 5px 20px 5px;}
	.dialog__content {padding:4em 2em 2em 2em;}
	.search-wrap .search-form .search-field {font-size: 21px;font-size:1.3125rem;}
	div.action {right: 60px;}
	div.action::before {font-size: 24px;font-size: 1.5rem;}
	body.page-template-page-actualites .mainCnt,
	.ColD{flex-basis: 100%;max-width: 100%;}
	.mentions {margin: 0 0 95px 0;}
	.oeuvreL{flex-basis: 100%;}
	.oeuvreR{flex-basis: 100%;padding:0 0 0 0;}
	body.page-template-page-cartes .mainCnt #cartes .mapsvg-btn-map {width: 30px;height: 30px;}
	body.page-template-page-cartes .mainCnt #cartes .mapsvg-buttons {top: auto;bottom: -20px;}
	body.page-template-page-cartes .mainCnt #cartes #menuniveau {position: relative;right: auto;bottom: auto;z-index: 5;list-style: none;padding: 0;background: #fff;width: 30px;text-align: right;float: right;clear: both;display: block;margin: 30px 10px 80px 0;}
	body.page-template-page-cartes .outils {margin: 240px 0 -100px 0;}
	body.page-template-page-cartes #modal-content .title, body.page-template-page-liste-oeuvres #modal-content .title {padding: 25px 15px 0px 25px;}
	body.page-template-page-cartes #modal-content .content, body.page-template-page-liste-oeuvres #modal-content .content {padding: 20px 15px 0px 25px;}
	body.page-template-page-cartes .mapsvg-header {max-width: 20%;margin: 0 10px 10px 0;}
	.Menucarte {margin: 0 10px 15px 0;float:none;}
	.Menucarte li{padding:0;}
}

@media (max-width: 480px) {
	.landing .mainimg {min-height: 440px;background-size: 200%;background-position:top center;}
	.socials .socmed {flex-basis: 50%;}
	body.page-template-page-sidebar-menu .mainCnt, body.page-template-page-sidebar-menu-oeuvre .mainCnt {padding: 20px 10px 160px 20px;}
	.illus {height: 200px;}
	body.page-template-page-sidebar-menu .entry-title, body.page-template-page-sidebar-menu-oeuvre .entry-title{padding: 10px 15px 0px 15px;}
	.open, .zoom {right: 15%;}
	.illus .popoeuvre {padding: 40px 5px 40px 5px;}
	.visu {margin: 0 10px 40px 0;}
	.outils {margin: 100px 0 -100px 0;}
	.accordion-thumb::before {height: 20px;width: 20px;font-size: 30px;line-height: 20px;}
	.acc-title {padding: 25px 9% 25px 15%;font-size: 21px;font-size:1.3125rem;}
	.Actu {padding: 12px 10px 9px 10px;}
	.ActuL {max-width: 100%;}
	.Actu .remVv {max-width: 100%;}
	.Actu  span.ls {margin: -5px 0 7px 0;}
	.ColD {padding: 0 0 0 0px;}
	.Chronique {margin: 0 0px 35px 0px;}
	.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;}
	.modal-wrapper.styled .wp-post-modal {width: 100%;padding: 0px;}
	#modal-content .title {text-align: left;padding: 10px 0px 25px 0px;}
	#modal-content .content {padding: 0px 0px 0px 0px;}
	.modal-wrapper.styled .wp-post-modal .close-modal {right: 10px;top: 0px;}
}

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

@media (max-width: 410px) {
	.sideNav {order: 2;flex-basis: 100%;}
	.sideNavT,.sideNav ul {text-align:left;}
	body.page-template-page-sidebar-menu .mainCnt, body.page-template-page-sidebar-menu-oeuvre .mainCnt {order: 1;flex-basis: 100%;}
	.mentions {margin: 0 0 155px 0;}
}

@media (max-width: 320px) {
	.Filtres {max-width: 290px;}
}

@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;}
	body.page-template-page-sidebar-menu .CntCont, body.page-template-page-sidebar-menu-oeuvre .CntCont {display: block;}
	body.page-template-page-sidebar-menu .mainCnt, body.page-template-page-sidebar-menu-oeuvre .mainCnt {padding: 15px 40px 160px 35px;}
	body.page-template-page-sidebar-menu .entry-title, body.page-template-page-sidebar-menu-oeuvre .entry-title,body.page-template-page-sidebar-menu .par, body.page-template-page-sidebar-menu-oeuvre .par {margin-left:0;}
	.LnkOpen::before,
	.visu{display:none;}
	.illus{height: 180px;}
	body.page-template-page-actualites .entry-content {background-color: #fff;}
	body.page-template-page-actualites .CntCont {display: block;}
	.page-template-page-actualites .mainCnt {display: block;width:100%;}
	.ColD {display: block;width:100%;max-width:100%;padding: 0 0 0 0px;}
	.site-footer{display:none;}
}