@charset "UTF-8";
/*!
Theme Name: Espace Shanti Allier
Theme URI: http://underscores.me/
Author: Coraline Mas - Sophie Moineville
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shanti-theme
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.

Espace Shanti Allier 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

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://use.typekit.net/gpk5bsk.css");
/*--------------------------------------------------------------
# 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.
 */
/* line 11, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_normalize.scss */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_normalize.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_normalize.scss */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_normalize.scss */
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.
 */
/* line 53, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_normalize.scss */
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.
 */
/* line 64, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_normalize.scss */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_normalize.scss */
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.
 */
/* line 85, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_normalize.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_normalize.scss */
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.
 */
/* line 105, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 116, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 125, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 133, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 137, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_normalize.scss */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 160, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_normalize.scss */
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.
 */
/* line 176, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_normalize.scss */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 186, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 195, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 206, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_normalize.scss */
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.
 */
/* line 218, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 229, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_normalize.scss */
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.
 */
/* line 240, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_normalize.scss */
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.
 */
/* line 253, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 270, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 280, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_normalize.scss */
[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.
 */
/* line 290, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 299, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_normalize.scss */
[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.
 */
/* line 308, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 328, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 347, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_normalize.scss */
[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/ */
/* line 3, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_box-sizing.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* line 9, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/generic/_box-sizing.scss */
html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
/* line 1, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/typography/_typography.scss */
body,
button,
input,
select,
optgroup,
textarea {
  color: #c78d31;
  font-family: "Inter", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.5;
}

@media screen and (max-width: 1700px) {
  /* line 1, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/typography/_typography.scss */
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 1rem;
  }
}

/* line 1, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/typography/_headings.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: 700;
  margin: 1.5em 0;
  line-height: 1.2;
}

/* line 17, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/typography/_headings.scss */
h1,
h2 {
  font-family: "p22-mackinac-pro", serif;
  color: #a74d1e;
}

/* line 22, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/typography/_headings.scss */
h1.page-title,
h2.page-title {
  text-align: center;
}

@media screen and (max-width: 1025px) {
  /* line 22, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/typography/_headings.scss */
  h1.page-title,
  h2.page-title {
    text-align: left;
  }
}

/* line 33, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/typography/_headings.scss */
.type-seance-hebdo h1.compl, .type-seance-hebdo
h2.compl {
  color: #c78d31;
}

/* line 38, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/typography/_headings.scss */
.page-id-346 h1.compl, .page-id-346
h2.compl {
  color: #222274;
}

/* line 43, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/typography/_headings.scss */
.sous-titre {
  margin: -14% auto 1.5em auto;
  max-width: 80%;
  text-align: center;
  color: #a74d1e;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media screen and (max-width: 1025px) {
  /* line 43, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/typography/_headings.scss */
  .sous-titre {
    margin-top: -10%;
    margin-left: 0;
    text-align: left;
  }
}

@media screen and (max-width: 568px) {
  /* line 43, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/typography/_headings.scss */
  .sous-titre {
    max-width: 90%;
  }
}

/* line 60, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/typography/_headings.scss */
header .sous-titre {
  margin-top: -18%;
}

@media screen and (max-width: 1025px) {
  /* line 60, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/typography/_headings.scss */
  header .sous-titre {
    margin-top: -14%;
  }
}

/* line 69, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/typography/_headings.scss */
.page-child .content-col .sous-titre {
  max-width: 100%;
  margin: -12% auto 3.5em auto;
  text-align: left;
}

/* line 75, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/typography/_headings.scss */
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

/* line 82, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/typography/_headings.scss */
h1 {
  font-size: 4.25rem;
}

@media screen and (max-width: 1440px) {
  /* line 82, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/typography/_headings.scss */
  h1 {
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 568px) {
  /* line 82, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/typography/_headings.scss */
  h1 {
    font-size: 2.5rem;
  }
}

/* line 94, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/typography/_headings.scss */
h2 {
  font-size: 3.125rem;
}

@media screen and (max-width: 1440px) {
  /* line 94, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/typography/_headings.scss */
  h2 {
    font-size: 2.5rem;
  }
}

/* line 102, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/typography/_headings.scss */
h3 {
  font-size: 1.4375rem;
}

/* line 106, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/typography/_headings.scss */
h4 {
  font-size: 1.3125rem;
}

/* line 110, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/typography/_headings.scss */
h5 {
  font-size: 1.1875rem;
}

/* line 114, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/typography/_headings.scss */
h6 {
  font-size: 1.0625rem;
}

/* line 1, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/typography/_copy.scss */
p {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-bottom: 1.5em;
}

/* line 8, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/typography/_copy.scss */
dfn,
cite,
em,
i {
  font-family: "p22-mackinac-pro", serif;
  font-weight: 400;
  font-style: italic;
}

/* line 17, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/typography/_copy.scss */
blockquote {
  margin: 3em 0 3em 3em;
  font-weight: 700;
}

/* line 22, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/typography/_copy.scss */
address {
  margin: 0 0 1.5em;
}

/* line 26, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/typography/_copy.scss */
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;
}

/* line 36, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/typography/_copy.scss */
code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* line 43, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/typography/_copy.scss */
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* line 49, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/typography/_copy.scss */
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

/* line 55, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/typography/_copy.scss */
big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
/* line 1, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_body.scss */
body {
  background: #fcf6ed;
}

/* line 1, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_hr.scss */
hr {
  background-color: #c78d31;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* line 1, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_lists.scss */
ul,
ol {
  margin: 0 0 1.5em 3em;
}

/* line 6, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_lists.scss */
ul {
  list-style: disc;
}

/* line 10, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_lists.scss */
ol {
  list-style: decimal;
}

/* line 14, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_lists.scss */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/* line 20, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_lists.scss */
dt {
  font-weight: 700;
}

/* line 24, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_lists.scss */
dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
/* line 2, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_media.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/* line 8, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_media.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 13, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_media.scss */
figure {
  margin: 1em 0;
}

/* line 1, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_tables.scss */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
/* line 1, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_links.scss */
a {
  color: #c78d31;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 6, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_links.scss */
a:hover, a:focus, a:active {
  color: #a74d1e;
  outline: 0;
}

/* line 13, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_links.scss */
a.bouton {
  text-decoration: none;
  display: table;
}

/* Forms
--------------------------------------------- */
/* line 1, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_buttons.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.bouton {
  border: 0;
  border-top: 5px solid;
  border-color: #c78d31;
  border-radius: 0;
  background: transparent;
  color: #c78d31;
  line-height: 1;
  padding: 0.6em 5px;
  text-transform: uppercase;
  font-size: 1.1875rem;
  letter-spacing: 2px;
  font-weight: 700;
  background-color: #fcf6ed;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 22, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_buttons.scss */
button.cat-mensuelle,
input[type="button"].cat-mensuelle,
input[type="reset"].cat-mensuelle,
input[type="submit"].cat-mensuelle,
.bouton.cat-mensuelle {
  border-color: #222274;
  color: #222274;
}

/* line 27, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_buttons.scss */
button:hover, button:active, button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
.bouton:hover,
.bouton:active,
.bouton:focus {
  border-color: #a74d1e;
  color: #a74d1e;
}

/* line 34, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_buttons.scss */
button::after,
input[type="button"]::after,
input[type="reset"]::after,
input[type="submit"]::after,
.bouton::after {
  content: "+";
  margin-left: .6em;
}

/* line 39, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_buttons.scss */
button.wpcf7-form-control,
input[type="button"].wpcf7-form-control,
input[type="reset"].wpcf7-form-control,
input[type="submit"].wpcf7-form-control,
.bouton.wpcf7-form-control {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #a74d1e;
  border-color: #a74d1e;
}

/* line 47, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_buttons.scss */
button.wpcf7-form-control:hover, button.wpcf7-form-control:active, button.wpcf7-form-control:focus,
input[type="button"].wpcf7-form-control:hover,
input[type="button"].wpcf7-form-control:active,
input[type="button"].wpcf7-form-control:focus,
input[type="reset"].wpcf7-form-control:hover,
input[type="reset"].wpcf7-form-control:active,
input[type="reset"].wpcf7-form-control:focus,
input[type="submit"].wpcf7-form-control:hover,
input[type="submit"].wpcf7-form-control:active,
input[type="submit"].wpcf7-form-control:focus,
.bouton.wpcf7-form-control:hover,
.bouton.wpcf7-form-control:active,
.bouton.wpcf7-form-control:focus {
  background: #a74d1e;
  color: #fff;
}

/* line 54, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_buttons.scss */
button.mailpoet_submit,
input[type="button"].mailpoet_submit,
input[type="reset"].mailpoet_submit,
input[type="submit"].mailpoet_submit,
.bouton.mailpoet_submit {
  color: #a74d1e;
  border-color: #a74d1e !important;
}

/* line 58, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_buttons.scss */
button.mailpoet_submit:hover, button.mailpoet_submit:active, button.mailpoet_submit:focus,
input[type="button"].mailpoet_submit:hover,
input[type="button"].mailpoet_submit:active,
input[type="button"].mailpoet_submit:focus,
input[type="reset"].mailpoet_submit:hover,
input[type="reset"].mailpoet_submit:active,
input[type="reset"].mailpoet_submit:focus,
input[type="submit"].mailpoet_submit:hover,
input[type="submit"].mailpoet_submit:active,
input[type="submit"].mailpoet_submit:focus,
.bouton.mailpoet_submit:hover,
.bouton.mailpoet_submit:active,
.bouton.mailpoet_submit:focus {
  background: #a74d1e;
  color: #fff;
}

/* line 68, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_buttons.scss */
.bouton.retour {
  position: relative;
  margin: 30% auto 10%;
  color: #a74d1e;
  border-color: #a74d1e;
}

@media screen and (max-width: 1025px) {
  /* line 68, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_buttons.scss */
  .bouton.retour {
    margin: 20% 0 10%;
  }
}

/* line 78, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_buttons.scss */
.bouton.retour::before {
  content: url(img/retour.svg);
  display: block;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 88, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_buttons.scss */
.bouton.retour::after {
  content: "";
  margin-left: 0;
}

/* line 94, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_buttons.scss */
.bouton.retour:hover::before {
  transform: translateX(-80%);
}

/* line 1, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_fields.scss */
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: #b2b2b2;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #a74d1e;
  border-radius: 0;
  padding: .5em;
  width: 100%;
}

/* line 25, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_fields.scss */
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: #a74d1e;
}

/* line 28, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_fields.scss */
input[type="text"]:focus-visible,
input[type="email"]:focus-visible,
input[type="url"]:focus-visible,
input[type="password"]:focus-visible,
input[type="search"]:focus-visible,
input[type="number"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="range"]:focus-visible,
input[type="date"]:focus-visible,
input[type="month"]:focus-visible,
input[type="week"]:focus-visible,
input[type="time"]:focus-visible,
input[type="datetime"]:focus-visible,
input[type="datetime-local"]:focus-visible,
input[type="color"]:focus-visible,
textarea:focus-visible {
  outline: #a74d1e auto 1px;
}

/* line 33, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_fields.scss */
label {
  color: #a74d1e;
}

/* line 37, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_fields.scss */
select {
  border: 1px solid #a74d1e;
  color: #a74d1e;
  padding: .5em 1em;
  border-radius: 2px;
}

/* line 44, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_fields.scss */
textarea {
  width: 100%;
  border-bottom: 0;
}

/* line 50, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_fields.scss */
#form-temoignage {
  position: relative;
  border-top: 30px solid #a74d1e;
  border-bottom: 1px solid #a74d1e;
  border-left: 1px solid #a74d1e;
  border-right: 1px solid #a74d1e;
  border-radius: 5px;
  padding: 1.5em;
  margin-bottom: 20%;
}

/* line 60, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_fields.scss */
#form-temoignage h2 {
  font-size: 1.875rem;
  margin: .5em 0 1.5em 0;
}

/* line 64, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_fields.scss */
#form-temoignage p {
  margin-bottom: 0;
}

