/*!
Theme Name: Aperçu v2
Theme URI: http://underscores.me/
Author: Guillaume Ruiz
Author URI: http://guillaumeruiz.com
Description: Description
Version: 2.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: apercu
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.

Aperçu 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

--------------------------------------------------------------*/
@font-face {
  font-family: 'ABCCamera-Regular';
  src:  
    url('webfonts/ABCCamera-Regular.woff') format('woff'),
    url('webfonts/ABCCamera-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


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

:root {
	--padding-15: 1.2rem;	
	--padding-30: 3.4rem;	
	--main-color: black;
	--main-font-family: 'ABCCamera-Regular';
	--main-font-size: 1.2rem;
	--main-line-height: 1.44rem;
	--title-font-size: 3.6rem;
	--title-line-height: 4.32rem;
	--home-title-font-size: 7.6rem;
	--home-title-line-height: 8.32rem;
	--bigText-font-size: 3.6rem;
	--bigText-line-height: 4.32rem;		

}


@media (max-width: 800px) {
	:root {
		--padding-15: 1rem;
		--padding-30: 3rem;	
		--main-font-size: 1rem;
		--main-line-height: 1.2rem;
		--title-font-size: 2.8rem;
		--title-line-height: 3.4rem;		
		--bigText-font-size: 2.2rem;
		--bigText-line-height: 2.6rem;		
	}
}

/*@media (min-width: 1200px) {
	:root {
		--padding-15: 1.5rem;
		--main-font-size: 1.5rem;
		--main-line-height: 1.8rem;
		--title-font-size: 4.5rem;
		--title-line-height: 5.4rem;		
	}
}*/


/*@media (max-width: 1200px) {
	:root {
		--main-font-size: 1.8vw;
		--main-line-height: 2.16vw;
		--title-font-size: 7vw;
		--title-line-height: 7vw;		
	}
}

@media (max-width: 1000px) {
	:root {
		--main-font-size: 2vw;
		--main-line-height: 2.4vw;
		--title-font-size: 7vw;
		--title-line-height: 7vw;
	}
}

@media (max-width: 800px) {
	:root {
		--main-font-size: 2.4vw;
		--main-line-height: 2.88vw;
		--title-font-size: 7vw;
		--title-line-height: 7vw;		
	}
}*/

/* 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: var(--main-color);
	font-family: var(--main-font-family);
	font-size: var(--main-font-size);
	line-height: var(--main-line-height);
  	font-style: normal;
  	font-style: var(--main-font-size);
  	line-height: var(--main-line-height);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
p,
a {
	clear: both;
	font-family: var(--main-font-family);
	font-size: var(--main-font-size);
	line-height: var(--main-line-height);
	font-weight: normal;
	color: var(--main-color);
	margin: 0;
}


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

blockquote {
	margin: 0;
}

address {
	margin: 0;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

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

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

/* Links
--------------------------------------------- */
a {
	color: var(--main-color);
	text-decoration: none;
}
.informations a{
	text-decoration: underline;
}
.informations a:hover{
	text-decoration: none;
}

a:visited {
	color: var(--main-color);
}

a:hover,
a:focus,
a:active {
	color: var(--main-color);
}

a:focus {
	color: var(--main-color);
}

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


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

.post,
.page {
	margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

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

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



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

/* Global
--------------------------------------------- */
html {
	scroll-behavior:smooth;
}

* {
	-webkit-tap-highlight-color: transparent;
}

body {
    animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
 
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}

::selection {
  color: black;
  background: #e8e8e8;
}

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

/* Various
--------------------------------------------- */

.main-bottom-padding {
	padding-bottom: var(--main-line-height);	
}

/* Columns
--------------------------------------------- */
.columns-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: var(--padding-15);
}

.columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: var(--padding-15);
}

.columns-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: var(--padding-15);
}

.columns-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: var(--padding-15);
}

.columns-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: var(--padding-15);
}




/* Bottom page menu
--------------------------------------------- */

#bottom-page-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  bottom: 0;
}

