/*!
Theme Name: Bois-Colombes
Theme URI: http://underscores.me/
Author: Kissagram Design
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: bois-colombes
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.

Bois Colombes is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
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;
  -webkit-text-decoration: underline dotted;
          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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "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: 0 0 1em 0;
}

figcaption {
  font-size: 0.8rem;
}

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

/* Links
--------------------------------------------- */
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=text]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=range]:focus,
input[type=range]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=week]:focus,
input[type=week]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=color]:focus,
input[type=color]:active,
textarea:focus,
textarea:active {
  color: #111;
  box-shadow: none !important;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

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

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

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

/* CUSTOM */
/* FONTS */
@font-face {
  font-family: "Asap Condensed";
  src: url("fonts/AsapCondensed-Bold.woff2") format("woff2"), url("fonts/AsapCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Asap Condensed";
  src: url("fonts/AsapCondensed-BoldItalic.woff2") format("woff2"), url("fonts/AsapCondensed-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Asap Condensed";
  src: url("fonts/AsapCondensed-Italic.woff2") format("woff2"), url("fonts/AsapCondensed-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Asap Condensed";
  src: url("fonts/AsapCondensed-Medium.woff2") format("woff2"), url("fonts/AsapCondensed-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Asap Condensed";
  src: url("fonts/AsapCondensed-MediumItalic.woff2") format("woff2"), url("fonts/AsapCondensed-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Asap Condensed";
  src: url("fonts/AsapCondensed-Regular.woff2") format("woff2"), url("fonts/AsapCondensed-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Asap Condensed";
  src: url("fonts/AsapCondensed-SemiBoldItalic.woff2") format("woff2"), url("fonts/AsapCondensed-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Asap Condensed";
  src: url("fonts/AsapCondensed-SemiBold.woff2") format("woff2"), url("fonts/AsapCondensed-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg"), url("fonts/OpenSans-Bold.woff2") format("woff2"), url("fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("fonts/OpenSans-CondensedBold.woff2") format("woff2"), url("fonts/OpenSans-CondensedBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-BoldItalic.woff2") format("woff2"), url("fonts/OpenSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Extrabold.woff2") format("woff2"), url("fonts/OpenSans-Extrabold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-ExtraboldItalic.woff2") format("woff2"), url("fonts/OpenSans-ExtraboldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Italic.woff2") format("woff2"), url("fonts/OpenSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Light.woff2") format("woff2"), url("fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSansLight-Italic.woff2") format("woff2"), url("fonts/OpenSansLight-Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans.woff2") format("woff2"), url("fonts/OpenSans.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Semibold.woff2") format("woff2"), url("fonts/OpenSans-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-SemiboldItalic.woff2") format("woff2"), url("fonts/OpenSans-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
/* COLORS */
/* STRUCTURE */
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1320px;
  }
}

@media screen and (min-width: 768px) {
  .row {
    width: 100%;
    display: flex;
  }
  .reverse {
    flex-direction: row-reverse;
  }
  .col13 {
    width: 33.3333%;
  }
  .col23 {
    width: 66.6666%;
  }
  .col50 {
    width: 50%;
  }
}
/* GENERAL */
html,
body {
  position: relative;
  font-size: 14px;
  font-family: "Open Sans";
  color: black;
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  html,
  body {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  html,
  body {
    font-size: 15px;
  }
}

#top {
  top: -130px;
  position: absolute;
}

a {
  text-decoration: none;
  color: #1f266b;
}

a:visited {
  color: inherit;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.principal ul {
  list-style: disc inside;
}
.principal p {
  margin-bottom: 1.5em;
}

.hom {
  display: none;
}
@media screen and (min-width: 768px) {
  .hom {
    display: block;
  }
}

h1,
h2,
h3,
* {
  margin-top: 0;
}

.fakeH1 {
  font-size: 2.117rem;
  display: table-cell;
  border-bottom: solid 4px #1f266b;
  color: #1f266b;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 0em;
}

.fakeH2 {
  font-size: 1.411rem;
  font-family: "Asap Condensed";
  color: #1f266b;
  font-weight: bold;
  text-transform: uppercase;
}

img {
  margin-bottom: 0;
}

strong {
  font-weight: 600;
}

p,
li {
  font-size: 1rem;
}

p {
  margin-bottom: 0.5em;
}

.imgContainer,
.archive .post-thumbnail,
.headerImg .post-thumbnail,
.fc-feature-img {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.imgContainer img,
.archive .post-thumbnail img,
.headerImg .post-thumbnail img,
.fc-feature-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#page {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #page::before {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 350px;
    height: 100%;
    right: 0;
    transform: skewX(-7.5deg) translateX(50%);
    background-color: rgba(157, 157, 157, 0.2);
  }
}

main {
  min-height: calc(100vh - 570px);
}

main,
footer {
  position: relative;
}

h1 {
  text-transform: uppercase;
  color: #1f266b;
  font-size: 2.117rem;
  font-weight: 400;
  margin-bottom: 0.5em;
}

.dl a,
a.dl,
.lien a,
a.lien {
  line-height: 1.47em;
  position: relative;
  padding-left: 1.764rem;
  display: block;
}
.dl a::before,
a.dl::before,
.lien a::before,
a.lien::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: solid 1px #1f266b;
  position: absolute;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%;
  transition: all ease 0.3s;
}
.dl a:hover,
a.dl:hover,
.lien a:hover,
a.lien:hover {
  text-decoration: underline;
}
.dl a:hover::before,
a.dl:hover::before,
.lien a:hover::before,
a.lien:hover::before {
  background-color: #82b7a8;
}

.dl a::before,
a.dl::before {
  background-image: url(img/downloadIco.svg);
  background-color: #fbba00;
}

.lien a::before,
a.lien::before {
  background-image: url(img/link.svg);
}

.scrollable {
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #82b7a8 #82b7a8;
}
.scrollable::-webkit-scrollbar {
  width: 8px;
}
.scrollable::-webkit-scrollbar-track {
  background: rgba(157, 157, 156, 0.25);
}
.scrollable::-webkit-scrollbar-thumb {
  background-color: #82b7a8;
}

#leaves {
  display: none;
  position: absolute;
  left: 0;
  top: 450px;
  transform: translateX(-75%);
  z-index: -1;
  width: 18vw;
  perspective: 1px;
  height: 100vh;
}
#leaves span {
  display: block;
  position: absolute;
  width: 18vw;
  top: 0;
  left: 0;
}
#leaves span::after {
  content: "";
  display: table;
  height: 1px;
  width: 100%;
  padding-top: 322%;
}
#leaves #layer1 {
  background-image: url(img/leaves1.svg);
}
#leaves #layer2 {
  background-image: url(img/leaves2.svg);
}
#leaves #layer3 {
  background-image: url(img/leaves3.svg);
}
@media screen and (min-width: 768px) {
  #leaves {
    display: block;
  }
}

.home #leaves {
  top: 550px;
  transform: translateX(0);
}

.email a {
  position: relative;
  padding-left: 1.8rem;
  line-height: 1em;
  display: inline-flex;
  align-items: center;
}
.email a::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  left: 0;
  width: 1.47rem;
  height: 1.47rem;
  border-radius: 50%;
  border: solid 1px #1f266b;
  background-image: url(img/mail-ico.svg);
  background-position: center center;
}
.email a:hover::before {
  border-color: #82b7a8;
  background-color: #82b7a8;
}

.encart-gris,
.fond-gris {
  background-color: #e7e7e7;
  padding: 15px;
}

.fond-vert {
  background-color: #bad7cf;
  padding: 15px;
}


.fond-vert p:nth-last-child(1) {
  margin-bottom: 0;
}

.pdng5 {
  padding: 5px;
}

/* HEADER */
#masthead {
  padding: 10px 0 0 0;
  position: relative;
  width: 100%;
  top: 0;
  z-index: 99997;
}
#masthead #headerTop,
#masthead .container,
#masthead .row {
  position: relative;
}
#masthead .headerTopCenter {
  position: relative;
  display: flex;
  align-items: center;
}
#masthead .headerTopCenter .recherche {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 2;
  top: -100%;
  transition: all ease 0.3s;
  align-items: center;
  padding: 0 15px;
  display: none;
}
@media screen and (min-width: 768px) {
  #masthead .headerTopCenter .recherche {
    display: flex;
  }
}
#masthead .headerTopCenter .recherche.show {
  top: 0;
}
#masthead #headerBottom {
  display: none;
}
@media screen and (min-width: 768px) {
  #masthead #headerBottom {
    display: block;
  }
}
#masthead .searchBtn {
  display: none;
  background: transparent;
  border: none;
  width: 1.8rem;
  height: 1.8rem;
  overflow: hidden;
  text-indent: -999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(img/search.svg);
  background-size: contain;
  cursor: pointer;
  margin: 0 1.76rem;
  transition: all ease 0.3s;
}
#masthead .searchBtn:hover {
  transform: scale(1.2);
}
#masthead .searchBtn.is-active {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  #masthead .searchBtn {
    display: block;
  }
}
#masthead .burger {
  border-radius: 50%;
  background-color: #fbba00;
  color: #1f266b;
  font-size: 0.53rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border: solid 1px #fbba00;
  height: 3.5rem;
  width: 3.5rem;
  font-family: "Open Sans";
  font-weight: 600;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.882rem;
  position: relative;
  z-index: 999999;
  transition: all ease 0.3s;
}
#masthead .burger span {
  width: 1.3rem;
  height: 2px;
  background-color: #1f266b;
  display: block;
  position: relative;
  margin: 0.588rem auto 0 auto;
}
#masthead .burger span::before, #masthead .burger span::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 1.3rem;
  height: 2px;
  background-color: #1f266b;
}
#masthead .burger span::before {
  top: -5px;
}
#masthead .burger span::after {
  bottom: -5px;
}

.nav-is-stuck #masthead {
  background-color: white;
  position: fixed;
  animation: stickAnim 1s;
}
@keyframes stickAnim {
  0% {
    transform: translateY(-8.235rem);
  }
  100% {
    transform: translateY(0);
  }
}

.site-description {
  text-transform: uppercase;
  font-size: 0.6rem;
  margin: 0 0 7px 0;
  color: #1f266b;
  padding-left: 2.94rem;
  position: relative;
  line-height: 1em;
  letter-spacing: 0.02em;
  display: none;
}
.site-description::before {
  content: "";
  display: block;
  width: 2.176rem;
  height: 0.647rem;
  background-image: url(img/drapeau.svg);
  position: absolute;
  left: 0;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .site-description {
    display: block;
  }
}

.custom-logo {
  width: 14rem;
  height: auto;
}