/* line 69, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_fields.scss */
.mailpoet_segment_label {
  color: #a74d1e !important;
  margin-bottom: 0.5em !important;
}

/* line 73, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_fields.scss */
.mailpoet_checkbox {
  margin-bottom: 0.5em !important;
}

/* line 76, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/base/elements/_fields.scss */
.mailpoet_paragraph {
  margin-bottom: 1em;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* line 1, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/layouts/_grid.scss */
.full-width {
  width: 100%;
  max-width: 2200px;
  margin: auto;
}

/* line 6, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/layouts/_grid.scss */
.main-width {
  width: 70%;
  max-width: 1600px;
  margin: auto;
  padding: 5% 0 5% 5%;
}

@media screen and (max-width: 1440px) {
  /* line 6, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/layouts/_grid.scss */
  .main-width {
    width: 75%;
    margin-left: 12%;
  }
}

@media screen and (max-width: 1025px) {
  /* line 6, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/layouts/_grid.scss */
  .main-width {
    width: 84%;
    margin-left: 6%;
  }
}

/* line 22, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/layouts/_grid.scss */
.grid {
  display: grid;
}

/* line 26, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/layouts/_grid.scss */
.flexgrid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 32, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/layouts/_grid.scss */
.col2 {
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 768px) {
  /* line 32, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/layouts/_grid.scss */
  .col2 {
    grid-template-columns: 100%;
    grid-row-gap: 2em;
  }
}

@media screen and (max-width: 568px) {
  /* line 32, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/layouts/_grid.scss */
  .col2 {
    grid-row-gap: 0;
  }
}

/* line 44, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/layouts/_grid.scss */
.col3 {
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 1025px) {
  /* line 44, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/layouts/_grid.scss */
  .col3 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  /* line 44, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/layouts/_grid.scss */
  .col3 {
    grid-template-columns: 100%;
    position: relative;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* line 1, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/navigation/_navigation.scss */
.main-navigation {
  display: block;
  width: 100%;
}

/* line 5, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/navigation/_navigation.scss */
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* line 15, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/navigation/_navigation.scss */
.main-navigation li {
  position: relative;
  flex-grow: 1;
  flex-basis: min-content;
  text-align: center;
}

/* line 21, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/navigation/_navigation.scss */
.main-navigation li:hover > a,
.main-navigation li.focus > a {
  font-weight: 900;
}

/* line 27, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/navigation/_navigation.scss */
.main-navigation a {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  font-size: 1rem;
  text-transform: uppercase;
  color: #a74d1e;
  letter-spacing: 1px;
  font-weight: 500;
}

/* line 38, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/navigation/_navigation.scss */
.main-navigation a::after {
  content: attr(data-text);
  content: attr(data-text)/"";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  font-weight: 900;
}

/* line 50, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/navigation/_navigation.scss */
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  font-weight: 900;
}

/* Small menu. */
/* line 59, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/navigation/_navigation.scss */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

/* line 64, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/navigation/_navigation.scss */
.menu-toggle {
  float: right;
  width: 40px;
  height: 3px;
  border-radius: 3px;
  background-color: #a74d1e;
  color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}

/* line 82, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/navigation/_navigation.scss */
.menu-toggle::before {
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  border-radius: 3px;
  background-color: #a74d1e;
  margin-top: 12px;
}

/* line 97, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/navigation/_navigation.scss */
.menu-toggle::after {
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  border-radius: 3px;
  background-color: #a74d1e;
  margin-top: 10px;
}

/* line 112, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/navigation/_navigation.scss */
.main-navigation.toggled ul {
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #fcf6ed;
  padding-top: 2.5em;
}

/* line 124, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/navigation/_navigation.scss */
.main-navigation.toggled ul li {
  margin-bottom: 2.5em;
}

@media screen and (min-width: 1025px) {
  /* line 131, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/navigation/_navigation.scss */
  .menu-toggle {
    display: none;
  }
  /* line 135, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/navigation/_navigation.scss */
  .main-navigation ul {
    padding-left: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
    gap: .5em;
  }
}

/* line 146, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/navigation/_navigation.scss */
.pagination ul {
  margin: 0 auto;
  padding: 0;
  width: 50%;
  display: flex;
  justify-content: center;
  list-style-type: none;
}

/* line 154, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/navigation/_navigation.scss */
.pagination ul li {
  margin: .5em;
}

/* line 156, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/navigation/_navigation.scss */
.pagination ul li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
}

/* line 163, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/navigation/_navigation.scss */
.pagination ul li a:hover {
  font-weight: 900;
  color: #a74d1e;
}

/* line 168, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/navigation/_navigation.scss */
.pagination ul li span {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
}

/* line 174, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/navigation/_navigation.scss */
.pagination ul li span.current {
  font-weight: 900;
  color: #a74d1e;
}

/* line 184, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/navigation/_navigation.scss */
#taxnav ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
  align-items: center;
  gap: 2em 5em;
}

@media screen and (max-width: 1025px) {
  /* line 184, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/navigation/_navigation.scss */
  #taxnav ul {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  /* line 184, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/navigation/_navigation.scss */
  #taxnav ul {
    gap: 2em;
  }
}

/* line 201, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/navigation/_navigation.scss */
#taxnav ul li span {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 207, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/navigation/_navigation.scss */
#taxnav ul li .bouton {
  font-size: 1rem;
  border-top-width: 3px;
}

@media screen and (max-width: 1025px) {
  /* line 212, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/navigation/_navigation.scss */
  #taxnav ul li:first-child {
    flex-basis: 100%;
    text-align: center;
  }
}

/* line 227, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/navigation/_navigation.scss */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
}

/* line 231, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/navigation/_navigation.scss */
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

/* line 235, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/navigation/_navigation.scss */
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