.btn-bottom-mobile-menu {
  font-size: var(--title-font-size);
  color: white;
  background-color: transparent;
  border: 0;
  position: absolute;
  bottom: 2rem;
  right: var(--padding-15);
  transition: transform .2s;
  cursor: pointer;
}

.btn-bottom-title-menu {
	font-size: var(--title-font-size);
  color: white;
  background-color: transparent;
  border: 0;
  position: absolute;
  bottom: 2rem;
  right:  5.4rem;
  cursor: pointer;
}

#bottom-page-header.active .btn-bottom-mobile-menu {
	transform: rotate(0.12turn);
}

#bottom-page-header-navigation {
	background-color: black;
}

.bottom-mobile-menu {
	display: none;
}
/*.menu-menu-1-container{
	padding-top:20px;
}*/
.bottom-mobile-menu .menu,
.bottom-mobile-menu .sub-menu {
	list-style: none;
	padding: 0;
}

.bottom-mobile-menu .menu li a {
	padding-left:  var(--padding-15);
	font-size: var(--title-font-size);
	line-height: var(--title-line-height);
	color: white;
	display: flex;
	width: 100%;
}

.bottom-mobile-menu .menu li a:hover {
	background-color: white;
	color: black;
	cursor: pointer;
}
/*.bottom-mobile-menu .sub-menu li a{
	padding-left:  var(--padding-30);
}*/
/*.bottom-mobile-menu .menu li:hover a {
	color: black;
}*/

#bottom-page-header-infos {
	padding:  var(--padding-15);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: var(--padding-15);
  cursor: pointer;
}

#bottom-page-header-infos .soustitre {
   grid-column-end: span 2;

}

#bottom-page-header-infos * {
	color: white;
	margin: 0;
	padding: 0;
}

@media (max-width: 1200px) {
	#bottom-page-header-infos {
	  grid-template-columns: repeat(3, 1fr);
	}
	#bottom-page-header-infos .soustitre {
	   grid-column-end: span 1;
	}
/*	.btn-bottom-title-menu {
	  bottom: 1.6rem;
	  right:  5rem;
	}*/
}

@media (max-width: 800px) {
	#bottom-page-header-infos {
	  grid-template-columns: repeat(3, 1fr);
	}
	#bottom-page-header-infos .soustitre {
	   grid-column-end: span 1;
	}
	.btn-bottom-title-menu {
    bottom: 1.6rem;
    right: 3.6rem;		
	}
	.btn-bottom-mobile-menu {
  bottom: 22px;
}
}

@media (max-width: 500px) {
	#bottom-page-header-infos .dates {
		display: none;
	}

	#bottom-page-header-infos {
	  grid-template-columns: repeat(3, 1fr);
	}
	#bottom-page-header-infos .soustitre {
	   grid-column-end: span 2;
	}

	.btn-bottom-title-menu {
    bottom: 1.6rem;
    right: 3.6rem;		
	}

}



/* Global
--------------------------------------------- */

#page {
	min-height: 100vh;
}

@media (max-width: 600px) {
	#page {
		overflow: hidden;
	}
}

/* Accueil
--------------------------------------------- */
.home #page {
		top: 0;
    position: fixed;
    overflow-y: scroll;
}

#accueil {
		position: fixed;
    height: 100vh;
    width: 100vw;
    overflow-y: scroll;
    top: 0;
}

#accueil .image {
		position: fixed;
    height: 100vh;
    width: 100vw;
    overflow-y:	hidden;
    z-index: 200;
    pointer-events: none;
}

.paragraphe {
	position: relative;
  left: 33.333vw;	
}

.paragraphe h1 {
	color: black;
	font-size: var(--home-title-font-size);
	line-height: var(--home-title-line-height);
}

@media (max-width: 600px) {
	#accueil .image img {
		height: 100vh;
		width: auto;
		max-width: unset;
	}

	.paragraphe {
		position: relative;
	  left: var(--padding-15);	
	}
}

/* Accueil animation
--------------------------------------------- */

.container {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding-top: 100vh;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.marquee {
    top: 0;
    position: relative;
    box-sizing: border-box;
    animation: marquee 8s linear infinite;
}

/*.marquee:hover {
    animation-play-state: paused;
}*/

/* Make it move! */
@keyframes marquee {
    0%   { top:  0em }
    100% { top: -300vh }
}


/* CPT pages
--------------------------------------------- */

#cpt {
	padding-bottom: 20vh;
}