.site-title {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

#headerTop {
  border-bottom: solid 1px #fbba00;
}
#headerTop .row {
  justify-content: space-between;
}

.menu-menu-top-container {
  display: flex;
  flex-grow: 1;
}

#topMenu {
  width: 100%;
}
#topMenu li {
  margin-bottom: 2px;
}
#topMenu li a {
  display: block;
  padding: 5px;
  background-color: #eeeeee;
}
@media screen and (min-width: 768px) {
  #topMenu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    width: auto;
  }
  #topMenu li {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
  }
  #topMenu li a {
    padding: 0 2vw;
    font-family: "Open Sans";
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #1f266b;
    background-color: transparent;
  }
  #topMenu li a:hover {
    color: #51979a;
  }
  #topMenu li::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 48px;
    height: 1px;
    background-color: #51979a;
    transform: translate(50%, -50%) rotate(97.5deg);
  }
  #topMenu li:nth-last-child(1)::after {
    display: none;
  }
}

#headerTopRight {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  #headerTopRight {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
#headerTopRight .zeno_font_resizer_container {
  display: none;
}
#headerTopRight .zeno_font_resizer_container a {
  color: #9d9d9c !important;
  font-family: "Open Sans" !important;
  font-weight: 400 !important;
  position: relative;
}
#headerTopRight .zeno_font_resizer_container a:nth-last-child(1):after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.8rem;
  transform: translateX(100%);
}
#headerTopRight .zeno_font_resizer_container a.zeno_font_resizer_minus {
  font-size: 0.8rem !important;
}
#headerTopRight .zeno_font_resizer_container a.zeno_font_resizer_reset {
  display: none;
}
@media screen and (min-width: 992px) {
  #headerTopRight .zeno_font_resizer_container {
    display: inline-block;
  }
}
#headerTopRight p {
  margin: 0;
}

#site-navigation {
  position: relative;
  display: block;
}

#primary-menu {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
#primary-menu li {
  text-transform: uppercase;
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 1.12rem;
  letter-spacing: 0.02em;
  color: #1f266b;
  line-height: 20px;
  padding: 12px 1.17rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #primary-menu li {
    font-size: 0.8rem;
    padding: 12px 0.8rem;
  }
}
@media screen and (min-width: 992px) {
  #primary-menu li {
    font-size: 1rem;
    padding: 12px 1.17rem;
  }
}
@media screen and (min-width: 1200px) {
  #primary-menu li {
    font-size: 1.12rem;
    padding: 12px 2rem;
  }
}
#primary-menu li a {
  position: relative;
  padding-left: 15px;
}
#primary-menu li a::before {
  content: "";
  display: block;
  width: 9px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(img/sepMainMenu.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
#primary-menu li.current_page_ancestor a {
  color: #51979a;
}
#primary-menu li:hover {
  background-color: rgba(31, 38, 107, 0.99);
}
#primary-menu li:hover a {
  color: white;
}
#primary-menu li:hover li a {
  color: #fbba00;
}
#primary-menu li:hover li li a {
  color: white;
}
#primary-menu li:hover li {
  background-color: transparent;
}
#primary-menu li ul {
  transition: all ease 0.3s;
  transition-delay: 300ms;
  transition-property: visibility;
  background-color: rgba(31, 38, 107, 0.99);
  position: absolute;
  left: -9999px;
  top: 44px;
  width: 100%;
  margin: 0;
  visibility: hidden;
  padding: 45px 15px 140px 15px;
  -moz-column-count: 3;
       column-count: 3;
}
#primary-menu li ul::after {
  content: "";
  display: block;
  height: 140px;
  width: 100%;
  background-image: url(img/skyline.svg);
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#primary-menu li ul li {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 1.76rem;
  padding: 0 15px;
}
#primary-menu li ul li a {
  padding: 6px 0;
  color: #fbba00;
  position: relative;
  display: block;
  transition: all ease 0.3s;
}
#primary-menu li ul li a::before {
  content: none;
}
#primary-menu li ul li a::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #51979a;
  position: absolute;
  bottom: 0;
}
#primary-menu li ul li ul {
  position: relative;
  top: 0;
  padding: 0;
  -moz-column-count: 1;
       column-count: 1;
  background-color: transparent;
}
#primary-menu li ul li ul::after {
  content: none;
}
#primary-menu li ul li ul li {
  font-size: 0.95rem;
  text-transform: none;
  margin: 0;
  padding: 0;
}
#primary-menu li ul li ul li a {
  color: white;
  padding: 0.235rem 0;
}
#primary-menu li ul li ul li a::after {
  content: none;
}
#primary-menu li ul li ul li a:hover {
  padding-left: 15px;
}
#primary-menu li ul li ul li a:hover::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#primary-menu li ul li.break {
  -moz-column-break-after: column;
       break-after: column;
}
#primary-menu li:hover ul {
  visibility: visible;
  left: 0;
}

/* SIDE NAV */
#sideNav {
  position: fixed;
  top: 96px;
  right: 0;
  height: calc(100vh - 96px);
  z-index: 99998;
  background-color: #1f266b;
  transition: all ease 0.3s;
  overflow-y: scroll;
  width: 100%;
  padding: 30px;
  transform: translateX(100%);
}
@media screen and (min-width: 768px) {
  #sideNav {
    width: 50%;
  }
}
@media screen and (min-width: 1140px) {
  #sideNav {
    width: 33%;
  }
}
@media screen and (min-width: 1600px) {
  #sideNav {
    width: 25%;
  }
}
#sideNav #primary-menu-side {
  flex-direction: column;
}
#sideNav #primary-menu-side ul {
  margin: 0;
  padding: 0;
}
#sideNav #primary-menu-side li {
  width: 100%;
  position: relative;
}
#sideNav #primary-menu-side li::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  top: 1.47rem;
  width: 100%;
  height: 1px;
  background-color: #51979a;
}
@media screen and (max-width: 768px) {
  #sideNav #primary-menu-side li::before {
    top: 2rem;
  }
}
#sideNav #primary-menu-side li a {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #sideNav #primary-menu-side li a {
    display: block;
    line-height: 2em;
  }
}
#sideNav #primary-menu-side li ul {
  -moz-column-count: 1;
       column-count: 1;
  position: relative;
  margin-bottom: 30px;
}
#sideNav #primary-menu-side li ul::after {
  content: none;
}
#sideNav #primary-menu-side li ul li a {
  color: #fbba00;
  font-weight: 600;
  border: none;
}
#sideNav #primary-menu-side li ul li::before {
  content: none;
}
#sideNav #primary-menu-side li ul li li a {
  color: white;
  font-size: 0.94rem;
  text-transform: none;
  letter-spacing: 0;
}
#sideNav #primary-menu-side .break {
  -moz-column-break-after: avoid;
       break-after: avoid;
}
#sideNav .menu-item-has-children .toggle {
  color: white;
  position: absolute;
  width: 100%;
  height: 25px;
  padding: 0;
  right: 0;
  background-color: transparent;
  border: none;
  overflow: hidden;
  text-indent: 999px;
}
#sideNav .menu-item-has-children .toggle::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  content: "+";
  text-align: right;
  font-weight: bold;
  font-size: 1.7rem;
  text-indent: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  line-height: 1.47rem;
  top: 0;
}
#sideNav .menu-item-has-children .toggle.on::before {
  content: "-";
}
@media screen and (max-width: 768px) {
  #sideNav .menu-item-has-children .toggle {
    height: 2em;
    top: 0;
  }
}
#sideNav .menu-item-has-children ul .toggle {
  color: #fbba00;
}
#sideNav .sub-menu {
  overflow: hidden;
  display: none;
}
#sideNav .showcurrent {
  display: block;
}

.openSidenav #masthead .burger {
  color: white;
  border: solid 1px white;
  background-color: #1f266b;
}
.openSidenav #masthead .burger span {
  background-color: white;
}
.openSidenav #masthead .burger span::before, .openSidenav #masthead .burger span::after {
  background-color: white;
}
.openSidenav #sideNav,
.openSidenav #topsidenav {
  transform: translateX(0);
}
.openSidenav * {
  scrollbar-width: thin;
  scrollbar-color: #82b7a8 #1f266b;
}
.openSidenav *::-webkit-scrollbar {
  width: 6px;
}
.openSidenav *::-webkit-scrollbar-track {
  background: #1f266b;
}
.openSidenav *::-webkit-scrollbar-thumb {
  background-color: #009fe3;
  border: 5px solid #82b7a8;
}

#topsidenav {
  position: fixed;
  transition: all ease 0.3s;
  background-color: #1f266b;
  height: 96px;
  top: 0;
  right: 0;
  transform: translateX(100%);
}
@media screen and (min-width: 768px) {
  #topsidenav {
    width: 50%;
  }
}
@media screen and (min-width: 1140px) {
  #topsidenav {
    width: 33%;
  }
}
@media screen and (min-width: 1600px) {
  #topsidenav {
    width: 25%;
  }
}

/* FIL D'ARIANE */
#breadcrumbs,
.metaHeader {
  font-size: 0.88rem;
  color: #5c5c5c;
  margin-bottom: 0.5em;
}

.metaHeader {
  text-transform: capitalize;
}

/* FOOTER */
#colophon {
  font-size: 0.88rem;
}
#colophon #topFooter {
  background-color: #1f266b;
  color: white;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  #colophon #topFooter .widget {
    width: 33.333%;
    padding: 0 4vw;
    position: relative;
  }
  #colophon #topFooter .widget::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #51979a;
    transform: rotate(7.5deg);
  }
  #colophon #topFooter .widget:nth-last-child(1):after {
    content: none;
  }
}
#colophon #topFooter a {
  color: #ffffff;
}
#colophon #topFooter .row {
  justify-content: space-evenly;
}
#colophon #topFooter .container {
  position: relative;
}
#colophon #topFooter .container::before, #colophon #topFooter .container::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
#colophon #topFooter .container::before {
  width: 9.4rem;
  height: 13.5rem;
  left: 0;
  top: -30px;
  transform: translateX(-75%);
  background-image: url(img/balancoire.svg);
}
#colophon #topFooter .container::after {
  width: 7.35rem;
  height: 9rem;
  right: 0;
  top: 15px;
  transform: translateX(75%);
  background-image: url(img/bcMobileIllustr.png);
}
#colophon .widget-title {
  text-transform: uppercase;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  position: relative;
  display: block;
  padding-bottom: 10px;
}
#colophon .widget-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  display: block;
  background-color: #fbba00;
  bottom: 0;
}
#colophon .textwidget strong {
  font-family: "Asap Condensed";
  font-weight: 600;
  font-size: 1.06rem;
}
#colophon .textwidget .btn {
  display: inline-block;
  padding: 0 10px;
  background-color: white;
  color: #1f266b !important;
  border-radius: 10px;
  transition: all ease 0.3s;
}
#colophon .textwidget .btn:hover {
  background-color: #fbba00;
}
#colophon .textwidget .small {
  line-height: 1em;
  font-size: 0.88rem;
  margin-bottom: 1.5em;
}
#colophon .widget_nav_menu a {
  color: #ffffff;
  font-family: "Asap Condensed";
  font-weight: 600;
  font-size: 1.06rem;
  display: block;
  margin-bottom: 1em;
  transition: all ease 0.3s;
  display: block;
  position: relative;
}
#colophon .widget_nav_menu a:hover {
  padding-left: 15px;
}
#colophon .widget_nav_menu a:hover::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 5px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(img/sepMainMenu.svg);
}
#colophon #bottomFooter {
  background-color: #82b7a8;
  overflow: hidden;
}
#colophon #bottomFooter .row {
  justify-content: space-between;
}
#colophon #bottomFooter .custom-logo-link {
  line-height: 0;
}
#colophon .footerLogo {
  width: auto;
  height: 45px;
}
#colophon .menu-informations-legales-container {
  width: 66.666%;
}
@media screen and (min-width: 1024px) {
  #colophon #infosLegales {
    display: flex;
    width: 100%;
    justify-content: space-between;
    line-height: 45px;
  }
}
#colophon #infosLegales a {
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
#colophon #infosLegales a:visited {
  color: #1f266b;
}