/* line 239, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/navigation/_navigation.scss */
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
/* line 1, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.border {
  border-left: 2px solid #a74d1e;
}

/* line 4, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.border-fat {
  border-top: 30px solid #c78d31;
  padding-top: 30px;
  border-radius: 5px;
}

/* line 9, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
img.border-fat {
  padding-top: 0;
}

/* line 12, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.thumb-col .post-thumbnail img,
.thumb-col .img-sup {
  border-top: 30px solid #c78d31;
  border-radius: 5px;
}

/* line 18, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.page-id-346 .thumb-col .post-thumbnail img, .page-id-346
.thumb-col .img-sup {
  border-top-color: #222274;
}

/* line 23, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.sticky {
  display: block;
}

/* line 32, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.updated:not(.published) {
  display: none;
}

/* line 42, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.page-header {
  max-width: 20%;
  margin-left: 5%;
}

@media screen and (max-width: 1440px) {
  /* line 42, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .page-header {
    margin-left: 2%;
  }
}

@media screen and (max-width: 1025px) {
  /* line 42, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .page-header {
    max-width: 50%;
    margin-left: 5%;
  }
}

@media screen and (max-width: 568px) {
  /* line 42, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .page-header {
    max-width: 90%;
  }
}

/* line 59, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* line 64, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
#masthead {
  position: fixed;
  width: 100%;
  height: 160px;
  background-color: #fcf6ed;
  display: grid;
  grid-template-columns: 20% 80%;
  align-items: center;
  padding: 1em;
  z-index: 10;
}

@media screen and (max-width: 1700px) {
  /* line 64, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  #masthead {
    grid-template-columns: 15% 85%;
  }
}

@media screen and (max-width: 1025px) {
  /* line 64, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  #masthead {
    height: 100px;
  }
}

@media screen and (max-width: 568px) {
  /* line 64, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  #masthead {
    grid-template-columns: 30% 70%;
  }
}

/* line 84, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
#masthead .site-branding {
  justify-self: center;
}

@media screen and (max-width: 568px) {
  /* line 84, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  #masthead .site-branding {
    margin-top: 10px;
  }
}

/* line 92, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
#primary {
  margin-top: 160px;
  padding-top: 1em;
}

@media screen and (max-width: 1025px) {
  /* line 92, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  #primary {
    margin-top: 100px;
  }
}

/* line 101, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
#bandeau-accueil {
  position: relative;
  padding: 0 6em;
}

@media screen and (max-width: 1025px) {
  /* line 101, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  #bandeau-accueil {
    padding: 0 1em;
  }
}

@media screen and (max-width: 768px) {
  /* line 109, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  #bandeau-accueil img {
    transform: scale(1.5);
  }
}

/* line 115, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
#bandeau-accueil .text-bandeau {
  position: absolute;
  top: 55%;
  left: 60%;
  padding: 0 1em;
  color: #a74d1e;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  /* line 115, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  #bandeau-accueil .text-bandeau {
    position: relative;
    border-left: 0;
    top: 0;
    left: 0;
    text-align: center;
    padding: 2em;
  }
}

/* line 134, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
#bandeau-accueil .text-bandeau p {
  margin-bottom: 0;
}

/* line 139, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.section-video {
  padding: 5em 12em;
}

@media screen and (max-width: 1025px) {
  /* line 139, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .section-video {
    padding: 5em;
  }
}

@media screen and (max-width: 568px) {
  /* line 139, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .section-video {
    padding: 2em;
  }
}

/* line 149, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.section-video .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

/* line 156, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.section-video .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 168, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
#intro-3col.col3 {
  grid-template-columns: 20% 40% 20%;
  gap: 10%;
}

@media screen and (max-width: 568px) {
  /* line 168, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  #intro-3col.col3 {
    grid-template-columns: 1fr;
    gap: 2%;
  }
}

/* line 181, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
#tabs .ui-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 189, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
#tabs .ui-tabs-nav .ui-tabs-tab {
  border: 1px solid #c78d31;
}

/* line 192, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
#tabs .ui-tabs-nav .ui-tabs-tab .ui-tabs-anchor {
  display: block;
  padding: .5em 1em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 200, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
#tabs .ui-tabs-nav .ui-tabs-tab:hover {
  cursor: pointer;
}

/* line 204, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
#tabs .ui-tabs-nav .ui-tabs-tab:hover, #tabs .ui-tabs-nav .ui-tabs-tab.ui-state-active {
  background-color: #c78d31;
}

/* line 208, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
#tabs .ui-tabs-nav .ui-tabs-tab:hover .ui-tabs-anchor, #tabs .ui-tabs-nav .ui-tabs-tab.ui-state-active .ui-tabs-anchor {
  color: #fcf6ed;
}

/* line 215, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
#tabs .ui-tabs-panel {
  padding: 6em 6em 6em 9em;
}

@media screen and (max-width: 1440px) {
  /* line 215, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  #tabs .ui-tabs-panel {
    padding: 6em;
  }
}

@media screen and (max-width: 768px) {
  /* line 215, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  #tabs .ui-tabs-panel {
    padding: 6em 0;
  }
}

/* line 225, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
#tabs .ui-tabs-panel .content-tab {
  padding-left: 5em;
}

@media screen and (max-width: 768px) {
  /* line 225, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  #tabs .ui-tabs-panel .content-tab {
    padding-left: 10%;
  }
}

/* line 232, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
#tabs .ui-tabs-panel .content-tab h3 {
  margin-top: 0;
  margin-bottom: 2.5em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 242, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.exergue {
  padding-top: 15em;
  padding-bottom: 15em;
}

@media screen and (max-width: 568px) {
  /* line 242, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .exergue {
    padding-top: 10em;
    padding-bottom: 5em;
  }
}

/* line 251, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.exergue#intro-exergue {
  padding: 0;
}

@media screen and (max-width: 1025px) {
  /* line 251, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .exergue#intro-exergue {
    padding: 2em 0 0 2em;
  }
}

/* line 260, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.exergue p {
  width: 70%;
  margin: auto;
  font-weight: 200;
  font-size: 2.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  color: #a74d1e;
}

/* line 270, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.exergue p strong {
  font-family: "p22-mackinac-pro", serif;
  text-transform: none;
}

@media screen and (max-width: 1440px) {
  /* line 260, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .exergue p {
    width: 80%;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  /* line 260, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .exergue p {
    font-size: 2rem;
  }
}

@media screen and (max-width: 568px) {
  /* line 260, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .exergue p {
    font-size: 1.5rem;
  }
}

/* line 287, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.exergue .bouton {
  margin: auto;
  margin-top: 5em;
}

/* line 293, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.contentcol2 {
  padding: 0 6em;
}

@media screen and (max-width: 1440px) {
  /* line 293, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .contentcol2 {
    padding: 0;
  }
}

/* line 300, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.contentcol2 .content-col {
  padding-left: 5em;
}

@media screen and (max-width: 768px) {
  /* line 300, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .contentcol2 .content-col {
    padding-left: 10%;
  }
}

@media screen and (max-width: 568px) {
  /* line 300, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .contentcol2 .content-col {
    padding-left: 5%;
  }
}

/* line 310, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.contentcol2 .content-col h3 {
  margin-top: 0;
  margin-bottom: 2.5em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media screen and (max-width: 568px) {
  /* line 310, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .contentcol2 .content-col h3 {
    margin-bottom: 1.5em;
  }
}

/* line 321, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.contentcol2 .content-col .bouton {
  margin-top: 5em;
}

/* line 327, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.section-temoignage {
  gap: 4em;
  align-items: center;
  margin: 0 0 5em 5em;
}

@media screen and (max-width: 568px) {
  /* line 327, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .section-temoignage {
    margin-left: 2em;
  }
}

/* line 336, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.section-temoignage .item-temoignage {
  border-top: 30px solid #c78d31;
  padding-top: 0;
}

/* line 340, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.section-temoignage .item-temoignage img {
  display: block;
}

/* line 344, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.section-temoignage .item-temoignage .entry-content {
  border-right: 1px solid #c78d31;
  border-bottom: 1px solid #c78d31;
  border-left: 1px solid #c78d31;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 2em 3em;
}

@media screen and (max-width: 568px) {
  /* line 344, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .section-temoignage .item-temoignage .entry-content {
    padding: 2em;
  }
}

/* line 356, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.section-temoignage .item-temoignage h4 {
  font-size: .875rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
}

/* line 363, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.section-temoignage .item-temoignage:first-child {
  position: relative;
}

/* line 366, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.section-temoignage .item-temoignage:first-child::before {
  content: url("img/guillemet-ouvre.svg");
  display: block;
  position: absolute;
  z-index: -2;
  height: 40px;
  width: 40px;
  left: -90px;
  top: -90px;
}

@media screen and (max-width: 768px) {
  /* line 366, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .section-temoignage .item-temoignage:first-child::before {
    top: -50px;
  }
}

@media screen and (max-width: 568px) {
  /* line 366, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .section-temoignage .item-temoignage:first-child::before {
    width: 30px;
    left: -40px;
  }
}

/* line 385, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.section-temoignage .item-temoignage:last-child {
  position: relative;
}

/* line 388, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.section-temoignage .item-temoignage:last-child::after {
  content: url("img/guillemet-ferme.svg");
  display: block;
  position: absolute;
  z-index: -2;
  height: 40px;
  width: 40px;
  right: -90px;
  bottom: -90px;
}

@media screen and (max-width: 768px) {
  /* line 388, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .section-temoignage .item-temoignage:last-child::after {
    right: -60px;
  }
}

@media screen and (max-width: 568px) {
  /* line 388, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .section-temoignage .item-temoignage:last-child::after {
    width: 30px;
    right: -20px;
  }
}

/* line 410, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.section-3col {
  gap: 10em;
  margin: 0 0 5em 5em;
}

@media screen and (max-width: 1025px) {
  /* line 410, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .section-3col {
    gap: 2em 10em;
  }
}

@media screen and (max-width: 568px) {
  /* line 410, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .section-3col {
    gap: 0;
    margin: 0 0 0 1em;
  }
}

/* line 421, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.section-3col h3 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 431, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.text-2col h3 {
  margin-left: 2.2em;
  margin-bottom: 3em;
  width: 50%;
  font-size: 2.3125rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  /* line 431, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .text-2col h3 {
    width: 100%;
  }
}

@media screen and (max-width: 568px) {
  /* line 431, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .text-2col h3 {
    margin-left: 1.2em;
    margin-bottom: 2em;
    font-size: 1.5rem;
  }
}

/* line 448, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.text-2col div {
  margin-left: 5em;
  column-count: 2;
  column-gap: 5em;
}

@media screen and (max-width: 768px) {
  /* line 448, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .text-2col div {
    column-count: 1;
  }
}

@media screen and (max-width: 568px) {
  /* line 448, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .text-2col div {
    margin-left: 1em;
  }
}

/* line 462, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.faq-3col {
  gap: 5em;
  margin: 0 0 5em 5em;
}

@media screen and (max-width: 1025px) {
  /* line 462, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .faq-3col {
    gap: 2em 5em;
  }
}

@media screen and (max-width: 568px) {
  /* line 462, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .faq-3col {
    gap: 0;
    margin: 0 0 5em 1em;
  }
}

/* line 474, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.faq-3col h3 {
  font-size: 1.4375rem;
}

/* line 480, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.section-bouton .bouton {
  margin: auto;
}

/* line 485, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.main-content {
  padding-left: 10em;
}

@media screen and (max-width: 1025px) {
  /* line 485, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .main-content {
    padding-left: 5em;
  }
}

@media screen and (max-width: 568px) {
  /* line 485, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .main-content {
    padding-left: 2em;
  }
}

/* line 495, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.main-content .thumb-col {
  padding: 0 5em;
}

@media screen and (max-width: 1700px) {
  /* line 495, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .main-content .thumb-col {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  /* line 495, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .main-content .thumb-col {
    padding: 0;
    margin-bottom: 2em;
  }
}

/* line 508, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.main-content .content-col .compl {
  font-size: 3.125rem;
  margin-top: 0;
}

@media screen and (max-width: 568px) {
  /* line 508, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .main-content .content-col .compl {
    font-size: 2.5rem;
    margin-bottom: .5em;
  }
}

/* line 517, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.type-post .main-content .content-col .compl {
  color: #c78d31;
}

/* line 521, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.main-content .content-col .infos {
  gap: 1.5em;
  margin-bottom: 3em;
}

@media screen and (max-width: 768px) {
  /* line 521, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .main-content .content-col .infos {
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 568px) {
  /* line 521, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .main-content .content-col .infos {
    margin-bottom: 1em;
    gap: 0;
  }
}

/* line 533, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.single-intervenant .main-content .content-col .infos {
  color: #a74d1e;
}

/* line 536, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.single-intervenant .main-content .content-col .infos a {
  color: #a74d1e;
}

/* line 541, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.main-content .content-col .item-info-picto {
  gap: 5%;
  grid-template-columns: 20% 75%;
}

@media screen and (max-width: 768px) {
  /* line 545, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .main-content .content-col .item-info-picto img {
    display: block;
    margin: auto;
  }
}

/* line 556, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.section-intervenant {
  padding-left: 10em;
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  /* line 556, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .section-intervenant {
    padding-left: 10em;
    padding-right: 10em;
  }
}

@media screen and (max-width: 568px) {
  /* line 556, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .section-intervenant {
    padding-left: 2em;
    padding-right: 2em;
  }
}

/* line 569, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.section-intervenant .thumb-col {
  padding: 0 5em;
}

@media screen and (max-width: 568px) {
  /* line 569, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .section-intervenant .thumb-col {
    padding: 0;
  }
}

/* line 576, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.section-intervenant .thumb-col img {
  max-width: 140px;
  border-radius: 50%;
  filter: grayscale(100%);
}

@media screen and (max-width: 768px) {
  /* line 581, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .section-intervenant .thumb-col img.alignright {
    float: none;
    display: block;
    margin: auto;
  }
}

/* line 591, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.section-intervenant .content-col h3 {
  font-size: 1rem;
  margin-bottom: 2.5em;
}

/* line 595, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.section-intervenant .content-col p {
  margin-bottom: 3.5em;
}

/* line 598, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.section-intervenant .content-col .bouton {
  font-size: 1rem;
}

/* line 604, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.date {
  font-size: 1.5625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 .5em 2.7em  0;
}

@media screen and (max-width: 768px) {
  /* line 604, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .date {
    padding: 0;
    margin-bottom: 1em;
  }
}

/* line 616, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.content-col .date {
  color: #a74d1e;
}

/* line 624, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.intervenant .thumb-col .post-thumbnail {
  border-top: 30px solid #c78d31;
}

/* line 629, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.intervenant .post-thumbnail {
  border-radius: 5px;
}

/* line 634, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.intervenant .post-thumbnail img {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  filter: grayscale(100%);
  max-width: inherit;
  width: 100%;
}

/* line 646, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.loop.col3 {
  column-gap: 10%;
  padding-right: 5%;
}

@media screen and (max-width: 1700px) {
  /* line 646, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .loop.col3 {
    padding-right: 0;
  }
}

@media screen and (max-width: 1440px) {
  /* line 646, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .loop.col3 {
    column-gap: 5%;
  }
}

/* line 658, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.loop .hentry {
  margin-bottom: 6em;
  border-top: 30px solid #c78d31;
  border-radius: 5px;
}

@media screen and (max-width: 1440px) {
  /* line 658, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .loop .hentry {
    margin-bottom: 4em;
  }
}

/* line 667, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.loop .hentry.periodicite-mensuelle {
  border-color: #222274;
}

/* line 671, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.loop .hentry.periodicite-mensuelle .taxtlist a {
  color: #222274;
}

/* line 674, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.loop .hentry.periodicite-mensuelle .taxtlist a:hover {
  color: #a74d1e;
}

/* line 682, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.loop .hentry .post-thumbnail img {
  display: block;
  width: 100%;
}

/* line 688, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.loop .hentry .dateeve {
  font-size: 1.5625rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  padding: .7em .5em;
  color: #a74d1e;
}

/* line 698, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.loop .hentry .entry-header,
.loop .hentry .entry-content {
  border-left: 1px solid #c78d31;
  border-right: 1px solid #c78d31;
}

/* line 704, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.loop .hentry .entry-header {
  padding: 2em 1.5em .5em 1.5em;
}

/* line 707, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.loop .hentry .entry-header p {
  color: #a74d1e;
  margin-bottom: 0;
  font-size: .9375rem;
}

/* line 716, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.loop .hentry.seance-hebdo .entry-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
  border: 0;
  filter: grayscale(100%);
  aspect-ratio: 1/1;
}

/* line 727, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.loop .hentry.seance-hebdo .entry-header a.post-title {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  margin: 0;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 736, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.loop .hentry.seance-hebdo .entry-header a.post-title:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 741, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.loop .hentry.seance-hebdo .entry-header a.post-title h2 {
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  font-size: 2.5rem;
  hyphens: auto;
}

@media screen and (max-width: 568px) {
  /* line 741, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .loop .hentry.seance-hebdo .entry-header a.post-title h2 {
    font-size: 1.8rem;
  }
}

/* line 760, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.loop .hentry.seance-hebdo .taxtlist a {
  text-decoration: none;
  font-weight: 700;
}

/* line 767, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.loop .hentry.type-post .entry-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
  border: 0;
  aspect-ratio: 1/1;
}

/* line 777, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.loop .hentry.type-post .entry-header a.post-title {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  margin: 0;
  text-decoration: none;
}

/* line 785, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.loop .hentry.type-post .entry-header a.post-title:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 790, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.loop .hentry.type-post .entry-header a.post-title h2 {
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  font-size: 2.5rem;
  hyphens: auto;
  margin: 0;
}

/* line 804, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.loop .hentry h2 {
  margin: 0 0 .5em;
  font-size: 1.75rem;
}

/* line 808, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.loop .hentry h2 a {
  text-decoration: none;
  color: #a74d1e;
}

/* line 813, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.loop .hentry h2.temoignage-title {
  margin-top: 4em;
  font-family: "Inter", sans-serif;
  font-size: .875rem;
  text-transform: uppercase;
  color: #c78d31;
  letter-spacing: 2px;
}

/* line 823, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.loop .hentry .entry-content {
  border-bottom: 1px solid #c78d31;
  border-radius: 0 0 5px 5px;
  padding: 1.5em 1.5em 2em 1.5em;
}

/* line 828, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.loop .hentry .bouton {
  float: right;
  margin-right: -2em;
  margin-top: 0.5em;
  font-size: 1.125rem;
}

/* line 836, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.loop .hentry.type-post h2.post-title a {
  background-color: transparent;
}

/* line 840, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.carousel-inter.loop .bouton {
  margin-right: 0;
}

/**
*
* Backgrounds
*
*
**/
/* line 852, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.site {
  width: 100%;
  overflow: hidden;
}

/* line 858, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.home .list-section {
  margin-top: 10em;
}

@media screen and (max-width: 768px) {
  /* line 858, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .list-section {
    margin-top: 5em;
  }
}

@media screen and (max-width: 568px) {
  /* line 858, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .list-section {
    margin-top: 4em;
  }
}

/* line 868, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.home .list-section section:nth-child(1) {
  position: relative;
}

/* line 871, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.home .list-section section:nth-child(1)::before {
  content: url("img/home-1.png");
  display: block;
  position: absolute;
  z-index: -2;
  top: -100%;
  right: -32%;
  transform: scale(0.7);
}

@media screen and (max-width: 1440px) {
  /* line 871, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .list-section section:nth-child(1)::before {
    top: -120%;
    right: -45%;
  }
}

@media screen and (max-width: 1025px) {
  /* line 871, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .list-section section:nth-child(1)::before {
    transform: scale(0.5);
    top: -140%;
    right: -65%;
  }
}

@media screen and (max-width: 768px) {
  /* line 871, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .list-section section:nth-child(1)::before {
    transform: scale(0.3);
    top: -95%;
    right: -80%;
  }
}

@media screen and (max-width: 568px) {
  /* line 871, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .list-section section:nth-child(1)::before {
    top: 0;
    right: -205%;
  }
}

/* line 900, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.home .list-section section:nth-child(1)::after {
  content: url("img/home-2.png");
  display: block;
  position: absolute;
  z-index: -2;
  transform: matrix(-0.82, 0.57, -0.57, -0.82, 0, 0);
  top: 20%;
  left: -1%;
  width: 23%;
}

@media screen and (max-width: 1440px) {
  /* line 900, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .list-section section:nth-child(1)::after {
    left: 2%;
  }
}

@media screen and (max-width: 1025px) {
  /* line 900, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .list-section section:nth-child(1)::after {
    left: 8%;
  }
}

@media screen and (max-width: 768px) {
  /* line 900, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .list-section section:nth-child(1)::after {
    left: 20%;
  }
}

@media screen and (max-width: 568px) {
  /* line 900, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .list-section section:nth-child(1)::after {
    left: 70%;
    top: 0%;
  }
}

/* line 927, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.home .list-section section:nth-child(3) {
  position: relative;
}

/* line 930, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.home .list-section section:nth-child(3)::before {
  content: url("img/home-3.png");
  display: block;
  position: absolute;
  z-index: -2;
  top: 0;
  left: -20%;
  transform: scale(0.7);
}

@media screen and (max-width: 1440px) {
  /* line 930, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .list-section section:nth-child(3)::before {
    left: -30%;
  }
}

@media screen and (max-width: 1025px) {
  /* line 930, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .list-section section:nth-child(3)::before {
    transform: scale(0.5);
    left: -45%;
    top: -80px;
  }
}

@media screen and (max-width: 768px) {
  /* line 930, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .list-section section:nth-child(3)::before {
    transform: scale(0.4);
    left: -60%;
  }
}

@media screen and (max-width: 568px) {
  /* line 930, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .list-section section:nth-child(3)::before {
    transform: scale(0.2);
    left: -160%;
    top: -130px;
  }
}

/* line 957, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.home .list-section section:nth-child(3)::after {
  content: url("img/home-4.png");
  display: block;
  position: absolute;
  z-index: -2;
  bottom: -50%;
  right: -20%;
  transform: scale(0.7);
}

@media screen and (max-width: 1440px) {
  /* line 957, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .list-section section:nth-child(3)::after {
    right: -35%;
  }
}

@media screen and (max-width: 1025px) {
  /* line 957, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .list-section section:nth-child(3)::after {
    transform: scale(0.5);
    right: -50%;
  }
}

@media screen and (max-width: 768px) {
  /* line 957, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .list-section section:nth-child(3)::after {
    right: -65%;
    bottom: -590px;
  }
}

@media screen and (max-width: 568px) {
  /* line 957, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .list-section section:nth-child(3)::after {
    transform: scale(0.2);
    right: -165%;
    bottom: -100%;
  }
}

/* line 985, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.home .list-section section:nth-child(4) {
  position: relative;
}

/* line 988, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.home .list-section section:nth-child(4)::after {
  content: url("img/home-5.png");
  display: block;
  position: absolute;
  z-index: -2;
  bottom: -20%;
  left: -60%;
  transform: scale(0.8);
}

@media screen and (max-width: 1440px) {
  /* line 988, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .list-section section:nth-child(4)::after {
    left: -75%;
    transform: scale(0.6);
  }
}

@media screen and (max-width: 1025px) {
  /* line 988, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .list-section section:nth-child(4)::after {
    transform: scale(0.4);
    left: -95%;
  }
}

@media screen and (max-width: 768px) {
  /* line 988, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .list-section section:nth-child(4)::after {
    left: -125%;
  }
}

@media screen and (max-width: 568px) {
  /* line 988, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .list-section section:nth-child(4)::after {
    left: -315%;
  }
}

/* line 1014, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.home .list-section section:nth-child(5) {
  position: relative;
}

/* line 1017, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.home .list-section section:nth-child(5)::after {
  content: url("img/home-6.png");
  display: block;
  position: absolute;
  z-index: -2;
  bottom: 37%;
  right: -33%;
  transform: scale(0.7);
}

@media screen and (max-width: 1440px) {
  /* line 1017, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .list-section section:nth-child(5)::after {
    right: -40%;
  }
}

@media screen and (max-width: 1025px) {
  /* line 1017, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .list-section section:nth-child(5)::after {
    transform: scale(0.5);
    bottom: 27%;
    right: -55%;
  }
}

@media screen and (max-width: 768px) {
  /* line 1017, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .list-section section:nth-child(5)::after {
    transform: scale(0.4);
    bottom: 57%;
    right: -75%;
  }
}

@media screen and (max-width: 568px) {
  /* line 1017, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .list-section section:nth-child(5)::after {
    transform: scale(0.3);
    bottom: 47%;
    right: -185%;
  }
}

/* line 1047, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.home .list-section section:nth-child(6) {
  position: relative;
}

/* line 1050, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.home .list-section section:nth-child(6)::before {
  content: url("img/traces.png");
  display: block;
  position: absolute;
  z-index: -2;
  bottom: -94%;
  right: -45%;
  transform: matrix(0.48, -0.87, 0.87, 0.48, 0, 0) scale(0.5);
}

@media screen and (max-width: 1440px) {
  /* line 1050, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .list-section section:nth-child(6)::before {
    transform: matrix(0.48, -0.87, 0.87, 0.48, 0, 0) scale(0.3);
    right: -60%;
  }
}

@media screen and (max-width: 1025px) {
  /* line 1050, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .list-section section:nth-child(6)::before {
    right: -80%;
    bottom: -74%;
  }
}

@media screen and (max-width: 768px) {
  /* line 1050, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .list-section section:nth-child(6)::before {
    right: -110%;
  }
}

@media screen and (max-width: 568px) {
  /* line 1050, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .list-section section:nth-child(6)::before {
    transform: matrix(0.48, -0.87, 0.87, 0.48, 0, 0) scale(0.1);
    right: -270%;
    bottom: -50%;
  }
}

/* line 1077, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.home .list-section section:nth-child(6)::after {
  content: url("img/trace-or.png");
  display: block;
  position: absolute;
  z-index: -2;
  transform: matrix(0.9, 0.44, -0.44, 0.9, 0, 0) scale(0.5);
  bottom: -60%;
  left: -31%;
}

@media screen and (max-width: 1440px) {
  /* line 1077, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .list-section section:nth-child(6)::after {
    left: -50%;
  }
}

@media screen and (max-width: 1025px) {
  /* line 1077, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .list-section section:nth-child(6)::after {
    transform: matrix(0.9, 0.44, -0.44, 0.9, 0, 0) scale(0.4);
    bottom: -50%;
    left: -70%;
  }
}

@media screen and (max-width: 768px) {
  /* line 1077, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .list-section section:nth-child(6)::after {
    bottom: -40%;
    left: -130%;
  }
}

@media screen and (max-width: 568px) {
  /* line 1077, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .list-section section:nth-child(6)::after {
    transform: matrix(0.9, 0.44, -0.44, 0.9, 0, 0) scale(0.2);
    bottom: -25%;
    left: -320%;
  }
}

/* line 1111, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.page-template-page-presentation #intro-3col {
  position: relative;
}

/* line 1114, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.page-template-page-presentation #intro-3col::after {
  content: url("img/presentation-1.png");
  display: block;
  position: absolute;
  z-index: -2;
  transform: matrix(-0.97, -0.26, 0.26, -0.97, 0, 0) scale(0.3);
  bottom: -70%;
  right: -85%;
}

@media screen and (max-width: 1700px) {
  /* line 1114, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .page-template-page-presentation #intro-3col::after {
    bottom: -100%;
  }
}

@media screen and (max-width: 1440px) {
  /* line 1114, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .page-template-page-presentation #intro-3col::after {
    right: -110%;
  }
}

@media screen and (max-width: 1025px) {
  /* line 1114, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .page-template-page-presentation #intro-3col::after {
    transform: matrix(-0.97, -0.26, 0.26, -0.97, 0, 0) scale(0.2);
    right: -120%;
  }
}

@media screen and (max-width: 768px) {
  /* line 1114, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .page-template-page-presentation #intro-3col::after {
    right: -170%;
  }
}

@media screen and (max-width: 568px) {
  /* line 1114, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .page-template-page-presentation #intro-3col::after {
    right: -410%;
    bottom: -70%;
    transform: matrix(-0.97, -0.26, 0.26, -0.97, 0, 0) scale(0.15);
  }
}

/* line 1144, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.page-template-page-presentation .section-tab {
  position: relative;
}

/* line 1147, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.page-template-page-presentation .section-tab::after {
  content: url("img/presentation-2.png");
  display: block;
  position: absolute;
  z-index: -2;
  transform: matrix(0.05, -1, 1, 0.05, 0, 0) scale(0.3);
  bottom: -170%;
  right: -80%;
}

@media screen and (max-width: 1700px) {
  /* line 1147, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .page-template-page-presentation .section-tab::after {
    right: -90%;
  }
}

@media screen and (max-width: 1440px) {
  /* line 1147, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .page-template-page-presentation .section-tab::after {
    right: -111%;
  }
}

@media screen and (max-width: 1025px) {
  /* line 1147, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .page-template-page-presentation .section-tab::after {
    transform: matrix(0.05, -1, 1, 0.05, 0, 0) scale(0.2);
    right: -145%;
  }
}

@media screen and (max-width: 768px) {
  /* line 1147, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .page-template-page-presentation .section-tab::after {
    transform: matrix(0.05, -1, 1, 0.05, 0, 0) scale(0.15);
    right: -175%;
    bottom: -140%;
  }
}

@media screen and (max-width: 568px) {
  /* line 1147, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .page-template-page-presentation .section-tab::after {
    right: -450%;
  }
}

/* line 1176, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.page-template-page-presentation .section-temoignage {
  position: relative;
}

/* line 1179, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.page-template-page-presentation .section-temoignage::after {
  content: url("img/home-1.png");
  display: block;
  position: absolute;
  z-index: -2;
  transform: scale(0.9);
  top: -220%;
  right: -74%;
}

@media screen and (max-width: 1700px) {
  /* line 1179, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .page-template-page-presentation .section-temoignage::after {
    right: -86%;
  }
}

@media screen and (max-width: 1440px) {
  /* line 1179, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .page-template-page-presentation .section-temoignage::after {
    transform: scale(0.7);
    right: -90%;
    top: -180%;
  }
}

@media screen and (max-width: 1025px) {
  /* line 1179, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .page-template-page-presentation .section-temoignage::after {
    transform: scale(0.5);
    right: -105%;
    top: -135%;
  }
}

@media screen and (max-width: 768px) {
  /* line 1179, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .page-template-page-presentation .section-temoignage::after {
    right: -140%;
    top: -100%;
  }
}

@media screen and (max-width: 568px) {
  /* line 1179, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .page-template-page-presentation .section-temoignage::after {
    transform: scale(0.2);
    right: -310%;
    top: -70%;
  }
}

/* line 1213, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.page-template-page-presentation .section-info-pratique {
  position: relative;
}

/* line 1216, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.page-template-page-presentation .section-info-pratique::before {
  content: url("img/traces.png");
  display: block;
  position: absolute;
  z-index: -2;
  bottom: -74%;
  right: -45%;
  transform: matrix(0.48, -0.87, 0.87, 0.48, 0, 0) scale(0.5);
}

@media screen and (max-width: 1700px) {
  /* line 1216, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .page-template-page-presentation .section-info-pratique::before {
    right: -50%;
  }
}

@media screen and (max-width: 1440px) {
  /* line 1216, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .page-template-page-presentation .section-info-pratique::before {
    transform: matrix(0.48, -0.87, 0.87, 0.48, 0, 0) scale(0.3);
    right: -60%;
  }
}

@media screen and (max-width: 1025px) {
  /* line 1216, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .page-template-page-presentation .section-info-pratique::before {
    right: -85%;
    bottom: -94%;
  }
}

@media screen and (max-width: 768px) {
  /* line 1216, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .page-template-page-presentation .section-info-pratique::before {
    right: -115%;
    bottom: -74%;
  }
}

@media screen and (max-width: 568px) {
  /* line 1216, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .page-template-page-presentation .section-info-pratique::before {
    right: -300%;
  }
}

/* line 1247, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.exergue {
  position: relative;
}

/* line 1250, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.exergue::before {
  content: url("img/trace-or.png");
  display: block;
  position: absolute;
  z-index: -2;
  transform: matrix(0.9, 0.44, -0.44, 0.9, 0, 0) scale(0.5);
  top: -60%;
  left: -70%;
}

@media screen and (max-width: 1440px) {
  /* line 1250, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .exergue::before {
    top: -380px;
  }
}

@media screen and (max-width: 1025px) {
  /* line 1250, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .exergue::before {
    transform: matrix(0.9, 0.44, -0.44, 0.9, 0, 0) scale(0.4);
    left: -100%;
  }
}

@media screen and (max-width: 768px) {
  /* line 1250, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .exergue::before {
    left: -150%;
  }
}

@media screen and (max-width: 568px) {
  /* line 1250, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .exergue::before {
    transform: matrix(0.9, 0.44, -0.44, 0.9, 0, 0) scale(0.2);
    left: -380%;
  }
}

/* line 1278, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.home .exergue::before {
  top: -40%;
  left: -70%;
}

@media screen and (max-width: 1025px) {
  /* line 1278, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .exergue::before {
    left: -100%;
  }
}

@media screen and (max-width: 768px) {
  /* line 1278, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .exergue::before {
    left: -150%;
    top: -380px;
  }
}

@media screen and (max-width: 568px) {
  /* line 1278, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .home .exergue::before {
    left: -390%;
  }
}

/* line 1296, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.exergue#intro-exergue::before {
  content: "";
  display: none;
}

/* line 1306, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.list-section section:last-child .exergue,
.bas-de-page .exergue {
  border-left: 0;
  margin-top: 5em;
  padding-bottom: 0em;
}

/* line 1316, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.archive header.page-header,
.blog header.page-header {
  position: relative;
}

/* line 1319, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.archive header.page-header::after,
.blog header.page-header::after {
  content: url("img/archives-entetes.png");
  display: block;
  position: absolute;
  z-index: -2;
  transform: matrix(1, -0.02, 0.02, 1, 0, 0) scale(0.8);
  bottom: -180%;
  right: -530%;
}

@media screen and (max-width: 1700px) {
  /* line 1319, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .archive header.page-header::after,
  .blog header.page-header::after {
    right: -560%;
  }
}

@media screen and (max-width: 1440px) {
  /* line 1319, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .archive header.page-header::after,
  .blog header.page-header::after {
    transform: matrix(1, -0.02, 0.02, 1, 0, 0) scale(0.6);
    bottom: -150%;
    right: -580%;
  }
}

@media screen and (max-width: 1025px) {
  /* line 1319, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .archive header.page-header::after,
  .blog header.page-header::after {
    transform: matrix(1, -0.02, 0.02, 1, 0, 0) scale(0.5);
    right: -190%;
  }
}

@media screen and (max-width: 768px) {
  /* line 1319, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .archive header.page-header::after,
  .blog header.page-header::after {
    right: -235%;
    bottom: -100%;
  }
}

/* line 1353, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.wp-singular.post-template-default header.page-header, .wp-singular.seance-hebdo-template-default header.page-header {
  position: relative;
}

/* line 1356, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.wp-singular.post-template-default header.page-header::after, .wp-singular.seance-hebdo-template-default header.page-header::after {
  content: url("img/singular-entete.png");
  display: block;
  position: absolute;
  z-index: -2;
  transform: matrix(0.93, -0.36, 0.36, 0.93, 0, 0) scale(0.5);
  top: -50%;
  right: -570%;
}

@media screen and (max-width: 1440px) {
  /* line 1356, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .wp-singular.post-template-default header.page-header::after, .wp-singular.seance-hebdo-template-default header.page-header::after {
    transform: matrix(0.93, -0.36, 0.36, 0.93, 0, 0) scale(0.4);
    top: -70%;
    right: -660%;
  }
}

@media screen and (max-width: 1025px) {
  /* line 1356, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .wp-singular.post-template-default header.page-header::after, .wp-singular.seance-hebdo-template-default header.page-header::after {
    transform: matrix(0.93, -0.36, 0.36, 0.93, 0, 0) scale(0.3);
    right: -240%;
  }
}

@media screen and (max-width: 768px) {
  /* line 1356, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .wp-singular.post-template-default header.page-header::after, .wp-singular.seance-hebdo-template-default header.page-header::after {
    transform: matrix(0.93, -0.36, 0.36, 0.93, 0, 0) scale(0.2);
    top: -90%;
    right: -300%;
  }
}

@media screen and (max-width: 568px) {
  /* line 1356, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .wp-singular.post-template-default header.page-header::after, .wp-singular.seance-hebdo-template-default header.page-header::after {
    right: -330%;
  }
}

/* line 1388, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.wp-singular.single-post {
  position: relative;
}

/* line 1391, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.wp-singular.single-post::before {
  content: url("img/fond-post.png");
  display: block;
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: -10%;
}

@media screen and (max-width: 1440px) {
  /* line 1391, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .wp-singular.single-post::before {
    transform: scale(0.6);
    bottom: -16%;
  }
}

@media screen and (max-width: 1025px) {
  /* line 1391, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .wp-singular.single-post::before {
    left: -15%;
  }
}

@media screen and (max-width: 768px) {
  /* line 1391, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .wp-singular.single-post::before {
    left: -23%;
    bottom: -4%;
  }
}

@media screen and (max-width: 568px) {
  /* line 1391, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .wp-singular.single-post::before {
    display: none;
  }
}

/* line 1416, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.wp-singular.single-intervenant header.page-header {
  position: relative;
}

/* line 1419, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.wp-singular.single-intervenant header.page-header::after {
  content: url("img/archives-entetes.png");
  display: block;
  position: absolute;
  z-index: -2;
  transform: matrix(-0.41, -0.91, 0.91, -0.41, 0, 0) scale(0.9);
  top: 30%;
  right: -515%;
}

@media screen and (max-width: 1700px) {
  /* line 1419, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .wp-singular.single-intervenant header.page-header::after {
    right: -545%;
  }
}

@media screen and (max-width: 1440px) {
  /* line 1419, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .wp-singular.single-intervenant header.page-header::after {
    transform: matrix(-0.41, -0.91, 0.91, -0.41, 0, 0) scale(0.8);
    right: -585%;
  }
}

@media screen and (max-width: 1025px) {
  /* line 1419, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .wp-singular.single-intervenant header.page-header::after {
    transform: matrix(-0.41, -0.91, 0.91, -0.41, 0, 0) scale(0.6);
    right: -190%;
    top: -10%;
  }
}

@media screen and (max-width: 768px) {
  /* line 1419, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .wp-singular.single-intervenant header.page-header::after {
    right: -235%;
    top: -30%;
  }
}

/* line 1448, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.wp-singular.page-template-default header.page-header {
  position: relative;
}

/* line 1451, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.wp-singular.page-template-default header.page-header::after {
  content: url("img/entete-page.png");
  display: block;
  position: absolute;
  z-index: -2;
  transform: matrix(1, -0.03, 0.03, 1, 0, 0) scale(0.4);
  top: -140%;
  right: -610%;
}

@media screen and (max-width: 1700px) {
  /* line 1451, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .wp-singular.page-template-default header.page-header::after {
    top: -110%;
  }
}

@media screen and (max-width: 1440px) {
  /* line 1451, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .wp-singular.page-template-default header.page-header::after {
    transform: matrix(1, -0.03, 0.03, 1, 0, 0) scale(0.3);
    right: -720%;
    top: -250%;
  }
}

@media screen and (max-width: 1025px) {
  /* line 1451, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .wp-singular.page-template-default header.page-header::after {
    transform: matrix(1, -0.03, 0.03, 1, 0, 0) scale(0.2);
    right: -270%;
    top: -400px;
  }
}

@media screen and (max-width: 768px) {
  /* line 1451, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .wp-singular.page-template-default header.page-header::after {
    right: -350%;
    top: -400px;
  }
}

@media screen and (max-width: 568px) {
  /* line 1451, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .wp-singular.page-template-default header.page-header::after {
    transform: matrix(1, -0.03, 0.03, 1, 0, 0) scale(0.1);
    top: -460px;
  }
}

/* line 1484, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.wp-singular.page-template-default #primary {
  position: relative;
}

/* line 1487, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.wp-singular.page-template-default #primary::after {
  content: url("img/pages.png");
  display: block;
  position: absolute;
  z-index: -2;
  bottom: -20%;
  right: -45%;
  transform: scale(0.5) rotate(-30deg);
}

@media screen and (max-width: 1440px) {
  /* line 1487, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .wp-singular.page-template-default #primary::after {
    transform: scale(0.4) rotate(-30deg);
    bottom: -30%;
    right: -55%;
  }
}

@media screen and (max-width: 1025px) {
  /* line 1487, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .wp-singular.page-template-default #primary::after {
    transform: scale(0.3) rotate(-30deg);
    right: -80%;
  }
}

@media screen and (max-width: 768px) {
  /* line 1487, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .wp-singular.page-template-default #primary::after {
    bottom: -20%;
    right: -110%;
  }
}

@media screen and (max-width: 568px) {
  /* line 1487, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .wp-singular.page-template-default #primary::after {
    transform: scale(0.2) rotate(-30deg);
    right: -270%;
    bottom: -30%;
  }
}

/* line 1519, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.wp-singular.page-template-default.home #primary::after, .wp-singular.page-template-default.page-child #primary::after {
  display: none;
}

/*
*
* Page Atlante
*
**/
/* line 1535, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.page-id-346.wp-singular.page-template-default header.page-header {
  position: relative;
}

/* line 1538, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.page-id-346.wp-singular.page-template-default header.page-header::after {
  content: url("img/atlante-1.png");
  display: block;
  position: absolute;
  z-index: -2;
  transform: matrix(1, -0.03, 0.03, 1, 0, 0) scale(0.7);
  top: -150%;
  right: -460%;
}

@media screen and (max-width: 1440px) {
  /* line 1538, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-346.wp-singular.page-template-default header.page-header::after {
    transform: matrix(1, -0.03, 0.03, 1, 0, 0) scale(0.5);
    top: -200%;
    right: -550%;
  }
}

@media screen and (max-width: 1025px) {
  /* line 1538, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-346.wp-singular.page-template-default header.page-header::after {
    transform: matrix(1, -0.03, 0.03, 1, 0, 0) scale(0.4);
    top: -475%;
    right: -210%;
  }
}

@media screen and (max-width: 568px) {
  /* line 1538, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-346.wp-singular.page-template-default header.page-header::after {
    transform: matrix(1, -0.03, 0.03, 1, 0, 0) scale(0.2);
    top: -215%;
    right: -260%;
  }
}

/* line 1566, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.page-id-346 .main-content {
  position: relative;
}

/* line 1568, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.page-id-346 .main-content::after {
  content: url("img/atlante-2.png");
  display: block;
  position: absolute;
  z-index: -2;
  transform: scale(0.7) rotate(10deg);
  bottom: -5%;
  right: 25%;
}

@media screen and (max-width: 1025px) {
  /* line 1568, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-346 .main-content::after {
    transform: scale(0.5) rotate(10deg);
    right: -5%;
  }
}

@media screen and (max-width: 568px) {
  /* line 1568, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-346 .main-content::after {
    right: -145%;
  }
}

/* line 1587, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.page-id-346 .exergue {
  position: relative;
}

/* line 1590, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.page-id-346 .exergue::before {
  content: url("img/atlante-3.png");
  display: block;
  position: absolute;
  z-index: -2;
  transform: scale(0.7);
  top: -20%;
  right: 25%;
}

@media screen and (max-width: 1440px) {
  /* line 1590, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-346 .exergue::before {
    right: 170%;
  }
}

@media screen and (max-width: 568px) {
  /* line 1590, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-346 .exergue::before {
    transform: scale(0.3);
    right: -160%;
  }
}

/* line 1609, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.page-id-346 #post-346 {
  position: relative;
}

/* line 1612, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.page-id-346 #post-346::after {
  content: url("img/home-6.png");
  display: block;
  position: absolute;
  z-index: -2;
  bottom: -8%;
  right: 70%;
  transform: scale(0.9) rotate(-180deg);
}

@media screen and (max-width: 1025px) {
  /* line 1612, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-346 #post-346::after {
    right: 45%;
    transform: scale(0.6) rotate(-180deg);
  }
}

@media screen and (max-width: 568px) {
  /* line 1612, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .page-id-346 #post-346::after {
    transform: scale(0.3) rotate(-180deg);
    right: -75%;
    bottom: -6%;
  }
}

/* line 1635, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.page-id-346 .content-col .sous-titre, .page-id-346 .content-col h1, .page-id-346 .content-col h2, .page-id-346 .content-col h3, .page-id-346 .content-col h4, .page-id-346 .content-col h5, .page-id-346 .content-col h6, .page-id-346 .content-col p, .page-id-346 .content-col a,
.page-id-346 .faq-3col .sous-titre,
.page-id-346 .faq-3col h1,
.page-id-346 .faq-3col h2,
.page-id-346 .faq-3col h3,
.page-id-346 .faq-3col h4,
.page-id-346 .faq-3col h5,
.page-id-346 .faq-3col h6,
.page-id-346 .faq-3col p,
.page-id-346 .faq-3col a,
.page-id-346 .text-2col .sous-titre,
.page-id-346 .text-2col h1,
.page-id-346 .text-2col h2,
.page-id-346 .text-2col h3,
.page-id-346 .text-2col h4,
.page-id-346 .text-2col h5,
.page-id-346 .text-2col h6,
.page-id-346 .text-2col p,
.page-id-346 .text-2col a {
  color: #222274;
}

/*
*
* Page témoignages
*
**/
/* line 1648, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.post-type-archive-temoignage .loop.grid {
  display: block;
  column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  -moz-column-gap: 5%;
  -webkit-column-gap: 5%;
  column-gap: 5%;
}

@media screen and (max-width: 1025px) {
  /* line 1648, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .post-type-archive-temoignage .loop.grid {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
  }
}

@media screen and (max-width: 568px) {
  /* line 1648, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
  .post-type-archive-temoignage .loop.grid {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }
}

/* line 1667, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/content/_posts-and-pages.scss */
.post-type-archive-temoignage .loop.grid .hentry {
  display: inline-block;
  width: 100%;
  margin-bottom: 15%;
}

