/*!
Theme Name: ANCS_theme
Theme URI: http://underscores.me/
Author: Underscores.me
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: ancs_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ANCS_theme 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.
 */

/******font*******/
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Barlow:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/********** commment************/

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
    overflow-x: hidden;
}

/**
 * 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;
}

.page .actuelle h3 {
    margin-bottom: 25px;
    padding-bottom: 9px;
    color: #597836;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
} */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -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;
    width: calc(100% - 65px);
    /*overflow-y: scroll;*/

}

.page_recherche p.nom_post_recherche {
    margin-top: 10px;
}

span.cat-links a {
    font-family: 'Barlow';
    text-decoration: none;
    color: gray;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

span.comments-link a {
    color: #1A95C9;
    font-family: 'Barlow';
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    margin-left: 10px;
}

/* hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
} */

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

a:visited {
    color: #800080;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* 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;
}

.bg-top-ancs {
    background-image: url(https://conseillersecurite.org/wp-content/uploads/2023/10/bg-header.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.bg-top-ancs h1.titre_page.entry-title {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: -.24px;
    line-height: 50px;
    padding: 65px 20px;
    font-family: 'Barlow';
    text-transform: capitalize;
}

#breadcrumbs a.acceuil_link {
    font-family: 'Barlow';
    text-decoration: none;
    color: #8A8A8A;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
}

#breadcrumbs span.breadcrumb_last {
    font-family: 'Barlow';
    text-decoration: none;
    color: #000;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

div#breadcrumbs {
    padding: 20px 15px;
}

#breadcrumbs span.divider {
    padding: 0px 4px;
}

#breadcrumbs a {
    font-family: 'Barlow';
    text-decoration: none;
    color: #8A8A8A;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
}

div#breadcrumbs {
    padding: 20px 15px;
    font-family: 'Barlow';
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    color: #000;
}

a.btn_connexion.button.pt-2.pb-2 {
    color: #FFF;
    font-family: 'Inter';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    border-radius: 5px;
    background-color: #2142B3;
    padding: 0px 10px;
    height: 36px;
    text-decoration: none;
}

/*
.btn_connexion{
	color: #FFF;
    font-family: 'Inter';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    border-radius: 5px;
    background-color: #2142B3;
    padding: 11px 25px;
    height: 36px;
    text-decoration: none;
} */
.tml .tml-checkbox + .tml-label {
    display: inline;
    font-family: 'Inter';
    font-size: 13px;
    font-weight: 400;
    color: #BDBDBD;
    line-height: 15px;
}

button.tml-button.btn_connexion.button {
    font-family: 'Barlow';
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #2142B3;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #2142B3;
    line-height: 3px;
}

.tml-log-wrap, .tml-pwd-wrap {
    border: 1px solid #000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #F3F3F3;
    border: 1px solid #D9D9D9;
    margin: 8px 0;
}

h5.h1-blue p {
    color: #000;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tml-log-wrap input::placeholder, .tml-pwd-wrap input::placeholder {
    color: #BDBDBD;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

img.img_login, img.img_pwd {
    padding: 10px;

    background: #fff;
}

input#user_login, input#user_pass {
    border: none;
    background: #F3F3F3;
    margin-left: 8px;
    width: 100%;
}

.tml-field-wrap.tml-rememberme-wrap.form-check {
    padding-left: 0;
}