#cpt-header {
	padding: var(--padding-15);
}

#cpt-header h1 {
	font-size: var(--title-font-size);
	line-height: var(--title-line-height);
	margin: 0;
}

#cpt article {
	cursor: pointer;
	padding: var(--padding-15);
	padding-bottom: 0;
	border-top: 1px solid black;
}

#cpt article:hover,
#cpt article.active {
	background-color: white;
}

#cpt article .article-content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: var(--padding-15);
}

#cpt .duree p {
	padding: 0;
	margin: 0;
}

#cpt .relation-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.btn-plus-dinfos {
	cursor: pointer;
	border: 0;
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	margin: 0;
}

.lien:hover {
	text-decoration: underline;
}

#cpt .plus-dinfos {
	display: none;
	padding-bottom: var(--main-line-height);
}


/* Affiche des contenus en single pour le partage d'url */
.single #cpt .plus-dinfos{
	display: block;
}
.single .btn-plus-dinfos{
	display: none;
}
.single #cpt article{
	cursor: default;
	background-color: white;
	border-top: none;
}
.single #cpt .plus-dinfos .image img {
  mix-blend-mode: normal;
}


#cpt .plus-dinfos .image img {
  mix-blend-mode: luminosity;
  width: 100%;
  height: auto;
}

#cpt article:hover .plus-dinfos img {
  mix-blend-mode: normal;
}

#cpt .plus-dinfos-content {
	display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: var(--padding-15);
}

#cpt .plus-dinfos-content p {
	margin: 0;
    margin-bottom: var(--main-line-height);
}

#cpt .plus-dinfos .image {
	grid-column-end: span 2;
}
.legendePhoto{
	font-size: 12px;
	line-height: 10px;
}

.galerie figure{
/*	border: solid thin red;*/
margin-bottom: var(--padding-15);
}



#cpt .plus-dinfos .informations {
	grid-column-end: span 3;
}


#cpt article .titre {
	grid-column-end: span 2;
}

#cpt article .relation {
	grid-column-end: span 2;
}


/* About page
--------------------------------------------- */

.about section {
	position: relative;
}

.about .plus-dinfos-row {
    position: absolute;
    top: -4rem;
	position: absolute;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: var(--padding-15);	
    width: 100%;
    padding: var(--padding-15);
    pointer-events: none;
}

.about .plus-dinfos-row .btn-plus-dinfos {
    text-align: left;
    grid-column-start: 6;
}

.about #description {
    display: block;
    padding: var(--padding-15);
    height: 50vh;
    overflow: hidden;
    cursor: pointer;
    transition: transform .2s;
}

.about #description:hover {
	background-color: white;
}

.about #description .description-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: var(--padding-15);
}

.about #description p {
	font-size: var(--bigText-font-size);
	line-height: var(--bigText-line-height);
}

.about #description div:first-child {
	grid-column-end: span 5;
}

#colonnes {
	width: 100%;
}

#colonnes .colonnes-row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: var(--padding-15);
}

.colonnes-container {
    padding: var(--padding-15);
    padding-bottom: 0;
    border-top: 1px solid black;
}

#colonnes p,
#colonnes h1:not(.titreCliquable),
#colonnes h2,
#colonnes h3,
#colonnes h4,
#colonnes h5,
#colonnes h6 {
	margin-bottom: var(--main-line-height);
}
.cliquable:hover{
	background-color: white;
}
.mentions-paragraphe{
	margin-top: var(--main-line-height);
}

#colonnes a {
	text-decoration: underline;
}

#colonnes a:hover {
	text-decoration: none;
}

#colonnes ul {
	list-style: none;
	margin:0;
	padding: 0;
	padding-bottom: var(--padding-15);
}

@media (max-width: 800px) {
	#colonnes {
		display: block;
	}
#logotypes{
	display: none;
}
.about .plus-dinfos-row .btn-plus-dinfos {
	text-align: right;
	min-width: 150px;
	margin-top: 22px;
}

}