.rsIco {
  background-color: white;
  color: #1f266b;
}
.rsIco:hover {
  background-color: #fbba00;
}

.rsIco {
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: -999px;
  overflow: hidden;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
}

.fbIco {
  background-image: url(img/logo-fb.svg);
}

.ytIco {
  background-image: url(img/logo-yt.svg);
}

#postFooter {
  display: flex;
  justify-content: flex-end;
  padding-top: 5px;
}

#toTop {
  width: 37px;
  height: 40px;
  display: block;
  background-color: #fbba00;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
  z-index: 999;
  background-image: url(img/chevron-up.svg);
  background-repeat: no-repeat;
  background-position: center 10px;
}

/* elements */
/* recherche */
.recherche .search-form {
  display: flex;
  align-items: flex-end;
  flex: 1 1 0;
}
.recherche label {
  width: 100%;
}
.recherche .search-field,
.recherche .wp-block-search__input {
  border: none;
  border-bottom: solid 7px #fbba00;
  border-radius: 0;
  width: 100%;
}
.recherche .search-submit,
.recherche .wp-block-search__button {
  background: none;
  padding: 0.412rem;
  border: none;
  width: 2.06rem;
  height: 2.06rem;
  overflow: hidden;
  text-indent: -999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(img/search.svg);
  background-size: contain;
  cursor: pointer;
}

.searchwp-live-search-results {
  transition: all ease 0.3s;
  background-color: #1f266b !important;
  color: white;
  scrollbar-width: thin;
  scrollbar-color: #82b7a8 #82b7a8 !important;
}
.searchwp-live-search-results::-webkit-scrollbar {
  width: 8px;
}
.searchwp-live-search-results::-webkit-scrollbar-track {
  background: rgba(157, 157, 156, 0.25);
}
.searchwp-live-search-results::-webkit-scrollbar-thumb {
  background-color: #82b7a8;
}
.searchwp-live-search-results p {
  border-bottom: solid 1px #82b7a8 !important;
}
.searchwp-live-search-results a {
  color: white;
}

.logged-in .searchwp-live-search-results-showing {
  transform: translateY(-37px);
}

.search-field {
  border-radius: 0 !important;
}
.search-field:focus {
  border-radius: 0 !important;
}

input[type=search] {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=search]:focus, input[type=search]:active {
  box-shadow: 0 0 0 transparent !important;
}

/* scrollbar global */
/*
* {
    scrollbar-width: thin;
    scrollbar-color: $vert $vert!important;
   }

  *::-webkit-scrollbar {
    width: 8px;
  }

  *::-webkit-scrollbar-track {
    background:$gristransp;
  }

  *::-webkit-scrollbar-thumb {
    background-color:$vert;
  }
*/
.dateVignette {
  position: absolute;
  margin: 0;
  background-color: white;
  bottom: 0;
  left: 0;
  padding: 0.6rem 15px 0.5rem 15px;
  font-weight: 800;
  color: #009fe3;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 0.02em;
}
.dateVignette::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-top: 2.352rem solid white;
  border-right: 4px solid transparent;
  right: -4px;
  top: 0;
  position: absolute;
}

.date {
  font-weight: 800;
  color: #009fe3;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

/* HOME */
.home {
  /* WIDGETS */
  /* Demarches */
}
.home #splashImg {
  position: absolute;
  width: 100%;
  z-index: -1;
}
.home #splashImg img {
  top: 0;
  transform: translate(-50%, 0);
}
.home section {
  position: relative;
  padding: 15px 0;
}
.home section h2 {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 1.65rem;
  text-transform: uppercase;
  color: #1f266b;
  margin-bottom: 0.2em;
  padding: 0 15px;
}
.home section h2 a:hover {
  color: #51979a;
}
.home section#actus::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 75%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(81, 154, 134, 0.72) 100%);
}
.home #actus ul {
  justify-content: space-between;
  flex-wrap: wrap;
}
.home #actus li {
  background-color: white;
  margin-bottom: 15px;
  flex: 1 1 0;
}
.home #actus li .dateVignette {
  font-size: 0.88rem;
}
.home #actus li .txtContainer {
  padding: 15px;
}
.home #actus li .txtContainer h3 {
  font-family: "Asap Condensed";
  font-size: 1.3rem;
  line-height: 1em;
  margin-bottom: 0.5em;
}
.home #actus li .txtContainer p {
  margin-bottom: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  .home #actus li .txtContainer p {
    display: block;
  }
}
.home #actus li:hover img {
  transform: translate(-50%, -50%) scale(1.2);
}
@media screen and (min-width: 768px) {
  .home #actus li {
    margin-right: 15px;
  }
  .home #actus li:nth-last-child(1) {
    margin-right: 0;
  }
}
.home #actus .imgContainer {
  padding-top: 53.7%;
}
.home #actus .imgContainer img {
  transition: all ease 0.3s;
}
.home #actus #breve {
  font-family: "Open Sans Condensed";
  position: relative;
  color: black;
}
@media screen and (min-width: 768px) {
  .home #actus #breve {
    padding: 0 15px;
  }
  .home #actus #breve::before {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 1px;
    height: 100%;
    background-color: #51979a;
    left: 5px;
  }
}
.home #actus #breve p {
  margin: 0;
  font-size: 1.3rem;
}
.home #actus #breve a {
  color: #1f266b;
}
.home #liensDirects .menu-liens-directs-container {
  background-color: #1f266b;
  color: white;
  font-family: "Asap Condensed";
  font-weight: bold;
  padding: 15px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #82b7a8 #82b7a8;
}
.home #liensDirects .menu-liens-directs-container::-webkit-scrollbar {
  width: 8px;
}
.home #liensDirects .menu-liens-directs-container::-webkit-scrollbar-track {
  background: rgba(157, 157, 156, 0.25);
}
.home #liensDirects .menu-liens-directs-container::-webkit-scrollbar-thumb {
  background-color: #82b7a8;
}
.home #liensDirects .menu-liens-directs-container li a {
  color: white;
  position: relative;
  display: table;
  transition: all ease 0.3s;
  font-size: 1.3rem;
}
.home #liensDirects .menu-liens-directs-container li a:hover {
  padding-left: 15px;
}
.home #liensDirects .menu-liens-directs-container li a:hover::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 5px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(img/sepMainMenu.svg);
}
.home #focusHome .imgContainer {
  padding-bottom: 80%;
}
.home #focusHome .imgContainer img {
  transition: all ease 0.3s;
}
.home #focusHome .imgContainer:hover img {
  transform: translate(-50%, -50%) scale(1.2);
}
.home #focusHome .imgContainer:hover::after {
  transform: skewX(-7.5deg) translateX(60%);
}
.home #focusHome .imgContainer h3 {
  position: absolute;
  bottom: 0;
  margin: 0;
  background: rgba(31, 38, 107, 0.68);
  padding: 15px;
  color: white;
  font-family: "Asap Condensed";
  font-size: 1.76rem;
  line-height: 1em;
  display: block;
  width: 100%;
  z-index: 2;
}
.home #focusHome .imgContainer::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background: rgba(230, 0, 126, 0.4);
  height: 100%;
  width: 200px;
  right: 0;
  transform: skewX(-7.5deg) translateX(110%);
  transition: all ease 0.3s;
}
.home #illustrationMap {
  display: block;
  background-color: #1f266b;
  position: relative;
}
.home #illustrationMap .imgContainer {
  padding-bottom: 80%;
  margin-left: 15px;
  width: 80%;
}
.home #illustrationMap .imgContainer::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 40%;
  padding-top: 100%;
  background-image: url(img/pin-map.svg);
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-size: 99%;
}
.home #illustrationMap img {
  transition: all ease 0.3s;
  transform: translate(-50%, -50%) scale(1.009);
}
.home #illustrationMap span {
  position: absolute;
  width: 37%;
  height: 60%;
  right: 0;
  bottom: 0;
  background-image: url(img/perso-map.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all ease 0.3s;
}
.home #illustrationMap:hover img {
  transform: translate(-50%, -50%) scale(1.2);
}
.home #illustrationMap:hover span {
  right: 20%;
}
.home #widgetsHome .row .widget {
  min-height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 auto;
}
@media screen and (min-width: 768px) {
  .home #widgetsHome .row .widget {
    min-width: 33.333%;
  }
}
.home #widgetsHome .row .widget * {
  margin: 0;
}
.home #widgetsHome .row .widget h2,
.home #widgetsHome .row .widget h3,
.home #widgetsHome .row .widget p {
  line-height: 1.3em;
}
.home #widgetsHome .row .widget h2,
.home #widgetsHome .row .widget h3 {
  color: #1f266b;
  font-family: "Asap Condensed";
  font-size: 1.117rem;
  font-weight: bold;
  letter-spacing: 0;
  padding: 0;
}
.home #widgetsHome .police {
  position: relative;
  background-color: #e8e8e7;
  padding-left: 5.294rem;
}
.home #widgetsHome .police::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(img/policeIco.svg);
  width: 3.529rem;
  height: 3.529rem;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  border-radius: 50%;
  background-size: 60%;
}
.home #widgetsHome .police a {
  color: black;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
}
.home #widgetsHome .agenda {
  position: relative;
  padding-left: 5.294rem;
}
.home #widgetsHome .agenda a:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(img/agendaIco.svg);
  width: 3.529rem;
  height: 3.529rem;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.home #widgetsHome .agenda strong {
  font-family: "Asap Condensed";
  font-size: 1.176rem;
}
.home #widgetsHome .recherche {
  padding: 15px 15px 0 15px;
}
.home #demarches .row {
  display: flex;
  flex-wrap: wrap;
  background-color: #eeeeee;
  padding: 15px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home #demarches .row {
    padding: 15px 0 15px 16.666%;
  }
  .home #demarches .row::before {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url(img/nana.svg);
    width: 8.9rem;
    height: 10.17rem;
    left: 15px;
    top: 15px;
  }
}
.home #demarches .ico {
  width: 2.941rem;
  height: 2.941rem;
  border: solid 1px #969696;
  border-radius: 50%;
  position: relative;
  margin-bottom: 15px;
  display: block;
}
.home #demarches .ico img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.home #demarches .ico::after {
  content: "";
  display: block;
  height: 4px;
  width: 5.882rem;
  background-color: #1f266b;
  position: absolute;
  bottom: -10px;
}
.home #demarches .demarches:hover .ico {
  border-color: #82b7a8;
  background-color: #82b7a8;
}
.home #demarches h3 {
  font-family: "Asap Condensed";
  font-size: 1.117rem;
  line-height: 1.1em;
  text-transform: uppercase;
  color: #1f266b;
  margin-bottom: 0.5em;
}
.home #demarches h3 a:hover {
  color: #51979a;
}
.home #demarches ul li a {
  font-size: 0.88rem;
  line-height: 1.1em;
  margin-bottom: 0.7em;
  display: table;
}
.home #demarches ul li a:hover {
  color: #51979a;
}
.home #demarches .demarches {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.home #demarches .demarches ul {
  display: none;
}
@media screen and (min-width: 768px) {
  .home #demarches .demarches {
    width: 33.333%;
  }
  .home #demarches .demarches ul {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .home #demarches .demarches {
    width: 25%;
  }
}
@media screen and (min-width: 1360px) {
  .home #demarches .demarches {
    width: 20%;
  }
}
.home #commentFaire .row {
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: rgba(157, 157, 156, 0.25);
  padding: 15px 0;
}
.home #commentFaire ul {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home #commentFaire ul {
    -moz-columns: 2;
         columns: 2;
  }
}
@media screen and (min-width: 992px) {
  .home #commentFaire ul {
    -moz-columns: 3;
         columns: 3;
  }
}
.home #commentFaire ul li a {
  display: block;
  padding: 5px 15px;
  color: black;
}
.home #commentFaire ul li a:hover {
  background-color: #fbba00;
}