span.tml-register-link a, span.tml-lostpassword-link a {
    color: #1A95C9 !important;
    text-decoration: none;
    font-family: 'Barlow';
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.Contenu {
    border: 1px solid #D2D2D2;
    padding: 55px;
}

/*****/
.block_login .content-area .Contenu {
    border: 1px solid #D2D2D2;
    padding: 27px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*****/
ul.archive-event, ul.listing_actus {
    padding-left: 10px;
    list-style: none;
    margin: 0;
}

ul.archive-event li a {
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    text-decoration: none;
}

ul.archive-event li a:hover {
    color: #2142B3;
    text-decoration: underline;
}

#bbpress-forums {
    font-size: 14px;
}

h5.title_green {
    font-size: 15px;
    font-family: 'Barlow';
    font-weight: 500;
    line-height: 22px;
    color: #9DD45F;
}

p.p_text {
    font-size: 13px;
    font-family: 'Barlow';
    font-weight: 400;
    line-height: 20px;
}

h5.title {
    font-size: 18px;
    font-family: 'Barlow';
    font-weight: 500;
    line-height: 22px;
    color: #000;
}

.newsletter-group {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.newsletter-group input {
    padding: 10px;
    border: 1px solid #D2D2D2;
    color: #D2D2D2;
    font-family: 'Barlow';
    font-weight: 500;
    font-size: 18px;
}

.newsletter-group button, .newsletter-group input[type="submit"] {
    color: #fff;
    padding: 10px;
    background: #9DD45F;
    border: 1px solid #9DD45F;;
    font-family: 'Barlow';
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    margin-top: 5px;
}

ul.listing_actus span.post-date {
    color: #BDBDBD;
    font-size: 16px;
    font-family: 'Barlow';
    line-height: 20px;
    font-weight: 600;
}

ul.listing_actus a.title-post {
    font-family: 'Barlow';
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

li.text-right a {
    color: #1A95C9;
    font-family: 'Barlow';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.page_actualite .contenu_savoir .intro-text p {
    font-family: 'Barlow';
    font-size: 15px;
    text-decoration: none;
    line-height: 20px;
    color: #000;
}

.page_actualite .contenu_savoir .intro-text p span {
    font-family: 'Barlow' !important;
    font-size: 15px !important;
    text-decoration: none !important;
    line-height: 20px !important;
    color: #000 !important;
}

.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pagination a {
    font-family: 'Barlow';
    text-decoration: none;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.pagination a:visited {
    color: #8A8A8A;
}

ul.listing-event li.event-item {
    display: flex;
    width: 100%;
    align-items: baseline;
    justify-content: flex-start;
    align-content: center;
}

ul.listing-event .bloc-left {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    border-right: 1px solid #000;
    padding-right: 5px;
}

ul.listing-event .bloc-right {
    display: flex;
    flex-direction: column;
    /* width: 70%;*/
    width: 100%;
    padding: 5px;
}

ul.listing-event span.status em.payant {
    color: #2142B3;
    font-family: 'Barlow';
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
}

ul.listing-event span.status em.gratuit {
    font-family: 'Barlow';
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    color: #9DD45F;
}

ul.listing-event a.title-post {
    font-weight: 500;
    font-size: 15px;
    font-family: 'Barlow';
    line-height: 18px;
    color: #000;
    text-decoration: none;
}

ul.listing-event a.title-post:hover {

    color: #9DD45F;
}

ul.listing-event span.acces, ul.listing-event span.date {
    color: #BDBDBD;
    font-size: 16px;
    font-family: 'Barlow';
    line-height: 20px;
    font-weight: 600;
}

/***** event page *****/
.page_events .date_event {
    padding: 10px;
    border-radius: 5px;
    background-color: #9DD45F;
    color: #FFF;
    text-align: center;
    font-family: 'Barlow';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    left: -27px;
    top: calc(50% - 35px);
    height: 70px;
    margin: 0;
    width: 54px;
}

.page_events .actuelle h3 {
    margin-bottom: 25px;
    padding-bottom: 9px;
    color: #597836;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.bg-grey {
    background: #F9F8F6;

}

.page_evenement .event-item.bg-grey .contenu_card .row {
    padding: 0;
    margin: 0;
    border: 1px solid transparent;
    box-shadow: 0px 0px 15px 0px #00000000;
    transition: all 0.5s ease;
}

.page_evenement .event-item.bg-grey .contenu_card .row:hover {
    border: 1px solid #9DD45F;
    box-shadow: 0px 0px 15px 0px #00000040;
}

.page_events span.title_event {
    font-size: 15px;
    font-family: 'Barlow';
    font-weight: 600;
    color: #000;
    line-height: 18px;
}

.page_events .detail_event a {
    text-decoration: none;
    margin-right: 149px;
    width: calc(100% - 140px);
    display: block;
}

.page_events .detail_event a span.title_event {
    transition: all 0.5s ease;
    padding-left: 0px;
    cursor: pointer;
}

.page_events .detail_event a:hover span.title_event {
    color: #597836;
    padding-left: 10px;
}

.page_events .content_event p {
    font-family: 'Barlow';
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    width: inherit;
    overflow: hidden;
}

span.start_end_date,
span.lieu_event {
    font-family: 'Barlow';
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    color: #597836;
}

/*
.datetime_lieu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
*/
.page_events .datetime_lieu img {
    margin: -4px 8px 0 0;
    position: relative;
}

.page_events span.start_end_date {
    margin-right: 30px;
}

.page_events span.acces {
    font-size: 14px;
    background: #2142B3;
    color: #fff;
    box-shadow: -1px 3px 5px 0px #00000040;
    font-family: 'Barlow';
    font-weight: 400;
    padding: 4px 0;
    margin-bottom: 10px;
    line-height: 18px;
    width: 170px;
    text-align: center;
}

.page_events .content_event.pt-2 {
    width: calc(100% - 75px);
}

.page_events span.status {
    font-size: 14px;
    color: #fff;
    box-shadow: -1px 3px 5px 0px #00000040;
    font-family: 'Barlow';
    font-weight: 400;
    padding: 4px;
    line-height: 18px;
    width: 85px;
    text-align: center;
}

.page_events span.status.gratuit {
    background: #9DD45F;
}

.page_events span.status.payant {
    background: #EC6B06;
}

.page_events .acces-event {
    position: absolute;
    right: 0;
    top: 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.info_event_detail .contenu_detail_event p, .description_event ul, .description_event ul li, .description_event {
    color: #000;
    text-align: justify;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.info_evenement h4 {
    width: 250px !important;
}

a.a2a_dd.addtoany_share_save.addtoany_share {
    display: none;
}

span.title_offre a {
    font-size: 15px;
    font-family: 'Barlow';
    font-weight: 400;
    line-height: 18px;
    color: #000;
    text-decoration: none;
}

a.title_offre {
    font-size: 15px;
    font-family: 'Barlow';
    font-weight: 400;
    line-height: 18px;
    color: #000;
    text-decoration: none;
}

a.title_offre:hover {
    color: #529703;
    font-weight: 600;
}

.tml-error {
    color: red;
    margin-top: 10px;
}

.listing-event span.title {
    font-weight: 500;
    font-size: 15px;
    font-family: 'Barlow';
    line-height: 18px;
    color: #000;
}

ul#sidebar-menu {
    padding-left: 10px;
    list-style: none;
    margin: 0;
}

ul#sidebar-menu li a {
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    text-decoration: none;
}

span.post-date {
    color: #BDBDBD;
    font-size: 14px;
    font-family: 'Barlow';
    line-height: 20px;
    font-weight: 500;
}

.offre_emploi h2 {
    font-size: 20px;
    font-family: 'Barlow';
    font-weight: 500;
    line-height: 25px;
    color: #000;
}

.description_detail_offre p {
    font-size: 14px;
    font-family: 'Barlow';
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
}

.description_detail_offre p span {
    background: #fff !important;
    font-size: 14px !important;
    font-family: 'Barlow' !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    text-align: justify;
}

@media (min-width: 1600px) {
    .img-post img {
        height: 520px;
    }
}

.img-post img {
    width: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    height: 100%;
    /* padding: 2% 10%; */
}

.detail-actualite .img-post.container img {
    max-height: 400px;
}

.detail-actualite .img-post.container {
    padding: 2% 10%;
}

.detail-actualite .info-article.row {
    margin-top: 10px;
}

.detail-actualite h1.post_title {
    margin-left: 27px !important;
}

.entry-content.p-2 {
    margin-top: 0 !important;
}


.info-article {
    /* padding: 0% 10%;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}

h1.post_title {
    font-size: 20px;
    font-family: 'Barlow';
    font-weight: 500;
    line-height: 24px;
    color: #000;
    margin-left: 4%;
}

.entry-meta p, .entry-content p {
    /* background: #fff !important;*/
    font-size: 15px !important;
    font-family: 'Barlow' !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    text-align: justify;
}

h1.post_title:before {
    content: '';
    width: 10px;
    height: 40px;
    background: #9DD45F;
    position: absolute;
    left: 10%;
}

tr.header_table th {
    color: #FFF;
    font-family: 'Barlow';
    font-size: 13px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    background-color: #2142b3 !important;
    width: 20.33%;
}

.page_events .actuelle h3:after {
    border-bottom: 1px solid #D9D9D9;
    content: "";
    width: 80%;
    height: 100%;
    left: 230px;
    top: -19px;
    position: absolute;
}

.info_event_detail .contenu_detail_event p {
    color: #000 !important;
    text-align: justify !important;
    font-family: 'Barlow' !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    background: #fff !important;
}

div#forum_kunena li.bbp-body ul {
    border-top: 1px solid #eee;
    overflow: hidden;
    padding: 8px;
    background-color: #fbfbfb;
    border: 1px solid #eee;
}

div#forum_kunena ul#bbp-forum-0, ul.forum-titles, li.bbp-body ul {
    list-style: none;
    margin: 0;
    padding: 5px 10px 40px;
}

div#forum_kunena ul.forum-titles li {
    width: 33.33%;
    padding: 10px;
}

div#forum_kunena li.bbp-header, li.bbp-footer {
    color: #FFF;
    font-family: 'Barlow';
    font-size: 13px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    background-color: #2142b3 !important;
    border: 1px solid #eee;
}

.description_detail_forum h2 {
    font-size: 20px;
    font-family: 'Barlow';
    font-weight: 500;
    line-height: 25px;
    color: #000;
}

table.table.table-bordered tr td {
    border-top: 1px solid #eee !important;
    padding: 8px !important;
    background-color: #fbfbfb !important;
    color: #000;
    font-family: 'Barlow';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

ul#sidebar_2_menu li a {
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000 !important;
    text-decoration: none;
}

ul#sidebar_2_menu {
    padding-left: 10px;
    list-style: none;
    margin: 0;
}