/* Widgets
--------------------------------------------- */
/* line 1, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/widgets/_widgets.scss */
.widget {
  margin: 0 0 1.5em;
}

@media screen and (max-width: 568px) {
  /* line 1, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/widgets/_widgets.scss */
  .widget {
    margin-bottom: .5em;
  }
}

/* line 9, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/widgets/_widgets.scss */
.widget select {
  max-width: 100%;
}

/* line 14, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/widgets/_widgets.scss */
#colophon {
  margin-top: 20em;
}

@media screen and (max-width: 568px) {
  /* line 14, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/widgets/_widgets.scss */
  #colophon {
    margin-top: 10em;
  }
}

/* line 20, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/widgets/_widgets.scss */
#secondary {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 6em;
  margin: 2em 5em;
  border-top: 2px solid #c78d31;
  padding: 2em 0;
}

@media screen and (max-width: 768px) {
  /* line 20, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/widgets/_widgets.scss */
  #secondary {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 568px) {
  /* line 20, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/widgets/_widgets.scss */
  #secondary {
    grid-template-columns: 1fr;
    gap: 0;
    margin: 2em 3em;
  }
}

/* line 37, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/widgets/_widgets.scss */
#secondary h6 {
  margin-bottom: 0.5em;
}

/* line 42, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/widgets/_widgets.scss */
#secondary ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

