@charset "UTF-8";

/*!
Theme Name: Parlons-Basket
Theme URI: http://underscores.me/
Author: Skyloud
Author URI: https://www.skyloud.fr
Description: Custom theme
Version: 1.0.82
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: parlons-basket
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.

Parlons-Basket 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

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

/**
 * For all gutters
 */

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

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

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

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

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

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	width: 100%;
	overflow-x: hidden;
	font-family: "Fira Sans", sans-serif;
}

/**
 * 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;
	font-family: Montserrat, sans-serif;
}

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

video {
	max-width: 100%;
}

button:focus,
a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-color: -webkit-focus-ring-color;
	outline-style: auto;
	outline-width: 5px;
}

/* 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: #1d1d1b;
	font-family: "Fira Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

.entry-content h2 {
	font-size: 1.6em;
}

.entry-content h3 {
	font-size: 1.4em;
}

.entry-content h4 {
	font-size: 1.25em;
}

.entry-content h5 {
	font-size: 1.15em;
}

p {
	margin-bottom: 1em;
}

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

blockquote {
	margin: 0;
	padding-left: 1em;
	color: #777;
	font-style: italic;
	border-left: 4px solid #eee;
}

address {
	margin: 0 0 1em;
}

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

body.menu-open {
	overflow: hidden;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1em 1em;
}

/* 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 1em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #e39727;
	text-decoration: none;
}

a:visited {
	color: #e39727;
}

a:hover,
a:focus,
a:active {
	color: #9b6009;
}

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
--------------------------------------------------------------*/
.no-sidebar .site {
	display: grid;
	grid-template-columns: auto;
	grid-template-areas: "header" "main" "footer";
}

.site {
	background-color: #fff;
	max-width: 100%;
}

.site-body {
	padding: 0 1em;
	display: grid;
	grid-template-areas: "featured" "main" "aside";
	gap: 2em;
}

.site-featured {
	grid-area: featured;
}

.site-main {
	grid-area: main;
	word-break: break-word;
	min-width: 0;
}

.site-aside {
	grid-area: aside;
}

.site-body {
	grid-template-columns: 100%;
}

body:not(.home) .site-body {
	grid-template-areas: "main" "aside";
}

.site-header {
	height: 87px;
	display: grid;
	grid-template-columns: 87px auto 87px;
	grid-template-areas: "menu logo search";

	/***********************************
   * Logo
   ***********************************/

	/***********************************
   * Recherche
   ***********************************/
}

.site-header button.search-toggle,
.site-header button.menu-toggle {
	padding: 0;
	border: none;
	background: none;
	height: 46px;
	width: 46px;
	cursor: pointer;
}

.site-header button.search-toggle img,
.site-header button.menu-toggle img {
	width: 30px;
}

.site-header .main-navigation,
.site-header .site-branding,
.site-header .site-search {
	align-self: center;
	justify-self: center;
}

.site-header .site-branding {
	grid-area: logo;
}

.site-header .site-branding .site-title,
.site-header .site-branding .site-description {
	display: none;
}

.site-header .site-branding a,
.site-header .site-branding img {
	min-height: 35px;
	min-width: 35px;
	max-height: 40px;
	max-width: 40px;
	display: block;
}

.site-header .site-search {
	grid-area: search;
}

.twitter-tweet {
	margin-left: auto;
	margin-right: auto;
}

article.post .entry-thumbnail {
	position: relative;
	padding-bottom: 57.14%;
	z-index: 0;
}

article.post .post-thumbnail {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	transform: translateY(-50%);
	min-height: 100%;
}

article.post .post-thumbnail img {
	object-fit: cover;
	display: block;
	height: 100%;
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 0 18px #ccc;
}

article.post .post-thumbnail__legend {
	position: absolute;
	right: 0;
	font-size: 0.75rem;
	color: #6a6a6a;
	padding: 7px;
}

article.post .entry-header {
	margin-bottom: 1em;
}

article.post .entry-header .entry-title {
	font-size: 1.45em;
	margin-bottom: 0;
}

article.post .entry-footer .tag-links,
article.post .entry-footer .cat-links,
article.post .entry-footer .edit-link {
	display: block;
}

article.post .entry-footer .tag-links a,
article.post .entry-footer .cat-links a,
article.post .entry-footer .edit-link a {
	margin-top: 10px;
	margin-right: 10px;
	padding: 8px 12px;
	display: inline-block;
	background: #f6f6f6;
	border: 0;
	color: #aaa;
	font-size: 13px;
	letter-spacing: 0.05em;
	border-radius: 4px;
	text-transform: uppercase;
	-webkit-font-smoothing: initial;
}

article.post .entry-footer .tag-links a:hover,
article.post .entry-footer .cat-links a:hover,
article.post .entry-footer .edit-link a:hover {
	background-color: #1d1d1b;
	color: #fff;
}

article.post .entry-footer .edit-link a {
	background-color: #e39727;
	color: #fff;
}

article.post .posted-on {
	color: #aaa;
	font-size: 0.8rem;
}

article.post .wp-block-image {
	text-align: center;
	color: #646464;
	font-style: italic;
}

body.admin-bar .swipefeed,
body.admin-bar .menu-container {
	padding-top: 46px;
}

.sharing-bar {
	padding: 0;
	margin: 0;
	margin-top: 1.1rem;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: center;
	margin-left: -0.5rem;
}

.sharing-bar li {
	width: 42px;
	height: 42px;
	margin-left: 0.5rem;
	margin-top: 1em;
}

.sharing-bar li a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	background-color: #1d1d1b;
	text-align: center;
	color: #fff;
	line-height: 42px;
}