table.forum-table thead {
    color: #FFF;
    font-family: 'Barlow';
    font-size: 13px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    background-color: #2142b3 !important;
}

span.msg_style {
    color: #8A8A8A;
    font-family: 'Barlow';
    font-weight: 400;
}

#forum_kunena table.table.table-bordered tr td a {
    color: #000 !important;
    font-family: 'Barlow';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#sidenav .tab-content a img {
    display: block;
    margin-left: 15px;
    height: auto;
    border-radius: 30px;
    filter: grayscale(100%);
    width: 35px;
    float: left;
    margin-right: 15px;
    /* margin-bottom: 5px;*/
}

#sidenav .tab-content a.current img, div#member-sidenav .tab-content a.current img {
    display: block;
    margin-left: 15px;
    height: auto;
    border-radius: 30px;
    filter: none;
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 22px;
    margin-bottom: 5px;
    margin-top: 12px;
}

#sidenav ol li {
    margin-bottom: 6px;
    padding: 2px;
}

#sidenav .name, div#member-sidenav .name {
    display: block;
    float: right;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    font-family: 'Barlow';
}

#sidenav .status, div#member-sidenav .status {
    display: block;
    float: right;
    font-size: 11px;
    line-height: 14px;
    color: #999999;
    width: auto;
    font-family: 'Barlow';
}

#sidenav a#sidenav-button {
    width: 30px;
    height: 30px;
    margin-top: 17px;
    margin-bottom: 17px;
    margin-left: -55px;
    background-image: url(/wp-content/uploads/2023/10/slidenav-menu.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px auto;
    padding-top: 5rem !important;
    padding-right: 0rem !important;
    padding-left: 5rem !important;
}

#sidenav.sidenav-expand a#sidenav-button {
    width: 26px;
    margin-left: -50px;
    background-image: url(/wp-content/uploads/2023/10/slidenav-menu-expanded.png);
    background-size: 28% auto;
}

#sidenav.sidenav-expand {
    right: 0px;
}

#sidenav {
    height: 100vh;
    width: 250px;
    border-left: 1px solid #eeeeee;
    background-color: #ffffff;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: -185px;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

#sidenav .tab-content a {
    width: 100%;
}

div#member-sidenav .tab-content a {
    display: flex;
    justify-content: space-evenly;
    height: 45px;
    margin-bottom: 10px;
}

#sidenav .best-user, div#member-sidenav .best-user {
    width: 100%;
    text-align: center;
    font-size: 12px;

    overflow: hidden;
    font-weight: 300;
    border-top: 1px solid #efefef;
}

#sidenav .best-user a.current::before, div#member-sidenav .best-user a.current::before {
    content: " ";
    width: 18px;
    height: 18px;
    position: absolute;
    z-index: 1;
    bottom: 35px;
    left: 45px;
    background-image: url(/wp-content/uploads/2023/11/star.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90% auto;
}

