/*!
Theme Name: Talk
Theme URI: http://underscores.me/
Author: studio
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: talk
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.

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




@font-face {
    font-family: 'Leitura Display';
    src: url('fonts/LeituraDisplay-Roman.woff2') format('woff2'),
        url('fonts/LeituraDisplay-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'News702';
    src: url('fonts/News702BT-Roman.woff2') format('woff2'),
        url('fonts/News702BT-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





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: #000;
	font-family: 'Roobert';
	font-size: 19px;
	line-height: 1.2;
}

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: 'Roobert';
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: 'Roobert';
}

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
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

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

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

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

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


body .vc_row.wpb_row.vc_row-fluid {margin: 0;}
body .vc_column_container>.vc_column-inner {padding: 0;}
body .wpb_button, body .wpb_content_element, body ul.wpb_thumbnails-fluid>li{margin-bottom: 0;}
::-webkit-scrollbar {width: 0px;height: 0px;display: block;}
::-webkit-scrollbar-button {width: 0px;height: 0px;}
::-webkit-scrollbar-thumb {background: #151513;border: 0px none #151513;border-radius: 0px;}
::-webkit-scrollbar-thumb:hover {background: #151513;}
::-webkit-scrollbar-thumb:active {background: #151513;}
::-webkit-scrollbar-track {background: #151513;border: 0px none #151513;border-radius: 0px;}
::-webkit-scrollbar-track:hover {background: #151513;}
::-webkit-scrollbar-track:active {background: #151513;}
::-webkit-scrollbar-corner {background: transparent;}
*{scrollbar-color: #151513 white;scrollbar-width: thin;}
header#masthead {position: fixed;top: 0;left: 0;z-index: 9;width: 100%;}
.contenuheader {padding: 30px;display: flex;align-items: flex-start;justify-content: center;}
.menuimg img {display: block;height: 23px;width: auto;}
.menuimg img.imgmobile {display: none;}
.menuimg {backdrop-filter: blur(16px);-webkit-backdrop-filter: blur(16px);background-color: #faf9f359;;padding: 6px 10px;border: 1px solid black;border-radius: 10px;}
div.hamburger {position:relative;padding:0;cursor: pointer;font: inherit;color: inherit;text-transform: none;background-color: transparent;border: 0;overflow: visible;
    transition: all .3s cubic-bezier(.57,.06,.05,.95)}
.hamburger-box {width: 20px;height: 20px;display: inline-block;}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {width: 20px;height: 1px;background-color: #000;border-radius: 0px;position: absolute;transition-property: transform;transition-duration: 0.15s;transition-timing-function: ease;}
.hamburger-inner {display: block;top: 50%;margin-top: 0px;}
.hamburger-inner::before {top: -6px;}
.hamburger-inner::after {bottom: -6px;}
.hamburger-inner::before, .hamburger-inner::after {content: "";display: block;}
.contenuheader>.menu.notview:hover {background-color: black;color: white;}
.contenuheader>.menu.notview:hover .hamburger-inner, .menu.notview:hover .hamburger-inner::before, .menu.notview:hover .hamburger-inner::after{background-color: white;}
.menu.notview {width: auto;}
div.menu {width: 36vw;backdrop-filter: blur(16px);-webkit-backdrop-filter: blur(16px);background-color: #faf9f359;;padding: 7px 20px;border: 1px solid #000;border-radius: 10px;display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;position: absolute;top: 30px;right: 30px;transition: all .3s cubic-bezier(.57,.06,.05,.95);}
div.notview.menu {width: 110px;padding: 5px 15px 5px 6px;}
.menu>span {font-size: 16px;margin-right: 8px;cursor: pointer;}
footer#colophon p {margin: 0;color: white;font-size: 13px;line-height: 23px;}
footer#colophon {background-color: black;padding: 80px 35px;}
footer#colophon p.titrefooter{font-size: 16px;margin-bottom: 20px;}
footer#colophon p a{color: white;text-decoration: none;}
.lignefooter {display: flex;align-items: flex-start;justify-content: space-between;flex-wrap: wrap;}
.lignefooter>div{width: calc(100% / 7);padding-right: 15px;}
.lignefooter>div.footer6{width: calc(200% / 7);padding: 0;}
.lignefooter>div.footer2{width: calc(200% / 7);}
ul#menu-menu-footer-1 {margin: 0;padding: 0;list-style: none;display: flex;justify-content: space-between;font-weight: 300;flex-wrap: wrap;}
ul#menu-menu-footer-1 a {font-size: 13px;color: white;text-decoration: none;line-height: 1.2;}
ul#menu-menu-footer-2 {margin: 0;padding: 0;list-style: none;}
ul#menu-menu-footer-2 a {font-size: 13px;color: white;text-decoration: none;font-weight: 300;}
p.inputtfooter>input {height: 48px;background-color: #fff;padding: 10px 15px;border: 1px solid #000;border-radius: 10px;font-size: 19px;line-height: 1;}
*{outline: none!important;}
p.inputtfooter>input[type="submit"] {width: 55px;}
p.inputtfooter>input[type="email"] {width: calc(100% - 75px);font-weight: 300;}
p.inputtfooter {display: flex;justify-content: space-between;align-items: center;}
.lignephoto {display: flex;flex-wrap: wrap;}
.lignephoto.ligne3 img {width: 33.33333%;}
.lignephoto.ligne1 img {width: 100%;}
.lignephoto img {object-fit: cover;}

.lignephoto.ligne2 img {width: 50%;}
.titlepage h1 {margin: 0;font-size: 16px;color: black;font-weight: normal;line-height: 1.2;}
.titlepage {backdrop-filter: blur(16px);-webkit-backdrop-filter: blur(16px);background-color: #faf9f359;;padding: 8px 45px;border: 1px solid #000;border-radius: 10px;overflow: hidden;margin: 0 auto;position: relative;right: 55px;min-width: 250px;text-align: center;}
body.view .descriptionfull{left: 0vw;}
body.view {overflow: hidden;}
.descriptionfull {position: fixed;top: 0;bottom: 0;backdrop-filter: blur(16px);-webkit-backdrop-filter: blur(16px);background-color: #faf9f3a3;display: flex;justify-content: center;align-items: center;transition: all 1000ms;left: -100vw;width: 100vw;}
.descriptionfull p+p {margin-top: 20px;}
.descriptionfull p {line-height: 1.2;font-size: 30px;margin: 0;color: black;font-weight: 300;}
.descriptioninside {width: 100%;max-width: 70vw;max-height: 80vh;overflow: auto;}
.descriptionfull p a{color: black;text-decoration: none;}
body.viewnews .newsfull{left: 0vw;}
body.viewnews {overflow: hidden;}
.menu-menu-container ul li#menu-item-70 li {width: 50%;}
.newsfull {position: fixed;top: 0;bottom: 0;backdrop-filter: blur(16px);-webkit-backdrop-filter: blur(16px);background-color: #faf9f3a3;display: flex;justify-content: center;align-items: center;transition: all 1000ms;left: 100vw;width: 100vw;}
.contentnews {width: 100%;max-width: 80vw;max-height: 80vh;overflow: auto;}
body .owl-theme .owl-dots .owl-dot.active span, body .owl-theme .owl-dots .owl-dot:hover span{background-color: black;}
p.adresfooter {margin-top: 2px;}
p.adresfooterlink a {line-height: 1.5;font-weight: 300;}
.showdes {backdrop-filter: blur(16px);-webkit-backdrop-filter: blur(16px);background-color: #faf9f359;padding: 10px 25px;border: 1px solid #000;border-radius: 10px;color: black;font-size: 16px;cursor: pointer;}
.shownews {overflow: hidden;backdrop-filter: blur(16px);-webkit-backdrop-filter: blur(16px);background-color: #faf9f359;padding: 10px 0px;width: 140px;border: 1px solid #000;border-radius: 10px;color: black;font-size: 16px;cursor: pointer;}
.bottombrand{position: sticky;left: 0;width: 100%;bottom: 0;padding: 30px;display: flex;justify-content: space-between;pointer-events: none;z-index: 66;margin-top: -105px;}
.bottombrand>div{pointer-events: all;}
body.view .bottombrand{display: none;}
body.view div.menu{opacity: 0;pointer-events:none;}
body.viewnews .bottombrand{display: none;}
body.viewnews div.menu{opacity: 0;pointer-events:none;}
.closedesc{backdrop-filter: blur(16px);-webkit-backdrop-filter: blur(16px);background-color: #faf9f359;;padding: 6px 12px;border: 1px solid #000;border-radius: 10px;color: black;font-size: 19px;cursor: pointer;position: fixed;top: 30px;right: 30px;z-index: 99;pointer-events: none;opacity: 0;}
body.view .closedesc{opacity: 1;pointer-events: all;}
body.viewnews .closedesc{opacity: 1;pointer-events: all;}

.shownews span {-webkit-animation: defilement2 2s infinite linear;animation: defilement2 2s infinite linear;}
div.singlenews img {width: 100%;height: 300px;object-fit: cover;}
.singlenews{position: relative;background-color: #faf9f359;}
.singlenews>a{position: absolute;top: 0;left: 0;right: 0;bottom: 0;}

.wpb_text_column p{margin: 0;font-weight: 300;}
.wpb_text_column p a {color: black;}


.size25 p{font-size: 22px;}

.size30 p{font-size: 30px;}


.size40 p{font-size: 40px;}
.size40 h3{font-size: 40px;margin: 0;line-height: 1;font-weight: 600;}
div.height80 {min-height: 80px;}
div.height180 {min-height: 180px;}
.singlenews {overflow: hidden;border: 1px solid black;border-radius: 10px;height: 100%;font-size: 15px;}
.allnews .owl-stage{display: flex;flex-wrap: wrap;}
p.imgp {margin: 0;}
.singlenews h3 {margin: 20px 0;padding: 0 20px;}
.singlenews h3+p {margin: 0 0 110px;padding: 0 20px;}
.allnews .owl-dots {margin-top: 20px;}
.contactform.row {display: flex;width: 100%;flex-wrap: wrap;justify-content: space-between;}
.contactform.row>div {width: 48%;}
.contactform.row label input {margin-top: 5px;width: 100%;padding: 8px 25px;border-radius: 10px;border-color: black;background-color: transparent;}
.contactform.row label {font-size: 15px;display: block;width: 100%;margin-bottom: 10px;}
.contactform.row label select {margin-top: 5px;width: 100%;padding: 8px 25px;border-radius: 10px;border-color: black;}
.contactform.row .wpcf7-checkbox label input {margin: 0;padding: 0;width: auto;}
.wpcf7-list-item {margin: 0;}
.contactform.row label textarea {padding: 8px 25px;margin-top: 5px;height: 262px;border-radius: 10px;border-color: black;background-color: transparent;}
.contactform.row label>span:first-child {display: inline-block;padding-left: 25px;}
input.wpcf7-form-control.wpcf7-submit {width: 100%;background-color: transparent;background-image: none;border-color: black;border-radius: 10px;padding: 12px 25px;cursor: pointer;transition: all 500ms;}
input.wpcf7-form-control.wpcf7-submit:hover{background-color: black;color: white;}
ul#primary-menu {display: block;opacity: 1;margin: 5px 0 0 0;padding: 0;list-style: none;transition: all .3s cubic-bezier(.57,.06,.05,.95);max-width: 9999px;max-height: 9999px;pointer-events: all;}
.menuinside {width: 100%;}
.menu-menu-container {margin: 0 -20px;}
.menu-menu-container ul ul li {width: 100%;}
.menu-menu-container ul ul {display: flex;flex-wrap: wrap;justify-content: flex-start;}
.menu-menu-container li a {text-decoration: none;color: black;}
ul#primary-menu>li>a {padding: 12px 15px;display: block;border-top: 1px solid black;font-weight: 500;}
ul#primary-menu>li:last-child>a {padding: 12px 15px 15px;display: block;border-bottom: none;}
ul#primary-menu ul {padding: 0 30px;list-style: none;margin: -5px 0 18px 0;}
.notview ul#primary-menu {max-height: 0;max-width: 0;opacity: 0;margin-top: 0;pointer-events: none;}
.menu>span>img{display: none;}
ul#primary-menu>li.menu-item-has-children>a {pointer-events: none;}
body.home .titlepage {opacity: 0;}
.menu-menu-container ul ul li {margin-bottom: 5px;font-size: 16px;}

body .imgfull img {height: 100vh;object-fit: cover;width: 100%;}
.imgfull * {height: 100%;width: 100%;}
p.adresfooter{font-weight: 300;}
body .imgfull {top: 0;position: sticky;}
.news702 *{font-family: 'News702'!important;}
.imgfull>div {padding-top: 0!important;}
h2 {font-size: 60px;font-family: 'Roobert';margin: 0;text-transform: uppercase;}
.bigtexte h2 {font-size: 90px;font-weight: 600;line-height: 1;}
body .vc_row-has-fill>.vc_column_container>.vc_column-inner{padding-top: 0;}

@-webkit-keyframes defilement2 {
  0% { margin-left: 100%; }
  100% { margin-left: -50%; }
}
 
@keyframes defilement2 {
  0% { margin-left: 100%; }
  100% { margin-left: -50%; }
}



.wpcf7-form {display: flex;flex-wrap: wrap;justify-content: space-between;}
.wpcf7-form p {display: inline-block;width: 48%;}
.owl-nav {display: none;}

@media screen and (max-width: 767px){

.menuimg img {display: none;}
.menuimg img.imgmobile {display: block;}
.contenuheader {padding: 15px;}
.menuimg img {height: 18px;}
.menuimg {padding: 6px 9px 6px 9px;}
div.menu {padding: 6px 15px;}
.notview.menu>span{display: none;}
.hamburger-box {width: 18px;height: 18px;}
div.hamburger {line-height: 0;}
.hamburger-inner::before {top: -6px;}
.hamburger-inner::after {bottom: -6px;}

}


@media screen and (max-width: 1200px){


.lignefooter>div.footer5{display: none;}
.lignefooter>div.footer6{width: calc(300% / 7);}

}




ul#primary-menu {font-weight: 300;}
ul.sub-menu {max-height: 350px;overflow: auto;}
li#menu-item-181 {text-align: center;display: block;}

.menu-menu-container li li a:hover {color: #002EC6;}
.menu-menu-container li li a {transition: all 300ms;border-bottom: 1px solid transparent;}
p.readmore {margin: 0;bottom: 20px;position: absolute;padding: 0 20px;color: #002EC6;pointer-events: none;}

.showdes:hover {background-color: black;color: white;}
.shownews:hover {background-color: black;color: white;}


.showdes{transition: all 300ms;}
.shownews{transition: all 300ms;}

ul#menu-menu-footer-1>li {width: 50%;}

*{font-feature-settings: "tnum";}
.lignephoto.ligne3 video {width: 33.33333%;object-fit: cover;}
.lignephoto.ligne2 video {width: 50%;object-fit: cover;}

.home .vc_row.wpb_row.vc_row-fluid.vc_row-o-equal-height.vc_row-flex .vc_column-inner * {height: 100%;}
.home .vc_row.wpb_row.vc_row-fluid.vc_row-o-equal-height.vc_row-flex .vc_column-inner img {object-fit: cover;}
.ligneshow {align-items: flex-start;}
.wpb_text_column.buttontexte p {border: 1px solid black;padding: 7px 25px 9px;display: inline-block;border-radius: 10px;line-height: 1.5; margin: 0 auto;}
.buttontexte {text-align: center;}

.vc_column_container.blockabout{padding:0 15px;}
.blockabout>div {background-color: #002EC6;border: 1px solid black;padding: 0 30px!important;border-radius: 10px;}

@media screen and (max-width:768px){

body .imgfull img {height: auto;}
.blockabout{margin-bottom: 25px;}

}





@media screen and (max-width: 800px){
.menu.notview>span>img{display: none}
.menu>span>img{display: block;height: 18px;width: auto;}
div.notview.menu{width: auto;padding: 6px 10px;}
.lignefooter>div{width:48%;margin-bottom: 20px;padding-right: 0;margin-top: 20px;}
.lignefooter>div.footer5{display: none;}
.lignefooter>div.footer6{margin: 0;width: 100%;}
.lignefooter>div.footer2{margin: 0;width: 100%;}
.lignephoto.ligne3 img {width: 100%;}
.lignephoto.ligne2 img {width: 100%;}
.lignephoto.ligne3 video {width: 100%}
.lignephoto.ligne2 video {width: 100%;}
.bottombrand {padding: 15px;}
.bigtexte h2 {font-size: 50px;}
.descriptioninside {width: 100%;max-width: 100vw;max-height: 80vh;overflow: auto;padding: 0 15px;margin-top: 10vh;}
.contentnews{width: 100%;max-width: 100vw;max-height: 80vh;overflow: auto;padding: 0 15px;margin-top: 10vh;}
.shownews {padding: 5px 0;width: 80px;font-size: 17px;line-height: 1;}
.showdes {padding: 6px 9px;font-size: 16px;line-height: 1;}


 .closedesc{   padding: 5px 13px;right: 15px;top: 15px;font-size: 17px;}
.titlepage {font-size: 17px;padding: 5px 15px;right: 20px;}
.descriptionfull p {font-size: 17px;}
.wpb_text_column.wpb_content_element {padding: 0 15px;}
h2{font-size: 50px;}
div.inversemobile {display: flex;flex-direction: column-reverse;}
footer#colophon {padding: 40px 15px;}
.contactform.row>div {width: 100%;}
form.wpcf7-form {padding: 0 15px;}
div.menu {top: 15px;width: calc(100% - 30px);border-radius: 10px;right: 15px;}
.menu-menu-container {margin: 0 -15px;}
.menu-menu-container ul ul {max-height: 250px;overflow: auto;}
.menu-menu-container ul ul li {width: 100%;margin-bottom: 5px;}


}




body .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner {padding-top: 0;}
body .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner {padding-top: 0;}
.titlepage p {margin: 0;font-size: 16px;color: #000;font-weight: 400;line-height: 1.2;}

.single-evenements .wpb_text_column p+p {margin-top: 25px;}
.size39 p{font-size: 30px;}
.size40 p{font-size: 31px;}


.single-evenements .size40 p{text-transform: uppercase;}

.allevents>.singleevent {width: 33.333%;position: relative;}
.allevents {display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: center;}
.singleevent .imgquart {position: relative;background-size: cover;padding-top: 120%;}
.singleevent>a{position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 5;}
.infoevent {position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 4;display: flex;flex-direction: column;justify-content: space-between;flex-wrap: wrap;padding: 50px;    backdrop-filter: blur(16px);-webkit-backdrop-filter: blur(16px);}
.topinfo {font-size: 16px;text-align: center;}
.middleinfo p {font-size: 40px;text-align: center;font-weight: 600;white-space: break-spaces;}
.middleinfo p+p {margin-top: 25px;}
.bottominfo p {font-size: 16px;text-transform: uppercase;text-align: center;}
.infoevent{opacity: 0;transition: all;background-color: hsl(0deg 0% 100% / 30%);}
.singleevent:hover .infoevent{opacity: 1;}
.middleinfo{margin: 25px 0;text-transform: uppercase;}




.wpb_gallery_slides.wpb_flexslider.flexslider_fade.flexslider {margin: 0;border: 0px;box-shadow: none;}
body .wpb_gallery .wpb_flexslider .flex-control-nav {margin: 0;position: absolute;bottom: 0;top: unset;}
body .flex-control-paging li {width: 100px;max-width: 10px;}
body .flex-control-paging li a {height: 10px;width: 100%;border-radius: 50%;background-color: #707070;}
.alllevel .singlelevel.active {display: block;}
.alllevel .singlelevel {display: none;}
.showslide p {margin: 0;padding: 8px 60px;border: 1px solid black;border-radius: 10px;cursor: pointer;font-size: 16px;}
.showslide p.active{pointer-events: none;background-color: black;color: white;}
.showslide {display: flex;align-items: center;justify-content: flex-start;}
.showslide p:nth-of-type(2) {margin: 0 20px;}
.wpb_text_column p .rond {display: inline-block;border: 1px solid black;padding: 6px 14px;}
.wpb_text_column p .carre {display: inline-block;border: 1px solid black;padding: 8px 14px;border-radius: 50%;}
.bigtexte h2 a {color: black;text-decoration: none;}
body .flex-control-paging li a {background-color: #9f9292;}
ul.flex-direction-nav {position: absolute;top: 0;left: 0;right: 0;bottom: 15px;display: flex;}
li.flex-nav-prev {width: 50%;height: 100%;position: relative;}
li.flex-nav-next {width: 50%;height: 100%;position: relative;}
.wpb_gallery .wpb_flexslider .flex-direction-nav a {position: absolute;top: 0;left: 0;right: 0;z-index: 444;bottom: 0;width: auto;height: auto;opacity: 0 !important;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.lignefloor {justify-content: center;display: flex;}
body .wpb_gmaps_widget .wpb_wrapper {background-color: transparent;padding: 0;margin-top: -50px;border: 2px solid black;}


@media screen and (max-width: 1250px) {



.infoevent {padding: 40px;}
.topinfo {font-size: 16px;}
.middleinfo p {font-size: 30px;}
.middleinfo p+p {margin-top: 20px;}
.bottominfo p {font-size: 16px;}

}


@media screen and (max-width: 1000px) {

.topinfo {font-size: 16px;}
.middleinfo p {font-size: 25px;line-height: 1.1;}
.bottominfo p {font-size: 15px;}

.allevents>.singleevent {width: 50%;}

}


.single-evenements .shownews a {color: black;text-decoration: none;width: 100%;display: block;padding: 8px 45px;}
.single-evenements .shownews {width: auto;padding: 0;}
.single-evenements .shownews:hover a{color: white;}

.single-evenements .showdes a {color: black;text-decoration: none;width: 100%;display: block;padding: 8px 45px;}
.single-evenements .showdes {width: auto;padding: 0;}
.single-evenements .showdes:hover a{color: white;}
.mgd p+p {margin-top: 15px;}




@media screen and (max-width: 800px) {


.allevents>.singleevent {width: 100%;}
.size39 p{font-size: 29px;}
.size40 p{font-size: 30px;}
.allevents {margin: 0 -15px;}
.infoevent {opacity: 1;position: static;padding: 20px 15px 80px;}

.showslide p {padding: 5px 15px;}
.size40 h3 {font-size: 36px;}
.showslide {justify-content: flex-start;padding: 0 15px;}
.middleinfo p {font-size: 36px;line-height: 1;}
body .wpb_gmaps_widget .wpb_wrapper {margin-top: 50px;}
.infoevent p {text-align: left;}
.bottominfo{display: none;}
.middleinfo {margin: 10px 0;}
body .vc_custom_1718283317000{padding: 0px!important;}
body .vc_custom_1718283412032{padding: 0px!important;}
body .vc_custom_1718283503638{padding: 0 15px!important;}

.middleinfo p+p:empty {display: none;}


.wpb_text_column.wpb_content_element {padding: 0px 15px;}


.single-evenements .shownews a {padding: 5px 30px;}
.single-evenements .showdes a {padding: 5px 30px;}

}




ul#menu-menu-footer-3 {margin: 0;padding: 0;list-style: none;}
ul#menu-menu-footer-3 a {
    font-size: 13px;
    color: white;
    text-decoration: none;
    font-weight: 300;
}