/* line 47, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/widgets/_widgets.scss */
#secondary ul li {
  margin-bottom: .5em;
}

/* line 51, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/widgets/_widgets.scss */
#secondary a {
  text-decoration: none;
}

/* Media
--------------------------------------------- */
/* line 1, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/media/_media.scss */
.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. */
/* line 11, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/media/_media.scss */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
/* line 1, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/media/_captions.scss */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

/* line 5, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/media/_captions.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 10, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/media/_captions.scss */
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* line 15, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/media/_captions.scss */
.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
/* line 1, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/media/_galleries.scss */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

/* line 7, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/media/_galleries.scss */
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

/* line 16, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/media/_galleries.scss */
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

/* line 16, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/media/_galleries.scss */
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

/* line 16, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/media/_galleries.scss */
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

/* line 16, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/media/_galleries.scss */
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

/* line 16, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/media/_galleries.scss */
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

/* line 16, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/media/_galleries.scss */
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

/* line 16, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/media/_galleries.scss */
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

/* line 16, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/media/_galleries.scss */
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

/* line 21, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/components/media/_galleries.scss */
.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
/* line 2, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/jetpack/_infinite-scroll.scss */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
/* line 8, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/jetpack/_infinite-scroll.scss */
.infinity-end.neverending .site-footer {
  display: block;
}