.about #logotypes {
	width: 100%;
    padding: var(--padding-15);
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: 1px solid black;
}
#logotypes .logotypes-row:last-child{
	padding-bottom: 0;
}

.about #logotypes ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.about #logotypes li {
	padding-right: var(--padding-15);
}

.about #logotypes li img {
/*	border: solid thin red;*/
	width: 100%;
	height: auto;
	max-height: 3rem;
    mix-blend-mode: multiply;
}

.about #mentions {
	width: 100%;
    padding: var(--padding-15);
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    cursor: pointer;
}

.mentions-paragraphe {
	columns: 2;
	column-gap: var(--padding-15);
}


@media (max-width: 800px) {

	#colonnes .colonnes-row {
		display: block;
	}
	.about #description div:first-child {
	    grid-column-end: span 6;
	}

	.mentions-paragraphe {
		columns: 1;
		column-gap: var(--padding-15);
	}
}


/* Artistes page
--------------------------------------------- */

.artistes {
	display: flex;
	flex-direction: column;
}

.artiste h1 a {
	font-size: var(--title-font-size);
	line-height: var(--title-line-height);
}

#cpt article .article-content .artiste {
	grid-column-end: span 5;
}
.artiste .informations{
	padding-bottom: var(--padding-15);	
}
/*.artiste-description {
	padding-bottom: var(--padding-15);
}*/

/* Calendar page
--------------------------------------------- */

#calendar {
	padding-bottom: 20vh;
}

#calendar .calendar-header-title {
	padding: var(--padding-15);
}

#calendar .calendar-header-title h1 {
	font-size: var(--title-font-size);
	line-height: var(--title-line-height);
	margin: 0;
}

#calendar .calendar-row-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

#calendar .calendar-row {
	padding: var(--padding-15);
  padding-bottom: 0;
  border-top: 1px solid black;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: var(--padding-15);
  cursor: pointer;
}

#calendar .calendar-row:hover {
	background-color: white;
}

#calendar .calendar-row-time {
	grid-column-end: span 1;
}

#calendar .calendar-row-relation {
	grid-column-end: span 5;
}

#calendar p {
	margin: 0;
}

#calendar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.calendar-row-relation-list-item-content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: var(--padding-15);	
}

.calendar-row .titre {
	grid-column-end: span 2;
}

.calendar-row .type h2 {
    text-transform: capitalize;
}

.calendar-row .relation {
	grid-column-end: span 1;
}

#calendar .plus-dinfos {
	display: none;
	padding-bottom: var(--main-line-height);
}

.calendar-row .plus-dinfos .image img {
    mix-blend-mode: luminosity;
    width: 100%;
    height: auto;
}

.calendar-row:hover .plus-dinfos .image img {
    mix-blend-mode: normal;
}

#calendar .plus-dinfos-content {
	display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: var(--padding-15);
}

#calendar .plus-dinfos-content p {
	margin: 0;
	margin-bottom: var(--main-line-height);
}

#calendar .plus-dinfos .image {
	grid-column-end: span 2;
}

#calendar .plus-dinfos .informations {
	grid-column-end: span 3;
}

@media (max-width: 800px) {

	#cpt article .article-content {
	  grid-template-columns: repeat(3, 1fr);
	}

	#cpt .plus {
		display: none;
	}

	#calendar .plus {
		display: none;
	}

	#calendar .calendar-row {
/*	  grid-template-columns: repeat(3, 1fr);*/
	  display: block;
	}

	#calendar .calendar-row-time {
/*	    margin-bottom: var(--main-line-height);*/
	position: absolute;
	text-align: right;
	right: var(--padding-15);
	}
	#calendar .type{
	    margin-bottom: var(--main-line-height);
	}

	#calendar .plus-dinfos .image {
 		padding-bottom: var(--main-line-height);
	}

	#calendar .calendar-row-relation {
	  grid-column-end: span 2;
	}

	#cpt .plus-dinfos-content	{
		grid-template-columns: repeat(3, 1fr);
	}

	#cpt .plus-dinfos .image {
	  grid-column-end: span 3;
 		padding-bottom: var(--main-line-height);
	}

	.calendar-row-relation-list-item-content {
	    display: grid;
	    grid-template-columns: repeat(2, 1fr);
	    grid-column-gap: var(--padding-15);
	}

	#calendar .plus-dinfos-content {
	    display: block;
	}

}