.sharing-bar li a.icon-facebook {
	background-color: #204385;
}

.sharing-bar li a.icon-twitter {
	background-color: #2aa9e0;
}

.sharing-bar li a.icon-whatsapp {
	background-color: #1ebea5;
}

.sharing-bar li a.icon-pinterest {
	background-color: #ca2128;
}

.sharing-bar li a.icon-linkedin {
	background-color: #02669a;
}

.sharing-bar li a.icon-mail {
	background-color: #19232d;
}

.sharing-bar li a.icon-tumblr {
	background-color: #44546b;
}

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

	.sharing-bar {
		justify-content: space-around;
		margin-left: 0;
	}

	.sharing-bar li {
		margin-left: 0;
		width: 35px;
		height: 35px;
	}

	.sharing-bar li a {
		font-size: 0.85rem;
		line-height: 35px;
	}
}

.site-footer {
	background-color: #191919;
	border-top: 4px solid #e39727;
	color: #fff;
	font-size: 0.8rem;
}

.site-footer p {
	margin: 0;
}

.site-footer .site-map {
	padding: 2rem 1em;
}

.site-footer .site-info {
	text-align: center;
	background-color: #000;
	padding: 1em;
}

.site-footer .site-info ul {
	padding: 0;
	margin: 0;
}

.site-footer .site-info ul li {
	display: inline-block;
}

.site-footer .site-info ul li:not(:first-child)::before {
	content: "\b7";
	padding-right: 0.5em;
	display: inline-block;
}

.site-footer .site-info ul li a {
	color: #fff;
}

.site-footer .site-info .widget:last-child {
	margin-bottom: 0;
}

.site-footer .widget .textwidget p:not(:last-child) {
	margin-bottom: 1em;
}

.site-footer .widget:not(:first-child) .widget-title {
	margin-top: 1em;
}