#allNews a,
.allNews a {
  display: block;
  background-color: white;
  text-transform: uppercase;
  color: #1f266b;
  font-size: 1.3rem;
  line-height: 1em;
  letter-spacing: 0.02em;
  position: relative;
  padding: 6px 50px;
}
#allNews a::before,
.allNews a::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 1.47rem;
  height: 1.47rem;
  background-image: url(img/allNews.svg);
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
#allNews a:hover,
.allNews a:hover {
  color: #51979a;
}
#allNews a:hover::before,
.allNews a:hover::before {
  background-color: #82b7a8;
}
@media screen and (min-width: 768px) {
  #allNews,
  .allNews {
    padding-right: 10px;
  }
}

aside .allNews a {
  padding: 0 0 0 30px;
}
aside .allNews a::before {
  left: 0;
}

/* PAGE DEFAUT */
.principal p a {
  color: #51979a;
}
.principal p a:hover {
  text-decoration: underline;
}
.principal ul {
  margin-bottom: 1em;
}

a h2:hover {
  color: #51979a !important;
}

/* SINGLE ACTU */
.post-thumbnail {
  line-height: 0;
}
.post-thumbnail img {
  margin: 0;
}

.cats {
  font-size: 1.41rem;
  font-weight: 600;
  color: #51979a !important;
}
.cats a {
  color: #51979a !important;
}

.headerTxt {
  padding: 15px;
}

.single .entry-header::before,
.page .entry-header::before,
.single-fiche-annuaire .entry-header::before,
.error404 .entry-header::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 25vw;
  transform: translateX(-100%);
  height: 75%;
  z-index: -1;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(230, 241, 238, 0.95) 10%, rgba(81, 154, 134, 0.72) 100%);
}

.single .entry-header,
.page .entry-header,
.archive .entry-header,
.single-fiche-annuaire .entry-header,
.error404 .entry-header {
  position: relative;
  margin-bottom: 30px;
}
.single .entry-header .headerTxt,
.page .entry-header .headerTxt,
.archive .entry-header .headerTxt,
.single-fiche-annuaire .entry-header .headerTxt,
.error404 .entry-header .headerTxt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single .entry-header .headerTxt .row,
.page .entry-header .headerTxt .row,
.archive .entry-header .headerTxt .row,
.single-fiche-annuaire .entry-header .headerTxt .row,
.error404 .entry-header .headerTxt .row {
  display: flex;
}
@media screen and (min-width: 768px) {
  .single .entry-header .headerImg,
  .page .entry-header .headerImg,
  .archive .entry-header .headerImg,
  .single-fiche-annuaire .entry-header .headerImg,
  .error404 .entry-header .headerImg {
    margin-right: 3.5rem;
  }
}
.single .entry-header h1,
.page .entry-header h1,
.archive .entry-header h1,
.single-fiche-annuaire .entry-header h1,
.error404 .entry-header h1 {
  font-size: 2.12rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #1f266b;
  letter-spacing: 0.02em;
  line-height: 1.2em;
}
.single .principal,
.page .principal,
.archive .principal,
.single-fiche-annuaire .principal,
.error404 .principal {
  padding: 0 15px;
  margin-bottom: 30px;
}
.single .principal .chapeau,
.single .principal .asap,
.single .principal .chap,
.page .principal .chapeau,
.page .principal .asap,
.page .principal .chap,
.archive .principal .chapeau,
.archive .principal .asap,
.archive .principal .chap,
.single-fiche-annuaire .principal .chapeau,
.single-fiche-annuaire .principal .asap,
.single-fiche-annuaire .principal .chap,
.error404 .principal .chapeau,
.error404 .principal .asap,
.error404 .principal .chap {
  font-family: "Asap Condensed";
}
.single .principal .chapeau,
.single .principal .chap,
.page .principal .chapeau,
.page .principal .chap,
.archive .principal .chapeau,
.archive .principal .chap,
.single-fiche-annuaire .principal .chapeau,
.single-fiche-annuaire .principal .chap,
.error404 .principal .chapeau,
.error404 .principal .chap {
  font-size: 1.235rem;
  font-weight: 600;
}
.single .principal a,
.page .principal a,
.archive .principal a,
.single-fiche-annuaire .principal a,
.error404 .principal a {
  color: #1f266b;
}
.single .principal a:hover,
.page .principal a:hover,
.archive .principal a:hover,
.single-fiche-annuaire .principal a:hover,
.error404 .principal a:hover {
  color: #51979a;
}
.single .principal h3,
.single .principal h2.alt,
.single .principal h2.accordion-toggle,
.page .principal h3,
.page .principal h2.alt,
.page .principal h2.accordion-toggle,
.archive .principal h3,
.archive .principal h2.alt,
.archive .principal h2.accordion-toggle,
.single-fiche-annuaire .principal h3,
.single-fiche-annuaire .principal h2.alt,
.single-fiche-annuaire .principal h2.accordion-toggle,
.error404 .principal h3,
.error404 .principal h2.alt,
.error404 .principal h2.accordion-toggle {
  font-family: "Asap Condensed";
  color: #1f266b;
  font-size: 1.117rem;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: bold;
}
.single .principal h2.accordion-toggle,
.page .principal h2.accordion-toggle,
.archive .principal h2.accordion-toggle,
.single-fiche-annuaire .principal h2.accordion-toggle,
.error404 .principal h2.accordion-toggle {
  line-height: 1em;
}
.single .principal h2,
.single .principal h3.alt,
.page .principal h2,
.page .principal h3.alt,
.archive .principal h2,
.archive .principal h3.alt,
.single-fiche-annuaire .principal h2,
.single-fiche-annuaire .principal h3.alt,
.error404 .principal h2,
.error404 .principal h3.alt {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 1.647rem;
  text-transform: uppercase;
  color: #1f266b;
}
.single .principal h2.big,
.single .principal h3.alt.big,
.page .principal h2.big,
.page .principal h3.alt.big,
.archive .principal h2.big,
.archive .principal h3.alt.big,
.single-fiche-annuaire .principal h2.big,
.single-fiche-annuaire .principal h3.alt.big,
.error404 .principal h2.big,
.error404 .principal h3.alt.big {
  font-size: 2.117rem;
  font-weight: normal;
  display: inline-block;
  border-bottom: solid 3px #1f266b;
  margin-bottom: 0.5em;
}
.single .principal h2.has-small-font-size,
.single .principal h3.alt.has-small-font-size,
.page .principal h2.has-small-font-size,
.page .principal h3.alt.has-small-font-size,
.archive .principal h2.has-small-font-size,
.archive .principal h3.alt.has-small-font-size,
.single-fiche-annuaire .principal h2.has-small-font-size,
.single-fiche-annuaire .principal h3.alt.has-small-font-size,
.error404 .principal h2.has-small-font-size,
.error404 .principal h3.alt.has-small-font-size {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .single .principal,
  .page .principal,
  .archive .principal,
  .single-fiche-annuaire .principal,
  .error404 .principal {
    width: 75%;
  }
}

.tax-type-annuaire .listing,
.tax-categorie-annuaire .listing {
  list-style: none;
  position: relative;
  padding-bottom: 15px;
}
.tax-type-annuaire .listing::after,
.tax-categorie-annuaire .listing::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #82b7a8;
}
@media screen and (min-width: 768px) {
  .tax-type-annuaire .listing,
  .tax-categorie-annuaire .listing {
    display: flex;
    flex-wrap: wrap;
  }
  .tax-type-annuaire .listing li,
  .tax-categorie-annuaire .listing li {
    display: block;
    width: 50%;
    padding-right: 15px;
  }
  .tax-type-annuaire .listing::after,
  .tax-categorie-annuaire .listing::after {
    width: calc(100% + 15px);
  }
}
@media screen and (min-width: 1200px) {
  .tax-type-annuaire .listing li,
  .tax-categorie-annuaire .listing li {
    width: 33.33%;
  }
}