/* Informations page
--------------------------------------------- */
.marker {
/*	border: 2px solid red;*/
}

.map-list {
	padding: 0;
}

.map-list article {
    padding: var(--padding-15) !important;
	border-top: 0 !important;
	border-bottom: 1px solid black;
}

.map-list article:last-child{
	border-bottom: transparent;
/*	background-color: gray !important;*/
}

/*Leaflet*/
#map-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    border-top: 1px solid black;
}

#map-section.active {
	display: block;
	pointer-events: auto;
}

.map-container {
	width: 100%;
	height: 100%;
}

#map {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.adresse {
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 0;
    text-align: left;
}

/**/

.leaflet-control-container {
	display: none;
}

.leaflet-container a {
	color: black;
	width: 100%;
}

.leaflet-bar {
    box-shadow: unset !important;
    border-radius: 0;
}

.leaflet-touch .leaflet-bar a {
    width: 100%;
	font-size: var(--title-font-size);
    font-family: var(--main-font-family);
    font-weight: normal;
    border: 0;
    background-color: transparent;
	height: var(--title-line-height)
	transition: transform .2s;
	border: 0px solid;
	padding-top: 5px;
}

/*.leaflet-touch .leaflet-bar a:hover  {
	transform: rotate(0.5turn);
}

.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    display: flex;
    width: auto;
    justify-content: flex-start;
}

.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    display: flex;
    width: auto;
    justify-content: flex-end;
}

.leaflet-touch .leaflet-bar a:hover {
	text-decoration: none;
}*/

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 0;
    background-clip: unset;
}

.leaflet-top,
.leaflet-bottom {
	position: unset;
}

.leaflet-top .leaflet-control,
.leaflet-left .leaflet-control {
    margin: 0;
}

.leaflet-control-zoom {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    padding: var(--padding-15);
}

.leaflet-control-zoom a:hover {
	background-color: transparent;
}

/*Pop up*/
.leaflet-container a.leaflet-popup-close-button {
	display: none;
}

.leaflet-popup-tip-container {
	display: none !important;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: white;
    box-shadow: none;
    border: 0px solid black;
    border-radius: 0;
}

.leaflet-popup-content-wrapper:hover,
.leaflet-popup-tip:hover {
    background: black;
}

.leaflet-popup-content-wrapper:hover *,
.leaflet-popup-tip:hover * {
    color: white;
}

.leaflet-popup-content-wrapper {
	text-align: center;
}

.leaflet-popup-content {
	margin: .5rem;
    line-height: var(--main-line-height);
    font-size: var(--main-font-size);
    font-family: var(--main-font-family);
    color: black;
}

.leaflet-popup-content * {
	margin: 0;
    text-align: left;
}

.leaflet-control-zoom-in {
	text-align: left;
}

.leaflet-control-zoom-out {
	text-align: right;
}

.leaflet-bar a, .leaflet-control-layers-toggle {
    background-position: unset;
    background-repeat: no-repeat;
    display: block;
}

.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    margin: 0;
    bottom: 0;
    position: fixed;
}

/* Bouton bénévole
--------------------------------------------- */
.btnBenevole{
	position: fixed;	
	z-index: 800;
	

  border-radius:150px;
  height:150px;
  width:150px;

  transform: rotate(-35deg);
  transition: all .2s;

  background-color:black;

  display:flex;
  justify-content: center;
  align-items: center;
  text-align:center;

	color: white;
	font-size: 22px;
}
.btnBenevole:hover,
.btnBenevole:visited:hover{
	transform: rotate(0deg) scale(1.1);
/*	background-color: white;*/
	color: white;
}
.btnBenevole:visited{
	color: white;
}
@media (max-width: 800px) {
	.hideOnMobile{
		display: none;
	}
.btnBenevole{
	top: 15px!important;
	left: calc(100vw - 115px)!important;
	height:90px;
  	width:90px;
	font-size: 18px;

}
}