/*!
Theme Name: plasse
Theme URI: http://underscores.me/
Author: CREATIC agency
Author URI: https://www.creatic-agency.fr/
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: plasse
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.

plasse 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
# Components
    - Blog
    - Carousel
	- Navigation
	- Posts and pages
	- Footer
	- Header
	- Widgets
	- Media
	- Captions
	- Galleries
# Utilities
	- Accessibility

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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.
 */
@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@1,300&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
--------------------------------------------------------------*/
/* Fonts
--------------------------------------------- */
@font-face {
	font-family: Gotham;
	src: url(/wp-content/themes/pplasse-wordpress/assets/fonts/gotham_bold-webfont.woff2) format("woff2"), url(/wp-content/themes/pplasse-wordpress/assets/fonts/gotham_bold-webfont.woff) format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: Gotham;
	src: url(/wp-content/themes/pplasse-wordpress/assets/fonts/gotham_medium-webfont.woff2) format("woff2"), url(/wp-content/themes/pplasse-wordpress/assets/fonts/gotham_medium-webfont.woff) format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: Gotham;
	src: url(/wp-content/themes/pplasse-wordpress/assets/fonts/gotham_book-webfont.woff2) format("woff2"), url(/wp-content/themes/pplasse-wordpress/assets/fonts/gotham_book-webfont.woff) format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: Gotham;
	src: url(/wp-content/themes/pplasse-wordpress/assets/fonts/gotham_light-webfont.woff2) format("woff2"), url(/wp-content/themes/pplasse-wordpress/assets/fonts/gotham_light-webfont.woff) format("woff");
	font-weight: 300;
	font-style: normal;
}

/* Typography
--------------------------------------------- */
p {
	margin: 0;
}

strong {
	font-family: Gotham, sans-serif;
	font-weight: 500;
	color: #131833;
}

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

/* Elements
--------------------------------------------- */
body {
	margin: 0 !important;
	background: #fff;
}

body .elementor-top-section > .elementor-container {
	padding: 0 34px;
}

@media (max-width: 768px) {
	body .elementor-top-section > .elementor-container {
		padding: 0 16px;
	}
}

body .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0;
}

body:not(.elementor-editor-active) .elementor-widget-menu-anchor {
	position: relative;
	z-index: -1;
}

body:not(.elementor-editor-active) .elementor-menu-anchor::before {
	content: "";
	display: block;
	height: 160px;
	margin: -160px 0 0;
	visibility: hidden;
	pointer-events: none;
}

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

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 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;
}

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

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

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header and footer
--------------------------------------------- */
.pre-header {
	position: relative;
	z-index: 2;
	font-family: Gotham, sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	background-color: #131833;
}

@media (max-width: 768px) {
	.pre-header {
		display: none;
	}
}

.pre-header__container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	max-width: 1372px;
	width: 100%;
	padding: 0 34px;
	height: 32px;
	margin: 0 auto;
}

.pre-header__text {
	margin-right: 8px;
}

.pre-header__link {
	position: relative;
	color: #fff;
	text-decoration: none;
	padding: 0 16px;
}

.pre-header__link svg {
	width: 8px;
	margin-right: 8px;
}

.pre-header__link:not(:last-child)::after {
	content: "";
	position: absolute;
	height: 15px;
	width: 1px;
	background-color: #fff;
	top: 50%;
	right: 0;
	transform: translate(-50%, -50%);
}

.pre-header__link:hover {
	color: #c69546;
}

.pre-header__link:hover svg path {
	fill: #c69546;
}

.home .menu-item-has-children > .sub-menu > .menu-item > a::after {
	background-image: url(assets/images/chevron-down.svg) !important;
}

.header {
	position: relative;
	z-index: 99;
	background-color: transparent;
}

.header.sticky {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
}

.header.sticky .header__brandingDefault {
	display: none;
}

.header.sticky .header__brandingSticky {
	display: block;
}

.header__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 1372px;
	margin: 0 auto;
	padding: 12px 34px;
}

@media (max-width: 1372px) {
	.header__container {
		width: 100%;
		background-color: #fff;
		padding: 12px 16px;
		height: 56px;
	}
}

.header__branding {
	width: 144px;
}

@media (max-width: 1372px) {
	.header__brandingDefault, .header__brandingDefaultWhite {
		display: none !important;
	}
}

.header__brandingSticky {
	display: none;
	width: 41px;
}