#sidenav .tab-content, div#member-sidenav .tab-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

a#member-button {
    background: url(/wp-content/uploads/2023/11/forum-member.png);
    background-size: 35px auto;
    height: 35px;
    width: 35px;
    background-repeat: no-repeat;
    z-index: 99999999;
    bottom: 20px;
    right: -40px;
    position: fixed;
    color: #fff;
    text-align: center;
}

.sidemember-container.is-visible {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 55%), 0 2px 10px 0 rgb(0 0 0 / 50%);
}

.sidemember-container {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 999999;
    left: 10%;
    background: #fff;
    top: 17%;
    bottom: 0;
    width: 80%;
    height: 63vh;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

div#member-sidenav a#sidenav-button {

    margin-left: 20px;
    background-image: url(/wp-content/uploads/2023/10/slidenav-menu-expanded.png);
    background-size: 26% auto;
    background-repeat: no-repeat;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-left: 5rem !important;
    margin-top: 1rem !important;
}

.espace_client a {
    color: #000;
    font-family: 'Barlow';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.espace_client a:hover {
    color: #529703;
}

.entry-meta p span, .entry-content p span {
    background: #fff !important;
    font-size: 15px !important;
    font-family: 'Barlow' !important;

    line-height: 20px !important;
    text-align: justify;
}

.entry-meta p strong, .entry-content p strong {
    background: #fff !important;
    font-size: 15px !important;
    font-family: 'Barlow' !important;

    line-height: 20px !important;
    text-align: justify;
}

@media (max-width: 992px) {
    nav.header_ancs .container-fluid {
        display: flex;
        flex-direction: row-reverse;
        width: 100%;
        margin-left: 0px;
    }


}

@media (max-width: 550px) {
    .sidemember-container {
        left: 10% !important;
        background: #fff;
        top: 0 !important;
        bottom: 0;
        width: 90% !important;
        height: auto !important;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        overflow-y: scroll;
    }

    #sidenav.sidenav-expand ol, div#member-sidenav ol {
        margin: 0 0 0 20px !important;
    }

    div#member-sidenav .tab-content a {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 10px;
        padding-left: 8px;
    }

    .content_member .liste_users .user-info {
        padding-right: 13px;
    }

    .content_member .liste_users li {
        margin: 16px 5px;
    }
}

@media (min-width: 550px) and (max-width: 767px) {
    .sidemember-container {
        left: 50% !important;
        background: #fff;
        top: 0;
        bottom: 0;
        width: 50% !important;
        height: auto;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        overflow-y: scroll;
    }

    div#member-sidenav .tab-content a {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 10px;
        padding-left: 8px;
    }

    .content_member .liste_users .user-info {
        padding-right: 13px;
    }

    .content_member .liste_users li {
        margin: 16px 5px;
    }
}

@media (max-width: 768px) {
    nav.header_ancs .container-fluid {
        display: flex;
        flex-direction: row-reverse;
        /*width: calc(100% - 140px);*/
        margin-left: 0px;
    }

    nav.header_ancs a.navbar-brand {
        display: block !important;
        margin: 0 auto !important;
    }

    body {
        background: #fff;
        width: 100%;
        /*overflow-y: scroll;*/
    }

    #sidenav {
        opacity: 0;
    }

}

a.link_footer {
    color: #2142B3 !important;
}

a.link_footer:hover {
    color: #2142B3 !important;
    text-decoration: underline !important;
}

#sidenav ol {
    list-style: none;
    padding-left: 0;
    margin: 0 0 1rem 0rem;
}

#sidenav.sidenav-expand ol {
    padding-left: 0;
    font-family: 'Barlow';
    margin: 0 0 0.5rem 2.5rem;
    list-style: decimal;
}

#sidenav.sidenav-expand ol, div#member-sidenav ol {
    padding-left: 0;
    font-family: 'Barlow';
    margin: 0 0 0.5rem 3.5rem;
    list-style: decimal;
    width: 100%;
}

#sidenav .liste_users .d-flex.flex-column.align-items-start {
    height: 35px !important;
}

#sidenav.sidenav-expand ol li, div#member-sidenav ol li {
    margin-bottom: 5px;
    height: 50px;
}

#sidenav .tab-content a span.nbre_msg img.img_msg, div#member-sidenav .tab-content a span.nbre_msg img.img_msg {
    width: 12px;
    height: 11px;
    margin-left: 5px;
    margin-right: 5px;
}

#sidenav .tab-content a span.nbre_msg, div#member-sidenav .tab-content a span.nbre_msg {
    font-size: 10px;
    font-family: 'Barlow';
    font-weight: 400;
    line-height: 18px;
}

#sidenav .menu_sidenav {
    height: 10%;
}

#sidenav .content_sidenav {
    height: 90%;
}

#sidenav .liste_users {
    margin-top: -30px;
}

.newsletter .newsletter-group {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

a.page-numbers, span.prev-link a, span.prev-link em {
    border: 1px solid #D9D9D9;
    padding: 5px 12px;
    color: #000 !important;
    margin: 5px;
}

span.page-numbers.current {
    background: #2142B3;
    color: #fff !important;
    margin: 5px;
    border: 1px solid #D9D9D9;
    padding: 5px 12px;
    box-shadow: 0px 0px 15px 0px #00000040;
}

.espace_client {
    margin-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#mail_header .popup-content {
    background-color: #F9F8F6;
    margin: auto;
    padding: 28px 26px;
    width: 33%;
    height: 60%;
    border-radius: 50px;
    box-shadow: 0px 0px 32px 0px #252D3533;
}

@media (min-width: 1500px) {
    #mail_header .popup-content {
        padding: 28px 26px;
        width: 25%;
        height: 38%;
    }
}