.single .headerImg,
.single .headerTxt {
  flex: 1;
}
.single .headerImg .post-thumbnail {
  padding: 66.8% 0 0 0;
}
.single #allNews {
  position: relative;
  display: flex;
  padding: 15px 0;
}
.single #allNews a {
  background-color: transparent;
  padding-right: 0;
}
.single #allNews::before {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% + 15px);
  top: 0;
  right: -15px;
  background-color: #82b7a8;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .single #allNews {
    justify-content: flex-end;
  }
}

.single-fiche-annuaire .headerImg,
.single-fiche-annuaire .headerTxt {
  flex: auto;
}
.single-fiche-annuaire .headerImg {
  flex-shrink: 0;
}
.single-fiche-annuaire .headerTxt {
  flex-grow: 1;
}
.single-fiche-annuaire .metaHeader .tag::after {
  content: " - ";
}
.single-fiche-annuaire .metaHeader .tag:nth-last-child(1)::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .single-fiche-annuaire .listing {
    -moz-columns: 2;
         columns: 2;
  }
}

.page .headerImg .post-thumbnail,
.archive .headerImg .post-thumbnail,
.single-fiche-annuaire .headerImg .post-thumbnail {
  padding: 56.25% 0 0 0;
}
@media screen and (min-width: 768px) {
  .page .headerImg,
  .archive .headerImg,
  .single-fiche-annuaire .headerImg {
    width: 33.33%;
  }
  .page .headerTxt,
  .archive .headerTxt,
  .single-fiche-annuaire .headerTxt {
    width: 66.666%;
  }
}

/* ARCHIVE */
.col13 {
  flex-shrink: 0;
}

.archive main::before,
.page-template-actus main::before,
.search-results main::before,
.page-template-map main::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  top: 0;
  width: 25vw;
  transform: translateX(-100%);
  z-index: -1;
  background: linear-gradient(180deg, white 0%, rgba(230, 241, 238, 0.95) 10%, rgba(81, 154, 134, 0.72) 100%);
}
@media screen and (min-width: 576px) {
  .archive main::before,
  .page-template-actus main::before,
  .search-results main::before,
  .page-template-map main::before {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .archive main::before,
  .page-template-actus main::before,
  .search-results main::before,
  .page-template-map main::before {
    top: 72px;
    height: 155px;
  }
}
@media screen and (min-width: 992px) {
  .archive main::before,
  .page-template-actus main::before,
  .search-results main::before,
  .page-template-map main::before {
    top: 92px;
    height: 215px;
  }
}
@media screen and (min-width: 1200px) {
  .archive main::before,
  .page-template-actus main::before,
  .search-results main::before,
  .page-template-map main::before {
    top: 110px;
    height: 258px;
  }
}
@media screen and (min-width: 1600px) {
  .archive main::before,
  .page-template-actus main::before,
  .search-results main::before,
  .page-template-map main::before {
    top: 125px;
    height: 303px;
  }
}
.archive h1,
.page-template-actus h1,
.search-results h1,
.page-template-map h1 {
  margin-bottom: 0.2em;
}

.postsList article {
  border-bottom: solid 1px #82b7a8;
  padding-bottom: 10px;
}
.postsList article img {
  transition: all ease 0.3s;
}
.postsList article:hover img {
  transform: translate(-50%, -50%) scale(1.2);
}
.postsList .post-thumbnail {
  width: 100%;
  flex-shrink: 0;
}
.postsList .post-thumbnail::after {
  content: "";
  display: block;
  padding-top: 73%;
  width: 100%;
  height: 1px;
}
.postsList .resume {
  padding: 1.47rem 1.764rem;
}
.postsList .resume p {
  margin: 0;
}
.postsList .entry-title {
  text-transform: uppercase;
  color: #1f266b;
  font-size: 1.647rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .postsList {
    width: 75%;
  }
}

/* MAP */
/* maps individuelles */
.mapContainer {
  position: relative;
  width: 100%;
  height: 0px;
  overflow: hidden;
  padding-bottom: 75%;
  background-color: #e8e8e7;
}
.mapContainer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mapContainer img::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.mapContainer .leaflet-control-container {
  display: none;
}

.mapOu {
  position: relative;
}
.mapOu::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 4rem;
  height: 7rem;
  background-image: url(img/perso-map.svg);
  bottom: 0;
  right: -5px;
  transform: translate(100%, 0);
}
@media screen and (max-width: 768px) {
  .mapOu {
    display: inline-block;
  }
}

/*
aside #map.leaflet-container {width: 100%; height: auto; position: relative;
&::before{content: ''; display: block; padding-bottom: 75%;}

}
*/
#mapModal {
  max-width: 800px;
}
#mapModal img {
  margin: 0 auto;
}

.mapFilters,
.wpb_page_list {
  display: flex;
  font-family: "Asap Condensed";
  flex-wrap: wrap;
}
.mapFilters li a,
.wpb_page_list li a {
  font-weight: 700;
  color: #1f266b;
  text-transform: uppercase;
  padding: 10px 15px;
  display: table;
  font-size: 1.1rem;
  transition: all ease 0.3s;
}
.mapFilters li a:hover, .mapFilters li.current_page_item a,
.wpb_page_list li a:hover,
.wpb_page_list li.current_page_item a {
  background-color: #fbba00;
}
@media screen and (min-width: 1200px) {
  .mapFilters,
  .wpb_page_list {
    margin-left: 25%;
  }
}

.leaflet-bottom {
  display: none !important;
}

.fc-feature-img {
  padding-top: 56%;
}