@media (max-width: 1372px) {
	.header__brandingSticky {
		display: block;
		width: 32px;
		height: 32px;
	}
}

.header__navigation #primary-menu {
	display: flex;
	align-items: baseline;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.4;
}

.header__navigation #primary-menu.active {
	display: flex;
	border-top: 1px solid #cbcdda;
}

@media (min-width: 1372px) {
	.header__navigation #primary-menu.active {
		border-top: none;
	}
}

@media (max-width: 1372px) {
	.header__navigation #primary-menu {
		position: absolute;
		top: 56px;
		left: 0;
		right: 0;
		bottom: 0;
		display: none;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
	}
}

.header__navigation #primary-menu .menu-item {
	position: relative;
	margin: 0 12px;
	padding: 12px 0;
}

@media (max-width: 1372px) {
	.header__navigation #primary-menu .menu-item {
		background: #fff;
		margin: 0;
		padding: 0;
		width: 100%;
		border-bottom: 1px solid #f6f7f9;
	}
}

.header__navigation #primary-menu .menu-item.menu-item-has-children > a {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
}

.header__navigation #primary-menu .menu-item.menu-item-has-children > a::after {
	content: "";
	background-image: url(assets/images/chevron-down-white.svg);
	margin-left: 6px;
	width: 16px;
	height: 16px;
	background-size: 16px;
	background-repeat: no-repeat;
}

.header__navigation #primary-menu .menu-item.menu-item-has-children.active a::after {
	transform: rotate(180deg);
}

@media (max-width: 1372px) {
	.header__navigation #primary-menu .menu-item.menu-item-has-children {
		padding-right: 0;
	}
	.header__navigation #primary-menu .menu-item.menu-item-has-children > a::after {
		background-image: url(assets/images/chevron-down.svg);
	}
}

@media (min-width: 1372px) {
	.header__navigation #primary-menu .menu-item.menu-item-has-children:hover > .sub-menu {
		display: flex;
	}
}

.header__navigation #primary-menu .menu-item a {
	font-family: Gotham, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
}

@media (max-width: 1372px) {
	.header__navigation #primary-menu .menu-item a {
		display: block;
		color: #263167;
		padding: 18px 16px;
	}
}

.header__navigation #primary-menu .menu-item a:hover {
	color: #c69546;
}

.header__navigation #primary-menu .menu-item .sub-menu {
	position: absolute;
	top: 100%;
	display: none;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
	min-width: 212px;
	margin: 0;
	padding: 6px 0;
	list-style: none;
	border: 1px solid #f6f7f9;
	border-radius: 2px;
	background: #fff;
}

.header__navigation #primary-menu .menu-item .sub-menu.active {
	display: flex;
}

.header__navigation #primary-menu .menu-item .sub-menu::after {
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	width: 100%;
	height: 4px;
	content: "";
	border-radius: 0 0 2px 2px;
	background-color: #263167;
}

@media (max-width: 1372px) {
	.header__navigation #primary-menu .menu-item .sub-menu::after {
		display: none;
	}
}

.header__navigation #primary-menu .menu-item .sub-menu .menu-item {
	padding: 12px 24px;
	margin: 0;
}

.header__navigation #primary-menu .menu-item .sub-menu .menu-item a {
	width: 100%;
	color: #263167;
}

.header__navigation #primary-menu .menu-item .sub-menu .menu-item a:hover {
	color: #c69546;
}

.header__navigation #primary-menu .menu-item .sub-menu .menu-item.menu-item-has-children {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.header__navigation #primary-menu .menu-item .sub-menu .menu-item.menu-item-has-children > a::after {
	transform: rotate(-90deg) !important;
	width: 14px;
}

.header__navigation #primary-menu .menu-item .sub-menu .menu-item.menu-item-has-children .sub-menu {
	position: absolute;
	left: 100%;
	top: 0;
}

.header__navigation #primary-menu .menu-item .sub-menu .menu-item::before {
	top: 100%;
	width: calc(100% - 48px);
	transform: translateX(24px);
}