@media (max-width: 991px) {
    #mail_header .popup-content {
        width: 60%;
        height: 70%;
    }
}

@media (max-width: 550px) {
    #mail_header .popup-content {
        margin: auto;
        padding: 15px !important;
        width: 90% !important;
        height: auto !important;
        position: relative;
        left: -3px;
    }

    div#mail_header .contenu_newsletter {
        margin-top: -2rem;
        padding: 1rem 0rem;
    }
}

#mail_header .popup-container.is-visible {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

#mail_header .popup-container {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    bottom: 0;
    width: 102%;
    height: 100%;
    background: #00000080;
    display: flex;
    align-items: center;
}

#mail_header .popup-link a {
    transition: all 300ms linear 0ms;
    display: inline-block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    outline: none;
    white-space: nowrap;
    text-transform: capitalize;
    letter-spacing: -0.03em;
    background: rgba(0, 0, 0, 0);
    color: #000;
    font-size: 16px;
    line-height: 1.8125rem;
    font-weight: 500;
    font-family: 'Century Gothic';
    text-decoration: none;
}

#mail_header .popup-content a.close {
    color: #8A8A8A;
    float: right;
    font-size: 28px;
    font-weight: 700;
    background: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

#mail_header .newsletter_header .abonnez_vous {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#mail_header .contenu_newsletter h2, form#sib_signup_form_2 p.sib-alert-message-success {
    line-height: 26px;
    color: #9DD45F !important;
    font-size: 18px;
    font-family: 'Barlow';
    font-weight: 600;
    text-align: center;
    background: none !important;
    border: none !important;
}

,
form#sib_signup_form_2 p.sib-alert-message-success {
    display: block !important;
}

#mail_header .contenu_newsletter h2 {
    margin-bottom: 19px;
}

div#mail_header form#sib_signup_form_2 .newsletter-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}

div#mail_header form#sib_signup_form_2 .newsletter-group input[type="email"] {
    background: #fff;
    font-size: 15px;
    line-height: normal;
    border-radius: 48px 0px 0px 48px;
    border: 1px solid #9DD45F;
    height: 45px;
    width: 100%;
}

div#mail_header form#sib_signup_form_2 .newsletter-group input[type="submit"] {

    background: #9DD45F;
    font-size: 15px;
    line-height: 12px;
    border-radius: 0px 48px 48px 0px;
    border: 1px solid #9DD45F;
    height: 45px;
    margin: 0px 0 5px 0;
    color: #fff;
    width: 50%;
}

div#mail_header .contenu_newsletter {
    margin-top: -2rem;
    padding: 1rem 1rem;
}

.sib_signup_form.sib_processing .newsletter-group {
    display: none;
}

.bbp-user-page form#bbp-your-profile .acf-hidden, .bbp-user-page form#bbp-your-profile table.form-table {
    display: none !important;
}

.bbp-user-page form#bbp-your-profile h2 {
    display: none;
}

#bbpress-forums #bbp-user-wrapper h2.entry-title {
    display: block !important;
    font-size: 1.4em;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 0;
    clear: none;
}

form#bbp-your-profile h2 {
    font-size: 1.4em;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 0;
    clear: none;
}

.espace_client img.avatar.avatar-32.photo {
    display: block;
    height: auto;
    border-radius: 30px;
    filter: grayscale(100%);
    width: 32px;
    float: left;
    margin-right: 15px;
}

.page_lostpassword .actuelle h3:after {
    border-bottom: 1px solid #D9D9D9;
    content: "";
    width: 70%;
    height: 100%;
    left: 200px;
    top: -19px;
    position: absolute;
}

.block_login h5.h1-blue {
    font-family: 'Barlow';
    font-weight: 600;
}

.block_login .Contenu p {
    font-family: 'Barlow';
    font-weight: 400;
    line-height: normal;
}


ul.tml-links {
    width: 100%;
    margin-left: 5px !important;
    padding-left: 0px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    list-style: none;
}

ul.tml-links li a {
    color: #1A95C9;
    text-decoration: none;
    font-family: 'Barlow';
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.tml-field-wrap.tml-submit-wrap {
    float: right;
    font-size: 14px;
    font-family: 'Barlow';
    font-weight: 500;
    margin-bottom: 0;
}

.tml-field-wrap.tml-submit-wrap button {
    margin: 5px;
    font-family: 'Barlow';
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #2142B3;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #2142B3;
    line-height: 3px;
}

label.tml-label {
    font-family: 'Barlow';
    font-weight: 600;
    margin-left: 10px !important;
}

.page_register input#user_login {
    margin-left: 10px !important;
    padding: 10px;
    width: 98%;
    font-family: 'Barlow';
    background: #F3F3F3;
    color: #666;
    border: 1px solid #ccc;
}

p#custom-message {
    color: #2142B3 !important;
}

span.adhesion {
    color: #FFF;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    height: 36px;
    padding: 10px 20px;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: auto;
}

.message {
    display: none;
}

.header_ancs .menu-menu-1-container ul li.current-menu-ancestor.current-menu-parent:hover {
    border-bottom: 1px solid #9DD45F;
}

.header_ancs .menu-menu-1-container ul li.current-menu-ancestor.current-menu-parent, .header_ancs .menu-menu-1-container ul li.current-menu-item {
    border-bottom: 1px solid #9DD45F;
}

.home .blog_evenem h2.date_event {
    width: fit-content;
    padding: 12px;
    border-radius: 5px;
    background-color: #9DD45F;
    color: #FFF;
    text-align: center;
    font-family: 'Barlow';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    top: -20px;
    left: 25px;
}

span.comments-link a {
    display: none;
}

span.edit-link a {
    display: none;
}