.site-footer-code {
	position: fixed;
	width: 100%;
	height: 0;
	z-index: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.site-aside .widget {
	margin-bottom: 1em;
}

.site-aside ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.site-aside ul li a {
	display: flex;
	padding-top: 16px;
	align-items: center;
	padding-bottom: 16px;
	color: #1d1d1b;
}

.site-aside ul li a:hover::before {
	animation: basketBallBounce ease-out 300ms;
}

.site-aside ul li a::before {
	content: "";
	position: relative;
	margin-right: 1em;
	display: inline-block;
	background-color: #e39727;
	height: 24px;
	width: 2px;
	min-width: 2px;
}

@keyframes basketBallBounce {

	from {
		top: 0;
	}

	50% {
		top: -5px;
	}

	to {
		top: 0;
	}
}

/**
 * For desktop
 */
@media screen and (min-width: 37.5em) {

	.site-body {
		max-width: 1078px;
		margin: auto;
	}

	.site-main__posts {
		display: grid;
		grid-template-areas: "a b";
		gap: 1em;
		grid-template-columns: 1fr 1fr;
	}

	.site-header {
		max-width: 1078px;
		margin: auto;
		margin-bottom: 1em;
		grid-template-areas: "share logo search" "menu menu menu";
		grid-template-columns: 87px auto 87px;
		height: auto;
	}

	.site-header .site-branding {
		padding: 2em 0;
	}

	.site-footer .site-map {
		max-width: 1078px;
		margin: auto;
		display: grid;
		grid-template-areas: "a a a";
		gap: 1em;
	}

	.site-footer .site-map .widget .widget-title {
		margin-top: 0;
	}

	.site-body {
		display: grid;
		grid-template-areas: "featured featured" "main aside";
		grid-template-columns: 2fr 1fr;
	}

	body:not(.home) .site-body {
		grid-template-areas: "main aside";
	}

	.category-title,
	.entry-header .entry-title {
		font-size: 26px;
		position: relative;
		padding: 0 18px;
	}

	.category-title::before,
	.entry-header .entry-title::before {
		content: "";
		position: absolute;
		left: 0;
		top: 7px;
		width: 8px;
		height: 20px;
		background-color: #e39727;
	}
}

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

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

/***********************************
 * Navigation
 ***********************************/
.main-navigation {
	grid-area: menu;
}

.main-navigation .menu-container {
	position: fixed;
	top: 0;
	left: -100%;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	background-color: #fff;
	overflow-y: auto;
}

.main-navigation .menu-container__btn-close {
	position: absolute;
	top: 13.5px;
	height: 60px;
	width: 60px;
	right: 1em;
	background: none;
	border: none;
}

.main-navigation .menu-container__btn-close:hover {
	outline: none;
}

.main-navigation .menu-container__header {
	height: 87px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.main-navigation .menu-container__header a,
.main-navigation .menu-container__header img {
	display: block;
}

.main-navigation .menu-container__breadcrumbs {
	display: none;
}

.main-navigation .menu-container__body ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation .menu-container__body ul:not(.sub-menu) > li > a {
	padding: 1em;
	text-transform: uppercase;
	font-weight: 700;
}

.main-navigation .menu-container__body ul:not(.sub-menu) > li > a:hover {
	background-color: rgba(29, 29, 27, 0.1);
}

.main-navigation .menu-container__body ul:not(.sub-menu) > li > a::before,
.main-navigation .menu-container__body ul:not(.sub-menu) > li > a::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #ececec;
	display: block;
	top: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.main-navigation .menu-container__body ul ul {
	background-color: rgba(0, 0, 0, 0.05);
	display: none;
}

.main-navigation .menu-container__body ul ul li.focus > ul {
	display: block;
}

.main-navigation .menu-container__body ul li.focus > ul {
	display: block;
}

.main-navigation .menu-container__body li {
	position: relative;
}

.main-navigation .menu-container__body li.menu-item-has-children {
	position: relative;
}

.main-navigation .menu-container__body li.menu-item-has-children::before,
.main-navigation .menu-container__body li.menu-item-has-children::after {
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	height: 1px;
	border-radius: 5px;
	background-color: #1d1d1b;
	top: 27px;
	right: 20px;
	transition: all ease-in-out 200ms;
}

.main-navigation .menu-container__body li.menu-item-has-children > a {
	margin-right: 80px;
	padding-right: 0;
}

.main-navigation .menu-container__body li.menu-item-has-children::before {
	transform: rotateZ(90deg);
}

.main-navigation .menu-container__body li.menu-item-has-children.focus::before {
	transform: rotateZ(0deg);
}

.main-navigation .menu-container__body li.menu-item-has-children.focus::after {
	transform: rotateZ(180deg);
}

.main-navigation .menu-container__body a {
	display: block;
	text-decoration: none;
	padding: 16px;
	color: #1d1d1b;
	padding-right: 80px;
}

.main-navigation.toggled .menu-container {
	left: 0;
	opacity: 1;
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-left: -1em;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous,
.posts-navigation .nav-next,
.posts-navigation .nav-previous,
.post-navigation .nav-next,
.post-navigation .nav-previous {
	margin-left: 1em;
	background-color: #1d1d1b;
	border-radius: 4px;
}

.comment-navigation .nav-next a,
.comment-navigation .nav-previous a,
.posts-navigation .nav-next a,
.posts-navigation .nav-previous a,
.post-navigation .nav-next a,
.post-navigation .nav-previous a {
	color: #fff;
	display: block;
	position: relative;
	padding: 6px 20px;
	width: 100%;
	height: 100%;
	font-weight: 300;
}

.comment-navigation .nav-next a::before,
.comment-navigation .nav-previous a::before,
.posts-navigation .nav-next a::before,
.posts-navigation .nav-previous a::before,
.post-navigation .nav-next a::before,
.post-navigation .nav-previous a::before {
	content: "";
	top: 50%;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	background: url(./img/next-prev-post.svg) no-repeat;
	z-index: 0;
	display: block;
	position: absolute;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	text-align: end;
	grid-area: prev;
}

.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a {
	padding-right: 50px;
}

.comment-navigation .nav-previous a::before,
.posts-navigation .nav-previous a::before,
.post-navigation .nav-previous a::before {
	right: 10px;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	grid-area: next;
}

.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
	padding-left: 50px;
}

.comment-navigation .nav-next a::before,
.posts-navigation .nav-next a::before,
.post-navigation .nav-next a::before {
	left: 10px;
	transform: translateY(-50%) rotate(180deg);
}

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}

	.site-header .main-navigation {
		width: 100%;
		position: relative;
		height: inherit;
	}

	.site-header .main-navigation .menu-container {
		position: relative;
		left: unset;
		top: unset;
		opacity: unset;
		width: 100%;
		max-width: 1078px;
		height: unset;
		margin: auto;
		background-color: transparent;
		overflow-y: visible;
		padding: 0 1em;
		filter: drop-shadow(0 0 0.35rem rgba(0, 0, 0, 0.15));
	}

	.site-header .main-navigation .menu-container__header,
	.site-header .main-navigation .menu-container__footer {
		display: none;
	}

	.site-header .main-navigation .menu-container__wrapper {
		background-color: #f6f6f6;
		border-radius: 8px;
	}

	.site-header .main-navigation .menu-container__breadcrumbs {
		overflow: hidden;
		display: block;
		margin-left: -10px;
		transition: height 200ms ease-in-out;
	}

	.site-header .main-navigation .menu-container__breadcrumbs span,
	.site-header .main-navigation .menu-container__breadcrumbs a {
		font-size: 0.8rem;
	}

	.site-header .main-navigation .menu-container__breadcrumbs span {
		color: #aaa;
		margin-left: 5px;
	}

	.site-header .main-navigation .menu-container__breadcrumbs a {
		color: #999;
		margin-right: 5px;
	}

	.site-header .main-navigation .menu-container__breadcrumbs a:hover {
		color: #333;
	}

	.site-header .main-navigation .menu-container__breadcrumbs p {
		margin: 0.6rem 1rem;
	}

	.site-header .main-navigation .menu-container__body {
		position: relative;

		/**
				 * Corp du menu desktop
				 */
	}

	.site-header .main-navigation .menu-container__body ul:not(.sub-menu) > li > a:hover {
		background-color: #1d1d1b;
	}

	.site-header .main-navigation .menu-container__body ul:not(.sub-menu) > li > a::before,
	.site-header .main-navigation .menu-container__body ul:not(.sub-menu) > li > a::after {
		display: none;
	}

	.site-header .main-navigation .menu-container__body a {
		color: #fff;
		padding: 0.75em 1em;
		font-weight: 400;
		font-size: 0.8em;
	}

	.site-header .main-navigation .menu-container__body > div {
		background-color: #1d1d1b;
		padding: 0 1em;
		border-radius: 8px 8px 0 0;
		transition: border-radius 200ms ease-in-out 200ms, background-color 200ms ease-in-out;

		/**
					 * Pour tous les liens principaux proposant un sous-menu
					 */
	}

	.site-header .main-navigation .menu-container__body > div:hover {
		transition-delay: 0ms;
		background-color: #424242;
	}

	.site-header .main-navigation .menu-container__body > div li.menu-item-has-children::before,
	.site-header .main-navigation .menu-container__body > div li.menu-item-has-children::after {
		display: none;
	}

	.site-header .main-navigation .menu-container__body > div li.menu-item-has-children a {
		margin-right: unset;
		padding-right: 1em;
	}

	.site-header .main-navigation .menu-container__body > div > ul {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap-reverse;
	}

	.site-header .main-navigation .menu-container__body > div > ul > li.menu-item-has-children {
		position: static;
		background-image: url(./img/arrow-down-white.svg);
		background-position: right 1em top 14px;
		background-repeat: no-repeat;
		background-size: 15px 15px;
		cursor: pointer;
	}

	.site-header .main-navigation .menu-container__body > div > ul > li.menu-item-has-children > a {
		padding: 1em;
		padding-left: 1.5em;
		padding-right: 0;
		margin-right: 3.5em;
	}

	.site-header .main-navigation .menu-container__body > div > ul > li.menu-item-has-children:hover {
		background-color: #1d1d1b;
	}

	.site-header .main-navigation .menu-container__body > div > ul > li.menu-item-has-children:hover ul {
		transform: rotateX(0deg);
		transition-delay: 200ms;
	}

	.site-header .main-navigation .menu-container__body > div > ul > li.menu-item-has-children > ul {
		position: absolute;
		max-height: calc(90vh - 45px);
		overflow-y: auto;
		top: 100%;
		left: 0;
		right: 0;
		width: 100%;
		transition: transform 200ms ease-in-out;
		border-radius: 0 0 8px 8px;
		background-color: #1d1d1b;
		transform: rotateX(90deg);
		transform-origin: top;
		padding: 1em;
		display: grid;
		grid-template-areas: "a b c d";
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 1em;
	}

	.site-header .main-navigation .menu-container__body > div > ul > li.menu-item-has-children > ul > li > a {
		font-size: 1em;
		text-align: center;
		text-transform: uppercase;
		font-weight: 700;
	}

	.site-header .main-navigation .menu-container__body > div > ul > li.menu-item-has-children > ul > li > ul {
		display: block;
		background-color: rgba(255, 255, 255, 0.1);
		border-radius: 8px;
		overflow: hidden;
	}

	.site-header .main-navigation .menu-container__body > div > ul > li.menu-item-has-children > ul > li:not(.menu-item-has-children) a {
		border-radius: 8px;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.site-header .main-navigation .menu-container__body > div > ul > li.menu-item-has-children > ul > li:not(.menu-item-has-children) a:hover,
	.site-header .main-navigation .menu-container__body > div > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul a:hover {
		background-color: rgba(255, 255, 255, 0.1);
	}

	.site-header .main-navigation .menu-container.sticky {
		position: fixed;
		top: 0;
	}

	.site-header .main-navigation .menu-container.sticky .menu-container__body > div {
		border-radius: 0 0 8px 8px;
	}

	.site-header .main-navigation .menu-container.sticky .menu-container__body > div:hover {
		border-radius: 0 0 0 0;
	}

	.site-header .main-navigation .menu-container.sticky .menu-container__breadcrumbs {
		height: 0 !important;
	}

	body.home .site-header .main-navigation:not(:hover) .menu-container__body > div {
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
	}

	.admin-bar .site-header .main-navigation .menu-container.sticky {
		top: 32px;
	}
}

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

.post,
.page {
	margin: 0 0 1.3em;
}

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

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

.page-content > *,
.entry-content > *,
.entry-summary > * {
	max-width: 100% !important;
}

.page-content p,
.entry-content p,
.entry-summary p {
	font-size: 17px;
}

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

.entry-content iframe {
	margin: auto;
	display: block;
}

.next-post {
	display: flex;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0 0 8px #ddd;
}

.next-post__label {
	color: #fff;
	padding: 0.5em 1em;
	font-weight: 900;
	font-size: 1.2em;
	align-items: center;
	display: flex;
	background-color: #1d1d1b;
	background-image: url(./img/read-next.svg);
	width: 60px;
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center;
}

.next-post__text {
	display: none;
}

.next-post__link {
	flex: 1;
	display: flex;
	align-items: center;
	padding: 0.5em 1em;
	font-size: 1.2em;
	background-color: #fcfcfc;
	font-weight: bolder;
}

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

	.entry-content p,
	.page-content p {
		font-size: 1.05em;
	}

	.next-post__label {
		background-image: none;
		width: auto;
	}

	.next-post__text {
		display: inline;
	}
}