@media (max-width: 1372px) {
	.header__navigation #primary-menu .menu-item .sub-menu .menu-item {
		background: #f6f7f9;
		margin: 0;
		padding: 0;
	}
	.header__navigation #primary-menu .menu-item .sub-menu .menu-item.menu-item-has-children {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.header__navigation #primary-menu .menu-item .sub-menu .menu-item.menu-item-has-children a::after {
		background-image: url(assets/images/chevron-down.svg) !important;
		transform: rotate(0) !important;
		width: 14px;
	}
	.header__navigation #primary-menu .menu-item .sub-menu .menu-item.menu-item-has-children.active > a::after {
		transform: rotate(180deg) !important;
	}
	.header__navigation #primary-menu .menu-item .sub-menu .menu-item .sub-menu .menu-item {
		padding: 0 16px;
	}
	.header__navigation #primary-menu .menu-item .sub-menu .menu-item .sub-menu .menu-item:last-of-type {
		border-bottom: none;
	}
	.header__navigation #primary-menu .menu-item .sub-menu .menu-item:last-of-type {
		border-bottom: 1px solid #cbcdda;
	}
}

@media (max-width: 1372px) {
	.header__navigation #primary-menu .menu-item .sub-menu {
		position: relative !important;
		top: 0;
		left: 0 !important;
		border: none;
		padding: 0;
		margin: 0;
		display: none;
	}
}

.header__navigation #primary-menu .menu-item.current_page_item, .header__navigation #primary-menu .menu-item.current-page-ancestor, .header__navigation #primary-menu .menu-item.current-menu-ancestor {
	position: relative;
}

.header__navigation #primary-menu .menu-item.current_page_item::before, .header__navigation #primary-menu .menu-item.current-page-ancestor::before, .header__navigation #primary-menu .menu-item.current-menu-ancestor::before {
	content: "";
	position: absolute;
	top: calc(100% - 6px);
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #c69546;
}

@media (max-width: 1372px) {
	.header__navigation #primary-menu .menu-item.current_page_item::before, .header__navigation #primary-menu .menu-item.current-page-ancestor::before, .header__navigation #primary-menu .menu-item.current-menu-ancestor::before {
		display: none;
	}
}

.header__navigationBurger {
	display: none;
	background: none !important;
	border: none;
	width: 24px;
	height: 14px;
	justify-content: center;
	align-items: center;
	padding: 0 !important;
	cursor: pointer;
}

@media (max-width: 1372px) {
	.header__navigationBurger {
		display: flex;
	}
}

.header .header__brandingDefault {
	display: none;
}

.header .header__brandingDefaultWhite {
	display: block;
}

.header--background-white {
	color: #263167;
	background-color: #fff;
	box-shadow: 0 2px 16px #13183314;
}

.header--background-white .menu-item-has-children a::after {
	background-image: url(assets/images/chevron-down.svg) !important;
}

.header--background-white .header__brandingDefault {
	display: block;
}

.header--background-white .header__brandingDefaultWhite {
	display: none;
}

.header--background-white .header__navigation #primary-menu .menu-item a {
	color: #263167;
}

.footer {
	background-color: #263167;
	padding: 60px 0 20px;
}

.footer__container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	max-width: 1372px;
	margin: 0 auto;
}

@media (max-width: 1372px) {
	.footer__container {
		flex-direction: column;
		padding: 48px 16px;
	}
}

.footer__copyright {
	font-family: Gotham, sans-serif;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.12px;
	color: #cbcdda;
	font-weight: 300;
}

@media (max-width: 1372px) {
	.footer__col {
		width: 100%;
		margin-bottom: 40px;
	}
}

.footer__branding {
	width: 144px;
}

@media (max-width: 1372px) {
	.footer__branding {
		margin: 0 auto 8px;
	}
}

.footer__menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer__menu .menu-item {
	margin-bottom: 16px;
}

.footer__menu .menu-item a {
	font-family: Gotham, sans-serif;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	letter-spacing: 0.16px;
	line-height: 19px;
}

.footer__menu .menu-item a:hover {
	color: #c69546;
}

.footer__menuTitle {
	text-transform: uppercase;
	color: #c69546;
	font-size: 16px;
	margin-bottom: 24px;
	font-weight: 400;
	letter-spacing: 0.16px;
	line-height: 24px;
	font-family: Gotham, sans-serif;
}

.footer__socialNetworksTitle {
	text-transform: uppercase;
	font-family: Gotham, sans-serif;
	color: #c69546;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 24px;
}

.footer__socialNetworksItem {
	width: 32px;
	height: 32px;
}

/* Navigation
--------------------------------------------- */
.post-navigation {
	margin-bottom: 0;
	background-color: #f6f7f9;
	padding: 27px 0;
}

