/*!
Theme Name: Toul
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: toul
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.

Toul is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

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

/**
 * 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;
	outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

p:last-child {
	margin-bottom: 0;
}

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

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

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
*/

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

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

.topbutton {
    height:40px;
    width:40px;
    position:fixed;
    right:15px;
    bottom:15px;
    Z-index:999999;
    background-color: #6faf1a;
    border-radius: 50%;
    background-repeat:no-repeat;
    background-size: 25px;
    background-position: center;
    background-image:url("img/top.svg");
    display:none;
}

.topbutton:hover {
    background-color: #fff;
    background-image:url("img/top-1.svg");
}




#wpcf7-f146-p93-o1 .wpcf7-response-output {
    display: none !important;
}











html{
	overflow-x:hidden;
}
body{
	font-family:"Lato", sans-serif !important;
	margin:0 !important;
}
body,img,a{
    outline:none !important;
}
.otgs-development-site-front-end{
	display:none;
}
.container{
	max-width:100%;
	padding:10px;
}


/* HEADER */

/*Placement élements header*/

header {
	position:absolute;
	margin: auto;
	width: 100%;
}

header .wpml-ls-legacy-dropdown-click {
	width: 70px;
	max-width: 100%;
	margin-top: -12px;
	background:none;
	border:none;
}
header .wpml-ls-legacy-dropdown-click ul,
header .wpml-ls-legacy-dropdown-click li,
header .wpml-ls-legacy-dropdown-click a{
	background: none;
	border:none;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
	color: #fff;
}

/*Exeption pour blog & lei*/


body.blog header {
	position: relative;
}

body.blog header nav a:not(.elementor-sub-item) {
	color: #000 !important;
}

body.blog header i, body.blog header #Bt-favoris, body.blog header svg {
	fill: #000 !important;
	color: #000 !important;
}




/*
#masthead{
	position:absolute;
	z-index:10;
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#masthead.site-header-sit{
	position: unset;
}

#masthead .header-content{
	text-align: left;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	position:relative;
}

#masthead .header-right{
	display: flex;
	align-items: center;
}

#masthead .main-navigation {
	display: block;
	width: 100%;
}

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

#masthead .main-navigation a {
	display: block;
	text-decoration: none;
}

#masthead .header-right #primary-menu > li > a{
	display:flex;
	padding:0 15px;
	font-size:16px;
	font-weight:600;
	height: 90px;
	align-items: center;
	position:relative;
}

#masthead .header-right #primary-menu li a:hover {
	color:#6FAF1A;
}



#masthead .header-right #primary-menu > li > ul > li{
	width:25%;
	padding:20px;
}

#masthead .header-right #primary-menu > li > ul > li a{
	display:block;
	background:#eee;
	color:#4F4944;
	text-align:center;
	font-weight:600;
	font-size:16px;
	transition:all .3s;
}

#masthead .header-right #primary-menu > li > ul > li a .menu-image{
	object-fit: cover;
	object-position: center;
	padding-bottom:0;
	transition:all .3s;
}

#masthead .header-right #primary-menu > li > ul > li a:hover .menu-image{
	opacity:.8;
}

#masthead .header-right #primary-menu > li > ul > li a .menu-image-title{
	display:flex;
	align-items:center;
	justify-content: center;
	padding:10px 15px;
	min-height:68px;
}

#masthead .wpml-ls-legacy-dropdown-click {
	width: 70px;
	max-width: 100%;
	margin-top: -12px;
	background:none;
	border:none;
}
#masthead .wpml-ls-legacy-dropdown-click ul,
#masthead .wpml-ls-legacy-dropdown-click li,
#masthead .wpml-ls-legacy-dropdown-click a{
	background: none;
	border:none;
}
*/
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
	color: #fff;
}
/*
#masthead .openSearch {
	background: transparent !important;
	border: none !important;
	padding: 0 20px 10px 24px;
	font-size: 20px;
	cursor: pointer;
	height: 100px;
    display: flex;
    align-items: center;
  }
  
  #masthead .openSearch:hover {	
	background: transparent !important;
	border: none !important;
  }

  #masthead .openSearch:hover svg path {	
	fill: #FFFFFFD1 !important;
  }

  body.single-fiches_sitlor #masthead .openSearch:hover svg path, #masthead.site-header-sit .openSearch:hover svg path{	
	fill: #4F4944D1 !important;
  }

  body.single-fiches_sitlor #masthead .openSearch svg path, #masthead.site-header-sit .openSearch svg path{	
	fill: #4F4944 !important;
  }
  
  #searchOverlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.9);
  }
  
  .overlay-content {
	position: relative;
	top: 46%;
	width: 80%;
	text-align: center;
	margin-top: 30px;
	margin: auto;
  }
  
  #searchOverlay .closeSearch {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
	cursor: pointer;
	color: white;
  }
  
  #searchOverlay .closeSearch:hover {
	color: #ccc;
  }
  
  #searchOverlay input.search-field {
	padding: 15px;
	font-size: 17px;
	border: none;
	float: left;
	width: calc(100% - 136px);
	background: white;
	border-radius: 0;
  }

  #searchOverlay input.search-submit {
	cursor: pointer;
	font-size: 17px !important;
	line-height: 1.5 !important;
	width: 136px;
  }

*/
/* FICHE SITLOR */