.post-preview {
	display: flex;
}

.post-preview__thumbnail {
	width: 100px;
	min-width: 100px;
	height: 80px;
	border-radius: 8px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	background: linear-gradient(30deg, #d1d1d1, #eee);
	overflow: hidden;
}

.post-preview__thumbnail img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.post-preview__content {
	margin-left: 1em;
}

.post-preview__content .entry-title {
	font-size: 1rem;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
	color: #1d1d1b;
}

.post-preview__content .entry-meta {
	color: #666;
	font-size: 0.8rem;
}

.post-preview-large {
	display: flex;
	flex-direction: column;
}

.post-preview-large.post-preview-large-trends {
	margin-bottom: 0;
}

.post-preview-large__thumbnail {
	border-radius: 8px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	background: linear-gradient(30deg, #d1d1d1, #eee);
	overflow: hidden;
	position: relative;
	padding-bottom: 57.14%;
	z-index: 0;
}

.post-preview-large__thumbnail img {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	transform: translateY(-50%);
	min-height: 100%;
	display: block;
	object-fit: cover;
}

.post-preview-large__content .entry-title {
	font-weight: 700;
	font-size: 1.2rem;
	color: #1d1d1b;
}

.post-preview-large__content .entry-meta {
	color: #666;
	font-size: 0.8rem;
}

.post-preview-large__content .entry-excerpt {
	color: #666;
	font-size: 1rem;
}

/**
 * For desktop
 */
@media screen and (min-width: 37.5em) {

	.widget ul a {
		font-size: 14px;
	}

	.post-preview__thumbnail {
		width: 80px;
		min-width: 80px;
		height: 57px;
	}

	.post-preview-large__content .entry-meta,
	.post-preview__content .entry-meta {
		font-size: 11px;
	}

	.post-preview__content .entry-title {
		font-size: 14px;
		margin-bottom: 4px;
	}

	.post-preview-large__content .entry-excerpt {
		font-size: 14px;
	}

	.post-preview-large__content .entry-title {
		font-size: 20px;
	}
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */

/**
 * For featured postss
 */
.featured-posts {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: 40vh 20vh 20vh;
	grid-template-areas: "first" "second" "third";
	gap: 1em;
}

.featured-posts.single {
	grid-template-areas: "first";
	grid-template-rows: 40vh;
}

.featured-posts .post-featured {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	margin: 0;
	height: 100%;
}

.featured-posts .post-featured:nth-child(1) {
	grid-area: first;
}

.featured-posts .post-featured:nth-child(2) {
	grid-area: second;
}

.featured-posts .post-featured:nth-child(3) {
	grid-area: third;
}

.featured-posts .post-featured > img {
	object-fit: cover;
	display: block;
	min-height: 100%;
	min-width: 100%;
}

.featured-posts .post-featured__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 16px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.featured-posts .post-featured__content .entry-title {
	color: #fff;
	font-size: 1.2rem;
	margin: 0;
}

.featured-posts .post-featured__content .meta-entry {
	color: #ddd;
	font-size: 0.75rem;
}

.featured-posts .post-featured__content .meta-category {
	display: none;
}

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

	.featured-posts {
		height: 70vh;
		max-height: 600px;
		grid-template-rows: 1fr 1fr;
		grid-template-areas: "first second" "first third";
	}

	.featured-posts .post-featured {
		height: auto;
	}

	.featured-posts .post-featured__content .entry-title {
		font-size: 1.7rem;
	}

	.featured-posts .post-featured__content .meta-entry {
		font-size: 1rem;
	}

	.featured-posts .post-featured__content .meta-category {
		display: block;
		position: absolute;
		top: 16px;
		right: 16px;
		background-color: #e39727;
		color: #fff;
		padding: 2px 8px;
		border-radius: 4px;
		font-size: 0.8rem;
		text-transform: uppercase;
	}
}

/**
 * For mobile swipe feed
 */
.swipefeed {
	position: fixed;
	width: 100%;
	top: 0;
	height: 100%;
	filter: drop-shadow(0 0 0.25rem #d4d4d4);
	background-color: #fff;
	z-index: 3;
	transform: translateX(100%);
	-webkit-overflow-scrolling: touch;
	transition: transform linear 100ms;
}

.swipefeed .widget:not(:last-child) {
	margin-bottom: 1em;
}

.swipefeed.swipe-open .swipefeed__wrapper,
.swipefeed.moving .swipefeed__wrapper {
	visibility: visible;
}

.swipefeed::before {
	content: "";
	display: block;
	left: 0;
	top: 65%;
	width: 16px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGZpbGw9IiNhYWEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxnPg0KCQk8cGF0aCBkPSJNMzc5LjY0NCw0NzcuODcybC0yMDcuMjk5LTIwNy43M2MtNy43OTgtNy43OTgtNy43OTgtMjAuNDg2LDAuMDE1LTI4LjI5OUwzNzkuNjQzLDM0LjEyOA0KCQkJYzcuODAzLTcuODE5LDcuNzg5LTIwLjQ4Mi0wLjAyOS0yOC4yODRjLTcuODE5LTcuODAzLTIwLjQ4Mi03Ljc5LTI4LjI4NCwwLjAyOUwxNDQuMDYxLDIxMy41NzQNCgkJCWMtMjMuMzk0LDIzLjM5NC0yMy4zOTQsNjEuNDU5LTAuMDE1LDg0LjgzOEwzNTEuMzMsNTA2LjEyN2MzLjkwNywzLjkxNSw5LjAzMSw1Ljg3MywxNC4xNTcsNS44NzMNCgkJCWM1LjExMSwwLDEwLjIyNC0xLjk0OCwxNC4xMjgtNS44NDRDMzg3LjQzMyw0OTguMzU0LDM4Ny40NDYsNDg1LjY5MSwzNzkuNjQ0LDQ3Ny44NzJ6Ii8+DQoJPC9nPg0KPC9zdmc+DQo=), linear-gradient(90deg, #f7f7f7, #fff);
	border-radius: 4px 0 0 4px;
	position: absolute;
	transform: translate(-16px, -50%);
}

.swipefeed__wrapper {
	visibility: hidden;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

.swipefeed__container {
	position: relative;
	padding: 1em;
	width: 100%;
	height: 100%;
}

.swipefeed-tutorial-active {
	animation: tutorialSwipefeedAnimation 750ms ease-in-out 1s 3;
}

.swipefeed-status {
	display: flex;
	height: 20px;
	position: sticky;
	z-index: 1;
	top: 0;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}

.swipefeed-status__dot {
	background-color: #ebebeb;
	border-radius: 10px;
	height: 6px;
	width: 40px;
	max-width: 40px;
	overflow: hidden;
}

.swipefeed-status__dot:not(:first-child) {
	margin-left: 4px;
}

.swipefeed-status__progress {
	height: 100%;
	background-color: #000;
}

.swipefeed-status__dot:first-child .swipefeed-status__progress {
	float: right;
	width: 100%;
}

.swipefeed-status__helper {
	position: absolute;
	top: 28px;
	width: 80%;
	background-color: #e39727;
	padding: 0.75em 1em;
	border-radius: 8px;
	font-size: 0.9rem;
	padding-left: 55px;
	font-weight: 300;
	color: #fff;
}

.swipefeed-status__helper::before {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
	position: absolute;
	background-image: url(./img/information.svg);
}

.swipefeed-status__helper::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%) rotateZ(64deg) rotateY(40deg) rotateX(50deg);
	top: -8px;
	z-index: -1;
	background-color: #e39727;
	height: 20px;
	width: 20px;
	border-top-left-radius: 3px;
}

.swipefeed .swipefeed-status {
	position: static;
}

@keyframes tutorialSwipefeedAnimation {

	from {
		transform: translateX(100%);
	}

	80% {
		transform: translateX(93%);
	}

	to {
		transform: translateX(100%);
	}
}

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

	.swipefeed {
		display: none;
	}
}

/**
 * For mobile swipe feed
 */
body > iframe,
body .advst {
	z-index: auto !important;
	position: relative;
}

.widget-ad-slot:first-child .widget-ad-slot__caption,
.widget-ad-slot.widget-code .widget-ad-slot__caption {
	padding: 0;
	display: none;
}

.widget-ad-slot:not(.widget-code) {
	display: none;
	flex-direction: column;
	align-items: center;
	padding: 1em 0 2em;
}

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

	.widget-ad-slot:not(.widget-code)[data-mobile="true"] {
		display: flex;
	}
}