.post-navigation .nav-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1372px;
	padding: 0 34px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.post-navigation .nav-links {
		width: 100%;
		height: auto;
		padding: 0 16px;
	}
}

.post-navigation .nav-links .nav-previous:hover .nav-subtitle,
.post-navigation .nav-links .nav-next:hover .nav-subtitle {
	color: #c69546;
}

.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
	display: flex;
	flex-direction: column;
	text-decoration: none;
}

.post-navigation .nav-links .nav-previous .nav-subtitle,
.post-navigation .nav-links .nav-next .nav-subtitle {
	color: #131833;
	font-size: 18px;
	font-family: Gotham;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 8px;
}

.post-navigation .nav-links .nav-previous .nav-title,
.post-navigation .nav-links .nav-next .nav-title {
	color: #131833;
	font-size: 16px;
	font-family: Gotham, sans-serif;
	font-weight: 400;
	line-height: 1.4;
}

.post-navigation .nav-links .nav-next a {
	align-items: flex-end;
}

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

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

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

.wpcf7-form.sent .wpcf7-response-output {
	background-color: #217b3b14;
	border-color: #217b3b14 !important;
	color: #217b3b;
}

.wpcf7-form .wpcf7-form-control {
	border: 1px solid #dee0e8;
	border-radius: 2px;
	background-color: #fff;
	width: 100%;
	outline: none;
	padding: 11px 16px;
}

.wpcf7-form .wpcf7-submit {
	display: flex;
	width: 210px;
	margin-left: auto !important;
	border: none !important;
}

.wpcf7-form .wpcf7-form-grid {
	display: grid;
	grid-template: "label required" "input input";
	gap: 4px;
	margin-bottom: 26px;
}

.wpcf7-form .wpcf7-form-grid .wpcf7-form-label {
	grid-area: label;
	font-family: Gotham, sans-serif;
	font-size: 16px;
	color: #131833;
}

.wpcf7-form .wpcf7-form-grid .wpcf7-form-not-required {
	grid-area: required;
	font-family: Gotham, sans-serif;
	font-size: 16px;
	color: #131833;
	text-align: right;
	font-weight: 300;
}

.wpcf7-form .wpcf7-form-grid .wpcf7-form-control-wrap {
	grid-area: input;
}

.wpcf7-form .wpcf7-response-output {
	margin: 0 !important;
	background-color: #aa141314;
	border-color: #aa141314 !important;
	font-family: Gotham, sans-serif;
	font-size: 16px;
	color: #aa1413;
	padding: 11px 16px !important;
	border-radius: 2px !important;
}

.elementor-card-shadow-yes .elementor-post__card {
	box-shadow: 0 0 24px #cbcdda52 !important;
}

.partners .gallery-icon {
	width: 125px;
	height: 72px;
}