body.single-fiches_sitlor{
	background:#f4f4f2;
}
/*body.single-fiches_sitlor #masthead{
	top:0;
	position:relative;
	background:#fff;
}
body.single-fiches_sitlor #masthead .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after, #masthead.site-header-sit .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after{
	color: #4f4b46;
}
*/

body.single-fiches_sitlor .elementor-location-header .elementor-top-section{
	position:relative;
	background:#fff;
}
body.single-fiches_sitlor main{
	padding:100px 0;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}
body.single-fiches_sitlor h1{
	color:#4f4b46;
	font-size:28px;
	font-weight:900;
	text-transform:uppercase;
	margin: 0 0 20px;
}
body.single-fiches_sitlor h1 svg{
	width: 24px;
}
body.single-fiches_sitlor h1 svg polygon{
	fill: #4f4b46;
}
body.single-fiches_sitlor h1 svg:first-of-type{
	margin-left: 10px;
}
body.single-fiches_sitlor #fiche_intro{
	display:flex;
	justify-content:space-between;
	position: relative;
}
body.single-fiches_sitlor #fiche_intro .image img{
	width:100%;
}
body.single-fiches_sitlor #fiche_intro .image figure{
	margin: 0;
	width: 100%;
}
body.single-fiches_sitlor #fiche_intro .image figcaption{
	font-size: 12px;
	margin-top: -5px;
}
body.single-fiches_sitlor #fiche_intro .image figure.default-img{
	text-align: center;
}
body.single-fiches_sitlor #fiche_intro .image figure.default-img img{
	width: auto;
	max-width: 100%;
}
body.single-fiches_sitlor #fiche_intro .info{
	display: flex;
	flex-direction: column;
}
body.single-fiches_sitlor #fiche_intro .info .details{
	background:#fff;
	padding:40px 50px;
	font-size:14px;
}
body.single-fiches_sitlor #fiche_intro .info .details h2{
	margin: 0 0 25px;
	font-size: 20px;
}
body.single-fiches_sitlor #fiche_intro .info .details h2::before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 40px;
	background-image: url(img/icone-vert.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	margin-bottom: -3px;
}
body.single-fiches_sitlor #fiche_intro .info .details .contact{
	text-align:center;
	margin-top: 35px;
}
body.single-fiches_sitlor #fiche_intro .info .details .contact a{
	display:inline-block;
	color:#fff;
	background:#6FAF1A;
	border:3px solid #6FAF1A;
	transition:all .3s;
	text-decoration: none;
	font-weight: bold;
	padding: 12px 75px;
	font-size: 20px;
	line-height: 20px;
}
body.single-fiches_sitlor #fiche_intro .info .details .contact a:hover{
	color:#6FAF1A;
	background:#fff;
}
body.single-fiches_sitlor #fiche_content{
	padding:50px 10px;
}
body.single-fiches_sitlor #fiche_content .description{
	padding-bottom: 20px;
}
body.single-fiches_sitlor #fiche_content .critere{
	margin-bottom:20px;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 20px;
}
body.single-fiches_sitlor #fiche_content .critere:last-of-type{
	border-bottom: none;
}
body.single-fiches_sitlor #fiche_content .critere label{
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom:10px;
}
body.single-fiches_sitlor #fiche_content .critere ul{
	padding-left:0;
	margin-left:0;
	margin-bottom:0;
	list-style-type:none;
	max-width:500px;
}
body.single-fiches_sitlor #fiche_content .critere ul li{
	display:inline-block;
	padding:5px 15px;
	background:#fff;
	border-radius:25px;
	margin: 10px 10px 0 0;
}
body.single-fiches_sitlor .back-button, body.single-fiches_sitlor .back-button:focus, body.single-fiches_sitlor .back-button:active {
	background: transparent;
    color: #4f4b46;
    cursor: pointer;
    border: none;
    position: absolute;
    left: 0;
    top: -40px;
    padding: 10px;
}
body.single-fiches_sitlor .back-button:hover {
    color: #e75113;
	background: transparent;
}