@media screen and (min-width: 500px) {

	.widget-ad-slot:not(.widget-code)[data-desktop="true"] {
		display: flex;
	}
}

.widget-ad-slot:not(.widget-code) .widget-ad-slot__caption {
	font-size: 0.9em;
	margin: 0 0 1em 0;
	text-align: center;
	color: rgba(0, 0, 0, 0.5);
}

.widget-ad-slot:not(.widget-code) .widget-ad-slot__container {
	background-color: #efefef;
	background-image: url(./img/logo-mono.svg);
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: center;
	position: relative;
	width: 100%;
	display: flex;
	z-index: 0;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	overflow: hidden;
	margin: auto;
}

.widget-ad-slot:not(.widget-code) .widget-ad-slot__container br {
	display: none;
}

.widget-ad-slot:not(.widget-code) .widget-ad-slot__container ins {
	background-color: transparent;
}

.widget-ad-slot:first-child {
	padding: 0 0 1em 0;
}

.widget-ad-slot.no-bg .widget-ad-slot__container {
	background-image: unset;
	background-color: unset;
}

/**
 * Sublime skinz
 */
#ayads-html #sublime-mobile-top-container {
	z-index: 2 !important;
}

/**
 * For social links
 */
.widget_social_plugin {
	display: block;
	padding: 1em;
	color: #fff;
	border-radius: 4px;
}

