@charset "UTF-8";
/*!
Theme Name: cpskrtb
Theme URI: http://underscores.me/
Author: Fanfare
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: cpskrtb
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.

sparages 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=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://use.typekit.net/qeq6xgy.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.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Helvetica Neue", "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  line-height: 1;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  /*color: $color__link;

  &:visited {
  	color: $color__link-visited;
  }

  &:hover,
  &:focus,
  &:active {
  	color: $color__link-hover;
  }*/
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.container {
  --padding: 1rem * 2;
  --max-width: 60rem;
  width: min(100% - var(--padding), var(--max-width));
  margin-inline: auto;
}

.container[data-type=wide] {
  --max-width: 75rem;
}
@media screen and (min-width: 2000px) {
  .container[data-type=wide] {
    --max-width: 85rem;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  background: linear-gradient(-180deg, #FFFFFF, #F3FFD3, #B7FCBF);
  background-size: 200% 200%;
  color: #1F1F1F;
  line-height: 1.2;
  animation: gradient 15s ease infinite;
  background-attachment: fixed;
  height: 100vh;
}
body p, body div {
  font-weight: normal;
  font-optical-sizing: auto;
  font-style: normal;
}
body p strong, body div strong {
  font-weight: 700;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999; /* Below menu */
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none; /* Disable clicks when hidden */
}
.overlay.active {
  opacity: 1;
  pointer-events: auto; /* Enable clicks when visible */
  z-index: 999;
}

.aide-popup {
  background: url("assets/images/aidebg.jpg");
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; /* Same as menu */
  opacity: 0;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
  padding: 40px;
}
.aide-popup .menuPanel-close {
  border-radius: 60px;
  border: 2px solid #FFFFFF;
  color: white;
  padding: 0.5rem 2rem;
  text-decoration: none;
  position: absolute;
  top: 2rem;
  right: 4rem;
}
.aide-popup .menuPanel-close:hover {
  background-color: #FFFFFF;
  color: #2C6E49;
}
.aide-popup .popup-content {
  max-width: 1200px;
  margin: 0 auto;
}
.aide-popup .popup-content h1 {
  color: #FFFFFF;
  font-size: 3.5rem;
  margin-bottom: 0;
  margin-top: 6rem;
}
.aide-popup .popup-content h2 {
  color: #DCF3AF;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.aide-popup .popup-content p {
  margin: 0;
}
.aide-popup .grid-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.aide-popup .resource-box {
  border-radius: 75px;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.aide-popup .resource-box:nth-child(1) {
  background: #FFFFFF;
  font-size: 0.9rem;
  color: #1F1F1F;
  flex-basis: 65%;
  text-transform: uppercase;
}
@media screen and (max-width: 420px) {
  .aide-popup .resource-box:nth-child(1) {
    flex-basis: 100%;
  }
}
.aide-popup .resource-box:nth-child(1) strong {
  text-transform: none;
  font-size: 1.5rem;
}
.aide-popup .resource-box:nth-child(2) {
  background: #7BB82A;
  color: #FFFFFF;
  flex-basis: 35%;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 420px) {
  .aide-popup .resource-box:nth-child(2) {
    flex-basis: 100%;
  }
}
.aide-popup .resource-box:nth-child(2) a {
  color: #FFFFFF;
  text-decoration: none;
}
.aide-popup .resource-box:nth-child(3) {
  background: #B7E594;
  color: #1F1F1F;
  flex-basis: 25%;
}
@media screen and (max-width: 420px) {
  .aide-popup .resource-box:nth-child(3) {
    flex-basis: 100%;
  }
}
.aide-popup .resource-box:nth-child(3) .title {
  font-size: 0.9rem;
}
.aide-popup .resource-box:nth-child(3) .number {
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
}
.aide-popup.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1001; /* Above overlay */
}

.is-script {
  font-family: "verveine", sans-serif;
  font-weight: 400;
  font-style: normal;
}

header {
  margin-top: 1rem;
  width: 100%;
  position: fixed;
  z-index: 500;
}
header.scrolled .logo {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}
header .container {
  display: flex;
  justify-content: space-between;
}
header .container .logo {
  display: block;
  height: 100px;
  transition: all 0.2s ease;
}
header .container .logo img {
  max-height: 100%;
}
header .nav-items {
  display: flex;
  justify-content: end;
  gap: 1rem;
  background: #FFFFFF;
  border-radius: 30px;
  padding: 0.5rem;
  align-self: start;
}
header .nav-items .nav-btn {
  border-radius: 30px;
  color: #FFFFFF;
  padding-inline: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  text-decoration: none;
}
header .nav-items .nav-aide {
  background-color: #2C6E49;
}
header .nav-items .nav-aide:hover {
  background-color: #7BB82A;
}
@media screen and (max-width: 420px) {
  header .nav-items .nav-aide {
    display: none;
  }
}
header .nav-items .nav-don {
  background-color: #7BB82A;
}
header .nav-items .nav-don:hover {
  background-color: #2C6E49;
}
@media screen and (max-width: 420px) {
  header .nav-items .nav-don {
    display: none;
  }
}
header .nav-items .nav-menu {
  padding: 0;
  height: 3rem;
  width: 3rem;
  border: 3px solid #2C6E49;
  z-index: 800;
}
header .nav-items .nav-menu svg {
  width: 18px;
}
header .nav-items .nav-menu:hover {
  background: #2C6E49;
}
header .nav-items .nav-menu:hover svg path {
  stroke: #FFFFFF;
}

#menuPanel {
  background: url("assets/images/menubg.jpg");
  background-size: cover;
  background-color: #7BB82A;
  border-radius: 40px 0 0 40px;
  height: 98vh;
  height: 98svh;
  opacity: 0;
  position: fixed;
  padding: 6rem 8rem 2rem 4rem;
  right: -100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 420px) {
  #menuPanel {
    padding: 2rem;
  }
}
#menuPanel.active {
  opacity: 1;
  pointer-events: initial;
  right: 0; /* Slide in when active */
  z-index: 1000;
}
#menuPanel .align-right {
  display: flex;
  justify-content: flex-end;
}
#menuPanel .align-right .menuPanel-close {
  border-radius: 60px;
  border: 2px solid #FFFFFF;
  color: white;
  padding: 0.5rem 2rem;
  text-align: right;
  text-decoration: none;
}
#menuPanel .align-right .menuPanel-close:hover {
  background-color: #FFFFFF;
  color: #2C6E49;
}
#menuPanel .menuPanel-title {
  color: #B7E594;
  font-size: 5rem;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
@media screen and (max-width: 420px) {
  #menuPanel .menuPanel-title {
    font-size: 2rem;
  }
}
#menuPanel .menuPanel-lists {
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 420px) {
  #menuPanel .menuPanel-lists {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
#menuPanel .menuPanel-lists ul.menuPanel-menu-list {
  font-size: 1.2rem;
  list-style-type: none;
  margin: 0;
  padding-inline-start: 0;
}
#menuPanel .menuPanel-lists ul.menuPanel-menu-list li {
  margin-bottom: 0.5rem;
}
#menuPanel .menuPanel-lists ul.menuPanel-menu-list li:last-child {
  margin-bottom: 0;
}
#menuPanel .menuPanel-lists ul.menuPanel-menu-list li a {
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
}
#menuPanel .menuPanel-lists ul.menuPanel-menu-list li a:hover {
  text-decoration: underline;
}
#menuPanel .menuPanel-lists ul.menuPanel-menu-list2 {
  font-size: 1.2rem;
  list-style-type: none;
  margin: 6rem 0 0 0;
  padding-inline-start: 0;
}
@media screen and (max-width: 420px) {
  #menuPanel .menuPanel-lists ul.menuPanel-menu-list2 {
    margin-top: 1rem;
  }
}
#menuPanel .menuPanel-lists ul.menuPanel-menu-list2 li {
  background-color: #FFFFFF;
  border-radius: 30px;
  padding: 0.8rem 2.5rem;
  margin-bottom: 0.5rem;
}
#menuPanel .menuPanel-lists ul.menuPanel-menu-list2 li:last-child {
  margin-bottom: 0;
}
#menuPanel .menuPanel-lists ul.menuPanel-menu-list2 li a {
  color: #1F1F1F;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
#menuPanel .menuPanel-lists ul.menuPanel-menu-list2 li a .chiffre {
  color: #7BB82A;
}
#menuPanel .menuPanel-lists ul.menuPanel-menu-list2 li:hover {
  background-color: #2C6E49;
}
#menuPanel .menuPanel-lists ul.menuPanel-menu-list2 li:hover a {
  color: #FFFFFF;
}
#menuPanel .menuPanel-lists ul.menuPanel-menu-list2 li:hover a .chiffre {
  color: #FFFFFF;
}
#menuPanel .align-center {
  background-color: #2C6E49;
  border-radius: 60px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-top: 4rem;
  padding: 1rem;
}
@media screen and (max-width: 420px) {
  #menuPanel .align-center {
    margin-top: 2rem;
  }
}

.full-vh {
  min-height: 100vh;
  min-height: 100svh;
}
@media screen and (max-width: 420px) {
  .full-vh {
    min-height: unset;
    min-height: unset;
  }
}

#page-content {
  margin-top: 4rem;
}

.content-box {
  font-size: 1.5rem;
  border-radius: 50px;
  padding: 1.5rem 3rem;
  display: inline-flex;
}
.content-box.is-white {
  background-color: #FFFFFF;
  color: #2C6E49;
}
.content-box.is-darkgreen {
  background-color: #2C6E49;
  color: #FFFFFF;
}

.cps-box {
  border-radius: 40px;
  background-color: #FFFFFF;
  color: #1F1F1F;
}
.cps-box.cps-box-darkgreen {
  background-color: #2C6E49;
  color: #FFFFFF;
}
.cps-box.cps-box-lightergreen {
  background-color: #B7E594;
  color: #1F1F1F;
}
.cps-box.cps-box-lightergreen h2 {
  color: #2C6E49;
}
.cps-box.cps-box-green {
  background-color: #7BB82A;
  color: #FFFFFF;
}
.cps-box.cps-box-green h2 {
  color: #FFFFFF;
}
.cps-box.cps-box-padding {
  padding: 3rem;
}
.cps-box ul {
  list-style-type: "→";
  margin-left: 0;
  padding-left: 1rem;
}
.cps-box ul li {
  padding-left: 1rem;
  margin-bottom: 0.5rem;
}
.cps-box ul li:last-child {
  margin-bottom: 0;
}

footer {
  background-color: #2C6E49;
  margin-top: 10rem;
  color: #FFFFFF;
}
footer .footer-microsite {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4rem;
}
footer .footer-microsite .microsite-teaser {
  background-color: #1F1F1F;
  border-radius: 200px;
  color: #FFFFFF;
  font-size: 1.6rem;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 5rem;
  margin-top: -35px;
}
@media screen and (max-width: 420px) {
  footer .footer-microsite .microsite-teaser {
    font-size: 1.4rem;
    padding-inline: 2rem;
    text-align: center;
  }
}
footer .footer-microsite .microsite-btn {
  background-color: #FFFFFF;
  color: #2C6E49;
  text-decoration: none;
  padding: 0.8rem 2rem;
  border-radius: 200px;
  margin-top: -0.5rem;
}
@media screen and (max-width: 420px) {
  footer .footer-microsite .microsite-btn {
    margin-top: -0.2rem;
    text-align: center;
  }
}
footer .footer-microsite .microsite-btn:hover {
  background-color: #7BB82A;
  color: #FFFFFF;
}
footer .footer-menu-title {
  color: #DCF3AF;
  font-weight: 500;
}
footer ul.footer-menu-list {
  list-style-type: none;
  padding-inline-start: 0;
  margin: 0;
}
footer ul.footer-menu-list li {
  margin-bottom: 0.5rem;
}
footer ul.footer-menu-list li a {
  color: #FFFFFF;
  text-decoration: none;
}
footer ul.footer-menu-list li a:hover {
  color: #DCF3AF;
  text-decoration: underline;
}
footer .footer-btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
footer .footer-btns .footer-btn-aide {
  background-color: #7BB82A;
  font-weight: 500;
  font-size: 1.3rem;
  padding-inline: 3rem;
}
footer .footer-btns .footer-btn-don {
  background-color: #DCF3AF;
  color: #2C6E49;
  padding-inline: 1.5rem;
}
footer .footer-copyright {
  font-size: 0.8rem;
  text-align: center;
  margin-top: 3rem;
  padding-bottom: 0.5rem;
}
footer .footer-copyright a {
  color: #FFFFFF;
  text-decoration: underline;
}
footer .footer-copyright a:hover {
  color: #DCF3AF;
}
footer .footer-legal {
  font-size: 0.8rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding-top: 0;
  margin-bottom: 1rem;
}
footer .footer-legal a {
  color: #FFFFFF;
  text-decoration: underline;
}
footer .footer-legal a:hover {
  color: #DCF3AF;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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

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

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

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

html.no-scroll {
  overflow: hidden;
  position: relative;
  height: 100%;
}

/* HELPERS */
.is-book {
  font-weight: 400;
}

.is-medium {
  font-weight: 500;
}

.is-bold {
  font-weight: 700;
}

.is-green {
  color: #7BB82A;
}

.is-darkgreen {
  color: #2C6E49;
}

.is-lightgreen {
  color: #DCF3AF;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

.img-crooked {
  border-radius: 63px;
  transform: rotate(3deg);
}

/* Animations
--------------------------------------------- */
@keyframes gradient {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0;
  }
}
/* Styles
--------------------------------------------- */
.btn {
  border-radius: 30px;
  color: #FFFFFF;
  padding-inline: 1.5rem;
  display: inline-block;
  text-decoration: none;
  padding: 1rem 2.5rem;
}
.btn.btn-green {
  background-color: #7BB82A;
  color: #FFFFFF;
}

/* Alignments
--------------------------------------------- */
.row {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.row.reverse {
  flex-direction: row-reverse;
}

.row.natural-height {
  align-items: flex-start;
}

.row.flex-column {
  flex-direction: column;
}

.col {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem;
}

.col.reverse {
  flex-direction: column-reverse;
}

.first {
  order: -1;
}

.last {
  order: 1;
}

.align-start {
  align-self: flex-start;
}

.align-end {
  align-self: flex-end;
}

.align-center {
  align-self: center;
}

.align-baseline {
  align-self: baseline;
}

.align-stretch {
  align-self: stretch;
}

.col-xs {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem;
}

.col-xs-1 {
  box-sizing: border-box;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 1rem;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-2 {
  box-sizing: border-box;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 1rem;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-3 {
  box-sizing: border-box;
  flex-basis: 25%;
  max-width: 25%;
  padding: 1rem;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-4 {
  box-sizing: border-box;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 1rem;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-5 {
  box-sizing: border-box;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 1rem;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-6 {
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 50%;
  padding: 1rem;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-7 {
  box-sizing: border-box;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 1rem;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-8 {
  box-sizing: border-box;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 1rem;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-9 {
  box-sizing: border-box;
  flex-basis: 75%;
  max-width: 75%;
  padding: 1rem;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-10 {
  box-sizing: border-box;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 1rem;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-11 {
  box-sizing: border-box;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 1rem;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-12 {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 1rem;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.row.start-xs {
  justify-content: flex-start;
}

.row.center-xs {
  justify-content: center;
}

.row.end-xs {
  justify-content: flex-end;
}

.row.top-xs {
  align-items: flex-start;
}

.row.middle-xs {
  align-items: center;
}

.row.bottom-xs {
  align-items: flex-end;
}

.row.around-xs {
  justify-content: space-around;
}

.row.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 41rem) {
  .col-sm {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-sm-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .row.start-sm {
    justify-content: flex-start;
  }
  .row.center-sm {
    justify-content: center;
  }
  .row.end-sm {
    justify-content: flex-end;
  }
  .row.top-sm {
    align-items: flex-start;
  }
  .row.middle-sm {
    align-items: center;
  }
  .row.bottom-sm {
    align-items: flex-end;
  }
  .row.around-sm {
    justify-content: space-around;
  }
  .row.between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 65rem) {
  .col-md {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-md-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .row.start-md {
    justify-content: flex-start;
  }
  .row.center-md {
    justify-content: center;
  }
  .row.end-md {
    justify-content: flex-end;
  }
  .row.top-md {
    align-items: flex-start;
  }
  .row.middle-md {
    align-items: center;
  }
  .row.bottom-md {
    align-items: flex-end;
  }
  .row.around-md {
    justify-content: space-around;
  }
  .row.between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 91rem) {
  .col-lg {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-lg-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .row.start-lg {
    justify-content: flex-start;
  }
  .row.center-lg {
    justify-content: center;
  }
  .row.end-lg {
    justify-content: flex-end;
  }
  .row.top-lg {
    align-items: flex-start;
  }
  .row.middle-lg {
    align-items: center;
  }
  .row.bottom-lg {
    align-items: flex-end;
  }
  .row.around-lg {
    justify-content: space-around;
  }
  .row.between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
@media only screen and (min-width: 121rem) {
  .col-xl {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-xl-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .row.start-xl {
    justify-content: flex-start;
  }
  .row.center-xl {
    justify-content: center;
  }
  .row.end-xl {
    justify-content: flex-end;
  }
  .row.top-xl {
    align-items: flex-start;
  }
  .row.middle-xl {
    align-items: center;
  }
  .row.bottom-xl {
    align-items: flex-end;
  }
  .row.around-xl {
    justify-content: space-around;
  }
  .row.between-xl {
    justify-content: space-between;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
}
.col-gutter-lr {
  padding: 0 1rem;
}

.col-no-gutter {
  padding: 0;
}

.show {
  display: block !important;
}

.row.show {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hide {
  display: none !important;
}

.show-xs {
  display: block !important;
}

.row.show-xs {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hide-xs {
  display: none !important;
}

@media only screen and (max-width: 40rem) {
  .show-xs-only {
    display: block !important;
  }
  .row.show-xs-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-xs-only {
    display: none !important;
  }
}
@media only screen and (min-width: 41rem) {
  .show-sm {
    display: block !important;
  }
  .row.show-sm {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 41rem) and (max-width: 64rem) {
  .show-sm-only {
    display: block !important;
  }
  .row.show-sm-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-sm-only {
    display: none !important;
  }
}
@media only screen and (min-width: 65rem) {
  .show-md {
    display: block !important;
  }
  .row.show-md {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-md {
    display: none !important;
  }
}
@media only screen and (min-width: 65rem) and (max-width: 90rem) {
  .show-md-only {
    display: block !important;
  }
  .row.show-md-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-md-only {
    display: none !important;
  }
}
@media only screen and (min-width: 91rem) {
  .show-lg {
    display: block !important;
  }
  .row.show-lg {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 91rem) and (max-width: 120rem) {
  .show-lg-only {
    display: block !important;
  }
  .row.show-lg-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-lg-only {
    display: none !important;
  }
}
@media only screen and (min-width: 121rem) {
  .show-xl {
    display: block !important;
  }
  .row.show-xl {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-xl {
    display: none !important;
  }
}
/* Pages
--------------------------------------------- */
#page-header {
  padding-top: 10rem;
}
#page-header .page-header-img {
  background: url("assets/images/apropos/apropos-header.jpg");
  background-size: cover;
  border-radius: 80px;
  color: #FFFFFF;
  padding: 4rem;
  aspect-ratio: 821/302;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 420px) {
  #page-header .page-header-img {
    padding: 3rem;
  }
}
#page-header .page-header-img h1 {
  font-size: 5rem;
  margin: 0;
}
@media screen and (max-width: 849px) {
  #page-header .page-header-img h1 {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 420px) {
  #page-header .page-header-img h1 {
    font-size: 3rem;
  }
}
#page-header .page-header-img .page-header-aide {
  align-self: center;
  background-color: #2C6E49;
  border-radius: 50px;
  font-size: 1.2rem;
  color: #FFFFFF;
  padding: 1.5rem 5rem;
}
#page-header .page-header-img .page-header-aide a {
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 420px) {
  #page-header .page-header-img .page-header-aide {
    padding: 1.5rem 2rem;
  }
}

.btn-cadre {
  background-color: #FFFFFF;
  border-radius: 40px;
  text-decoration: none;
  color: #1F1F1F;
  height: 200px;
  position: relative;
}
.btn-cadre:hover {
  background-color: #7BB82A;
  color: #FFFFFF;
}
.btn-cadre:hover .chiffre {
  color: #FFFFFF !important;
}
.btn-cadre:hover .ancre-title {
  color: #FFFFFF !important;
}
.btn-cadre:hover svg path {
  fill: #FFFFFF;
}
.btn-cadre.btn-cadre-centre {
  padding-inline: 6rem;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 420px) {
  .btn-cadre.btn-cadre-centre {
    font-size: 1.4rem;
    height: auto;
    padding-block: 2rem;
    padding-inline: 2rem;
  }
}
.btn-cadre.btn-cadre-centre .fleche {
  display: block;
  position: absolute;
  width: 85px;
  height: auto;
  right: 2rem;
}
@media screen and (max-width: 420px) {
  .btn-cadre.btn-cadre-centre .fleche {
    display: none;
  }
}
.btn-cadre.btn-cadre-chiffre {
  display: block;
}
.btn-cadre.btn-cadre-chiffre .chiffre {
  color: #7BB82A;
  font-size: 2.6rem;
  position: absolute;
  left: 2rem;
  top: 1.5rem;
}
.btn-cadre.btn-cadre-chiffre .fleche {
  display: block;
  position: absolute;
  width: 85px;
  height: auto;
  right: 2rem;
  top: 2rem;
}
.btn-cadre.btn-cadre-chiffre .content {
  font-size: 1.6rem;
  position: absolute;
  left: 2rem;
  bottom: 2rem;
}
.btn-cadre.btn-cadre-ancre {
  display: block;
}
@media screen and (max-width: 849px) {
  .btn-cadre.btn-cadre-ancre {
    height: 150px;
  }
}
.btn-cadre.btn-cadre-ancre .fleche {
  display: block;
  position: absolute;
  width: 70px;
  height: auto;
  right: 0;
  top: 2.5rem;
  transform: rotate(90deg);
}
@media screen and (max-width: 849px) {
  .btn-cadre.btn-cadre-ancre .fleche {
    width: 40px;
    right: 1rem;
  }
}
.btn-cadre.btn-cadre-ancre .content {
  font-size: 1.6rem;
  position: absolute;
  left: 2rem;
  bottom: 2rem;
}
.btn-cadre.btn-cadre-ancre .content .ancre-title {
  color: #7BB82A;
  font-size: 0.9rem;
  text-transform: uppercase;
}
@media screen and (max-width: 849px) {
  .btn-cadre.btn-cadre-ancre .content {
    font-size: 1.2rem;
  }
}

.bubble {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
}
.bubble .bubble-title {
  color: #2C6E49;
  font-size: 2.1rem;
  font-weight: 700;
  margin: 0;
}
.bubble .bubble-desc {
  font-size: 0.9rem;
  margin-block: 0.5rem;
  text-transform: uppercase;
}

.tf-card {
  perspective: 1000px;
  max-width: 500px;
  margin: 2rem auto;
}
@media screen and (max-width: 849px) {
  .tf-card {
    height: 400px;
  }
}
.tf-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  min-height: 300px;
}
.tf-card-front, .tf-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 20px;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.tf-card-front {
  background: #2C6E49;
  color: #FFFFFF;
}
.tf-card-back {
  background: #B7E594;
  transform: rotateY(180deg);
  color: #2C6E49;
}
.tf-card.flipped .tf-card-inner {
  transform: rotateY(180deg);
}

.tf-header {
  color: #DCF3AF;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.tf-question {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.tf-answers {
  display: flex;
  align-self: center;
  gap: 1rem;
  width: 100%;
}

.tf-answer {
  flex: 1;
  padding: 1rem;
  background: transparent;
  color: #FFFFFF;
  font-size: 1.8rem;
  cursor: pointer;
  position: relative;
  border: none !important;
  transition: all 0.3s ease;
}
.tf-answer::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  margin-right: 0.8rem;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.tf-answer:hover {
  background: rgba(255, 255, 255, 0.1);
}
.tf-answer:hover::before {
  background: rgba(255, 255, 255, 0.3);
}
.tf-answer:active::before, .tf-answer:focus::before {
  background: #FFFFFF;
}

.answer-option {
  display: inline-flex;
  align-items: center;
}

.tf-result {
  text-align: center;
  padding: 1rem;
}
.tf-result .tf-correct-answer {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1rem 0;
  color: #2C6E49;
}
.tf-result .tf-explanation {
  font-size: 0.9rem;
  line-height: 1.2;
  opacity: 0.9;
}

.big-text {
  font-size: 2.5rem;
  text-align: center;
}

.formation-container {
  background-color: #B7E594;
  border-radius: 30px;
  padding: 2rem 3rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 420px) {
  .formation-container {
    padding: 1rem;
  }
}
.formation-container.formation-darkgreen {
  background-color: #2C6E49;
  color: #FFFFFF;
}
.formation-container.formation-darkgreen h3 {
  color: #FFFFFF;
}
.formation-container .subtitle {
  color: #2C6E49;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.formation-container h3 {
  color: #2C6E49;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 0;
}
.formation-container h3::after {
  content: "";
  display: block;
  width: 100%;
  background-color: #2C6E49;
  height: 1px;
  margin-top: 1rem;
}
.formation-container p:last-child {
  margin-bottom: 0;
}
.formation-container img {
  aspect-ratio: 16/21;
}
.formation-container .formation-meta {
  background-color: #FFFFFF;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 2rem;
  gap: 2rem;
  width: 70%;
  margin-top: -4rem;
  transform: translateY(calc(2rem + 50%));
}
@media screen and (max-width: 420px) {
  .formation-container .formation-meta {
    flex-direction: column;
    width: 100%;
    margin-bottom: 4rem;
  }
}
.formation-container .formation-meta p a {
  color: #7BB82A;
}

.tabs-container {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin: 40px 0 20px;
}

.tab-btn {
  padding: 10px 25px;
  border: 2px solid #1F1F1F;
  border-radius: 20px;
  background: transparent;
  color: #1F1F1F;
  cursor: pointer;
  transition: all 0.3s ease;
}
.tab-btn.active {
  background: #7BB82A;
  border-color: #7BB82A;
  color: #FFFFFF;
}
.tab-btn.on-dark {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.tab-btn.on-dark.active {
  background: #7BB82A;
  border-color: #7BB82A;
  color: #FFFFFF;
}
.tab-btn:hover:not(.active) {
  background: rgba(31, 31, 31, 0.1);
}

.tab-content {
  margin-top: 2rem;
}
.tab-content ul {
  list-style-type: "→";
  margin-left: 0;
  padding-left: 1rem;
}
.tab-content ul li {
  padding-left: 1rem;
  margin-bottom: 0.5rem;
}
.tab-content ul li:last-child {
  margin-bottom: 0;
}

.tab-pane {
  display: none;
  padding-left: 1rem;
  border-left: 1px solid #7BB82A;
}
.tab-pane.active-content {
  display: block;
}

body.home #home-header {
  padding-top: 8rem;
  display: flex;
  align-items: center;
}
body.home #home-header h1 {
  font-size: 3.5rem;
}
@media screen and (max-width: 420px) {
  body.home #home-header h1 {
    font-size: 2.5rem;
  }
}
body.home #home-header .subtitle {
  color: #2C6E49;
  font-size: 2.5rem;
  max-width: 25ch;
}
@media screen and (max-width: 420px) {
  body.home #home-header .subtitle {
    font-size: 2rem;
  }
}
body.home #home-header .header-boxes {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(-10%);
}
@media screen and (max-width: 420px) {
  body.home #home-header .header-boxes {
    transform: none;
    margin-bottom: 4rem;
  }
}
body.home #home-header .header-boxes .content-box:first-child {
  margin-left: -12%;
  z-index: 2;
}
body.home #home-header .header-boxes .content-box:first-child a {
  color: #2C6E49;
  text-decoration: none;
}
@media screen and (max-width: 420px) {
  body.home #home-header .header-boxes .content-box:first-child {
    margin-left: 0;
  }
}
body.home #home-header .header-boxes .content-box:last-child {
  margin-top: -0.5rem;
}
body.home #intro {
  display: flex;
  align-items: center;
}
body.home #intro .row .col {
  padding: 0.5rem;
}
body.home #don {
  margin-bottom: 4rem;
}
body.home #don .cps-box {
  padding: 5rem 5rem 0 5rem;
}
@media screen and (max-width: 420px) {
  body.home #don .cps-box {
    padding: 4rem 3rem 0 3rem;
  }
}
body.home #don .cps-box .col {
  padding: 0;
  display: flex;
  flex-direction: column;
}
body.home #don .cps-box .col p {
  margin: 0;
  padding-bottom: 3rem;
}
body.home #don .cps-box .col .subtitle {
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
body.home #don .cps-box .col h2 {
  font-size: 1.8rem;
  margin: 0;
}
body.home #don .cps-box .col .is-script {
  color: #DCF3AF;
  font-size: 1.3rem;
  align-self: flex-end;
  transform: rotate(-1deg);
  margin-block: 1rem;
}
body.home #don .cps-box .col .btn {
  align-self: center;
  transform: translateY(50%);
}
body.home #don .container .row {
  position: relative;
}
body.home #don .container .row img {
  position: absolute;
  right: 3rem;
  top: 0;
  height: 100%;
}
@media screen and (max-width: 849px) {
  body.home #don .container .row img {
    display: none;
  }
}
body.home #details .details-ressources, body.home #details .details-evenement {
  padding: 2rem 5rem 0 5rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 10rem;
}
@media screen and (max-width: 849px) {
  body.home #details .details-ressources, body.home #details .details-evenement {
    margin-bottom: 2rem;
  }
}
body.home #details .details-ressources p, body.home #details .details-evenement p {
  margin: 0;
  padding-bottom: 1rem;
}
body.home #details .details-ressources .btn, body.home #details .details-evenement .btn {
  align-self: center;
  transform: translateY(50%);
}
body.home .details-evenement {
  margin-top: 4rem;
}
@media screen and (max-width: 420px) {
  body.home .details-evenement {
    margin-top: 2rem;
  }
}
body.home .next-evenement {
  background-color: #FFFFFF;
  color: #1F1F1F;
  padding: 2rem 5rem 2rem 5rem;
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 849px) {
  body.home .next-evenement {
    margin-bottom: 0;
    padding: 2rem 1rem;
  }
}
body.home .next-evenement .event-date {
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}
body.home .next-evenement .event-lieu {
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
body.home .next-evenement h2 {
  color: #2C6E49;
  font-weight: 500;
  margin: 0 0 1rem 0;
}
body.home .next-evenement .subtitle {
  color: #7BB82A;
  font-size: 0.9rem;
  margin: 0 0 0.5rem 0;
  text-transform: uppercase;
}
body.home .next-evenement p {
  margin: 0;
  padding-bottom: 1rem;
}
body.home .next-evenement .btn {
  align-self: center;
  transform: translateY(50%);
}
body.home .next-evenement .event-meta {
  background-color: #2C6E49;
  color: #FFFFFF;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 1rem;
  gap: 2rem;
  width: 120%;
  margin-top: -4rem;
  transform: translateY(calc(2rem + 50%)) translateX(-8%);
}
body.home .next-evenement .event-meta .btn {
  transform: none;
}
@media screen and (max-width: 849px) {
  body.home .next-evenement .event-meta {
    width: 100%;
    transform: translateY(calc(2rem + 50%));
  }
}
@media screen and (max-width: 420px) {
  body.home .next-evenement .event-meta {
    flex-direction: column;
    margin-bottom: 6rem;
    transform: translateY(calc(1rem + 50%));
  }
}
body.home .next-evenement .event-meta p a {
  color: #7BB82A;
}

body.page-template-apropos-page #page-header {
  margin-bottom: 4rem;
}
body.page-template-apropos-page .apropos-intro {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
body.page-template-apropos-page .apropos-mission {
  background-color: #2C6E49;
  border-radius: 40px;
  color: #FFFFFF;
  font-size: 1.1rem;
  padding: 2rem;
}
body.page-template-apropos-page .apropos-respect {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 4rem;
  margin-bottom: 10rem;
}
body.page-template-apropos-page .apropos-respect .respect-group {
  position: relative;
  text-align: center;
}
body.page-template-apropos-page .apropos-respect .respect-group svg {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s;
  transform: translate(-50%, -50%);
  z-index: 3;
  pointer-events: none;
}
body.page-template-apropos-page .apropos-respect .respect-group svg path {
  fill: #FFFFFF;
}
body.page-template-apropos-page .apropos-respect .respect-group .respect-letter {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #B7E594;
  color: #2C6E49;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  z-index: 1;
}
body.page-template-apropos-page .apropos-respect .respect-group .respect-desc {
  position: absolute;
  top: calc(100% + 15px); /* Space between letter and description */
  left: 50%;
  transform: translateX(-50%);
  width: 63ch; /* Slightly wider for longer text */
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  background: white;
  padding: 1.5rem 3rem;
  border-radius: 50px;
  text-align: center; /* Center text */
  z-index: 2;
}
body.page-template-apropos-page .apropos-respect .respect-group.active .respect-letter {
  background-color: #FFFFFF;
  color: #2C6E49;
  transform: scale(1.2);
}
body.page-template-apropos-page .apropos-respect .respect-group:hover svg, body.page-template-apropos-page .apropos-respect .respect-group.active svg {
  opacity: 1;
  visibility: visible;
}
body.page-template-apropos-page .apropos-respect .respect-group:hover .respect-desc, body.page-template-apropos-page .apropos-respect .respect-group.active .respect-desc {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 18px); /* Final position when visible */
}
body.page-template-apropos-page .apropos-objectifs .col {
  padding-inline: 0.5rem;
}
body.page-template-apropos-page .apropos-objectifs .apropos-objectif {
  background-color: #FFFFFF;
  border-radius: 50px;
  height: 100%;
  padding: 2.5rem 2rem;
}
body.page-template-apropos-page .apropos-objectifs .apropos-objectif .objectif-title {
  color: #2C6E49;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
body.page-template-apropos-page #ensemble {
  margin-block: 6rem;
}
body.page-template-apropos-page #ensemble .subtitle {
  font-size: 0.9rem;
  text-align: center;
  text-transform: uppercase;
}
body.page-template-apropos-page #ensemble h2 {
  color: #2C6E49;
  font-size: 3rem;
  margin: 0 0 4rem 0;
  text-align: center;
}
body.page-template-apropos-page #ensemble .ensemble-box-1 {
  background-color: #B7E594;
  border-radius: 60px;
  color: #2C6E49;
  padding: 2.5rem 4rem;
}
body.page-template-apropos-page #ensemble .ensemble-box-1 p {
  margin: 0 0 1rem 0;
}
body.page-template-apropos-page #ensemble .ensemble-box-1 p:last-child {
  margin-bottom: 0;
}
body.page-template-apropos-page #ensemble .ensemble-box-2 {
  background-color: #2C6E49;
  border-radius: 60px;
  color: #DFEDDF;
  padding: 2.5rem 4rem;
}
body.page-template-apropos-page #ensemble .ensemble-box-2 p {
  margin: 0 0 1rem 0;
}
body.page-template-apropos-page #ensemble .ensemble-box-2 p:last-child {
  margin-bottom: 0;
}
body.page-template-apropos-page #equipe {
  margin-block: 6rem;
}
body.page-template-apropos-page #equipe .equipe-member {
  margin-bottom: 2rem;
}
body.page-template-apropos-page #equipe .equipe-member .equipe-nom {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}
body.page-template-apropos-page #equipe .equipe-member .equipe-poste {
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
body.page-template-apropos-page #equipe .equipe-member .equipe-q {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 0.9rem;
}
body.page-template-apropos-page #equipe .equipe-member .equipe-a {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 0;
}
body.page-template-apropos-page #equipe .equipe-member .equipe-img-container {
  position: relative;
}
body.page-template-apropos-page #equipe .equipe-member .equipe-img-container::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 268px;
  width: 55px;
  height: 55px;
  border-radius: 10px;
  background: #7BB82A;
}
body.page-template-apropos-page #equipe .equipe-member .equipe-img-container .equipe-img {
  width: 300px;
  border-radius: 0;
  transform: rotate(1deg);
}
body.page-template-apropos-page #equipe .equipe-member:nth-of-type(odd) .equipe-member-img {
  order: 1;
}
body.page-template-apropos-page #equipe .equipe-member:nth-of-type(odd) .equipe-member-img .equipe-img-container::after {
  left: -22px;
  bottom: 10px;
}
body.page-template-apropos-page #equipe .equipe-member:nth-of-type(odd) .equipe-member-details {
  order: 2;
}
body.page-template-apropos-page #historique .timeline {
  background: url("assets/svg/timeline-line.svg");
  background-size: cover;
  padding-bottom: 15rem;
}
@media screen and (max-width: 420px) {
  body.page-template-apropos-page #historique .timeline {
    background-position: center center;
  }
}
body.page-template-apropos-page #historique .timeline .historique-item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 420px) {
  body.page-template-apropos-page #historique .timeline .historique-item {
    margin-bottom: 2rem;
  }
}
body.page-template-apropos-page #historique .timeline .historique-item .historique-annee {
  background-color: #FFFFFF;
  height: 160px;
  width: 160px;
  color: #2C6E49;
  font-size: 2.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 420px) {
  body.page-template-apropos-page #historique .timeline .historique-item .historique-annee {
    height: auto;
  }
}
body.page-template-apropos-page #historique .timeline .historique-item .historique-desc {
  background-color: #FFFFFF;
  border-radius: 50px;
  display: flex;
  align-items: center;
  height: 120px;
  padding: 0 2rem 0 8rem;
  margin-left: -100px;
  z-index: 1;
}
@media screen and (max-width: 420px) {
  body.page-template-apropos-page #historique .timeline .historique-item .historique-desc {
    height: auto;
  }
}
body.page-template-apropos-page #historique .timeline .historique-item .historique-desc p {
  max-width: 50ch;
  margin: 0;
}
@media screen and (max-width: 420px) {
  body.page-template-apropos-page #historique .timeline .historique-item .historique-desc p {
    padding-block: 2rem;
  }
}
body.page-template-apropos-page #historique .timeline .historique-item:nth-of-type(even) {
  justify-self: flex-end;
}
body.page-template-apropos-page #historique .timeline .historique-item:nth-of-type(even) .historique-annee {
  order: 2;
}
body.page-template-apropos-page #historique .timeline .historique-item:nth-of-type(even) .historique-desc {
  order: 1;
  padding: 0 8rem 0 2rem;
  margin-left: 0;
  margin-right: -100px;
}
body.page-template-apropos-page footer {
  margin-top: 0;
}

body.page-template-prevention-page #page-header {
  margin-bottom: 4rem;
}
body.page-template-prevention-page #page-header .page-header-img {
  background: url("assets/images/prevention/prevention-header.jpg");
  background-size: cover;
}
body.page-template-prevention-page #bubbles .col {
  padding: 0.5rem;
}
body.page-template-prevention-page #ancres .row .col {
  padding: 0.5rem;
}

body.page-template-intervention-page #page-header {
  min-height: unset;
}
body.page-template-intervention-page #page-header .page-header-img {
  background: url("assets/images/intervention/intervention-header.jpg");
  background-size: cover;
}
body.page-template-intervention-page #ancres {
  margin-top: -3rem;
  padding-bottom: 4rem;
}
body.page-template-intervention-page .intervention-intro {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
body.page-template-intervention-page #inquiet {
  margin-top: -4rem;
}
body.page-template-intervention-page #inquiet .tab-content {
  margin-bottom: 3rem;
}
body.page-template-intervention-page #vulnerabilite {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 4rem 0;
}
body.page-template-intervention-page #vulnerabilite .cloud-wrapper {
  position: relative;
  z-index: 1;
}
body.page-template-intervention-page #vulnerabilite .cloud-wrapper .cloud-item {
  background-color: #7BB82A;
  color: #FFFFFF;
  position: absolute;
  border-radius: 20px;
  padding: 1rem;
  text-align: center;
  transition: transform 0.3s ease-out;
  z-index: 1;
}
@media screen and (max-width: 849px) {
  body.page-template-intervention-page #vulnerabilite .cloud-wrapper .cloud-item {
    display: none;
  }
}
body.page-template-intervention-page #vulnerabilite .cloud-wrapper .cloud-item.cloud-item-lightgreen {
  background-color: #B7E594;
  color: #1F1F1F;
}
body.page-template-intervention-page #vulnerabilite .cloud-wrapper .cloud-item.cloud-pos-1 {
  top: 5%;
  left: 0;
}
body.page-template-intervention-page #vulnerabilite .cloud-wrapper .cloud-item.cloud-pos-2 {
  top: 0%;
  left: 30%;
}
body.page-template-intervention-page #vulnerabilite .cloud-wrapper .cloud-item.cloud-pos-3 {
  top: 15%;
  right: 0;
}
body.page-template-intervention-page #vulnerabilite .cloud-wrapper .cloud-item.cloud-pos-4 {
  bottom: 5%;
  left: 5%;
}
body.page-template-intervention-page #vulnerabilite .cloud-wrapper .cloud-item.cloud-pos-5 {
  bottom: 0%;
  right: 5%;
}
body.page-template-intervention-page #vulnerabilite .cloud-copy {
  position: relative;
  z-index: 2;
  font-size: 1.8rem;
  line-height: 1.5;
  padding-block: 10rem;
  max-width: 50ch;
  margin: 0 auto;
}
body.page-template-intervention-page #indices {
  margin-bottom: 8rem;
}
body.page-template-intervention-page #indices .speech, body.page-template-intervention-page #indices .speech-circle {
  text-align: center;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body.page-template-intervention-page #indices .speech .speech-desc, body.page-template-intervention-page #indices .speech-circle .speech-desc {
  font-size: 0.7rem;
  text-transform: uppercase;
}
body.page-template-intervention-page #indices .speech .speech-title, body.page-template-intervention-page #indices .speech-circle .speech-title {
  font-size: 1.7rem;
  margin-top: 0.5rem;
}
body.page-template-intervention-page #indices .speech {
  background-image: url("assets/svg/speech.svg");
  background-size: cover;
}
body.page-template-intervention-page #indices .speech-circle {
  border-radius: 50%;
  border: 9px solid #FFFFFF;
}
body.page-template-intervention-page #indices .speech-circle .speech-title {
  font-size: 1.7rem;
  font-weight: 500;
}

body.page-template-postvention-page #page-header {
  margin-bottom: 4rem;
}
body.page-template-postvention-page #page-header .page-header-img {
  background: url("assets/images/postvention/postvention-header.jpg");
  background-size: cover;
}
body.page-template-postvention-page #ancres {
  margin-bottom: 4rem;
}
body.page-template-postvention-page #perte ul {
  list-style-type: "→";
  margin-left: 0;
  padding-left: 1rem;
}
body.page-template-postvention-page #perte ul li {
  padding-left: 1rem;
  margin-bottom: 0.5rem;
}
body.page-template-postvention-page #perte ul li:last-child {
  margin-bottom: 0;
}
body.page-template-postvention-page #savoir {
  margin-top: -4rem;
  margin-bottom: 8rem;
}
body.page-template-postvention-page #savoir .tab-content {
  margin-bottom: 3rem;
}
body.page-template-postvention-page #savoir .savoir-meta {
  background-color: #FFFFFF;
  border-radius: 60px;
  font-size: 0.9rem;
  display: flex;
  color: #1F1F1F;
  padding: 1rem 3rem;
  gap: 1rem;
  margin-bottom: -3rem;
  align-items: center;
  transform: translateY(50%);
}
@media screen and (max-width: 849px) {
  body.page-template-postvention-page #savoir .savoir-meta {
    flex-direction: column;
  }
}
body.page-template-postvention-page #savoir .savoir-meta p {
  margin: 0;
}
body.page-template-postvention-page #reprendre {
  margin-bottom: 4rem;
}
body.page-template-postvention-page #reprendre .tips-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
body.page-template-postvention-page #reprendre .tips-container .tip-item {
  background-color: #B7E594;
  border-radius: 20px;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
  max-width: 30%;
}
@media screen and (max-width: 420px) {
  body.page-template-postvention-page #reprendre .tips-container .tip-item {
    max-width: 100%;
  }
}
body.page-template-postvention-page #reprendre .tips-container .tip-item p {
  margin: 0;
}
body.page-template-postvention-page #reprendre .tips-container .tip-item h3 {
  color: #2C6E49;
  font-weight: 500;
  margin: 0 0 1rem 0;
  text-align: center;
  line-height: 1.2;
}
body.page-template-postvention-page #reprendre .tips-container .tip-item ul {
  list-style-type: "→";
  margin-left: 0;
  padding-left: 1rem;
}
body.page-template-postvention-page #reprendre .tips-container .tip-item ul li {
  padding-left: 1rem;
  margin-bottom: 0.5rem;
}
body.page-template-postvention-page #reprendre .tips-container .tip-item ul li:last-child {
  margin-bottom: 0;
}
body.page-template-postvention-page #reprendre .tips-container .tip-item:nth-child(1) {
  margin-top: 1rem;
}
@media screen and (max-width: 420px) {
  body.page-template-postvention-page #reprendre .tips-container .tip-item:nth-child(1) {
    margin-top: 0;
  }
}
body.page-template-postvention-page #reprendre .tips-container .tip-item:nth-child(3) {
  margin-top: 2rem;
}
@media screen and (max-width: 420px) {
  body.page-template-postvention-page #reprendre .tips-container .tip-item:nth-child(3) {
    margin-top: 0;
  }
}
body.page-template-postvention-page #reprendre .tips-container .tip-item:nth-child(4) {
  max-width: 35%;
}
@media screen and (max-width: 420px) {
  body.page-template-postvention-page #reprendre .tips-container .tip-item:nth-child(4) {
    max-width: 100%;
  }
}
body.page-template-postvention-page #reprendre .tips-container .tip-item:nth-child(5) {
  max-width: 35%;
  margin-top: -1rem;
}
@media screen and (max-width: 420px) {
  body.page-template-postvention-page #reprendre .tips-container .tip-item:nth-child(5) {
    max-width: 100%;
    margin-top: 0;
  }
}
body.page-template-postvention-page #enfants {
  margin-bottom: 8rem;
}
body.page-template-postvention-page #enfants .enfants-meta {
  background-color: #FFFFFF;
  padding: 1rem;
  border-radius: 30px;
  color: #1F1F1F;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -3rem;
  transform: translateY(50%);
}
body.page-template-postvention-page #enfants .enfants-meta p {
  margin: 0;
  max-width: 95%;
}

body.page-template-ressources-page #page-header {
  min-height: unset;
}
body.page-template-ressources-page #page-header .page-header-img {
  background: url("assets/images/ressources/ressources-header.jpg");
  background-size: cover;
}
body.page-template-ressources-page #ancres {
  margin-top: -3rem;
  padding-bottom: 4rem;
}
body.page-template-ressources-page #parler .contact-links {
  display: flex;
  gap: 1rem;
}
body.page-template-ressources-page #parler .contact-links .contact-link {
  background-color: #FFFFFF;
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
body.page-template-ressources-page #parler .contact-links .contact-link:hover {
  background-color: #7BB82A;
  color: #FFFFFF;
}
body.page-template-ressources-page #parler .contact-links .contact-link:hover:nth-child(2) .subtitle, body.page-template-ressources-page #parler .contact-links .contact-link:hover:nth-child(2) .number {
  color: #FFFFFF;
}
body.page-template-ressources-page #parler .contact-links .contact-link:hover svg path {
  fill: #FFFFFF;
}
body.page-template-ressources-page #parler .contact-links .contact-link:nth-child(2) {
  width: auto;
  text-align: center;
  padding-inline: 4rem;
}
body.page-template-ressources-page #parler .contact-links .contact-link:nth-child(2) .subtitle {
  color: #7BB82A;
  text-transform: uppercase;
  font-size: 0.9rem;
}
body.page-template-ressources-page #parler .contact-links .contact-link:nth-child(2) .number {
  color: #1F1F1F;
  font-size: 1.5rem;
  font-weight: 500;
}
body.page-template-ressources-page #parler .contact-links .contact-link svg {
  height: 30px;
}
body.page-template-ressources-page #rythme .speech {
  text-align: center;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body.page-template-ressources-page #rythme .speech .speech-desc {
  font-size: 0.7rem;
  text-transform: uppercase;
}
body.page-template-ressources-page #rythme .speech .speech-title {
  font-size: 1.1rem;
  margin-top: 0.5rem;
  transform: rotate(-2deg);
}
body.page-template-ressources-page #rythme .speech {
  background-image: url("assets/svg/speech.svg");
  background-size: cover;
}
body.page-template-ressources-page #questions {
  margin-top: -4rem;
}
body.page-template-ressources-page #questions .tab-content {
  margin-bottom: 3rem;
}
body.page-template-ressources-page #questions .tab-btn {
  text-align: left;
}
body.page-template-ressources-page #questions .tabs-container {
  margin-top: 0;
}
body.page-template-ressources-page #quoi .quoi-ne-pas-faire {
  margin-top: 4rem;
  margin-left: -5rem;
}
@media screen and (max-width: 849px) {
  body.page-template-ressources-page #quoi .quoi-ne-pas-faire {
    margin-left: 0;
    margin-top: 1rem;
  }
}
body.page-template-ressources-page #quoi .warning {
  padding-block: 2rem;
  position: relative;
}
body.page-template-ressources-page #quoi .warning::before {
  content: "";
  background-image: url("assets/svg/warning.svg");
  background-size: cover;
  display: block;
  width: 105px;
  height: 86px;
  position: absolute;
  left: -70px;
  top: -29px;
}
@media screen and (max-width: 849px) {
  body.page-template-ressources-page #quoi .warning {
    margin-top: 2rem;
  }
}
body.page-template-ressources-page #medias .number-links {
  margin-top: -15rem;
  margin-left: 2rem;
}
@media screen and (max-width: 849px) {
  body.page-template-ressources-page #medias .number-links {
    margin-top: -9rem;
  }
}
@media screen and (max-width: 420px) {
  body.page-template-ressources-page #medias .number-links {
    margin-top: -1rem;
    margin-left: 0;
  }
}
body.page-template-ressources-page #milieu {
  margin-top: 4rem;
}
body.page-template-ressources-page #milieu h2 {
  margin-bottom: 4rem;
}
body.page-template-ressources-page #ensemble {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
body.page-template-ressources-page #links {
  margin-top: 4rem;
}

body.page-template-contact-page .nav-items {
  background: none;
}
body.page-template-contact-page .nav-items .nav-aide {
  background-color: #7BB82A;
}
body.page-template-contact-page .nav-items .nav-aide:hover {
  background-color: #2C6E49;
}
body.page-template-contact-page .nav-items .nav-don {
  background-color: #7BB82A;
}
body.page-template-contact-page .nav-items .nav-don:hover {
  background-color: #2C6E49;
}
body.page-template-contact-page .nav-items .nav-menu {
  border: 3px solid #FFFFFF;
}
body.page-template-contact-page .nav-items .nav-menu svg path {
  stroke: #FFFFFF;
}
body.page-template-contact-page .nav-items .nav-menu svg {
  width: 18px;
}
body.page-template-contact-page .nav-items .nav-menu:hover {
  background: #FFFFFF;
}
body.page-template-contact-page .nav-items .nav-menu:hover svg path {
  stroke: #2C6E49;
}
body.page-template-contact-page #contact {
  background-image: url("assets/images/contact/contact-bg.jpg");
  background-size: cover;
  padding-top: 10rem;
}
body.page-template-contact-page #contact h1 {
  color: #FFFFFF;
  font-size: 3rem;
  font-weight: 700;
}
body.page-template-contact-page #contact .contact-col .contact-coord {
  background-color: #FFFFFF;
  border-radius: 60px;
  text-align: center;
  padding: 2rem 2rem 5rem 2rem;
}
body.page-template-contact-page #contact .contact-col .contact-coord .contact-title {
  font-size: 0.9rem;
  text-transform: uppercase;
}
body.page-template-contact-page #contact .contact-col .contact-coord .contact-info {
  color: #2C6E49;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
body.page-template-contact-page #contact .contact-col .contact-coord .contact-info:last-child {
  margin-bottom: 0;
}
body.page-template-contact-page #contact .contact-adresse {
  border: 3px solid #FFFFFF;
  border-radius: 50px;
  color: #FFFFFF;
  padding: 2.5rem;
}
body.page-template-contact-page #contact .contact-adresse .subtitle {
  font-size: 0.9rem;
  text-transform: uppercase;
}
body.page-template-contact-page #contact .contact-adresse .title {
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
body.page-template-contact-page #contact .contact-aide {
  text-align: center;
  background-color: #7BB82A;
  border-radius: 50px;
  font-size: 1.2rem;
  color: #FFFFFF;
  padding: 1.5rem 5rem;
}
body.page-template-contact-page #contact .contact-aide a {
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 420px) {
  body.page-template-contact-page #contact .contact-aide {
    margin-bottom: 4rem;
  }
}
body.page-template-contact-page #contact .contact-heures {
  border-radius: 50px;
  background-color: #B7E594;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  padding: 2rem 1rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 420px) {
  body.page-template-contact-page #contact .contact-heures {
    margin-bottom: -4rem;
  }
}
body.page-template-contact-page #contact .contact-heures .contact-title {
  font-size: 0.9rem;
  text-transform: uppercase;
}
body.page-template-contact-page #contact .contact-heures .contact-heure {
  color: #2C6E49;
  font-weight: 700;
}
body.page-template-contact-page footer {
  margin-top: 0;
}

body.page-template-contribuer-page #page-header {
  min-height: unset;
}
body.page-template-contribuer-page #page-header .page-header-img {
  background: url("assets/images/ressources/ressources-header.jpg");
  background-size: cover;
}
body.page-template-contribuer-page #ancres {
  margin-top: -3rem;
  padding-bottom: 4rem;
}
body.page-template-contribuer-page .ff-el-form-control {
  background-color: #B7E594;
  border-color: #1F1F1F;
}
body.page-template-contribuer-page .ff-btn {
  background-color: #7BB82A !important;
  border-radius: 60px;
  padding: 1rem 4rem;
  transform: translateY(calc(3rem + 50%));
}
body.page-template-contribuer-page .ff_submit_btn_wrapper {
  margin-bottom: 0;
}
body.page-template-contribuer-page #don {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
body.page-template-contribuer-page #don .cps-box {
  padding: 5rem 5rem 0 5rem;
}
@media screen and (max-width: 420px) {
  body.page-template-contribuer-page #don .cps-box {
    padding: 4rem 3rem 0 3rem;
  }
}
body.page-template-contribuer-page #don .cps-box .col {
  padding: 0;
  display: flex;
  flex-direction: column;
}
body.page-template-contribuer-page #don .cps-box .col p {
  margin: 0;
  padding-bottom: 3rem;
}
body.page-template-contribuer-page #don .cps-box .col .subtitle {
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
body.page-template-contribuer-page #don .cps-box .col h2 {
  font-size: 1.8rem;
  margin: 0;
}
body.page-template-contribuer-page #don .cps-box .col .is-script {
  color: #DCF3AF;
  font-size: 1.3rem;
  align-self: flex-end;
  transform: rotate(-1deg);
  margin-block: 1rem;
}
body.page-template-contribuer-page #don .cps-box .col .btn {
  align-self: center;
  transform: translateY(50%);
}
body.page-template-contribuer-page #don .container .row {
  position: relative;
}
body.page-template-contribuer-page #don .container .row img {
  position: absolute;
  right: 3rem;
  top: 0;
  height: 100%;
}
@media screen and (max-width: 849px) {
  body.page-template-contribuer-page #don .container .row img {
    display: none;
  }
}
body.page-template-contribuer-page #benevole {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
body.page-template-contribuer-page #benevole .cps-box {
  padding: 3rem 5rem 3rem 5rem;
}
@media screen and (max-width: 420px) {
  body.page-template-contribuer-page #benevole .cps-box {
    padding: 4rem 3rem 0 3rem;
  }
}
body.page-template-contribuer-page #benevole .cps-box .col {
  padding: 0;
  display: flex;
  flex-direction: column;
}
body.page-template-contribuer-page #benevole .cps-box .col p {
  margin: 0;
  padding-bottom: 3rem;
}
body.page-template-contribuer-page #benevole .cps-box .col .subtitle {
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
body.page-template-contribuer-page #benevole .cps-box .col h2 {
  font-size: 1.8rem;
  margin-top: 0;
}
body.page-template-contribuer-page #benevole .cps-box .col .btn {
  align-self: center;
  transform: translateY(50%);
}
body.page-template-contribuer-page #benevole .cps-box .col .benevole-meta {
  background-color: #FFFFFF;
  border-radius: 60px;
  color: #1F1F1F;
  padding: 2rem 4rem;
}
@media screen and (max-width: 420px) {
  body.page-template-contribuer-page #benevole .cps-box .col .benevole-meta {
    padding: 2rem;
    margin-bottom: 2rem;
  }
}
body.page-template-contribuer-page #benevole .cps-box .col .benevole-meta p {
  padding-bottom: 0;
}
body.page-template-contribuer-page #benevole .container .row {
  position: relative;
}
body.page-template-contribuer-page #benevole .container .row img {
  position: absolute;
  left: 3rem;
  top: 0;
  height: 100%;
}
@media screen and (max-width: 849px) {
  body.page-template-contribuer-page #benevole .container .row img {
    display: none;
  }
}

body.page-template-agenda-page #page-header {
  min-height: unset;
  margin-bottom: 4rem;
}
body.page-template-agenda-page #page-header .page-header-img {
  background: url("assets/images/agenda/agenda-header.jpg");
  background-size: cover;
}
body.page-template-agenda-page #next .next-semaine, body.page-template-agenda-page #next .next-evenement {
  background-color: #B7E594;
  padding: 2rem 5rem 0 5rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 10rem;
}
@media screen and (max-width: 849px) {
  body.page-template-agenda-page #next .next-semaine, body.page-template-agenda-page #next .next-evenement {
    margin-bottom: 0;
    padding: 2rem 1rem;
  }
}
body.page-template-agenda-page #next .next-semaine .event-date, body.page-template-agenda-page #next .next-evenement .event-date {
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}
body.page-template-agenda-page #next .next-semaine .event-lieu, body.page-template-agenda-page #next .next-evenement .event-lieu {
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
body.page-template-agenda-page #next .next-semaine h2, body.page-template-agenda-page #next .next-evenement h2 {
  color: #2C6E49;
  font-weight: 500;
  margin: 0 0 1rem 0;
}
body.page-template-agenda-page #next .next-semaine .subtitle, body.page-template-agenda-page #next .next-evenement .subtitle {
  font-size: 0.9rem;
  margin: 0 0 0.5rem 0;
  text-transform: uppercase;
}
body.page-template-agenda-page #next .next-semaine p, body.page-template-agenda-page #next .next-evenement p {
  margin: 0;
  padding-bottom: 1rem;
}
body.page-template-agenda-page #next .next-semaine .btn, body.page-template-agenda-page #next .next-evenement .btn {
  align-self: center;
  transform: translateY(50%);
}
body.page-template-agenda-page #next .next-evenement {
  padding-bottom: 2rem;
}
body.page-template-agenda-page #next .next-evenement .event-meta {
  background-color: #FFFFFF;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 1rem;
  gap: 2rem;
  width: 120%;
  margin-top: -4rem;
  transform: translateY(calc(2rem + 50%)) translateX(-8%);
}
body.page-template-agenda-page #next .next-evenement .event-meta .btn {
  transform: none;
}
@media screen and (max-width: 849px) {
  body.page-template-agenda-page #next .next-evenement .event-meta {
    width: 100%;
    transform: translateY(calc(2rem + 50%));
  }
}
@media screen and (max-width: 420px) {
  body.page-template-agenda-page #next .next-evenement .event-meta {
    flex-direction: column;
    margin-bottom: 6rem;
    transform: translateY(calc(1rem + 50%));
  }
}
body.page-template-agenda-page #next .next-evenement .event-meta p a {
  color: #7BB82A;
}
body.page-template-agenda-page #next .next-semaine {
  margin-top: 4rem;
}
@media screen and (max-width: 420px) {
  body.page-template-agenda-page #next .next-semaine {
    margin-top: 1rem;
    margin-bottom: 4rem;
  }
}
body.page-template-agenda-page .cat-list {
  display: flex;
  gap: 2rem;
  list-style: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding-inline-start: 0;
}
body.page-template-agenda-page .cat-list li a {
  font-weight: 500;
  color: #2C6E49;
  opacity: 0.8;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
body.page-template-agenda-page .cat-list li a span {
  display: inline-block;
  height: 1.1rem;
  width: 1.1rem;
  border: 2.5px solid #2C6E49;
  border-radius: 50%;
  margin-right: 0.5rem;
}
body.page-template-agenda-page .cat-list li a:hover {
  color: #2C6E49;
  opacity: 1;
}
body.page-template-agenda-page .cat-list li a.active {
  font-size: 1.2rem;
  opacity: 1;
}
body.page-template-agenda-page .cat-list li a.active span {
  background-color: #2C6E49;
}
body.page-template-agenda-page .cat-list li a.active:hover {
  color: #2C6E49;
  cursor: default;
}
body.page-template-agenda-page .agenda-tiles {
  margin: 4rem 0 0 0;
  padding-inline-start: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  padding-bottom: 4rem;
}
body.page-template-agenda-page .agenda-tiles li .event-details-box {
  background-color: #FFFFFF;
  border-radius: 30px;
  color: #1F1F1F;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6rem;
  padding: 1.5rem 3rem;
  text-decoration: none;
  margin: 0 auto;
}
@media screen and (max-width: 420px) {
  body.page-template-agenda-page .agenda-tiles li .event-details-box {
    flex-direction: column;
    gap: 1.5rem;
  }
}
body.page-template-agenda-page .agenda-tiles li .event-details-box .event-title {
  color: #2C6E49;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
body.page-template-agenda-page .agenda-tiles li .event-details-box .event-date {
  font-size: 0.9rem;
  margin: 0;
}
body.page-template-agenda-page .agenda-tiles li .event-details-box .event-lieu {
  font-size: 0.9rem;
  margin: 0;
}
body.page-template-agenda-page .agenda-tiles li .event-details-box .event-details-right {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 420px) {
  body.page-template-agenda-page .agenda-tiles li .event-details-box .event-details-right {
    flex-direction: column;
  }
}
body.page-template-agenda-page .agenda-tiles li .event-details-box .event-details-right .event-inscription {
  border-radius: 30px;
  border: 1px solid #1F1F1F;
  padding: 1rem 3rem;
}
@media screen and (max-width: 420px) {
  body.page-template-agenda-page .agenda-tiles li .event-details-box .event-details-right .event-inscription {
    font-size: 0.9rem;
    padding: 1rem 2rem;
  }
}

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