/* Flexslider
--------------------------------------------- */
/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {}/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
/* line 29, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

/* line 33, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 41, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
/* line 47, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.flexslider {
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

/* line 52, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  height: 100%;
}

/* line 57, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 61, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 69, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
html[xmlns] .flexslider .slides {
  display: block;
}

/* line 72, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
* html .flexslider .slides {
  height: 1%;
}

/* line 75, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
/* line 81, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.flexslider {
  position: relative;
  zoom: 1;
}

/* line 87, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.flexslider .slides {
  height: 100%;
  zoom: 1;
  position: relative;
}

/* line 92, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

/* line 96, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.flex-viewport {
  height: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
}

/* line 109, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 112, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 22px;
  height: 42px;
  margin: -30px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 568px) {
  /* line 112, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
  .flex-direction-nav a {
    height: 22px;
  }
}

/* line 136, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.flex-direction-nav a:before {
  font-family: "Inter", sans-serif;
  font-weight: 200;
  font-size: 40px;
  display: inline-block;
  content: '<';
  color: #c78d31;
}

@media screen and (max-width: 568px) {
  /* line 136, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
  .flex-direction-nav a:before {
    font-size: 20px;
  }
}

/* line 149, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.flex-direction-nav a.flex-next:before {
  content: '>';
}

/* line 152, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.flex-direction-nav .flex-prev {
  opacity: 1;
  left: 20px;
}

@media screen and (max-width: 568px) {
  /* line 152, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
  .flex-direction-nav .flex-prev {
    left: -10px;
  }
}

/* line 160, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.flex-direction-nav .flex-next {
  right: 20px;
  text-align: right;
  opacity: 1;
}

@media screen and (max-width: 568px) {
  /* line 160, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
  .flex-direction-nav .flex-next {
    right: -10px;
  }
}

/* line 168, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

/* line 172, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

/* line 175, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

/* line 179, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

/* line 182, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

/* line 189, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.flex-control-nav li {
  zoom: 1;
}

/* line 193, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  opacity: .4;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
}

/* line 205, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.flex-control-paging li a:hover {
  opacity: .8;
}

/* line 208, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.flex-control-paging li a.flex-active {
  opacity: .8;
  cursor: default;
}

/* line 213, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.flexslider {
  max-width: 90%;
  margin-left: 10%;
}

@media screen and (max-width: 768px) {
  /* line 213, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
  .flexslider {
    margin-bottom: 3.5em;
  }
}

@media screen and (max-width: 568px) {
  /* line 213, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
  .flexslider {
    max-width: 95%;
    margin-left: 5%;
    margin-bottom: 1.5rem;
  }
}

/* line 226, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.ui-tabs .ui-tabs-panel[aria-hidden='true'] {
  position: absolute;
  left: -10000px;
}

/* line 231, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.section-carrousel {
  position: relative;
}

/* line 235, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.carousel {
  position: relative;
}

/* line 238, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.carousel .flex-direction-nav .flex-next {
  right: -60px;
  opacity: .6;
}

/* line 242, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.carousel .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

/* line 247, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.carousel .flex-direction-nav .flex-prev {
  left: -60px;
  opacity: .6;
}

/* line 251, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.carousel .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

/* line 256, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.carousel .grid {
  grid-column-gap: 10px;
  padding: 1.5em 0;
}

@media screen and (max-width: 1025px) {
  /* line 256, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
  .carousel .grid {
    display: block;
  }
}

/* line 265, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.carousel .entry-header {
  border-radius: 5px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 30px solid #c78d31;
}

/* line 273, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.carousel .entry-header h3 {
  font-family: "p22-mackinac-pro", serif;
  font-size: 3.625rem;
  margin: 0;
  hyphens: auto;
}

@media screen and (max-width: 1700px) {
  /* line 273, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
  .carousel .entry-header h3 {
    font-size: 2.625rem;
  }
}

/* line 282, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.carousel .entry-header h3 a {
  display: block;
  position: absolute;
  bottom: 3%;
  left: 5%;
  color: #a74d1e;
  text-decoration: none;
}

@media screen and (max-width: 1025px) {
  /* line 282, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
  .carousel .entry-header h3 a {
    position: relative;
    padding: 1.5em .2em .2em;
  }
}

/* line 298, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.carousel .entry-content {
  border: 1px solid #c78d31;
  border-radius: 5px;
  padding: 2em;
  position: relative;
}

/* line 304, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.carousel .entry-content .dateeve {
  margin-bottom: 1em;
  font-size: 1.5625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #a74d1e;
}

/* line 313, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.carousel .entry-content .bouton {
  position: absolute;
  bottom: -10px;
  right: -10px;
}

/* line 322, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.carousel-inter {
  padding: 0 4em;
  position: relative;
}

@media screen and (max-width: 568px) {
  /* line 322, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
  .carousel-inter {
    padding: 0;
  }
}

/* line 330, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.carousel-inter .flex-direction-nav .flex-next {
  right: -40px;
  opacity: .6;
}

/* line 334, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.carousel-inter .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

/* line 338, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.carousel-inter .flex-direction-nav .flex-prev {
  left: -40px;
  opacity: .6;
}

/* line 342, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/plugins/flexslider/_flexslider.scss */
.carousel-inter .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
/* line 2, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/utilities/_accessibility.scss */
.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;
}

/* line 14, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/utilities/_accessibility.scss */
.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. */
/* line 36, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/utilities/_accessibility.scss */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
/* line 1, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/utilities/_alignments.scss */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

/* line 11, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/utilities/_alignments.scss */
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

/* line 21, /Users/sophiemoineville/Sites/espace-shanti/wp-content/themes/shanti-theme/sass/utilities/_alignments.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

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