.widget_social_plugin:visited {
	color: #fff;
}

.widget_social_plugin:hover {
	opacity: 0.9;
	color: #fff;
}

.widget_social_plugin span {
	margin-right: 1em;
}

.widget_social_plugin.social-type__facebook {
	background-color: #204385;
}

.widget_social_plugin.social-type__twitter {
	background-color: #2aa9e0;
}

.widget_social_plugin.social-type__instagram {
	background-color: #c13584;
}

/**
 * For category feeds
 */
.widget.widget-posts-of-category-feed .posts-of-category-feed {
	display: grid;
}

.widget.widget-posts-of-category-feed .posts-of-category-feed.no-featured {
	grid-template-areas: "feed";
}

.widget.widget-posts-of-category-feed .posts-of-category-feed.no-featured .entry-title {
	font-weight: 500;
}

.widget.widget-posts-of-category-feed .posts-of-category-feed.has-featured {
	grid-template-areas: "main" "feed";
}

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

	.widget.widget-posts-of-category-feed .posts-of-category-feed {
		gap: 2em;
	}

	.widget.widget-posts-of-category-feed .posts-of-category-feed.no-featured {
		grid-template-areas: "feed";
	}

	.widget.widget-posts-of-category-feed .posts-of-category-feed.has-featured {
		grid-template-areas: "main feed";
	}
}

/**
 * For post trends
 */
.widget.widget-posts-trends .entry-title {
	font-weight: 500;
}

.posts-trends .ptw__main {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

/**
 * For conditional html rendering
 */
.widget-html-platform-switch {
	display: none;
}

.widget-html-platform-switch.mobile {
	display: block;
}

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

	.widget-html-platform-switch.mobile:not(.desktop) {
		display: none;
	}

	.widget-html-platform-switch.desktop {
		display: block;
	}
}

.site-body .widget .widget-title,
.swipefeed .widget .widget-title {
	background-color: #e39727;
	border-radius: 4px;
	padding: 0.5rem 1em;
	text-align: center;
	font-size: 0.8rem;
	color: #fff;
	margin-top: 0;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.site-aside .widget ul > li > a {
	padding-top: 5px;
	padding-bottom: 5px;
}

.site-footer .widget .widget-title {
	margin: 0 0 2em 0;
	font-size: 1em;
	padding: 3px;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
}

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

	.site-body .widget .widget-title {
		text-align: left;
	}
}

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

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