.left_contenu a.btn_nos_event button:hover, form a.btn_connexion button:hover, button.tml-button.btn_connexion.button:hover {
    background-color: #0d6efd !important;
    border: none !important;
    box-shadow: inset 0px 0px 1px 1px #0d6efd;
}

.left_contenu a.btn_pub button:hover {
    border: 1px solid #0d6efd;
    color: #0d6efd;
    box-shadow: inset 0px 0px 1px 1px #0d6efd;
    background: #fff;
}

form .lien a:hover {
    color: #0d6efd;
}

.input_recherche:hover {
    border: 1px solid #0d6efd;
}

.liste_users li a .user-info span.username {
    display: none;
}

.liste_users li a:hover .user-info span.username {
    display: none;
    opacity: 0;
    filter: none;
}

.liste_users li a:hover {
    border: 1px solid #529703;
}

#sidenav .tab-content a img:hover {
    filter: grayscale(0%);
    border: 1px solid #529703;

}

#sidenav .name:hover {
    color: #529703 !important;
}

.slider_actualite .item:hover {
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.25));
}

.lien_voir_actualite a:hover, li.text-right a:hover {
    color: #529703;
}

.lien_suite a:hover, span.title_offre a:hover, .lien_voir_offres a:hover {
    color: #529703;
    font-weight: 600;
}

.newsletter .newsletter-group button:hover, .newsletter-group button:hover, .newsletter-group input[type="submit"]:hover {
    background: #597836;
    color: #fff;
    border-color: #597836;
}

/* .abonnez_vous .sib_signup_box_inside_1 .newsletter-group input:hover, .newsletter-group input:hover {
    border: 1px solid #9DD45F !important;
} */

a.btn_connexion.button.pt-2.pb-2:hover {
    color: #2142B3;
    background: #fff;
    border: 1px solid #2142B3;
}

.col-12.col-md-7.contenu_valeur {
    color: #000;
    text-align: justify;
    font-family: Barlow;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

ul#sidebar-menu li a:hover, ul#sidebar_2_menu li a:hover, ul.listing_actus a.title-post:hover {
    color: #2142B3 !important;
    text-decoration: underline;
}

.page-template-page-actualites .left_contenu_actuelle a img:hover, .right_contenu_actuelle .blog .img_article a img:hover, .page_actualite .img_savoir img:hover {
    border: 1px solid #9DD45F;
    box-shadow: 0px 0px 15px 0px #00000040;
}

.bbp-search-form form#bbp-search-form input#bbp_search_submit:hover {
    background-color: #0d6efd !important;
    border: none !important;
    box-shadow: inset 0px 0px 1px 1px #0d6efd;
}

.bbp-search-form form#bbp-search-form input#bbp_search:hover, .page_contactez-nous .form_contact input:hover {
    border-color: #529703;
}

body {
    margin: 0 !important;
    font-family: 'Barlow';
}

span.cat-links {
    display: none;
}

.nav-links {
    font-family: 'Barlow';
}

/*.bbp-breadcrumb {
    display: none;
}*/
#bbpress-forums span.bbp-breadcrumb-sep, #bbpress-forums span.bbp-breadcrumb-current, #bbpress-forums a.bbp-breadcrumb-home,
#bbpress-forums a.bbp-breadcrumb-root, #bbpress-forums a.bbp-breadcrumb-search {
    display: none;
}

#bbpress-forums a#retour_bbp {
    border: none !important;
    box-shadow: inset 0px 0px 1px 1px #0d6efd;
    background-color: #2142B3;
    color: #FFF !important;
    text-align: center;
    font-family: Barlow;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    height: 36px !important;
    padding: 8px 18px;
    text-decoration: none;
    margin-left: 0 !important;

}

.msg_newsletter a.link_connect {
    color: #9DD45F;
    text-decoration: none;
    font-weight: 600;
}

.bbp-pagination {
    margin-top: 20px;
}

/*.acf-field.acf-field-number.acf-field-6516a07a435f4, .acf-field.acf-field-text.acf-field-6516a0a9185c4 {
    display: none;
}*/
.tml.tml-register h2, #pass-strength-result {
    display: none;
}

/*.acf-field.acf-field-text.acf-field-6516a116503fe {
    display: none;
}*/
.tml .tml-field {
    margin-left: 10px;
    padding: 10px;
    width: 98%;
    font-family: 'Barlow';
    background: #F3F3F3;
    color: #666;
    border: 1px solid #ccc;
}

.tml.tml-login .lien {
    position: relative;
    margin-bottom: 15px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    width: 100%;
}

ul.tml-links {
    width: 100%;
    margin-left: -5px !important;
    padding-left: 0px;
}

.tml.tml-login {
    width: 100%;
}

.tml-field-wrap.tml-rememberme-wrap {
    margin-bottom: 0;
}

input.checkbox-rgpd {
    margin-right: 8px;
}

label.label-rgpd.pl-0 {
    font-size: 14px !important;
    font-family: 'Barlow' !important;
}

#email_newsletter:focus {
    outline: none !important;
    color: #D2D2D2 !important;
    border: 1px solid #D2D2D2 !important;
}

.wpcf7-response-output {
    font-family: 'Barlow';
}

.authentification span {
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 50px;
    font-size: 18px;
    font-family: 'Barlow';
    line-height: 40px;
}

.msg_forum {

    font-size: 16px;
    font-family: 'Barlow';
    line-height: 20px;
    font-weight: 500;
}

.msg_newsletter {
    font-size: 18px;
    font-family: 'Barlow';
    line-height: 35px;
    padding: 50px 30px;
}

.hide-actus-a-lune .content #actus_a_lune {
    display: none !important;
}