/* ARCHIVE SITLOR */

.archive-sitlor #intro{
	min-height:100vh;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	display:flex;
	align-content: center;
	align-items: center;
	justify-content:center;
	position: relative;
}
.archive-sitlor #intro .overlay{
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-color: transparent;
    background-image: linear-gradient(180deg, #000000 0%, #4f4944 100%);
    opacity: 0.35;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.archive-sitlor #intro .container{
	z-index:3;
}
.archive-sitlor h1{
	text-align:center;
	animation: 1s linear 0s text_fadein;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
@keyframes text_fadein {
    0% { opacity:0; }
    50% { opacity:0; }
    100%  { opacity:1; }
}
.archive-sitlor #intro #linkContent{
	z-index: 99;
	font-size: 30px;
	position: absolute;
	bottom: 30px;
}
.archive-sitlor #intro #linkContent svg{
	width:1em;
	height:1em;
}
.archive-sitlor .copyright{
	font-size: 12px;
	margin-left: 5px;
}
.archive-sitlor .content{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}
.archive-sitlor .term-description{
	padding: 0 10%;
	font-size: 18px;
	font-weight: 400;
	margin-top: 100px;
}
.archive-sitlor .ss-categories{
	display:flex;
	justify-content:space-between;
	margin:50px 0;
	flex-wrap:wrap;
}
.archive-sitlor .ss-categories > div{
	width: 48%;
	position:relative;
	margin:25px 0;
	min-height:350px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #808080;
	display:flex;
	justify-content: center;
	align-items: center;
	padding:0 50px;
}
.archive-sitlor .ss-categories > div .overlay {
	z-index:2;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-color: transparent;
    background-image: linear-gradient(180deg, #000000 0%, #4f4944 100%);
    opacity: 0.35;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.archive-sitlor .ss-categories > div h3{
	text-align:center;
	z-index:3;
}
.archive-sitlor .ss-categories > div h3 a{
	font-size:35px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	text-align:center;
}
.archive-sitlor .ss-categories > div h3 a::after{
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.archive-sitlor .liste_fiches,
#home_actus{
	display:flex;
	justify-content:space-between;
	margin:50px 20px 50px 0;
	flex-wrap:wrap;
}
#home_actus{
	margin:0 !important;
}
.archive-sitlor .liste_fiches article,
#home_actus article{
	width: 47%;
	position:relative;
	margin:50px 0;
}
.archive-sitlor .liste_fiches article .image,
#home_actus article .image{
	display: block;
	width: 270px;
	height: 220px;
	position: absolute;
	z-index:20;
	background: #e3e3e3;
}
.archive-sitlor .liste_fiches article .image img,
#home_actus article .image img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.archive-sitlor .liste_fiches article .image img.default-img {
	object-fit:contain;
}
.archive-sitlor .liste_fiches article .entry-content,
#home_actus article .entry-content{
	background: #eee;
	min-height: 250px;
	margin: 30px 0 0 60px;
	padding: 15px 15px 15px 230px;
	position:relative;
	z-index:10;
}
.archive-sitlor .liste_fiches article .entry-content h2,
#home_actus article .entry-content h2{
	margin: 0;
	font-size: 20px;
	font-weight:400;
}
.archive-sitlor .liste_fiches article .entry-content h2 a,
#home_actus article .entry-content h2 a{
	font-size: 20px;
	color: #343434;
	text-transform: uppercase;
	text-decoration:none;
}
.archive-sitlor .liste_fiches article .entry-content h2 svg{
	width: 18px;
}
.archive-sitlor .liste_fiches article .entry-content h2 svg polygon{
	fill: #4f4b46;
}
.archive-sitlor .liste_fiches article .entry-content h2 a svg:first-of-type{
	margin-left: 10px;
}
.archive-sitlor .liste_fiches article .entry-content .more,
#home_actus article .entry-content .more{
	position: absolute;
	bottom: -25px;
	right: -20px;
	display: inline-block;
	background: #6faf1a;
	color: white;
	text-decoration: none;
	padding: 12px 60px;
	border: 3px solid #6faf1a;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
}
.archive-sitlor .liste_fiches article .entry-content .more:hover,
#home_actus article .entry-content .more:hover{
	background: white;
	color: #6faf1a;
}
#home_actus article .entry-content{
	padding-bottom:20px !important;
}
#home_actus article .entry-content .more{
	display:none;
}
.archive-sitlor .content .pagination{
	text-align: center;
	margin: 100px 0 50px;
}
.archive-sitlor .content .pagination a,
.archive-sitlor .content .pagination .page-numbers.current{
	border: 1px solid #E75113;
	text-decoration: none;
	padding: 10px;
	text-align: center;
	min-width: 45px;
	display: inline-block;
}.archive-sitlor .content .pagination .page-numbers.current{
	background: #E75113;
	color: white;
}
.archive-sitlor .content .pagination a{
	color: #E75113;
}

.archive-sitlor.agenda .copyright, .archive-sitlor.agenda .content {
	background: #f4f4f2;
}

.archive-sitlor.agenda .liste_fiches,
#home_actus {
	justify-content: normal;
	margin:50px 0;
}

.archive-sitlor.agenda .liste_fiches article,
#home_actus article {
	width:22%;
	margin:0 1.5% 75px 1.5%;
	border-radius:10px;
	display:flex;
	flex-direction:column;
	background:#fff;
}

#home_actus article {
	margin:0 1.5% 50px !important;
}

.archive-sitlor.agenda .liste_fiches article .image,
#home_actus article .image{
	position:relative;
	width:100%;
	border-radius: 10px 10px 0 0;
	z-index:4;
}

.archive-sitlor.agenda .liste_fiches article .image img,
#home_actus article .image img{
	border-radius: 10px 10px 0 0;
}

.archive-sitlor.agenda .liste_fiches article .entry-content,
#home_actus article .entry-content {
	margin:0;
	padding:20px 20px 100px 20px;;
	background:#fff;
	border-radius:0 0 10px 10px;
	min-height:auto;
	flex:1;
}

.archive-sitlor.agenda .liste_fiches article .entry-content .dates,
#home_actus article .entry-content .dates {
	line-height: 1.2;
	text-align: center;
	margin-top: -60px;
	background: #e75113;
	z-index: 5;
	position: relative;
	max-width: 90px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-size: 14px;
	padding: 10px 10px 15px;
	margin-bottom: 15px;
	font-weight: 400;
	clip-path: polygon(10% 0%, 100% 0, 90% 95%, 0% 100%);
	min-height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.archive-sitlor.agenda .liste_fiches article .entry-content h2 a,
#home_actus article .entry-content h2 a {
	font-size: 14px;
	text-transform: none;
	display:block;
	line-height:1.5;
}

.archive-sitlor.agenda .liste_fiches article .entry-content .more,
#home_actus article .entry-content .more {
	bottom:20px;
	left:20px;
	right:20px;
	padding:15px;
	text-align:center;
}




/* RESPONSIVE */
/*
@media screen and (min-width:1300px){
	#masthead .site-branding img{
		width:270px;
		margin-top:10px;
	}
}
@media screen and (max-width:1299px){
	#masthead .site-branding img{
		width:250px;
		margin-top:10px;
	}
}
@media screen and (max-width:1199px){
	#masthead .site-branding img{
		width:220px;
	}
	#masthead .header-right #primary-menu > li > a {
		font-size: 15px;
		padding:0 10px;
	}
	#masthead .openSearch {
		padding: 0 15px 10px 15px;
	}
}
@media screen and (max-width:1099px){
	#masthead .site-branding img{
		width:200px;
		margin-top:20px;
	}
}*/
@media screen and (min-width:1140px){
	.container{
		width:1140px;
	}
	body.single-fiches_sitlor #fiche_intro .image, body.single-fiches_sitlor #fiche_content{
		width:650px;
	}
	body.single-fiches_sitlor #fiche_intro .info{
		width:430px;
	}
	body.single-fiches_sitlor #fiche_content{
		margin-right:490px;
	}
	body.single-fiches_sitlor #fiche_content .critere{
		width:600px;
	}
}
@media screen and (max-width:1139px){
	.container{
		width:100%;
	}
}
@media screen and (min-width:1025px) and (max-width:1139px){
	body.single-fiches_sitlor #fiche_intro .image, body.single-fiches_sitlor #fiche_content {
		width:58%;
	}
	body.single-fiches_sitlor #fiche_intro .info{
		width:38%;
	}
	
	body.single-fiches_sitlor #fiche_content{
		margin-right:42%;
	}
	body.single-fiches_sitlor #fiche_content .critere{
		width:58%;
	}
}
/*
@media screen and (min-width:1025px){
	#masthead{
		top:50px;
	}
	#masthead .header-content{
		width:100%;
		max-width:1400px;
	}
	#masthead .menu-toggle {
		display: none;
	}
	#masthead .main-navigation .plus {
		display: none;
	}
	#masthead .header-right #primary-menu > li{
		padding-right:0;
		height:100px;
	}
	#masthead .header-right #primary-menu > li > a{
		color:#fff;
	}
	#masthead .header-right #primary-menu > li > a:hover {
		color:#fff;
	}
	#masthead .header-right #primary-menu > li > a:after {
		content: '';
		position: absolute;
		width: calc(100% - 20px);
		transform: scaleX(0);
		height: 2px;
		bottom: 26px;
		left: 10px;
		background-color: #6FAF1A;
		transform-origin: bottom right;
		transition: transform 0.25s ease-out;
	}
	  
	#masthead .header-right #primary-menu > li > a:hover:after {
		transform: scaleX(1);
		transform-origin: bottom left;
	}
	#masthead .header-right #primary-menu > li:last-child a{
		padding-right:0;
	}
	#masthead .header-right #primary-menu > li:last-child > a:after {
		width: 100%;
	}
	#masthead .header-right #primary-menu > li > ul > li a .menu-image{
		width: 100%;
		height: 170px;
	}
	#masthead .header-right #primary-menu > li > ul{
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		float: left;
		position: absolute;
		left: -999em;
		z-index: 99999;
		background:#fff;
		border-radius:10px;
		width:100%;
		opacity:0;
		transition : opacity 0s 0s, top 0s 0s;
		top:130px;
		padding:10px;
	}
	#masthead .header-right #primary-menu > li:hover > ul{
		opacity:1;
		left:0;
		transition : opacity .3s .3s, top .6s 0s;
		top:100px;
		display:flex;
		flex-wrap:wrap;
	}
	#masthead .main-navigation ul ul ul {
		left: -999em;
		top: 0;
	}
	#masthead .wpml-ls-legacy-dropdown-click {
		width: 70px;
		max-width: 100%;
		margin-top: -12px;
		background:none;
		border:none;
	}
	#masthead .wpml-ls-legacy-dropdown-click ul,
	#masthead .wpml-ls-legacy-dropdown-click li,
	#masthead .wpml-ls-legacy-dropdown-click a{
		background: none;
		border:none;
	}
	.archive-sitlor h1{
		font-size:100px;
	}
	body.single-fiches_sitlor #masthead .header-right #primary-menu > li > a, #masthead.site-header-sit #primary-menu > li > a{
		color: #4F4944;
	}
	
	body.single-fiches_sitlor #masthead .header-right #primary-menu > li > a:hover, #masthead.site-header-sit #primary-menu > li > a:hover{
		color:#4F4944;
	}
}*/
@media screen and (max-width:1024px){
/*
	#masthead .header-content{
		padding:0;
		flex-direction:column;
		width:100%;
	}
	#masthead .site-branding{
		text-align:center;
		padding:10px 0;
	}
	#masthead .site-branding img{
		width:200px;
		margin-top:0;
	}
	#masthead .menu-toggle {
		float:none;
		border: none;
		background: none;
		padding: 0;
		cursor: pointer;
		display: inline-block;
		position: absolute;
		top: 35px;
		left: 20px;
	}
	#masthead .menu-toggle .bar {
		display: block;
		background: #fff;
		height: 3px;
		margin-bottom: 6px;
		width: 28px;
		transition: all .3s;
	}
	#masthead.site-header-sit .menu-toggle .bar {		background-color: var( --e-global-color-accent );	}*/
	
	#Bt-favoris{ width: auto; text-align: right ; display: inline-block}
	/*body.single-fiches_sitlor #masthead .menu-toggle .bar {
		background: #4f4b46;
	}

	#masthead .header-right{
		width:100vw;
	}

	#masthead .main-navigation {
		display:none;
		background:#fff;
	}
	#masthead .main-navigation ul {
		flex-direction: column;
	}
	#masthead .header-right #primary-menu > li{
		border-bottom:1px solid #eee;
	}
	#masthead .header-right #primary-menu > li > a{
		color:#4F4944;
		height:75px;
		font-size:16px;
	}
	#masthead .menu-item-has-children > a::after{
		content:'+';
		position: absolute;
		right: 20px;
		font-size: 24px;
		color: #6FAF1A;
	}
	#masthead .header-right #primary-menu > li > ul{
		display:none;
		margin-bottom:20px;
	}
	#masthead .header-right #primary-menu > li > ul > li {
		width: 100%;
		padding: 5px 20px;
	}
	#masthead .header-right #primary-menu > li > ul > li a .menu-image {
		width: 80px;
		height: 70px;
		float: left;
	}
	#masthead .header-right #primary-menu > li > ul > li a .menu-image-title {
		min-height: 70px;
	}
	#masthead .openSearch {
		position: absolute;
		right: 70px;
		color: white;
		top: 33px;
		height: auto;
	}
	#masthead .header-right .wpml-ls {
		position: absolute;
		right: 10px;
		color: white;
		top: 40px;
	}
	*/
	.archive-sitlor h1{
		font-size:100px;
	}
	.archive-sitlor .liste_fiches article .entry-content h2 {
		line-height: 1.2;
	}
	.archive-sitlor .liste_fiches article .entry-content h2 a{
		font-size: 16px;
	}
	.archive-sitlor .liste_fiches article .image {
		width: 170px;
		height: 140px;
	}
	.archive-sitlor .liste_fiches article .entry-content {
		padding: 15px 15px 15px 130px;
		min-height:180px;
	}
	body.single-fiches_sitlor #fiche_intro {
		flex-direction:column;
		
	}
	body.single-fiches_sitlor #fiche_intro .info {
		order:1;
		margin-bottom:25px;
		
	}
	body.single-fiches_sitlor #fiche_intro .info .details {
		padding:25px;	
	}
	body.single-fiches_sitlor #fiche_intro .image {
		order:2;
		
	}
}