/* Icons
--------------------------------------------- */
@font-face {
	font-family: fontello;
	src: url(./font/fontello.eot?98652376);
	src: url(./font/fontello.eot?98652376#iefix) format("embedded-opentype"), url(./font/fontello.woff2?98652376) format("woff2"), url(./font/fontello.woff?98652376) format("woff"), url(./font/fontello.ttf?98652376) format("truetype"), url(./font/fontello.svg?98652376#fontello) format("svg");
	font-weight: 400;
	font-style: normal;
}

[class^="icon-"]::before,
[class*=" icon-"]::before {
	font-family: fontello;
	font-style: normal;
	font-weight: 400;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: 0.2em;
	text-align: center;

	/* opacity: .8; */

	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;

	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;

	/* Animation center compensation - margins should be symmetric */

	/* remove if not needed */
	margin-left: 0.2em;

	/* you can be more comfortable with increased icons size */

	/* font-size: 120%; */

	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	/* Uncomment for 3D effect */

	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-mail::before {
	content: "\e800";
}

/* '' */
.icon-clock::before {
	content: "\e801";
}

/* '' */
.icon-instagram::before {
	content: "\f16d";
}

/* '' */
.icon-whatsapp::before {
	content: "\f232";
}

/* '' */
.icon-twitter::before {
	content: "\f309";
}

/* '' */
.icon-facebook::before {
	content: "\f30c";
}

/* '' */
.icon-pinterest::before {
	content: "\f312";
}

/* '' */
.icon-tumblr::before {
	content: "\f315";
}

/* '' */
.icon-linkedin::before {
	content: "\f318";
}

/* '' */

/* Search
--------------------------------------------- */
.search-bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	transition: transform linear 300ms;
	background-color: rgba(0, 0, 0, 0.9);
	padding: 0 1em;
	overflow: hidden;
	transform: translateY(-100%);
}

.search-bar__submit {
	display: none;
}

.search-bar.open {
	display: block;
	transform: translateY(0%);
}

.search-bar__btn-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	cursor: pointer;
}

.search-bar__btn-close::after,
.search-bar__btn-close::before {
	content: "";
	display: block;
	border-radius: 2px;
	height: 3px;
	position: absolute;
	left: 0;
	background: #fff;
	top: 27px;
	width: 60px;
	transform: rotate(45deg);
}

.search-bar__btn-close::after {
	transform: rotate(-45deg);
}

.search-bar__container {
	margin: -15px 0 0 -35%;
	width: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
}

.search-bar input[type="search"] {
	font-family: Montserrat, sans-serif;
	border-radius: 0 !important;
	border: none;
	border-bottom: 1px solid #fff;
	background: none;
	outline: none;
	color: #fff;
	float: left;
	font-weight: 300;
	font-size: 30px;
	min-height: 30px;
	line-height: 1;
	padding: 5px 0;
	text-transform: uppercase;
	width: 100%;
	-webkit-appearance: none;
}

.search-bar input[type="search"]::-webkit-search-decoration,
.search-bar input[type="search"]::-webkit-search-cancel-button,
.search-bar input[type="search"]::-webkit-search-results-button,
.search-bar input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

.search-bar input[type="search"]::placeholder {
	color: #ddd;
}

.search-form {
	width: 100%;
	display: flex;
}

.search-form input {
	border: none;
	border-radius: 4px;
	padding: 1em 2em;
	box-shadow: 0 0 8px #ececec;
}

.search-form label {
	display: block;
	padding-right: 1em;
	flex: 1;
}

.search-form label input[type="search"] {
	padding: 1em;
	width: 100%;
}

.search-form input[type="submit"] {
	background-color: #e39727;
	color: #fff;
}

/**
 * For desktop
 */
@media screen and (min-width: 37.5em) {

	.search-bar__btn-close {
		top: 60px;
		right: 80px;
	}

	.search-bar__container {
		margin: -30px 0 0 -25%;
		width: 50%;
	}

	.search-bar input[type="search"] {
		min-height: 50px;
		font-size: 50px;
	}
}

/* Utils
--------------------------------------------- */
.p-0 {
	padding: 0 !important;
}

/* Ad blocker popup
--------------------------------------------- */
.adblocker-layer {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2147483645;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: rgba(0, 0, 0, 0.75);
	overflow: auto;
}

.adblocker-layer .modal {
	display: block;
	width: 100%;
	max-width: 980px;
	margin: auto;
	background-color: #fff;
	border-radius: 5px;
}

.adblocker-layer .modal .header {
	padding: 15px 15px 0 15px;
}

.adblocker-layer .modal .header .site-logo {
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	max-height: 40px;
	max-width: 40px;
}

.adblocker-layer .modal .header .title {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 1.5rem;
	text-align: center;
}

.adblocker-layer .modal .header .nav {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding-left: 0;
	list-style: none;
}

.adblocker-layer .modal .header .nav li {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 120px;
	width: 120px;
	background-color: #fff;
	cursor: pointer;
}

.adblocker-layer .modal .header .nav li::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.adblocker-layer .modal .header .nav li svg {
	min-height: 40px;
	min-width: 40px;
	max-height: 40px;
	max-width: 40px;
}

.adblocker-layer .modal .header .nav li p {
	margin-bottom: 0;
}

.adblocker-layer .modal .body {
	flex-grow: 1;
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #f3f4f6;
	border-radius: 0 0 15px 15px;
	box-shadow: 0 0 transparent, 0 0 transparent, inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
	overflow: auto;
}