.page_recherche .entry-summary {
    margin: 8px 0;
    font-family: 'Barlow';
    line-height: normal;
    font-size: 14px;
}

.description_detail_forum .row.pt-3 {
    font-family: 'Barlow';
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}

.custom_msg span {
    text-decoration: none;
    font-family: 'Barlow';
    line-height: normal;
    font-size: 21px;
    padding: 15px;
    border: 1px solid #597836;
    display: inline-block;
    margin: 0 7px;
    text-align: center;
}

.custom_msg span a.link_connect {
    color: #9DD45F;
    text-decoration: none;
    font-weight: 600;
}

.offre_emploi a#btn_postuler {
    display: none;
}

.page-template-approval-management {

}

.wrap h1 {
    display: none;
}

.page_events div#compte h3:after {
    border-bottom: 1px solid #D9D9D9;
    content: "";
    width: 55%;
    height: 100%;
    left: 300px;
    top: -19px;
    position: absolute;
}

form#sib_signup_form_1 .sib-default-btn {
    background-color: #9DD45F !important;
    color: #FFF !important;
    font-family: 'Barlow' !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
    height: 48px !important;
    padding: 0px 48px !important;
    width: 37% !important;
    border-radius: 0 5px 5px 0 !important;
}

form#sib_signup_form_1 input#email_newsletter {
    height: 48px;
    background-color: transparent;
    border: 1px solid #D2D2D2 !important;
    padding-left: 13px;
    border-right: 0 !important;
    border-radius: 5px 0 0 5px;

}

form#sib_signup_form_1 .newsletter-group_side {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    flex-direction: row;
    align-items: stretch;
    align-content: center;
}

@media (max-width: 500px) {
    body {
        background: #fff;
        width: 100%;
        overflow-y: scroll;
    }

    #sidenav {
        opacity: 0;
    }

    nav.header_ancs a.navbar-brand {
        display: block !important;
        margin: 0 auto !important;
    }
}

.page_detail_event .info_event_detail .img_detail_event img {
    width: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    max-height: 400px;
}

@media (max-width: 650px) {
    .event-template-default .info_evenement.d-flex {
        display: block !important;
    }

    .event-template-default .info_evenement h4,
    .event-template-default .info_evenement p {
        width: 100% !important;
        text-align: left;
        float: left;
        display: block;
    }
}

.content_member {
    margin-top: -5%;
    margin-left: 5%;
}

.form-table > tbody > .acf-field {
    display: block;
}

.bbp-user-edit tr.acf-field.acf-field-checkbox.acf-field-6516a116503fe.user-status, .bbp-user-edit h2, .bbp-user-edit table.form-table {
    display: none;
}

.acf-user-register-fields.acf-fields.-clear {
    display: none !important;
}


/* Add custom image to the login form label */
.tml.tml-login .tml-field-wrap.tml-log-wrap label, .tml.tml-login .tml-pwd-wrap label.tml-label {
    display: none; /* Hide the original label */
}

.tml.tml-login .tml-field-wrap.tml-log-wrap:before {
    content: url('/wp-content/uploads/2023/10/identifiant.png');
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}

.tml.tml-login .tml-field-wrap.tml-pwd-wrap:before {
    content: url('/wp-content/uploads/2023/10/pwd.png');
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}

.bbpress #bbpress-forums #bbp-user-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    padding: 25px 0px;
}

.bbpress div#bbp-single-user-details {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    width: 50% !important;
    margin-left: -80px !important;
}

.bbpress #bbpress-forums #bbp-user-body {
    margin-left: -45px;
    width: 50% !important;
    margin-top: 5%;
    padding: 15px;
}

.bbpress #bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
    border: none;
    padding: 0;
    margin: 0 0 20px;
    width: 50px;
    display: block;
    margin-left: 15px;
    height: auto;
    border-radius: 30px;
    filter: grayscale(100%);
    float: left;
}

.bbpress #bbpress-forums #bbp-single-user-details #bbp-user-avatar {
    margin: 0;
    width: 50px;
    border-left: 2px solid #D2D2D2;
    /*height: 100vh;*/
}

.bbp-user-edit .bbpress div#bbpress-forums, .bbp-user-page .bbpress div#bbpress-forums {
    background: #BDBDBD;
}

.bbpress #bbpress-forums #bbp-user-wrapper h2.entry-title {
    color: #2142B3;
    text-transform: capitalize;
    font-size: 20px;
    font-family: 'Barlow';
    line-height: 25px;
    font-weight: 500;
    margin-left: -5%;
    margin-top: -5%;
    position: absolute;
}

.bbpress .bbp-user-section {
    padding: 29px 10px;
    margin-left: -30%;
}

.bbpress #bbpress-forums .bbp-user-section h3 {
    font-size: 18px;
    font-family: 'Barlow';
    line-height: 25px;
    font-weight: 500;
}

.bbpress #bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a:after {
    content: '';
    width: 2px;
    height: 24px;
    background: #2142B3;
    position: absolute;
    right: 68.5% !important;
}

.bbpress #bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
    color: #8A8A8A;
    font-family: 'Barlow';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
}

button#bbp_user_edit_submit {
    background-color: #2142B3;
    color: #fff;
    font-family: 'Barlow';
}

#bbpress-forums {
    font-size: 14px;
    font-family: 'Barlow';
    background: #eee !important;
    padding-top: 15px;
}

#bbpress-forums #bbp-your-profile fieldset input, #bbpress-forums #bbp-your-profile fieldset textarea {
    margin-bottom: 0;
    width: 60%;
    background-color: #f9f9f9;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #979494;
}

#bbpress-forums #bbp-user-wrapper fieldset.bbp-form, #bbpress-forums #bbp-user-wrapper ul.bbp-forums, #bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic, #bbpress-forums #bbp-user-wrapper ul.bbp-replies, #bbpress-forums #bbp-user-wrapper ul.bbp-topics {
    clear: none;
    border: 1px solid #979494;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
    background: transparent !important;
    color: #2142B3 !important;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation {
    margin-top: 5%;
}

span.bbp-user-engagements-created-link {
    display: none;
}

a.text_actus {
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 15px;
    color: #1A95C9 !important;
    text-decoration: underline !important;
}

.wpfd-upload-form {
    margin: 0 0 1.5em 3em !important;
}

#et-boc .wpfd-content-tree ul li.ext a, .wpfd-content-tree ul li.ext a {
    color: #1A95C9 !important;
    font-family: 'Barlow' !important;
    font-size: 15px;
    line-height: 18px !important;
    font-weight: 400 !important;
}

i.wpfd-file.ext.ext-png.wpfd-icon-set-svg, i.wpfd-file.ext.ext-pdf.wpfd-icon-set-svg {
    width: 15px !important;
    height: 15px !important;
    background-size: 100%;
}

.wpfd-content > ul > li.directory.open li.directory.open.expanded a.catlink span {
    font-weight: 500 !important;
}

.wpfd-content > ul > li.directory.open li.directory.open.expanded ul li a.wpfd-file-link {
    color: #1A95C9 !important;
    font-family: 'Barlow' !important;
    font-size: 15px;
    line-height: 18px !important;
    font-weight: 400 !important;
}

.wpfd-content > ul > li.directory.open li.directory.open.expanded ul li.ext.png {
    padding-left: 70px;
}

.wpfd-content-tree ul li.directory a.catlink {
    height: 30px !important;
}


.reseaux-sociaux {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ss-inline-share-wrapper {
    display: block;
    margin: 0 !important;
    clear: both;
}

#ss-sticky-bar.ss-as-inline-sticky-bar .ss-inline-share-wrapper.ss-small-icons .ss-social-icons-container > li > a, .ss-inline-share-wrapper.ss-small-icons .ss-social-icons-container > li > a {
    width: 116px !important;
    height: 25px !important;
    border-radius: 3px;
}

#ss-floating-bar.ss-small-icons .ss-social-icons-container > li > .ss-ss-on-media-button svg, #ss-floating-bar.ss-small-icons .ss-social-icons-container > li > a svg, #ss-share-hub.ss-small-icons .ss-social-icons-container > li > .ss-ss-on-media-button svg, #ss-share-hub.ss-small-icons .ss-social-icons-container > li > a svg, #ss-sticky-bar.ss-small-icons .ss-social-icons-container > li > .ss-ss-on-media-button svg, #ss-sticky-bar.ss-small-icons .ss-social-icons-container > li > a svg, .ss-inline-share-wrapper.ss-small-icons .ss-social-icons-container > li > .ss-ss-on-media-button svg, .ss-inline-share-wrapper.ss-small-icons .ss-social-icons-container > li > a svg, .ss-on-media-wrapper.ss-small-icons .ss-social-icons-container > li > .ss-ss-on-media-button svg, .ss-on-media-wrapper.ss-small-icons .ss-social-icons-container > li > a svg {
    height: 22px !important;

}

#ss-sticky-bar.ss-as-inline-sticky-bar .ss-inline-share-wrapper.ss-small-icons .ss-social-icons-container > li > a .ss-network-icon, .ss-inline-share-wrapper.ss-small-icons .ss-social-icons-container > li > a .ss-network-icon {
    min-width: 20px !important;
    width: 20px !important;
    height: 22px !important;
    border-radius: 3px;
    margin-left: 2px;
}

.ss-inline-share-wrapper .ss-social-icons-container > li > a, .ss-inline-share-wrapper .ss-share-network-content span {


    font-family: 'Barlow' !important;
    font-size: 14px !important;
    line-height: 16px !important;
    font-weight: 400 !important;
}


.ss-inline-share-wrapper .ss-social-icons-container > li > a.ss-twitter-color {
    background-color: transparent;
    border: 1px solid #000 !important;
    color: black !important;
}

.ss-inline-share-wrapper .ss-social-icons-container > li > a.ss-twitter-color svg.ss-svg-icon {
    background: #000 !important;
    color: #fff !important;
}

.ss-inline-share-wrapper .ss-social-icons-container > li > a.ss-facebook-color {
    background-color: #007AB7;
}

.ss-inline-share-wrapper .ss-social-icons-container > li > a.ss-facebook-color svg.ss-svg-icon {
    background-color: #fff !important;
    color: #007AB7 !important;
    border-radius: 0 !important;
    border: 1px solid;
}

html, body {
    overflow-x: hidden;
}

li.accordion-item.active-archive .accordion-header {
    color: #2142b3;
    text-decoration: underline;
}

li.accordion-item.active-archive p.active-archive {
    display: block;
}

li.accordion-item.active-archive p.active-archive a.active-archive {
    color: #2142b3;
    text-decoration: underline;
}


button.tml-button.tml-button-dismiss {
    display: none;
}

#custom-message-user {
    padding-bottom: 20px;
}

#custom-message-user ul {
    padding-top: 10px;
}

@media (max-width: 767px) {
    .blog_evenem h2 {
        font-size: 35px !important;
    }
}

.add-topic {
    background-color: #2142B3;
    color: #FFF;
    text-align: center;
    font-family: 'Barlow', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    border-radius: 0;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    padding: 11px 20px;
    margin-left: 15px;
}

.add-topic:hover,
.add-topic:focus,
.add-topic:active,
.add-topic:visited {
    background-color: #2142B3;
    color: #FFF;
    text-decoration: none;
}