.page-template-map {
  /* ascenseur */
}
.page-template-map main:before {
  top: 25px;
}
.page-template-map .illustration {
  position: absolute;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 7vw;
  height: 13vw;
  background-image: url(img/perso-map.png);
  display: none;
  left: -15px;
  top: 0;
  transform: translate(-100%, 50%);
}
@media screen and (min-width: 768px) {
  .page-template-map .illustration {
    width: 8.9rem;
    height: 15rem;
    display: block;
  }
}
.page-template-map .entry-header {
  flex-direction: column;
  border-bottom: solid 3px #1f266b;
}
.page-template-map .entry-header h1,
.page-template-map .entry-header .fakeH1 {
  border: none;
}
.page-template-map .entry-header:before {
  content: none;
}
.page-template-map main * {
  float: none !important;
}
.page-template-map .entry-header {
  margin: 0;
  background-color: #e8e8e7;
  padding: 0 15px;
}
.page-template-map .wpomp_map_parent::after {
  content: "";
  display: table;
  height: 1px;
  width: 100%;
  clear: both;
}
.page-template-map .wpomp_filter_wrappers {
  background-color: #1f266b !important;
  color: white;
}
.page-template-map .wpomp_before_listing,
.page-template-map select {
  font-family: "Asap Condensed";
  text-transform: uppercase !important;
  font-size: 1.2rem !important;
  letter-spacing: 0.02em;
}
.page-template-map .wpomp_before_listing {
  font-weight: bold;
}
.page-template-map select {
  background-color: #1f266b !important;
  font-weight: 400 !important;
}
.page-template-map select option {
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
}
.page-template-map .wpomp_listing_container .fc-item-title,
.page-template-map .wpomp_listing_container .fc-item-title a {
  margin: 0 !important;
  line-height: 1em !important;
  font-family: "Asap Condensed" !important;
  font-size: 1rem !important;
  color: #1f266b !important;
  line-height: 1em !important;
}
.page-template-map .wpomp_listing_container .fc-item-title:hover,
.page-template-map .wpomp_listing_container .fc-item-title a:hover {
  color: #51979a !important;
}
.page-template-map .wpomp_listing_container .fc-item-content {
  line-height: 1.1em !important;
  color: black !important;
}
.page-template-map .wpomp_iw_content .fc-item-title {
  font-family: "Asap Condensed" !important;
  font-size: 1.2rem !important;
  color: #1f266b !important;
  text-transform: uppercase !important;
}
.page-template-map .wpomp_map_container * {
  flex-shrink: 0;
  scrollbar-width: thin;
  scrollbar-color: #82b7a8 #82b7a8;
}
.page-template-map .wpomp_map_container *::-webkit-scrollbar {
  width: 8px;
}
.page-template-map .wpomp_map_container *::-webkit-scrollbar-track {
  background: rgba(157, 157, 156, 0.25);
}
.page-template-map .wpomp_map_container *::-webkit-scrollbar-thumb {
  background-color: #82b7a8;
}
@media screen and (min-width: 1200px) {
  .page-template-map .wpomp_map {
    height: calc(100vh - 300px) !important;
  }
  .page-template-map .wpomp_map_container {
    display: flex;
    width: 100%;
    height: calc(100vh - 300px);
    margin-bottom: 45px;
  }
  .page-template-map .wpomp_filter_wrappers {
    height: calc(100vh - 300px) !important;
    width: 25%;
    padding: 15px !important;
  }
  .page-template-map .wpomp_filter_wrappers .categories_filter {
    margin: 0 -15px !important;
  }
  .page-template-map .wpomp_filter_wrappers select {
    width: calc(100% + 30px);
    max-width: calc(100% + 30px) !important;
    font-family: "Asap Condensed";
    text-transform: uppercase !important;
    font-weight: bold;
    font-size: 1.2rem !important;
  }
  .page-template-map .wpomp_map_parent {
    width: 58.333% !important;
    float: none !important;
  }
  .page-template-map .wpomp_map_parent::after {
    content: "";
    display: table;
    height: 1px;
    width: 100%;
    clear: both;
  }
  .page-template-map .wpomp_pagination {
    display: none !important;
  }
  .page-template-map .location_listing1,
  .page-template-map .location_listing2,
  .page-template-map .location_listing3,
  .page-template-map .location_listing4,
  .page-template-map .location_listing5,
  .page-template-map .location_listing6,
  .page-template-map .location_listing7,
  .page-template-map .location_listing8,
  .page-template-map .location_listing9,
  .page-template-map .location_listing10 {
    width: 16.666% !important;
    float: none !important;
    flex: 1;
  }
  .page-template-map .location_pagination1 {
    display: none;
  }
  .page-template-map .wpomp_listing_container {
    margin: 0 !important;
    height: calc(100vh - 300px);
    overflow-y: auto;
  }
  .page-template-map .fc-item-box.fc-component-2.wpomp_locations {
    margin: 0 !important;
  }
}
.page-template-map .leaflet-popup {
  max-height: 200px !important;
  overflow-y: scroll;
}
@media screen and (min-width: 1200px) {
  .page-template-map .leaflet-popup {
    max-height: calc((100vh - 400px) / 2) !important;
  }
}
.page-template-map .leaflet-popup-content,
.page-template-map .wpomp_infowindow.fc-infowindow-aare,
.page-template-map .wpomp_infowindow.fc-infowindow-acerra,
.page-template-map .wpomp_infowindow.fc-infowindow-fano,
.page-template-map .wpomp_infowindow.fc-infowindow-kairav,
.page-template-map .wpomp_infowindow.fc-infowindow-kriday,
.page-template-map .wpomp_infowindow.fc-infowindow-ojas,
.page-template-map .wpomp_infowindow.fc-infowindow-parma,
.page-template-map .wpomp_infowindow.fc-infowindow-udine,
.page-template-map .wpomp_infowindow.fc-item-aare,
.page-template-map .wpomp_infowindow.fc-item-acerra,
.page-template-map .wpomp_infowindow.fc-item-fano,
.page-template-map .wpomp_infowindow.fc-item-kairav,
.page-template-map .wpomp_infowindow.fc-item-kriday,
.page-template-map .wpomp_infowindow.fc-item-ojas,
.page-template-map .wpomp_infowindow.fc-item-parma,
.page-template-map .wpomp_infowindow.fc-item-udine {
  width: 300px !important;
}
.page-template-map .leaflet-popup-content p,
.page-template-map .wpomp_infowindow.fc-infowindow-aare p,
.page-template-map .wpomp_infowindow.fc-infowindow-acerra p,
.page-template-map .wpomp_infowindow.fc-infowindow-fano p,
.page-template-map .wpomp_infowindow.fc-infowindow-kairav p,
.page-template-map .wpomp_infowindow.fc-infowindow-kriday p,
.page-template-map .wpomp_infowindow.fc-infowindow-ojas p,
.page-template-map .wpomp_infowindow.fc-infowindow-parma p,
.page-template-map .wpomp_infowindow.fc-infowindow-udine p,
.page-template-map .wpomp_infowindow.fc-item-aare p,
.page-template-map .wpomp_infowindow.fc-item-acerra p,
.page-template-map .wpomp_infowindow.fc-item-fano p,
.page-template-map .wpomp_infowindow.fc-item-kairav p,
.page-template-map .wpomp_infowindow.fc-item-kriday p,
.page-template-map .wpomp_infowindow.fc-item-ojas p,
.page-template-map .wpomp_infowindow.fc-item-parma p,
.page-template-map .wpomp_infowindow.fc-item-udine p {
  font-size: 14px;
  color: black;
}
@media screen and (min-width: 768px) {
  .page-template-map .leaflet-popup-content,
  .page-template-map .wpomp_infowindow.fc-infowindow-aare,
  .page-template-map .wpomp_infowindow.fc-infowindow-acerra,
  .page-template-map .wpomp_infowindow.fc-infowindow-fano,
  .page-template-map .wpomp_infowindow.fc-infowindow-kairav,
  .page-template-map .wpomp_infowindow.fc-infowindow-kriday,
  .page-template-map .wpomp_infowindow.fc-infowindow-ojas,
  .page-template-map .wpomp_infowindow.fc-infowindow-parma,
  .page-template-map .wpomp_infowindow.fc-infowindow-udine,
  .page-template-map .wpomp_infowindow.fc-item-aare,
  .page-template-map .wpomp_infowindow.fc-item-acerra,
  .page-template-map .wpomp_infowindow.fc-item-fano,
  .page-template-map .wpomp_infowindow.fc-item-kairav,
  .page-template-map .wpomp_infowindow.fc-item-kriday,
  .page-template-map .wpomp_infowindow.fc-item-ojas,
  .page-template-map .wpomp_infowindow.fc-item-parma,
  .page-template-map .wpomp_infowindow.fc-item-udine {
    width: 400px !important;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-map .leaflet-popup-content p,
  .page-template-map .wpomp_infowindow.fc-infowindow-aare p,
  .page-template-map .wpomp_infowindow.fc-infowindow-acerra p,
  .page-template-map .wpomp_infowindow.fc-infowindow-fano p,
  .page-template-map .wpomp_infowindow.fc-infowindow-kairav p,
  .page-template-map .wpomp_infowindow.fc-infowindow-kriday p,
  .page-template-map .wpomp_infowindow.fc-infowindow-ojas p,
  .page-template-map .wpomp_infowindow.fc-infowindow-parma p,
  .page-template-map .wpomp_infowindow.fc-infowindow-udine p,
  .page-template-map .wpomp_infowindow.fc-item-aare p,
  .page-template-map .wpomp_infowindow.fc-item-acerra p,
  .page-template-map .wpomp_infowindow.fc-item-fano p,
  .page-template-map .wpomp_infowindow.fc-item-kairav p,
  .page-template-map .wpomp_infowindow.fc-item-kriday p,
  .page-template-map .wpomp_infowindow.fc-item-ojas p,
  .page-template-map .wpomp_infowindow.fc-item-parma p,
  .page-template-map .wpomp_infowindow.fc-item-udine p {
    font-size: 14px;
  }
}

/* SIDEBAR */
aside {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  aside {
    border-left: solid 1px #82b7a8;
    width: 25%;
    flex-shrink: 0;
  }
}
aside article {
  border-bottom: dotted 2px #82b7a8 !important;
}
aside h2 {
  text-transform: uppercase;
  color: #1f266b;
  font-size: 2.117rem;
  letter-spacing: 0.02em;
  border-bottom: solid 3px #1f266b;
  font-weight: 400;
  line-height: 1.25em;
  display: inline-block;
  margin-bottom: 0.5em;
}
aside .recherche h2,
aside .recherche label,
aside .agenda h2,
aside .agenda label {
  font-family: "Asap Condensed";
  font-size: 1.117rem;
  font-weight: bold;
  letter-spacing: 0;
  border-bottom: none;
  margin: 0;
  color: #1f266b;
  text-transform: uppercase;
}
aside .agenda a {
  position: relative;
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
  text-indent: -999px;
  background-image: url(img/agendaIco.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  transition: all ease 0.3s;
}
aside .agenda a:hover {
  background-color: #82b7a8;
}
aside .widget {
  margin-bottom: 30px;
}
aside .breves h3,
aside .widget_text strong,
aside .widget h3 {
  font-family: "Asap Condensed";
  font-size: 1.117rem;
  font-weight: bold;
  letter-spacing: 0;
  border-bottom: none;
  margin: 0;
  text-transform: uppercase;
  color: #1f266b;
}
aside .dl {
  font-weight: 600;
}
aside .menuSecondaire,
aside #menu-annuaires,
aside #menu-agenda {
  background-color: #1f266b;
  font-family: "Asap Condensed";
  font-size: 1.176rem;
  font-weight: bold;
  padding: 15px 0;
}
aside .menuSecondaire ul,
aside #menu-annuaires ul,
aside #menu-agenda ul {
  display: none;
}
aside .menuSecondaire li a,
aside #menu-annuaires li a,
aside #menu-agenda li a {
  padding: 0.4em 15px;
  line-height: 1em;
  display: table;
  width: 100%;
  font-size: 1.176rem;
  color: white;
}
aside .menuSecondaire .current_page_item a,
aside .menuSecondaire .current-menu-item a,
aside .menuSecondaire .current-fiche-annuaire-ancestor a,
aside .menuSecondaire a:hover,
aside #menu-annuaires .current_page_item a,
aside #menu-annuaires .current-menu-item a,
aside #menu-annuaires .current-fiche-annuaire-ancestor a,
aside #menu-annuaires a:hover,
aside #menu-agenda .current_page_item a,
aside #menu-agenda .current-menu-item a,
aside #menu-agenda .current-fiche-annuaire-ancestor a,
aside #menu-agenda a:hover {
  color: #1f266b;
  background-color: #82b7a8;
}
@media screen and (min-width: 768px) {
  aside .menuSecondaire,
  aside #menu-annuaires,
  aside #menu-agenda {
    margin: 0 -15px;
  }
}
aside .widget_search_filter_register_widget .searchandfilter h4 {
  color: #1f266b;
  background-color: #82b7a8;
  padding: 10px 15px;
  border-bottom: solid 1px white;
  margin-bottom: 5px;
  text-transform: uppercase;
}
aside .widget_search_filter_register_widget .searchandfilter ul li {
  padding: 0;
}
aside .widget_search_filter_register_widget .searchandfilter .sf-field-search {
  padding: 15px;
}
aside .widget_search_filter_register_widget .searchandfilter .sf-field-search label,
aside .widget_search_filter_register_widget .searchandfilter .sf-field-search input {
  width: 100%;
}
aside .widget_search_filter_register_widget form {
  background-color: #1f266b;
  font-family: "Asap Condensed";
  font-size: 1.176rem;
  font-weight: bold;
  padding: 15px 0;
}
aside .widget_search_filter_register_widget form ul li.sf-level-0 {
  display: flex;
  padding: 0;
}
aside .widget_search_filter_register_widget form ul li.sf-level-0 label {
  padding: 0.4em 15px;
  line-height: 1em;
  display: table;
  width: 100%;
  font-size: 1.176rem;
  color: white;
  cursor: pointer;
}
aside .widget_search_filter_register_widget form ul li.sf-level-0 input {
  visibility: hidden;
  width: 1px;
  height: 1px;
}
aside .widget_search_filter_register_widget form ul li.sf-option-active,
aside .widget_search_filter_register_widget form ul li.sf-level-0:hover {
  background-color: #82b7a8;
}
aside .widget_search_filter_register_widget form ul li.sf-option-active label,
aside .widget_search_filter_register_widget form ul li.sf-level-0:hover label {
  color: #1f266b;
}
@media screen and (min-width: 768px) {
  aside .widget_search_filter_register_widget form {
    margin: 0 -15px;
  }
}
aside .widget.eventsFilters h2 {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  border: none;
}
aside .actu {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: dotted 2px #82b7a8;
}
aside .actu :nth-last-child(1) {
  border-bottom: none;
}
aside .actu h3 {
  font-family: "Asap Condensed";
  margin: 0;
  text-transform: uppercase;
}
aside .actu .imgContainer {
  padding-bottom: 56%;
  margin-bottom: 0.5rem;
}
aside .actu img {
  transition: all ease 0.3s;
}
aside .actu:hover img {
  transform: translate(-50%, -50%) scale(1.2);
}
aside .actu p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

#freeSidebarContent hr {
  background-color: transparent;
  border-bottom: dotted 2px #82b7a8 !important;
  clear: both;
}
#freeSidebarContent h3 {
  font-family: "Asap Condensed";
  color: #1f266b;
  text-transform: uppercase;
}
#freeSidebarContent a {
  color: #51979a;
}
#freeSidebarContent a:hover {
  text-decoration: underline;
}
#freeSidebarContent ul {
  margin-bottom: 1em;
  list-style: disc inside;
}