.adblocker-layer .modal .body .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}

.adblocker-layer .modal .body .container .browser-illustration {
	width: 100%;
	max-width: 450px;
}

.adblocker-layer .modal .body .container .browser-illustration > g g {
	display: none;
}

.adblocker-layer .modal .body .container .explanation [data-tab-name] {
	display: none;
	width: 100%;
	max-width: 800px;
	margin-top: 20px;
	margin-bottom: 0;
}

.adblocker-layer .modal .body .container .explanation [data-tab-name] li:not(:first-child) {
	margin-top: 10px;
}

.adblocker-layer .modal .body .container .explanation [data-tab-name="other"] > p:nth-child(2) {
	font-size: 1.25rem;
	font-weight: 700;
}

.adblocker-layer .modal .body .container .explanation [data-tab-name="other"] > div > div {
	display: flex;
	align-items: center;
}

.adblocker-layer .modal .body .container .explanation [data-tab-name="other"] > div > div > p {
	margin-left: 15px;
}

.adblocker-layer .modal .body .container .explanation [data-tab-name="other"] > div > p {
	margin-top: 0;
}

.adblocker-layer .modal .body .container .explanation .plugin-icon {
	transform: translateY(20%);
	margin-right: 3px;
	margin-left: 3px;
	opacity: 0.8;
}

.adblocker-layer .modal .body .container .btn {
	padding: 10px 25px;
	margin-top: 20px;
	background-color: #1d1d1b;
	border-radius: 7px;
	color: #fff;
	font-size: 1rem;
}

.adblocker-layer .modal .body .container .other-link {
	text-decoration: underline;
	cursor: pointer;
}

.adblocker-layer[data-active-tab="adblock"] .modal .header .nav li[data-tab-name="adblock"] {
	background-color: #f3f4f6;
}

.adblocker-layer[data-active-tab="adblock"] .modal .header .nav li[data-tab-name="adblock"]::after {
	content: "";
	position: absolute;
	right: 15px;
	bottom: 0;
	left: 15px;
	height: 5px;
	border-radius: 10px 10px 0 0;
	background-color: #2563eb;
}

.adblocker-layer[data-active-tab="adblock"] .modal .header .nav li[data-tab-name="adblock"] p {
	color: #2563eb;
}

.adblocker-layer[data-active-tab="adblock"] .modal .body .container .browser-illustration > g g[data-tab-name="adblock"] {
	display: block;
}

.adblocker-layer[data-active-tab="adblock"] .modal .body .container .explanation [data-tab-name="adblock"] {
	display: block;
}

.adblocker-layer[data-active-tab="adblock-plus"] .modal .header .nav li[data-tab-name="adblock-plus"] {
	background-color: #f3f4f6;
}

.adblocker-layer[data-active-tab="adblock-plus"] .modal .header .nav li[data-tab-name="adblock-plus"]::after {
	content: "";
	position: absolute;
	right: 15px;
	bottom: 0;
	left: 15px;
	height: 5px;
	border-radius: 10px 10px 0 0;
	background-color: #2563eb;
}

.adblocker-layer[data-active-tab="adblock-plus"] .modal .header .nav li[data-tab-name="adblock-plus"] p {
	color: #2563eb;
}

.adblocker-layer[data-active-tab="adblock-plus"] .modal .body .container .browser-illustration > g g[data-tab-name="adblock-plus"] {
	display: block;
}

.adblocker-layer[data-active-tab="adblock-plus"] .modal .body .container .explanation [data-tab-name="adblock-plus"] {
	display: block;
}

.adblocker-layer[data-active-tab="ublock"] .modal .header .nav li[data-tab-name="ublock"] {
	background-color: #f3f4f6;
}

.adblocker-layer[data-active-tab="ublock"] .modal .header .nav li[data-tab-name="ublock"]::after {
	content: "";
	position: absolute;
	right: 15px;
	bottom: 0;
	left: 15px;
	height: 5px;
	border-radius: 10px 10px 0 0;
	background-color: #2563eb;
}

.adblocker-layer[data-active-tab="ublock"] .modal .header .nav li[data-tab-name="ublock"] p {
	color: #2563eb;
}

.adblocker-layer[data-active-tab="ublock"] .modal .body .container .browser-illustration > g g[data-tab-name="ublock"] {
	display: block;
}

.adblocker-layer[data-active-tab="ublock"] .modal .body .container .explanation [data-tab-name="ublock"] {
	display: block;
}

.adblocker-layer[data-active-tab="other"] .modal .header .nav li[data-tab-name="other"] {
	background-color: #f3f4f6;
}

.adblocker-layer[data-active-tab="other"] .modal .header .nav li[data-tab-name="other"]::after {
	content: "";
	position: absolute;
	right: 15px;
	bottom: 0;
	left: 15px;
	height: 5px;
	border-radius: 10px 10px 0 0;
	background-color: #2563eb;
}

.adblocker-layer[data-active-tab="other"] .modal .header .nav li[data-tab-name="other"] p {
	color: #2563eb;
}

.adblocker-layer[data-active-tab="other"] .modal .body .container .browser-illustration > g g[data-tab-name="other"] {
	display: block;
}

.adblocker-layer[data-active-tab="other"] .modal .body .container .explanation [data-tab-name="other"] {
	display: block;
}

.adblocker-layer[data-active-tab="other"] .modal .body .container .other-link-container {
	display: none;
}

/*--------------------------------------------------------------
# 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,
.visuallyhidden {
	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,
.visuallyhidden: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: 1em;
	margin-bottom: 1em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

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

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