@media (max-width: 768px) {
	.partners .gallery {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 769px) and (max-width: 1372px) {
	.partners .gallery {
		grid-template-columns: repeat(4, 1fr);
	}
}

.faq .elementor-tab-title::before {
	content: url(/wp-content/themes/pplasse-wordpress/assets/images/cercle.svg);
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-right: 16px;
}

.glossary .elementor-tab-title {
	cursor: initial !important;
}

.glossary .elementor-tab-title a {
	cursor: initial !important;
}

.glossary .elementor-toggle-item:last-child .elementor-tab-content {
	border: none !important;
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg {
	width: 0.5em !important;
	height: 0.5em !important;
}

.maps .elementor-container {
	padding: 0 !important;
}

.maps .elementor-icon-list-text span {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.16px;
}

.maps .elementor-column:last-child {
	padding: inherit;
}

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

/* Carousel
--------------------------------------------- */
.owl-front-page {
	margin: -125px 0 0;
	position: relative;
	/* owl-dots
  --------------------------------------------- */
}

@media (max-width: 768px) {
	.owl-front-page {
		margin: 0;
	}
}

.owl-front-page .owl-dots {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 285px;
	z-index: 9999999999999;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
	.owl-front-page .owl-dots {
		display: none;
	}
}

.owl-front-page .owl-dots .owl-dot {
	height: 10px;
	width: 10px;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 50%;
	margin: 12px 0;
}

.owl-front-page .owl-dots .owl-dot.active {
	background-color: #c69546;
	border-color: #c69546;
}

.historical {
	position: relative;
	height: 492px;
	display: flex;
	justify-content: center;
	overflow: hidden;
	cursor: grab;
}

.historical.active {
	cursor: grabbing;
}

.historical__container {
	position: relative;
	width: 2200px;
	overflow-x: auto;
	overflow-y: hidden;
}

@media screen and (min-width: 768px) {
	.historical__container {
		position: initial;
	}
}

.historical__container::before {
	content: "";
	position: absolute;
	height: 2px;
	width: 2100px;
	background-color: #c69546;
	top: 50%;
	bottom: 50%;
	left: 245px;
}

.historical__container::after {
	content: "";
	position: absolute;
	height: 2px;
	width: 150px;
	background: repeating-linear-gradient(90deg, #c69546, #c69546 4px, #fff 4px, #fff 8px);
	top: 50%;
	bottom: 50%;
	left: 2300px;
}

.historical__item {
	position: absolute;
	text-align: right;
	padding-right: 24px;
	height: 50%;
	left: 0;
	width: 250px;
	top: 0;
}

.historical__item--down {
	top: unset;
	bottom: 0;
	padding-top: 40px;
}

.historical__item--down::after {
	content: "";
	bottom: unset !important;
	top: -6px !important;
}

.historical__item--reverse {
	padding-right: 0;
	padding-left: 24px;
	text-align: left;
}

.historical__item--reverse::before {
	right: unset !important;
	left: 0;
}

.historical__item--reverse::after {
	right: unset !important;
	left: -6px;
}

.historical__item--reverse .historical__text {
	right: unset;
}

.historical__item--2012 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.historical__item::before {
	content: "";
	border: 1px dashed #cbcdda;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

.historical__item::after {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border: 2px solid #c69546;
	border-radius: 50%;
	right: -6px;
	bottom: -8px;
	background-color: #fff;
}

.historical__date {
	font-family: Gotham, sans-serif;
	font-weight: 700;
	font-size: 32px !important;
	color: #263167 !important;
	margin: 0 0 16px;
}

.historical__text {
	position: absolute;
	font-size: 16px !important;
	color: #131833 !important;
	right: 20px;
}

.historical__img {
	position: absolute;
	right: -157px;
	width: 140px;
}

.historical__img--reverse {
	position: unset;
	margin-right: 24px;
}

/* Shortcodes
--------------------------------------------- */
.lcndp {
	display: block;
	background-color: #f6f7f9;
	padding: 16px;
	border: 1px solid transparent;
}

.lcndp:hover {
	border: 1px solid #cbcdda;
}

.lcndp__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.lcndp__branding {
	width: 126px;
	height: 79px;
}

.lcndp__branding img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.lcndp__text {
	font-family: Gotham, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	color: #131833;
}

.lcndp__text strong {
	font-weight: 500;
}

/* Blog
--------------------------------------------- */
.blog {
	background-color: #f6f7f9;
	/**
   * Header & Navigation
   */
	/**
   * Card
   */
	/**
   * Post
   */
	/**
   * Share
   */
}

.blog--background-white {
	background-color: #fff;
}

.blog__container {
	width: 100%;
	max-width: 1372px;
	padding: 0 34px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.blog__container {
		padding: 0 16px;
	}
}

.blog__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 32px;
	grid-row-gap: 32px;
	margin-bottom: 25px;
}

@media (max-width: 768px) {
	.blog__grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

.blog__header {
	padding: 64px 0;
}

.blog__headerTitle {
	font-family: Gotham, sans-serif;
	font-weight: 400;
	font-size: 32px;
	text-transform: uppercase;
	line-height: 1.4;
	color: #263167;
	margin: 0 0 22px;
}

.blog__navigationItems {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

@media (max-width: 768px) {
	.blog__navigationItems {
		align-items: flex-start;
		flex-direction: column;
	}
}

.blog__navigationItem {
	background-color: #fff;
	border-radius: 2px;
	padding: 12px 40px;
	margin-right: 5px;
}

@media (max-width: 768px) {
	.blog__navigationItem {
		margin-right: 0;
		margin-bottom: 5px;
	}
}

.blog__navigationItem:hover {
	background-color: #263167;
}

.blog__navigationItem:hover a {
	color: #fff;
}

.blog__navigationItem.current {
	background-color: #263167;
}

.blog__navigationItem.current a {
	color: #fff;
}

.blog__navigationItem a {
	font-family: Gotham, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #263167;
	line-height: 1.4;
	text-decoration: none;
}

.blog__card {
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0 0 24px #cbcdda52;
	border: 1px solid #f6f7f9;
}

.blog__card a {
	text-decoration: none;
}

.blog__card:hover .blog__cardThumbnail {
	background-color: #263167;
}

.blog__card:hover .blog__cardThumbnail img {
	opacity: 0.2;
}

.blog__card:hover .blog__cardLink {
	color: #c69546;
}

.blog__card:hover .blog__cardLink span svg line {
	stroke: #c69546;
}

.blog__cardThumbnail {
	position: relative;
	height: 221px;
	border-radius: 2px;
}

.blog__cardThumbnail img {
	border-radius: 2px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog__cardThumbnail span {
	font-family: Gotham, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #263167;
	background-color: #fff;
	padding: 5px;
	border-radius: 2px;
	position: absolute;
	top: 12px;
	right: 12px;
}

.blog__cardBody {
	padding: 24px;
}

.blog__cardTitle {
	font-family: Gotham, sans-serif;
	font-weight: 500;
	font-size: 24px;
	color: #263167;
	line-height: 1.4;
	margin-bottom: 16px;
}

.blog__cardContent {
	font-family: Gotham, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #131833;
	line-height: 1.4;
	margin-bottom: 16px;
}

.blog__cardLink {
	font-family: Gotham, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #263167;
	line-height: 1.4;
	text-decoration: none;
}

.blog__cardLink span svg {
	height: 10px;
	width: 10px;
	margin-left: 10px;
}

.blog__postHeader {
	background-color: #f6f7f9;
}

.blog__postHeaderContainer {
	width: 100%;
	max-width: 1372px;
	padding: 0 34px 80px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	min-height: 280px;
}

@media (max-width: 768px) {
	.blog__postHeaderContainer {
		height: auto;
		padding: 0 16px 80px;
	}
}

.blog__postHeaderGoBack {
	font-family: Gotham, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.16px;
	color: #263167;
	text-decoration: none;
	margin: 58px 0 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.blog__postHeaderGoBack svg {
	width: 6px;
	margin-right: 16px;
}

.blog__postHeaderCategory {
	font-family: Gotham, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
	color: #263167;
	background-color: #fff;
	padding: 6px;
	display: inline-flex;
	margin-bottom: 12px;
}

.blog__postHeaderTitle {
	font-family: Gotham, sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 1.4;
	color: #263167;
	margin: 0;
}

.blog__postThumbnailContainer {
	max-width: 1372px;
	padding: 0 34px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.blog__postThumbnailContainer {
		width: 100%;
	}
}

.blog__postThumbnail {
	margin-top: -60px;
	width: 100%;
	max-height: 372px;
	height: 100%;
	object-fit: cover;
}

.blog__postContent {
	font-family: Gotham, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	color: #131833;
}

.blog__postContentContainer {
	width: 100%;
	max-width: 1372px;
	padding: 0 34px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.blog__postContentContainer {
		height: auto;
		padding: 0 32px;
	}
}

.blog__postShare {
	font-family: Gotham, sans-serif;
	color: #131833;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 24px 0;
}

.blog__postShareItems {
	margin-top: 8px;
	display: flex;
}

.blog__postShareItem {
	height: 32px;
	width: 32px;
	border: 1px solid #f6f7f9;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 4px;
}

.blog__postShareItem:hover {
	background-color: #f6f7f9;
}

.blog__postShareItem--twitter svg path {
	fill: #131833;
}

.blog__postShareItem--facebook svg #blue-1 {
	fill: #131833;
}

.blog__postShareItem--linkedin svg path:last-child {
	fill: #131833;
}

.blog__postShareItem svg {
	width: 22px;
}

/* Blog
--------------------------------------------- */
.pagination {
	height: 32px;
	margin: 0 0 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination .nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination .page-numbers {
	color: #263167;
	font-family: Gotham, sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin: 0 16px;
	text-decoration: none;
}

.pagination .page-numbers.current {
	background-color: #fff;
	height: 32px;
	width: 32px;
	border-radius: 2px;
	color: #c69546;
	font-weight: 500;
	margin: 0 19px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination .prev svg,
.pagination .next svg {
	width: 14px;
	height: 14px;
}

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

/*# sourceMappingURL=style.css.map */