/* TEMPLATE DEMARCHES */
.demarche .accordion-toggle {
  background-color: #e8e8e7;
}
.demarche ul.demarches {
  -moz-column-count: 2;
       column-count: 2;
  list-style: none;
  padding: 15px 0;
  margin-bottom: 0;
}
.demarche ul.demarches li {
  margin-bottom: 10px;
}
.demarche ul.demarches li a {
  padding: 0 15px;
  display: block;
}
.demarche .etAussi {
  background-color: #e8e8e7;
  padding: 15px;
}
.demarche .etAussi p {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .demarche ul.demarches {
    -moz-column-count: 3;
         column-count: 3;
  }
  .demarche ul.demarches.cc2 {
    -moz-column-count: 2;
         column-count: 2;
    width: 66.666%;
  }
  .demarche .etAussi {
    width: 33.333%;
  }
}

.page-template-demarches-1 .entry-header,
.page-template-demarches-2 .entry-header,
.page-template-demarches-3 .entry-header,
.page-template-accordeon .entry-header,
.page-template-comment-faire-si .entry-header {
  color: #1f266b;
  background-color: rgba(157, 157, 157, 0.2);
}
.page-template-demarches-1 .entry-header::after,
.page-template-demarches-2 .entry-header::after,
.page-template-demarches-3 .entry-header::after,
.page-template-accordeon .entry-header::after,
.page-template-comment-faire-si .entry-header::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-color: rgba(157, 157, 157, 0.2);
  width: 25vw;
  right: 0;
  top: 0;
  height: 100%;
  transform: translateX(100%);
  background: linear-gradient(180deg, white 0%, rgba(230, 241, 238, 0.95) 10%, rgba(81, 154, 134, 0.72) 100%);
}
@media screen and (min-width: 768px) {
  .page-template-demarches-1 .entry-header::after,
  .page-template-demarches-2 .entry-header::after,
  .page-template-demarches-3 .entry-header::after,
  .page-template-accordeon .entry-header::after,
  .page-template-comment-faire-si .entry-header::after {
    background: rgba(157, 157, 157, 0.2);
  }
}
.page-template-demarches-1 .entry-header h1,
.page-template-demarches-1 .entry-header .fakeH1,
.page-template-demarches-2 .entry-header h1,
.page-template-demarches-2 .entry-header .fakeH1,
.page-template-demarches-3 .entry-header h1,
.page-template-demarches-3 .entry-header .fakeH1,
.page-template-accordeon .entry-header h1,
.page-template-accordeon .entry-header .fakeH1,
.page-template-comment-faire-si .entry-header h1,
.page-template-comment-faire-si .entry-header .fakeH1 {
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 0em;
}
.page-template-demarches-1 .entry-header p,
.page-template-demarches-2 .entry-header p,
.page-template-demarches-3 .entry-header p,
.page-template-accordeon .entry-header p,
.page-template-comment-faire-si .entry-header p {
  font-size: 1.765rem;
}
.page-template-demarches-1 .entry-header p strong,
.page-template-demarches-2 .entry-header p strong,
.page-template-demarches-3 .entry-header p strong,
.page-template-accordeon .entry-header p strong,
.page-template-comment-faire-si .entry-header p strong {
  font-weight: 600;
}
.page-template-demarches-1 .entry-header .headerImg .post-thumbnail,
.page-template-demarches-2 .entry-header .headerImg .post-thumbnail,
.page-template-demarches-3 .entry-header .headerImg .post-thumbnail,
.page-template-accordeon .entry-header .headerImg .post-thumbnail,
.page-template-comment-faire-si .entry-header .headerImg .post-thumbnail {
  padding-top: 63%;
}
.page-template-demarches-1 .entry-header .illustration,
.page-template-demarches-2 .entry-header .illustration,
.page-template-demarches-3 .entry-header .illustration,
.page-template-accordeon .entry-header .illustration,
.page-template-comment-faire-si .entry-header .illustration {
  position: absolute;
  width: 12vw;
  height: 13vw;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1200px) {
  .page-template-demarches-1 .entry-header .illustration,
  .page-template-demarches-2 .entry-header .illustration,
  .page-template-demarches-3 .entry-header .illustration,
  .page-template-accordeon .entry-header .illustration,
  .page-template-comment-faire-si .entry-header .illustration {
    width: 13.35rem;
    height: 15.23rem;
  }
}
.page-template-demarches-1 .demarche,
.page-template-demarches-2 .demarche,
.page-template-demarches-3 .demarche,
.page-template-accordeon .demarche,
.page-template-comment-faire-si .demarche {
  margin-bottom: 2px;
}

.page-template-demarches-1 .entry-header h1 {
  display: table-cell;
  border-bottom: solid 4px #1f266b;
}

.page-template-demarches-1 .entry-header .illustration,
.page-template-demarches-2 .entry-header .illustration,
.page-template-demarches-3 .entry-header .illustration {
  bottom: -10px;
  left: -15px;
  width: 12vw;
  height: 13vw;
  background-image: url(img/nana.svg);
  transform: translate(-100%, 33%);
}
@media screen and (min-width: 1200px) {
  .page-template-demarches-1 .entry-header .illustration,
  .page-template-demarches-2 .entry-header .illustration,
  .page-template-demarches-3 .entry-header .illustration {
    width: 13.35rem;
    height: 15.23rem;
  }
}
.page-template-demarches-1 .accordion-content,
.page-template-demarches-1 .autres-accordion-content,
.page-template-demarches-2 .accordion-content,
.page-template-demarches-2 .autres-accordion-content,
.page-template-demarches-3 .accordion-content,
.page-template-demarches-3 .autres-accordion-content {
  padding: 0;
}

.accordion-toggle,
.autres-accordion-toggle {
  cursor: pointer;
  display: flex;
  min-height: 2.941rem;
  align-items: center;
  transition: all ease 0.3s;
  position: relative;
  padding: 5px 15px;
  line-height: 1em;
}
.accordion-toggle .ico,
.autres-accordion-toggle .ico {
  border: solid 2px #969696;
  border-radius: 50%;
  margin: 0 10px;
  width: 2.353rem;
  height: 2.353rem;
  position: relative;
  display: block;
  overflow: hidden;
}
.accordion-toggle .ico img,
.autres-accordion-toggle .ico img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  width: 100%;
}
.accordion-toggle:hover, .accordion-toggle.active,
.autres-accordion-toggle:hover,
.autres-accordion-toggle.active {
  background-color: #fbba00;
}
.accordion-toggle.active .ico,
.autres-accordion-toggle.active .ico {
  background-color: #82b6a8;
  border-color: #82b6a8;
}
.accordion-toggle::after,
.autres-accordion-toggle::after {
  content: "+";
  position: absolute;
  right: 10px;
  display: inline-block;
  font-size: 1.7rem;
  font-family: "Open Sans";
  font-weight: bold;
  line-height: 2.941rem;
  top: 0;
}
@media screen and (min-width: 769px) {
  .accordion-toggle::after,
  .autres-accordion-toggle::after {
    right: 30px;
  }
}
.accordion-toggle.active:after,
.autres-accordion-toggle.active:after {
  content: "-";
}

.accordion-content,
.autres-accordion-content {
  display: none;
  background-color: rgba(232, 232, 231, 0.28);
  margin-bottom: 30px;
  padding: 15px;
}

.autres-accordion-toggle {
  padding-left: calc(2.353rem + 20px);
  position: relative;
}
.autres-accordion-toggle::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 2.353rem;
  height: 2.353rem;
  border-radius: 50%;
  background-color: #8ebdb0;
  background-image: url(img/autresIco.svg);
  background-size: 60%;
}

.accordeon-form .accordion-toggle {
  padding-left: calc(0.823rem + 20px);
  position: relative;
}
.accordeon-form .accordion-toggle::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 0.823rem;
  height: 1.294rem;
  background-color: #fbba00;
}
.accordeon-form .accordion-toggle.active:before, .accordeon-form .accordion-toggle:hover:before {
  background-color: white;
}

.accordeon-form .accordion-toggle:before {
  width: 0.823rem;
  height: 1.294rem;
  background-color: #fbba00;
}

.autres-accordion-content {
  padding: 15px;
}

.autres-accordion-toggle + .autres-accordion-content {
  display: block;
}

/* demarches n1 */
.page-template-demarches-1 .accordion-toggle {
  padding-left: 0;
}

/* demarches n2*/
.ico.dn2 {
  width: 4.705rem;
  height: 4.705rem;
  background-color: #82b7a8;
  border-radius: 50%;
  margin-right: 15px;
  flex-shrink: 0;
}

.page-template-demarches-1 .principal,
.page-template-demarches-2 .principal,
.page-template-demarches-3 .principal {
  padding: 15px 0;
}

.page-template-demarches-2 .accordion-content,
.page-template-demarches-2 .autres-accordion-content,
.page-template-demarches-3 .accordion-content,
.page-template-demarches-3 .autres-accordion-content,
.page-template-sous-pages-liste .accordion-content,
.page-template-sous-pages-liste .autres-accordion-content,
.page-template-comment-faire-si .accordion-content,
.page-template-comment-faire-si .autres-accordion-content {
  padding: 15px;
}
.page-template-demarches-2 .entry-header,
.page-template-demarches-3 .entry-header,
.page-template-sous-pages-liste .entry-header,
.page-template-comment-faire-si .entry-header {
  margin-bottom: 0;
}
.page-template-demarches-2 .principal .row:nth-child(1),
.page-template-demarches-3 .principal .row:nth-child(1),
.page-template-sous-pages-liste .principal .row:nth-child(1),
.page-template-comment-faire-si .principal .row:nth-child(1) {
  align-items: center;
  display: flex;
  margin: 15px 0;
}
.page-template-demarches-2 .principal .pagesList,
.page-template-demarches-3 .principal .pagesList,
.page-template-sous-pages-liste .principal .pagesList,
.page-template-comment-faire-si .principal .pagesList {
  list-style: none;
}
.page-template-demarches-2 .principal .pagesList li a,
.page-template-demarches-3 .principal .pagesList li a,
.page-template-sous-pages-liste .principal .pagesList li a,
.page-template-comment-faire-si .principal .pagesList li a {
  margin-bottom: 3px;
  background-color: #e8e8e7;
  display: flex;
  align-items: center;
  min-height: 2.941rem;
  padding: 5px 15px;
  transition: all ease 0.3s;
  line-height: 1em;
  font-family: "Asap Condensed";
  color: #1f266b;
  font-size: 1.117rem;
  text-transform: uppercase;
  font-weight: bold;
}
.page-template-demarches-2 .principal .pagesList li a:hover,
.page-template-demarches-3 .principal .pagesList li a:hover,
.page-template-sous-pages-liste .principal .pagesList li a:hover,
.page-template-comment-faire-si .principal .pagesList li a:hover {
  background-color: #fbba00;
  color: #1f266b;
}
.page-template-demarches-2 .principal .pagesList .children,
.page-template-demarches-3 .principal .pagesList .children,
.page-template-sous-pages-liste .principal .pagesList .children,
.page-template-comment-faire-si .principal .pagesList .children {
  list-style: none;
}
@media screen and (min-width: 768px) {
  .page-template-demarches-2 aside,
  .page-template-demarches-3 aside,
  .page-template-sous-pages-liste aside,
  .page-template-comment-faire-si aside {
    padding-top: 30px;
  }
}