@media screen and (max-width:767px){
	/*
	.archive-sitlor h1{
		font-size:35px;
	}
	*/
	.archive-sitlor .liste_fiches article {
		width: 100%;
		position: relative;
		margin: 50px 0;
	}
	.archive-sitlor.agenda .liste_fiches article, #home_actus article {
		width:30.33%;
	}
	.archive-sitlor .liste_fiches article .entry-content .more,
	#home_actus article .entry-content .more, body.single-fiches_sitlor #fiche_intro .info .details .contact a{
		font-size: 16px;
		line-height: 16px;
	}
	body.single-fiches_sitlor #fiche_intro .info .details .contact a{
		padding: 12px 60px;
	}
	.overlay-content {
		width: 90%;
	}
	  /*
	  #searchOverlay input.search-field {
		width: calc(100% - 120px);
	  }
	
	  #searchOverlay input.search-submit {
		padding: 12px 10px !important;
		width: 120px;
	  }*/
}

@media screen and (max-width:600px){
/*
	#masthead .site-branding img {
	  width: 175px;
	  margin-top: 5px;
	  margin-left: -40px;
	}*/
	.archive-sitlor.agenda .liste_fiches article, #home_actus article {
		width:47%;
	}
}

@media screen and (max-width:400px){
/*
	#masthead .site-branding img{
		width:160px;
		margin-left: -55px;
		margin-top: 10px;
	}
	#masthead .wpml-ls-legacy-dropdown-click {
		width: 62px;
	}
	#masthead .openSearch {
		right: 55px;
	}*/
	.archive-sitlor.agenda .liste_fiches article, #home_actus article {
		width:100%;
		margin:0 0 50px;
	}
	.archive-sitlor.agenda .liste_fiches article .image {
		height:70vw;
	}
}


/* map */
#map_sitlor #map {
	height: 95vh;
}

@media (max-width: 767px) {
	#map_sitlor #map {
		height: 80vh;
	}
}

#map_sitlor #map .leaflet-control-attribution a {
	font-size: 11px !important;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif !important;
}

#map_sitlor #map .leaflet-popup-content {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	max-width: 210px;
}

#map_sitlor #map .leaflet-popup-content img {
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 200px;
	height: 200px;
	object-fit: cover;
	max-width: none;
	display: block;
}

@media(max-width: 767px) {
	#map_sitlor #map .leaflet-popup-content img {
		width: 150px;
		height: 150px;
	}
}

#map_sitlor #map .leaflet-popup-content a {
	cursor: pointer;
	font-size: 16px;
	line-height: 16px;
	background: #6faf1a;
    color: white;
    text-decoration: none;
    padding: 8px 20px;
    border: 3px solid #6faf1a;
	display: inline-block;
	margin-top: 8px;
	font-weight: bold;
}

#map_sitlor #map .leaflet-popup-content a:hover {
	color: #6faf1a;
	background: #fff;
}

.leaflet-marker-icon {
	width: 30px;
}

#map-legende {
	background-color: #fff;
	position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 1999;
	padding: 20px 50px;
	box-shadow: 0px 0px 30px 0px #9b9b9b;
}

#map-legende #switch_map_pois {
	background: #6faf1a;
	border-radius: 50%;
	position: absolute;
	padding: 8px;
	font-size: 0;
	border: 3px solid #6faf1a;
	top: -18px
}

#map-legende #switch_map_pois:hover {
	background: #fff;
}

#map-legende #switch_map_pois:before {
    content: '';
    background: url("img/top.svg");
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

#map-legende #switch_map_pois:hover:before {
    background: url("img/top-1.svg");
}

#map-legende #switch_map_pois.active:before {
    transform: rotate(180deg);
}

#map-legende h6 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 18px;
}

#map-legende #poi_cats {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#map-legende #poi_cats li label {
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 3px 0;
}

#map-legende #poi_cats li.active {
	font-weight: bold;
}

#map-legende #poi_cats input {
	display: none;
}

#map-legende label img {
	width: 24px;
	margin-left: 10px;
}

#map-legende label:before {
	width: 20px;
	height: 20px;
	content: '';
	border: 1px solid #4f4944;
	margin-right: 10px;
}

#map-legende li.active label:before {
	content: "✓";
    text-align: center;
    line-height: 18px;
}

.wpcf7-response-output {
	border: none !important;
}



/* FIL D'ARIANE */
#breadcrumbs, #breadcrumbs span, #breadcrumbs span a {
    font-size: 17px;
}

@media screen and (min-width: 1025px) {
 /* #masthead .header-content {    width: 98%;    max-width: 1520px;  }*/
}

/* Favoris */
.cf-favorite-btn{padding: 5px !important; border:none !important; display:block; margin:0; font-size: 0px !important;
background: none !important; cursor: pointer; position:relative}
/*#masthead.site-header-sit .cf-favorite-btn{color: #4F4944;}*/
.cf-etat-favorit-0::before {font-family: "Font Awesome 5 Free" !important; content: "\f004"; font-weight: 400; margin:2px 6px 2px 2px; font-size: 18px !important;}
.cf-etat-favorit-1::before {font-family: "Font Awesome 5 Free" !important; content: "\f004"; font-weight: 900; margin:2px 6px 2px 2px; font-size: 18px !important;}
#cf-favorites-list .cf-remove-favorite-btn{ width:36px; height:36px;line-height:36px; padding:0; display: block ; text-align: center;
border:none; position: absolute; top:15px; right:15px;cursor: pointer;}
#cf-favorites-list{position:relative; float:left; width:100%; padding:0; margin:15px 0;}
#cf-favorites-list li { position: relative; overflow: hidden;  margin: 0; width: 100%; padding:15px; width: 100%;
display: flex; justify-content: flex-start; align-items: flex-start; border-bottom:1px solid #343434;}
#cf-favorites-list li a{font-weight: 700; font-size: 110%}
#cf-favorites-list li:last-child{ border:none}
#cf-favorites-list img{width: 70px !important;}


/* CANALWEB */
.canalweb-template-default #tarteaucitronRoot, .canalweb-template-default #custom-accessibility-menu {display: none;}