.page-template-sous-pages-liste .principal,
.page-template-comment-faire-si .principal {
  padding-top: 30px;
}

.page-template-demarches-3 .principal .row:nth-child(1) {
  align-items: flex-start;
}
.page-template-demarches-3 .demarcheImgContainer {
  max-width: 490px;
}

.demandesEnLigne * {
  line-height: 1em;
}
.demandesEnLigne .wp-block-column {
  padding: 0 15px;
  border-left: solid 3px #1f266b;
  margin-bottom: 15px;
}
.demandesEnLigne h3 {
  margin-bottom: 0.5em !important;
}
.demandesEnLigne a {
  color: #1f266b;
}
.demandesEnLigne p {
  margin-bottom: 0.5em;
}
.demandesEnLigne p:nth-child(1) {
  font-family: "Asap Condensed";
  color: #1f266b;
  font-weight: bold;
  font-size: 1.117rem;
  text-transform: uppercase;
}

/* Page template comment faire */
.page-template-comment-faire-si .entry-header .illustration {
  bottom: -10px;
  left: -30px;
  width: 14vw;
  height: 19.5vw;
  background-image: url(img/nana-comment-faire.svg);
  transform: translate(-100%, 66%);
}
@media screen and (min-width: 1200px) {
  .page-template-comment-faire-si .entry-header .illustration {
    width: 16.3rem;
    height: 22rem;
  }
}
.page-template-comment-faire-si .demarche .accordion-content {
  padding: 15px;
}

/* TEMPLATE PAGE-AGENDA + archive-agenda */
.agendaTxt {
  padding: 15px;
  background-color: rgba(232, 232, 231, 0.28);
}
.agendaTxt h3 {
  margin: 0;
}
.agendaTxt h3 a:hover {
  color: #51979a;
}

.page-template-page-agenda #leaves {
  top: 180px;
}
.page-template-page-agenda .entry-header {
  margin-bottom: 0;
}
.page-template-page-agenda .entry-header::before {
  content: none;
}
@media screen and (min-width: 768px) {
  .page-template-page-agenda #accordionAgenda {
    margin: 0 -15px;
  }
}

#accordionAgenda .row,
#events .row {
  padding-bottom: 8px;
  border-bottom: solid 1px #82b7a8;
}
#accordionAgenda .row:nth-last-child(1),
#events .row:nth-last-child(1) {
  border: none;
  padding-bottom: 0;
}
#accordionAgenda .row img,
#events .row img {
  transition: all ease 0.3s;
}
#accordionAgenda .row:hover img,
#events .row:hover img {
  transform: translate(-50%, -50%) scale(1.2);
}
#accordionAgenda h2,
#accordionAgenda h3,
#events h2,
#events h3 {
  font-family: "Open Sans";
  font-size: 1.647rem;
  text-transform: uppercase;
  color: #1f266b;
  font-weight: 400;
}
#accordionAgenda h2,
#events h2 {
  background-color: #e8e8e7;
  padding: 10px 15px;
  cursor: pointer;
  margin-bottom: 3px;
  transition: all ease 0.3s;
}
#accordionAgenda h2.active, #accordionAgenda h2:hover,
#events h2.active,
#events h2:hover {
  background-color: #fbba00;
}
#accordionAgenda h2.archAccToggle,
#events h2.archAccToggle {
  cursor: default;
}
#accordionAgenda h2.archAccToggle::after,
#events h2.archAccToggle::after {
  content: none;
}
#accordionAgenda .imgContainer,
#events .imgContainer {
  padding-top: 76%;
}
@media screen and (min-width: 768px) {
  #accordionAgenda .col21,
  #events .col21 {
    width: 21%;
  }
  #accordionAgenda .agendaTxt,
  #events .agendaTxt {
    flex-grow: 1;
    width: 79%;
  }
}
#accordionAgenda .accordion-content,
#events .accordion-content {
  display: none;
  margin-bottom: 15px;
  background-color: transparent;
}
#accordionAgenda .accordion-toggle:nth-child(1) + .accordion-content,
#events .accordion-toggle:nth-child(1) + .accordion-content {
  display: block;
}

.primaryAgenda h1 {
  letter-spacing: 0.02em;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  font-size: 2.12rem;
}

/* ANNUAIRE */
.col100px {
  width: 5.88rem;
  flex-shrink: 0;
  margin-right: 15px;
}

.annuaireTaxo {
  font-size: 0.88rem;
  color: #5c5c5c;
}

.listAnnuaire {
  scrollbar-width: thin;
  scrollbar-color: #82b7a8 #82b7a8;
}
@media screen and (min-width: 768px) {
  .listAnnuaire {
    max-height: calc(100vh - 250px);
    overflow-y: scroll;
  }
}
.listAnnuaire::-webkit-scrollbar {
  width: 8px;
}
.listAnnuaire::-webkit-scrollbar-track {
  background: rgba(157, 157, 156, 0.25);
}
.listAnnuaire::-webkit-scrollbar-thumb {
  background-color: #82b7a8;
}
.listAnnuaire article {
  padding: 10px 0;
}
.listAnnuaire .resume {
  padding: 0;
}
.listAnnuaire h2 {
  font-family: "Asap Condensed";
  margin-bottom: 0;
  font-size: 1.117rem;
  color: #1f266b;
  text-transform: uppercase;
}
.listAnnuaire .post-thumbnail::after {
  padding-top: 100%;
}
.catsAnnuaire {
  padding-top: 15px;
  position: relative;
}
.catsAnnuaire::before {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% + 15px);
  top: 0;
  right: -15px;
  background-color: #82b7a8;
  position: absolute;
}

/* MOBILE */
@media screen and (max-width: 767px) {
  .entry-header::before, .entry-header::after {
    content: none;
  }
  #sideNav {
    top: 66px;
    height: calc(100vh - 66px);
  }
  .nav-is-stuck #topMenu {
    display: none;
  }
  .mapFilters,
  .wpb_page_list {
    justify-content: space-between;
  }
  .mapFilters li a,
  .wpb_page_list li a {
    padding: 10px 5px;
    font-size: 1rem;
  }
  .headerTxt .ico,
  #breadcrumbs {
    display: none;
  }
}
/* custom Gutenberg */
.border-left {
  padding-left: 15px;
  border-left: solid 3px #82b7a8;
}

.border-left2 {
  padding-left: 15px;
  border-left: solid 3px #1f266b;
}

.wp-block-file .wp-block-file__button {
  background-color: #8ebdb0 !important;
  border: none !important;
  font-family: "Asap Condensed";
  font-size: 0.882rem !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  color: #1f266b !important;
  letter-spacing: 0.02em;
  padding: 3px 20px !important;
  border-radius: 1.3rem !important;
}
.wp-block-file .wp-block-file__button:hover {
  background-color: #fbba00;
}

.wp-block-separator {
  border: none;
  background-color: #82b7a8;
}

.wp-block-columns {
  margin-bottom: 0;
}
.wp-block-columns .wp-block-column {
  margin-bottom: 1.75em;
}

@media screen and (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}
/* coBlocks */
.wp-block-coblocks-accordion-item__title {
  font-family: "Asap Condensed";
  color: #1f266b;
  text-transform: uppercase;
  font-size: 1.117rem;
  font-weight: bold;
  cursor: pointer;
}

/* FORMS */
.accordeon-form {
  margin-bottom: 2px;
}
.accordeon-form .accordion-toggle,
.accordeon-form .autres-accordion-toggle {
  background-color: #8ebdb0;
}
.accordeon-form .accordion-toggle:hover, .accordeon-form .accordion-toggle.active,
.accordeon-form .autres-accordion-toggle:hover,
.accordeon-form .autres-accordion-toggle.active {
  background-color: #fbba00;
}

.everest-forms {
  background-color: #f8f8f8;
  margin: 0 auto;
  padding: 0 15px;
}
.everest-forms .evf-field-label {
  margin: 0 !important;
}
.everest-forms input,
.everest-forms textarea {
  border-color: #82b7a8 !important;
}
.everest-forms .evf-submit-container {
  text-align: right;
}
.everest-forms button.evf-submit {
  background-color: #8ebdb0 !important;
  border: none !important;
  font-family: "Asap Condensed";
  font-size: 0.882rem !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  color: #1f266b !important;
  letter-spacing: 0.02em;
  height: 1.3rem;
  padding: 3px 20px !important;
  border-radius: 1.3rem !important;
}
.everest-forms button.evf-submit:hover {
  background-color: #fbba00 !important;
}
.everest-forms .everest-forms-notice--success {
  background-color: #82b7a8;
}
.everest-forms h3 {
  font-family: "Asap Condensed" !important;
  color: #1f266b;
  font-weight: 700 !important;
}

/* .page-template-default */
.page-template-default .accordion-content {
  padding: 15px;
}

/* AddToAny */
.a2a_kit {
  top: 50vh !important;
}

.a2a_floating_style {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.a2a_menu {
  background-color: #1f266b !important;
  border: none;
}

body .a2a_menu a,
body .a2a_menu a.a2a_i,
body .a2a_menu a.a2a_i:visited,
body .a2a_menu a.a2a_more,
body i.a2a_i {
  border-color: #1f266b !important;
}
body .a2a_menu a:hover {
  background-color: #51979a !important;
}

/* Modale map */
.blocker {
  z-index: 99999 !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.wp-block-file,
.wp-block-file:not(.wp-element-button) {
  font-size: 1rem !important;
}

/* Modifs Clotilde */
/* custom Gutenberg */
.border-left {
  padding-left: 15px;
  border-left: solid 3px #82b7a8;
}


.border-left2 {
  padding-left: 15px;
  border-left: solid 3px #1f266b;
}

.encart-gris,
.fond-gris {
  background-color: #e7e7e7;
  padding: 15px;
}

.fond-orange {
  background-color: #f8bb00;
  padding: 5px;
}

.fond-vert {
  background-color: #bad7cf;
  padding: 15px;
}

.fond-vert p:nth-last-child(1) {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */