/*!
Theme Name: SUD éducation - syndicats (thème parent)
Theme URI: http://underscores.me/
Author: ALD.BZH
Author URI: https://ald.bzh
Description: Thème des sites de syndicats de la fédération SUD éducation.
Version: 1.0.0
Text Domain: sudeducation

sudeducation est basé sur Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores est distribué en GNU GPL v2 ou plus récente.

La normalisation des styles a été gérée grâce à l'apport du travail de
Nicolas Gallagher et Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
	
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

#Généralités
#Header et nav
	##primary-menu
#Contenu
	##card-infos_epinglees
	##card-hero
	##metiers
	##card-communiques
	##card-tracts
	##card-guides
	##article
	##entry-header
	##entry-content
	##entry-footer
	##card-downloadable
	##card-communiques footer-style
	##tagging
#Accès par métiers
#Annuaire
#Search
	##card-search
	##tagging-search
	##nav
#Footer
	##nav-socials
	##footer-navigation
#@media

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

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

/*! normalize.css v8.0.0 | 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;
}

/**
 * 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 {
	-webkit-box-sizing: content-box;
	        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 {
	-webkit-box-sizing: border-box;
	        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"] {
	-webkit-box-sizing: border-box;
	        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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #000000;
	font-family: "OpenSans", sans-serif;
	font-size: 15px;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/* 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 {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

body {
	background: #fff;
}

hr {
	background-color: #C9C9C9;
	border: 0;
	height: 1px;
	margin: calc( 1em / 3 * 4) 0;
}

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

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

figure {
	margin: 1em 0;
}

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

/*--------------------------------------------------------------
# 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);
	font-size: 14px;
	font-size: 0.75rem;
	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%;
}

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

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	        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: -webkit-box;
		display: -ms-flexbox;
		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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 50%;
	        flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 50%;
	        flex: 1 0 50%;
}

/*--------------------------------------------------------------
# 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;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        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: 14px;
	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 {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

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

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

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
	width: 100%;
}

.wp-audio-shortcode {
	width: 100% !important;
}

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

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

.gallery-item img {
	-webkit-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}
.gallery-item:hover img {
	-webkit-filter: brightness(0.8);
	        filter: brightness(0.8);
	-webkit-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}














/*-------------------------------------------------------------------------------------*/
/*Généralités*/

@font-face {
    font-family: 'OpenSans';
	font-display: block;
    src: url('fonts/OpenSans-Light-webfont.woff2') format('woff2'),
		url('fonts/OpenSans-Light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
	font-display: block;
    src: url('fonts/OpenSans-LightItalic-webfont.woff2') format('woff2'),
		url('fonts/OpenSans-LightItalic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'OpenSans';
	font-display: block;
    src: url('fonts/OpenSans-Regular-webfont.woff2') format('woff2'),
		url('fonts/OpenSans-Regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
	font-display: block;
    src: url('fonts/OpenSans-Italic-webfont.woff2') format('woff2'),
		url('fonts/OpenSans-Italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'OpenSans';
	font-display: block;
    src: url('fonts/OpenSans-Semibold-webfont.woff2') format('woff2'),
		url('fonts/OpenSans-Semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
	font-display: block;
    src: url('fonts/OpenSans-SemiboldItalic-webfont.woff2') format('woff2'),
		('fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'OpenSans';
	font-display: block;
    src: url('fonts/OpenSans-Bold-webfont.woff2') format('woff2'),
		url('fonts/OpenSans-Bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
	font-display: block;
    src: url('fonts/OpenSans-BoldItalic-webfont.woff2') format('woff2'),
		url('fonts/OpenSans-BoldItalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Boogaloo';
	font-display: block;
    src: url('fonts/Boogaloo-Regular.woff2') format('woff2'),
		url('fonts/Boogaloo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
	font-display: block;
    src: url('fonts/Gotham-Black-Regular.woff2') format('woff2'),
		url('fonts/Gotham-Black-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
	font-display: block;
    src: url('fonts/Montserrat-ExtraLight.woff2') format('woff2'),
		url('fonts/Montserrat-ExtraLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
	font-display: block;
    src: url('fonts/Montserrat-ExtraLightItalic.woff2') format('woff2'),
		url('fonts/Montserrat-ExtraLightItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
	font-display: block;
    src: url('fonts/Montserrat-SemiBold.woff2') format('woff2'),
		url('fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
	font-display: block;
    src: url('fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'),
		url('fonts/Montserrat-SemiBoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}
:root {
	--ariane-light-grey: #F3F3F3;
	--guides-dark-grey: #454545;
	--hover-dark-grey: #242424;
}
.visually-hidden {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow: hidden;
}
.cursor-default {
	cursor: default;
}
.cursor-hand {
	cursor: pointer;
}
.print_infos {
	display: none;
}
.print-footer {
	display: none;
}
.margin-reset,
#colophon ul {
	margin: 0;
}
.padding-reset,
#colophon ul {
	padding: 0;
}
.ul-no-style,
#colophon ul {
	list-style: none !important;
}
.horizontal-flex,
#colophon ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.centered-text {
	text-align: center;
}
#page {
	min-height: calc(100vh - 275px);
	background-color: #ffffff;
}
#page,
.top-bottom-central-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	-webkit-box-shadow: 4px 0px 4px -4px rgba(0, 0, 0, 0.2), -4px 0px 4px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0px 4px -4px rgba(0, 0, 0, 0.2), -4px 0px 4px -4px rgba(0, 0, 0, 0.2);
}
.flex-1c {
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
}
.flex-1c .accordion,
.flex-1c .panel {
 -ms-flex: 0 1 100%;
 -webkit-box-flex: 0;
         flex: 0 1 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
        align-self: auto;
}
.flex-2c {
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
}
.flex-3c {
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
}
.flex-3c li,
.flex-3c section {
 -ms-flex: 0 1 calc( (100% / 3) - (40px / 3) );
 -webkit-box-flex: 0;
         flex: 0 1 calc( (100% / 3) - (40px / 3) );
}
body.page-id-700.logged-in li#wp-admin-bar-edit,
body.page-id-703.logged-in li#wp-admin-bar-edit,
body.page-id-705.logged-in li#wp-admin-bar-edit,
body.page-id-707.logged-in li#wp-admin-bar-edit,
body.page-id-110.logged-in li#wp-admin-bar-edit,
body.page-id-102.logged-in li#wp-admin-bar-edit,
/* body.page-id-362.logged-in li#wp-admin-bar-edit, */
body.blog.logged-in li#wp-admin-bar-edit,
body.page-id-508.logged-in li#wp-admin-bar-edit,
body.page-id-121.logged-in li#wp-admin-bar-edit,
body.page-id-122.logged-in li#wp-admin-bar-edit,
body.page-id-123.logged-in li#wp-admin-bar-edit,
body.page-id-124.logged-in li#wp-admin-bar-edit,
body.page-id-125.logged-in li#wp-admin-bar-edit,
body.logged-in #wp-admin-bar-comments,
body.logged-in #wp-admin-bar-new-infos_epinglees {
	display: none;
}




/*-------------------------------------------------------------------------------------*/
/*Header et nav*/

.custom-logo-link,
.custom-logo {
	display: block;
}
#basic-pre-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
#basic-pre-header a {
	text-decoration: none;
}
#sud-pre-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position:relative;
}
#sud-pre-header {
	z-index:10;
	height: 100%;
	font-family: "Boogaloo";
	font-size: 4rem;
	font-weight: 400;
	text-transform: uppercase;
}
#sud-pre-header svg {
	margin-left: 40px;
	-webkit-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out
}
#sud-pre-header:hover svg {
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out
}
#basic-pre-header #basic-pre-header-right {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
#basic-pre-header #basic-pre-header-right .logo-tagline {
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
}
#basic-pre-header #basic-pre-header-right a img {
	width: auto;
}
#basic-pre-header #basic-pre-header-right #sud-educ-intermediaire a img {
	height: calc(100% - 0.5rem);
}
#basic-pre-header #basic-pre-header-right #solidaires-pre-header,
#basic-pre-header #basic-pre-header-right #sud-educ-pre-header,
#basic-pre-header #basic-pre-header-right #sud-educ-intermediaire {
	margin-right: -0.5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 40px 100%);
	        clip-path: polygon(0 0, 100% 0, 100% 100%, 40px 100%);
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
#basic-pre-header #basic-pre-header-right #solidaires-pre-header:hover,
#basic-pre-header #basic-pre-header-right #sud-educ-pre-header:hover,
#basic-pre-header #basic-pre-header-right #sud-educ-intermediaire:hover {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-right: 110px;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#basic-pre-header #basic-pre-header-right #solidaires-pre-header {
	padding-right: 40px;
	background-color: #1d1d1d;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-box-shadow: inset 0px 0 0 #da2e84;
	        box-shadow: inset 0px 0 0 #da2e84;
}
#basic-pre-header #basic-pre-header-right #solidaires-pre-header:hover {
	background-color: #000000;
	-webkit-box-shadow: inset -60px 0 0 #da2e84;
	        box-shadow: inset -60px 0 0 #da2e84;
}
#basic-pre-header #basic-pre-header-right #solidaires-pre-header .logo-tagline {
	color: #ffffff;
}
#basic-pre-header #basic-pre-header-right #sud-educ-pre-header {
	padding-right: 40px;
	background-color: #F3F3F3;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-box-shadow: inset 0px 0 0 #d70000;
	        box-shadow: inset 0px 0 0 #d70000;
}
#basic-pre-header #basic-pre-header-right #sud-educ-pre-header:hover {
	background-color: #ffffff;
	-webkit-box-shadow: inset -60px 0 0 #d70000;
	        box-shadow: inset -60px 0 0 #d70000;
}
#basic-pre-header #basic-pre-header-right #sud-educ-pre-header:hover + #sud-educ-intermediaire {
	background-color: #b90000;
}
#basic-pre-header #basic-pre-header-right #sud-educ-pre-header .logo-tagline {
	color: #1d1d1d;
}
#basic-pre-header #basic-pre-header-right #sud-educ-intermediaire {
	height: calc(100% / 3);
	padding-right: 40px;
	background-color: #d70000;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-box-shadow: inset 0px 0 0 #000000;
	        box-shadow: inset 0px 0 0 #000000;
}
#basic-pre-header #basic-pre-header-right #sud-educ-intermediaire:hover {
	background-color: #ea0000;
	-webkit-box-shadow: inset -60px 0 0 #000000;
	        box-shadow: inset -60px 0 0 #000000;
}
#basic-pre-header #basic-pre-header-right #sud-educ-intermediaire .logo-tagline {
	color: #1d1d1d;
	font-size: 0.5rem;
}
.desktop-logo {
	display: block;
}
.mobile-logo {
	display: none;
}

/*--------------------------------------*/
/*primary-menu*/

#menu-item-1179 {
	display: none;
}
#primary-navigation-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
#primary-menu {
	background-color: #1D1D1D;
	padding: 0 40px;
}
#primary-menu a {
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	margin-right: calc(1rem / 6 * 15);
	line-height: 1.25rem;
}
#primary-menu > li.menu-item > a {
	padding: 20px 0;
	-webkit-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}
#primary-menu > li.menu-item:hover > a,
#primary-menu > li.menu-item.current-menu-ancestor > a,
#primary-menu > li.menu-item.current-page-ancestor > a,
#primary-menu li.current-menu-item > a {
	-webkit-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
	background: -o-linear-gradient(top, transparent calc(100% - 2px), #ffffff 2px);
	background: linear-gradient(to bottom, transparent calc(100% - 2px), #ffffff 2px);
	margin-top: -2px;
	padding-bottom: 2px;
}
#primary-menu ul.sub-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background-color: var(--hover-dark-grey);
	float: none;
	margin-left: -20px;
	border-bottom: 2px solid #ffffff;
	-webkit-box-shadow: unset;
	        box-shadow: unset;
}
#primary-menu ul.sub-menu li ul.sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: var(--hover-dark-grey);
    float: none;
    margin-left: calc(100% - 20px);
    border-bottom: 2px solid #ffffff;
    -webkit-box-shadow: unset;
            box-shadow: unset;
}
#primary-menu ul.sub-menu li.menu-item {
	padding: 10px 20px;
}
#primary-menu ul.sub-menu li.menu-item:hover {
	background-color: var(--guides-dark-grey);
}
#primary-menu ul.sub-menu li.menu-item a {
	text-transform: unset;
	font-weight: 400;
}
#primary-menu ul.sub-menu > li.menu-item.current-page-ancestor:not(.current-post-parent) > a,
#primary-menu ul.sub-menu > li.menu-item.current-menu-ancestor:not(.current-post-parent) > a,
#primary-menu ul.sub-menu > li.menu-item.current-menu-parent:not(.current-post-parent) > a,
#primary-menu ul.sub-menu li.menu-item.current-menu-item:not(.current-post-parent) > a {
	text-decoration: underline;
	background: none;
	margin-top: 0;
	padding-bottom: 0;
}
#primary-menu ul.sub-menu > li.menu-item.current-menu-parent:not(.current-post-parent) > a:after,
#primary-menu ul.sub-menu > li.menu-item.menu-item-has-children:not(.current-post-parent) > a:after {
	content: '\276F';
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 1.25rem;
}
#primary-navigation-wrapper .search-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #1d1d1d;
}
#primary-navigation-wrapper .search-wrap .change-width {
	background: none;
}
#primary-navigation-wrapper .search-wrap:hover .change-width {
	background: top 25px right 52px no-repeat url(icons/icon-search-dot.jpg)
}
#primary-navigation-wrapper .change-width {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: right;
	    -ms-flex-pack: right;
	        justify-content: right;
	position: relative;
	cursor: pointer;
	z-index: 100;
	padding: 18px 40px 20px 0;
}
#primary-navigation-wrapper .searchandfilter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 60px;
	width: 0;
	position: absolute;
	right: 75px;
	background-color: #1d1d1d;
	-webkit-transition: width 400ms ease;
	-webkit-transition: width 300ms ease-out;
	-o-transition: width 300ms ease-out;
	transition: width 300ms ease-out;
	z-index: 200;
}
#primary-navigation-wrapper .searchandfilter ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	list-style: none;
	line-height: 1;
}
#primary-navigation-wrapper .searchandfilter ul .sf-field-search {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
#primary-navigation-wrapper .searchandfilter ul .sf-field-search label {
	width: 100%;
	line-height: 1;
}
#primary-navigation-wrapper .searchandfilter .sf-input-text {
	height: 20px;
	width: 100%;
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: #ffffff;
	line-height: 1;
}
#primary-navigation-wrapper #change:checked + .searchandfilter {
	width: 1085px;
	right: 75px;
}
#primary-navigation-wrapper #change:checked + .searchandfilter .sf-input-text {
	padding: 0 0 0 5px;
}
#primary-navigation-wrapper #change {
	display: none;
}
#primary-navigation-wrapper #change:not(:checked) + .searchandfilter .sf-field-submit input[type=submit] {
	width: 0;
	opacity: 0;
	cursor: pointer;
	height: 20px;
	padding: 0 0;
	border: none;
	border-radius: 0;
	text-transform: uppercase;
	color: #ffffff;
	background-color: var(--guides-dark-grey);
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#primary-navigation-wrapper #change:checked + .searchandfilter .sf-field-submit input[type=submit] {
	width: auto;
	opacity: 1;
	cursor: pointer;
	height: 20px;
	padding: 0 10px;
	border: none;
	border-radius: 0;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#primary-navigation-wrapper #change:checked + .searchandfilter .sf-field-submit input[type=submit]:hover {
	background-color: var(--guides-dark-grey) !important;
	-webkit-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}




/*--------------------------------------*/
/*élections - éléments spécifiques*/

#header-elections {
	display: grid;
	width: 100%;
	align-content: center;
	position: relative;
	background-position:center;
	background-size: 100%;
	transition: background-size 2s ease-in-out;
}
#header-elections:before {
	content:'';
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: #d70000;
	top: 0;
	left: 0;
	z-index: 0;
	mix-blend-mode: darken;
}
#header-elections a {
	height: 100%;
	width: 100%;
	align-content: center;
	text-decoration: none;
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, auto);
	grid-template-rows: repeat(2, auto); 
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	justify-content: center;
	padding: 20px;
	background: rgb(215,0,0);
	background: -moz-radial-gradient(circle, rgba(215,0,0,1) 18%, rgba(215,0,0,0) 76%);
	background: -webkit-radial-gradient(circle, rgba(215,0,0,1) 18%, rgba(215,0,0,0) 76%);
	background: radial-gradient(circle, rgba(215,0,0,1) 18%, rgba(215,0,0,0) 76%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d70000",endColorstr="#d70000",GradientType=1); 
}
#header-elections a div.banniere-premiere-ligne {
	grid-area: 1 / 1 / 2 / 3;
	font-size: 1.2rem;
	line-height: 1rem;
	letter-spacing: -0.04em;
	display: block;
	justify-self: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 0 0 8px #d70000, 0 0 8px #d70000, 0 0 8px #d70000, 0 0 8px #d70000, 0 0 8px #d70000, 0 0 8px #d70000;
}
#header-elections a div.banniere-premiere-colonne {
	grid-area:  2 / 1 / 3 / 2;
	display: grid;
	grid-template-columns: repeat(3, auto);
	grid-template-rows: repeat(3, auto);
	grid-column-gap: 20px;
	grid-row-gap: 10px;
	justify-content: center;
}
#header-elections a div.banniere-deuxieme-ligne {
	grid-area: 1 / 1 / 2 / 4;
	justify-self: center;
}
#header-elections a div.banniere-premiere-sous-colonne,
#header-elections a div.banniere-deuxieme-sous-colonne {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: fit-content(100px) fit-content(100px);
	grid-row-gap: 10px; 
}
#header-elections a div.banniere-premiere-sous-colonne {
	grid-area: 2 / 1 / 4 / 2;
}
#header-elections a div.banniere-separateur {
	grid-area: 2 / 2 / 4 / 3;
} 
#header-elections a div.banniere-deuxieme-sous-colonne {
	grid-area: 2 / 3 / 4 / 4;
}
#header-elections a div.banniere-deuxieme-ligne{
	transform: scale(1);
	transition: all .4s ease-in-out;
}
#header-elections a:hover div.banniere-deuxieme-ligne{
	transform: scale(1.1);
	transition: all .3s ease-in-out;
}
#header-elections a div.banniere-deuxieme-ligne,
#header-elections a span.banniere-premiere-sous-colonne-deuxieme-ligne,
#header-elections a span.banniere-deuxieme-sous-colonne-deuxieme-ligne {
	font-size: 3.2rem;
	line-height: 2.5rem;
	letter-spacing: -0.04em;
	display: block;
	font-family: "Gotham", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #ffffff;
	padding: 0;
	text-shadow: 0 0 10px #d70000, 0 0 10px #d70000, 0 0 10px #d70000, 0 0 10px #d70000;
	margin-top: -4px;
}
#header-elections a span.banniere-premiere-sous-colonne-premiere-ligne,
#header-elections a span.banniere-deuxieme-sous-colonne-premiere-ligne {
	font-size: 1.2rem;
	line-height: 1.2rem;
	letter-spacing: -0.04em;
	display: block;
	font-family: "Gotham", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #2f2f2f;
	padding: 5px 10px;
}
#header-elections a span.banniere-premiere-sous-colonne-premiere-ligne {
	justify-self: end;
}
#header-elections a span.banniere-deuxieme-sous-colonne-premiere-ligne {
	justify-self: start;
}
#header-elections a div.banniere-separateur {
	background-color: white;
	width: 7px;
}
#header-elections a div.banniere-deuxieme-colonne {
	grid-area: 2 / 2 / 3 / 3;
	height: 120px;
	aspect-ratio: 1 / 1;
}
#header-elections a div.banniere-deuxieme-colonne img {
	transform: rotate(10deg) scale(1);
	transition: all .4s ease-in-out;
	border-radius: 50%;
}
#header-elections a:hover div.banniere-deuxieme-colonne img {
	transform: rotate(20deg) scale(1.1);
	transition: all .2s ease-in-out;
	transition-delay: 250ms;
	box-shadow: 0 0 5px #000000a8;
}




/*-------------------------------------------------------------------------------------*/
/*Contenu*/

#top-area {
	background-color: #ffffff;
}

.page-id-700 #top-area,
.page-id-705 #top-area,
.page-id-707 #top-area {
	margin-bottom: 40px;
}

.under-menu {
	background-color: var(--ariane-light-grey);
	padding: calc(1rem / 24 * 12) calc(1rem / 6 * 15);
}
#breadcrumbs .horizontal-flex {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#breadcrumbs li,
#breadcrumbs span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#breadcrumbs span {
	margin-right: 5px;
}
#breadcrumbs a {
	text-decoration: none;
	color: #000;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
a.filters-item {
	padding: 0 calc(1rem / 4);
	border: 1px solid #000000;
	margin-left: calc(1rem / 24 * 15);
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	line-height: 0.6rem;
}
a.filters-item:hover,
a.filters-item-current {
	color: #ffffff;
	background-color: #000000;
}
.content-submenu-item {
	background-color: var(--ariane-light-grey);
}
.content-submenu-item:hover {
	background-color: #EAEAEA;
}
.content-submenu-item a {
	display: inline-block;
	width: 100%;
	padding: calc(1rem / 24 * 15);
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	line-height: 0.6rem;
}

/*--------------------------------------*/
/*card-infos_epinglees*/

.infos_epinglees_wrapper {
	padding: 40px 40px 0;
}
.card-infos_epinglees {
	position: relative;
	width: 100%;
	height: 190px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: var(--ariane-light-grey);
}
.card-infos_epinglees:hover {
	background-color: #EAEAEA;
}
.card-infos_epinglees ol,
.card-infos_epinglees li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.carousel__viewport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  scroll-behavior: smooth;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  overflow: hidden;
  height: 100%;
}
.carousel__slide {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}
.carousel__snapper {
	width: 100%;
	height: 100%;
	scroll-snap-align: center;
	scroll-snap-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
a.carousel__prev,
a.carousel__next {
	text-decoration: none;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
a.carousel__prev {
	padding: 0 60px 0 15px;
}
a.carousel__next {
	padding: 0 15px 0 60px;
}
a.carousel__prev span,
a.carousel__next span {
	display: block;
	height: 24px;
	width: 24px;
}
a.carousel__next:hover {
	background: -webkit-gradient(linear,  left top, right top,  from(rgba(0,0,0,0)),to(rgba(0,0,0,0.2)));
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
}
a.carousel__prev:hover {
	background: -webkit-gradient(linear,  left top, right top,  from(rgba(0,0,0,0.2)),to(rgba(0,0,0,0)));
	background: -o-linear-gradient(left,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
}
a.carousel__prev:hover span,
a.carousel__next:hover span {
	background: top 50% right 14px no-repeat url(icons/icon-next-dot.jpg);
}
a.carousel__prev span {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.card-infos_epinglees .carousel__slide:first-child .carousel__prev,
.card-infos_epinglees .carousel__slide:last-child .carousel__next {
	visibility: hidden;
}
a.infos_epinglees-block-link {
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
}
a.infos_epinglees-block-link h2 {
	font-family: "Boogaloo", sans-serif;
	display: inline;
	margin: 0;
	font-weight: 400;
	font-size: 2rem;
	line-height: 3.3rem;
	background-color: #2F2F2F;
	padding: 5px 10px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
a.infos_epinglees-block-link .etc {
	display: inline-block;
	height: calc((2rem / 7) * 6);
	max-height: calc((2rem / 7) * 6);
	vertical-align: middle;
	margin-bottom: calc((1rem / 6.5 ) * 2);
}
a.infos_epinglees-block-link .etc img {
	display: block;
	height: 100%;
	width: auto;
}
a.infos_epinglees-block-link .separator {
	margin: 0 5px;
}
a.infos_epinglees-block-link h3 {
	display: inline;
	margin: 0;
	background-color: #2F2F2F;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	font-size: 0.85rem;
	line-height: 0.85rem;
	font-weight: 600;
	background-color: #2F2F2F;
	padding: 1px 10px;
}

/*--------------------------------------*/
/*two_columns_wrapper*/

.two_columns_wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 40px calc((100% - 40px) / 3);
	grid-template-columns: 1fr calc((100% - 40px) / 3);
	grid-column-gap: 40px;
	padding: 40px;
}

#primary {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1 / span 2;
	max-width: 100%;
}

#secondary {
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-column: 3 / span 1;
	max-width: 360px;
}

/*--------------------------------------*/
/*Aside généralités*/

aside#main-secondary .widget:not(:first-child),
aside#secondary .widget:not(:first-child) {
	margin-top: calc( 1em / 3 * 4);
}
aside#main-secondary .widget:not(:last-child),
aside#secondary .widget:not(:last-child) {
    padding: 0 0 calc( 1em / 3 * 4);
	border-bottom: 1px solid #C9C9C9;
}
aside#main-secondary .widget,
aside#secondary .widget {
    margin: 0;
}
aside#main-secondary .widget-title,
aside#secondary .widget-title {
	margin-bottom: 20px;
	line-height: 1;
}
aside#main-secondary .widget-title a,
aside#secondary .widget-title a {
	height: 34px;
	line-height: 1;
}
aside#main-secondary ol,
aside#main-secondary ul,
aside#secondary ol,
aside#secondary ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
aside#main-secondary ol li,
aside#main-secondary ul li,
aside#secondary ol li,
aside#secondary ul li {
	margin-bottom: 5px;
}
aside#main-secondary ol li:last-child,
aside#main-secondary ul li:last-child,
aside#secondary ol li:last-child,
aside#secondary ul li:last-child {
	margin-bottom: 0;
}
aside#main-secondary ol li a:before,
aside#main-secondary ul li a:before,
aside#secondary ol li a:before,
aside#secondary ul li a:before {
	content: "›";
	display: inline-block;
	padding-right: 5px;
}
aside#main-secondary ol li a,
aside#main-secondary ul li a,
aside#secondary ol li a,
aside#secondary ul li a {
	color: #000;
}
aside#main-secondary .widget_rss ol li a,
aside#main-secondary .widget_rss ul li a,
aside#secondary .widget_rss ol li a,
aside#secondary .widget_rss ul li a {
	color: #000;
}

/*--------------------------------------*/
/*Adhésion*/

#adhesion-pre-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position:relative;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	/* padding-right: 40px; */
	text-decoration: none;
}
#adhesion-pre-header #adhesion-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
#adhesion-pre-header #adhesion-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	font-family: "Boogaloo";
	font-size: 1.4rem;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
}
#adhesion-pre-header #adhesion-text span {
	background-color: #1D1D1D;
	padding: 0 10px;
	margin-bottom: 2px;
}
#adhesion-pre-header #adhesion-text span:nth-of-type(2) {
	margin-bottom: 0;
}
#adhesion-pre-header #adhesion-img {
    position: relative;
	margin-right: 15px;
}
#adhesion-pre-header #adhesion-img #yellow-star {
	position: relative;
	z-index: 1;
	height: 65px;
	width: 65px;
}
#adhesion-pre-header #adhesion-img #megaphone {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}
#adhesion-pre-header:hover #yellow-star {
	-webkit-animation:rotate 1.5s 1;
	        animation:rotate 1.5s 1;
	-webkit-animation-timing-function: cubic-bezier(.1,0,.5,1);
	        animation-timing-function: cubic-bezier(.1,0,.5,1);
}
@-webkit-keyframes rotate {
    from { -webkit-transform: rotate(0deg) } 
    to { -webkit-transform: rotate(180deg) } 
}



/*--------------------------------------*/
/*Permanences*/

.widget_permanence p {
	margin-bottom: 0;
}
.widget_permanence a:visited {
	-webkit-text-decoration: underline #2f2f2f;
	        text-decoration: underline #2f2f2f;
	color: #2f2f2f !important;
}

/*--------------------------------------*/
/*Agenda*/

/* .widget_em_calendar { */
	/* color: #000; */
/* } */
.widget_em_calendar h2.widget-title {
	display: none;
}
.em.pixelbones {
	--font-family:"OpenSans", sans-serif, --font-size:1em;
	--font-weight: normal;
	--line-height: 1.5em;
	--date-color: #000;
}
/* .widget_em_calendar table.em-calendar { */
	/* margin: 0; */
	/* border-collapse: collapse; */
/* } */
/* .widget_em_calendar table.em-calendar thead tr td, */
/* .widget_em_calendar table.em-calendar tbody tr td { */
	/* padding: calc((100% / 28) + (33.4px / 14)) calc(100% / 28); */
	/* cursor: default; */
/* } */
/* .widget_em_calendar table.em-calendar thead { */
	/* border: 1px solid #000; */
/* } */
.em.em-calendar {
	border: 1px solid #000;
}
.em.em-calendar,
.em.em-calendar.size-medium,
.em.em-calendar.size-small {
	/* --header-border: 1px solid #000; */
	--header-background: none;
	--header-color: #000;
	--date-box-border: 0;
	--date-background: none;
}
.em.em-calendar .em-cal-nav,
.em.em-calendar.size-medium .em-cal-nav {
	/* border: 1px solid #000; */
	border-bottom: 1px solid #000;
	color: #000;
	margin: 0;
	padding: 20px;
}
.em.em-calendar.size-small .em-cal-nav {
	/* border: 1px solid #000; */
	border-bottom: 1px solid #000;
	color: #000;
	margin: 0;
	padding: 5px 10px;
}
.em.em-calendar .em-cal-nav input,
.em.em-calendar.size-medium .em-cal-nav input {
	color: #000;
}
.em.em-calendar.size-small .em-cal-nav input {
	color: #000;
	text-transform: uppercase;
	font-weight: 800;
}
.em.em-calendar .em-cal-nav .month.input,
.em.em-calendar.size-medium .em-cal-nav .month.input {
	margin: 0;
}
.em.em-calendar .em-cal-nav .month-nav .em-calnav.em-calnav-prev,
.em.em-calendar .em-cal-nav .month-nav .em-calnav.em-calnav-next {
	width: unset;
	height: unset;
}
.em.em-calendar .em-cal-nav .month-nav.input,
.em.em-calendar.size-medium .em-cal-nav .month-nav.input {
	display: grid;
	justify-items: center;
	align-items: center;
	grid-template-columns: 1fr auto 1fr;
	margin: 0;
}
.em.em-calendar.size-small .em-cal-nav .month-nav.input {
	display: grid;
	justify-items: center;
	align-items: center;
	grid-template-columns: 1fr 1fr;
}
.em.em-calendar .em-cal-head {
	border-radius: 0;
	font-weight: 800;
	cursor: default;
	border-bottom: 1px solid #000;
}
.em.em-calendar .em-cal-head > div {
	margin: 0;
	padding: 0;
	aspect-ratio: 1 / 1;
	display: grid;
	justify-content: center;
	align-content: center;
	border-right: 1px solid #000;
}
.em.em-calendar .em-cal-head > div:last-child {
	border-right: none;
}
.em.em-calendar .em-cal-body,
.em.em-calendar.size-medium .em-cal-body,
.em.em-calendar.size-small .em-cal-body {
	justify-items: center;
	align-items: center;
	border-right: none;
	border-bottom: none;
	font-weight: 500;
}
.em.em-calendar .em-cal-body .em-cal-day {
	border-top: none;
	border-left: none;
	aspect-ratio: 1 / 1;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.em.em-calendar .em-cal-body .em-cal-day .em-cal-day-date {
	justify-content: center;
}
.em.em-calendar.size-medium .em-cal-body .em-cal-day,
.em.em-calendar.size-small .em-cal-body .em-cal-day {
	text-align: center;
	display: grid;
	justify-items: center;
	align-items: center;
	border-top: none;
	border-left: none;
	aspect-ratio: 1 / 1;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.em.em-calendar .em-cal-body .em-cal-day:nth-of-type(7n),
.em.em-calendar.size-medium .em-cal-body .em-cal-day:nth-of-type(7n),
.em.em-calendar.size-small .em-cal-body .em-cal-day:nth-of-type(7n) {
	border-right: none;
}
.em.em-calendar .em-cal-body .em-cal-day:nth-last-child(-n+7),
.em.em-calendar.size-medium .em-cal-body .em-cal-day:nth-last-child(-n+7),
.em.em-calendar.size-small .em-cal-body .em-cal-day:nth-last-child(-n+7) {
	border-bottom: none;
}
.em.em-calendar .em-cal-body .em-cal-day .em-cal-day-date,
.em.em-calendar.size-medium .em-cal-body .em-cal-day .em-cal-day-date,
.em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-day-date {
	position: relative;
	display: grid;
	text-align: center;
	margin: 0;
	align-items: center;
}
.em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date a,
.em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date span {
	padding: 10px;
	width: unset;
	height: unset;
	font-size: 1em;
	display: block;
	border-radius: unset;
}
.eventless-pre,
.eventless-post,
.eventless-today,
.eventless {
	cursor: default;
}
.eventless-today {
	position: relative;
}
.eventless-today::before {
	content: '';
	background-color: transparent;
	height: 80%;
	width: 80%;
	position: absolute;
	top: 10%;
	left: 10%;
	border: 1px dotted #000;
	right: 10%;
	bottom: 10%;
}
.em.em-calendar:not(.size-medium):not(.size-small) .eventless-today::before {
	height: 90%;
	width: 90%;
	top: 5%;
	left: 5%;
	right: 5%;
	bottom: 5%;
}
.eventful-pre.em-cal-day,
.eventful-post.em-cal-day {
	background-color: #c4c4c4;
	font-weight: 600;
}
.eventful-pre.em-cal-day:hover,
.eventful-post.em-cal-day:hover {
	background-color: #d7d7d7;
}
.eventful-pre.em-cal-day .em-cal-day-date.em-cal-day-date a,
.eventful-post.em-cal-day .em-cal-day-date.em-cal-day-date a {
	color: #000 !important;
	font-weight: 500;
}
.eventful.em-cal-day {
	background-color: #000;
}
.eventful.em-cal-day:hover {
	background-color: #4f4f4f;
}
.eventful-today {
	position: relative;
}
.eventful-today:hover::before {
	background-color: #000;
}
.eventful-today::before {
	content: '';
	background-color: #555;
	height: 80%;
	width: 80%;
	position: absolute;
	top: 10%;
	left: 10%;
	border: 1px dotted #000;
	right: 10%;
	bottom: 10%;
}
.em.em-calendar:not(.size-medium):not(.size-small) .eventful-today::before {
	height: 90%;
	width: 90%;
	top: 5%;
	left: 5%;
	right: 5%;
	bottom: 5%;
}
.em.em-calendar .em-cal-body .em-cal-day.eventful-today .em-cal-day-date a {
	background: transparent !important;
	border: none !important;
}
.em.em-calendar .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored,
.em.em-calendar .em-cal-body .em-cal-day.eventful-post .em-cal-day-date.colored,
.em.em-calendar .em-cal-body .em-cal-day.eventful-pre .em-cal-day-date.colored,
.em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored,
.em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful-post .em-cal-day-date.colored,
.em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful-pre .em-cal-day-date.colored,
.em.em-calendar.size-small .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored,
.em.em-calendar.size-small .em-cal-body .em-cal-day.eventful-post .em-cal-day-date.colored,
.em.em-calendar.size-small .em-cal-body .em-cal-day.eventful-pre .em-cal-day-date.colored {
	--date-border: none;
}
.em.em-calendar .em-cal-body .eventful.em-cal-day .em-cal-day-date.em-cal-day-date a {
	color: #fff !important;
	font-weight: 700;
	padding: 5px;
}
.em.em-calendar:not(.size-medium):not(.size-small) .em-cal-body .eventful.em-cal-day .em-cal-day-date.em-cal-day-date a {
	padding: 5px 30px;
	width: auto;
	height: auto;
}
.em.em-calendar:not(.size-medium):not(.size-small) .em-cal-body.event-style-pill .em-cal-event > div {
	line-height: 1rem;
	width: calc(100% - 10px);
	left: 5px;
}


div.em-modal-popup.active div.em-event-categories,
div.em-modal-popup.active div.em-event-tags {
	display: none !important;
}


article.event section.em-item-header h3:before {
	display: none;
}
article.event section.em-item-header div.em-item-meta {
	gap: 10px !important;
}
article.event section.em-item-header div.em-item-meta-line {
	margin-top: 10px;
}
article.event section.em-item-header .em-item-taxonomies {
	display: none;
}




/* .widget_em_calendar table.em-calendar a.em-calnav  { */
	/* color: #000; */
	/* text-decoration: none; */
/* } */
/* .widget_em_calendar table.em-calendar thead, */
/* .widget_em_calendar table.em-calendar tbody tr.days-names { */
	/* text-transform: uppercase; */
/* } */
/* .widget_em_calendar table.em-calendar tbody tr td { */
	/* width: calc(356px / 7 ); */
	/* border: 1px solid #000; */
	/* cursor: default; */
/* } */
/* .widget_em_calendar table.em-calendar .eventful-pre, */
/* .widget_em_calendar table.em-calendar .eventful-post { */
    /* background-color: #f4f4f4; */
	/* font-weight: 600; */
/* } */
/* .widget_em_calendar table.em-calendar .eventful-pre:hover, */
/* .widget_em_calendar table.em-calendar .eventful-post:hover { */
	/* background-color: #e1e1e1; */
/* } */
/* .widget_em_calendar table.em-calendar .eventful-pre a, */
/* .widget_em_calendar table.em-calendar .eventful-post a { */
    /* color: #aaa; */
/* } */
/* .widget_em_calendar table.em-calendar .eventful-pre:hover a, */
/* .widget_em_calendar table.em-calendar .eventful-post:hover a { */
    /* color: #646464; */
/* } */
/* .widget_em_calendar table.em-calendar .eventful, */
/* .widget_em_calendar table.em-calendar .eventful-today { */
    /* background-color: #000; */
/* } */
/* .widget_em_calendar table.em-calendar .eventful-today { */
    /* position: relative; */
/* } */
/* .widget_em_calendar table.em-calendar .eventful:hover, */
/* .widget_em_calendar table.em-calendar .eventful-today:hover { */
    /* background-color: #4f4f4f; */
/* } */
/* .widget_em_calendar table.em-calendar td.eventful a, */
/* .widget_em_calendar table.em-calendar td.eventful-today a { */
    /* color: #fff; */
	/* font-weight: 600; */
/* } */
/* .widget_em_calendar table.em-calendar td.eventless-today { */
    /* background-color: transparent; */
	/* position: relative; */
/* } */
/* .widget_em_calendar table.em-calendar td.eventless-today::before { */
	/* content: ''; */
	/* background-color: transparent; */
	/* height: 80%; */
	/* width: 80%; */
	/* position: absolute; */
	/* top: 10%; */
	/* left: 10%; */
	/* border: 1px dotted #000; */
	/* right: 10%; */
	/* bottom: 10%; */
/* } */

/*--------------------------------------*/
/*RSS*/

aside#main-secondary .widget_rss,
aside#secondary .widget_rss {
    position: relative;
}
aside#main-secondary .widget_rss h2.widget-title a.rsswidget,
aside#secondary .widget_rss h2.widget-title a.rsswidget {
	color: #000;
	text-decoration: none;
}
aside#main-secondary .widget_rss h2.widget-title a.rsswidget:hover,
aside#secondary .widget_rss h2.widget-title a.rsswidget:hover {
	text-decoration: underline;
}
aside#main-secondary .widget_rss h2.widget-title a.rsswidget:first-child::before,
aside#secondary .widget_rss h2.widget-title a.rsswidget:first-child::before {
	content: url(icons/icon-rss.svg);
	display: inline-block;
	height: 17px;
	width: 17px;
}
aside#main-secondary .widget_rss h2.widget-title a.rsswidget:first-child img.rss-widget-icon,
aside#secondary .widget_rss h2.widget-title a.rsswidget:first-child img.rss-widget-icon {
	display: none;
}
aside#main-secondary .widget_rss ul,
aside#secondary .widget_rss ul {
	list-style-type: square;
    max-height: 180px;
    overflow-y: scroll;
    background-color: #f8f8f8;
    padding: 20px;
}
aside#main-secondary .widget_rss ul li,
aside#secondary .widget_rss ul li {
	margin: 0 0 20px 20px;
}
aside#main-secondary .widget_rss ul li a::before,
aside#secondary .widget_rss ul li a::before {
    content: "";
    padding-right: 0;
}

/*--------------------------------------*/
/*Nuage de tags*/

.widget_tag_cloud h2.widget-title {
	display: none;
}
.widget_tag_cloud div.tagcloud {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.widget_tag_cloud a.tag-cloud-link {
	display: inline;
	font-size: 0.75rem !important;
	font-weight: 600;
	background-color: transparent;
	padding: 1px 10px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	margin: 5px 5px 0 0;
	border: 1px solid #000000;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}
.widget_tag_cloud a.tag-cloud-link:hover {
	background-color: #2F2F2F;
	color: #ffffff;
}

/*--------------------------------------*/
/*Texte*/

aside#main-secondary .widget_text p:not(:first-child),
aside#main-secondary .widget_text p:not(:last-child),
aside#secondary .widget_text p:not(:first-child),
aside#secondary .widget_text p:not(:last-child) {
	margin-bottom: 10px;
	margin-top: 10px;
}
aside#main-secondary .widget_text p:first-child,
aside#secondary .widget_text p:first-child {
	margin-top: 0;
	margin-bottom: 10px;
}
aside#main-secondary .widget_text p:last-child,
aside#secondary .widget_text p:last-child {
	margin-top: 10px;
	margin-bottom: 0;
}
aside#main-secondary .widget_text ul,
aside#main-secondary .widget_text ol,
aside#secondary .widget_text ul,
aside#secondary .widget_text ol {
	margin: 0 0 0 20px;
	padding-left: 15px;
}
aside#main-secondary .widget_text ul,
aside#secondary .widget_text ul {
	list-style-type: square;
}
aside#main-secondary .widget_text ol,
aside#secondary .widget_text ol {
	list-style: decimal;
}

/*--------------------------------------*/
/*Galeries*/

aside#main-secondary .widget_media_gallery div.gallery,
aside#secondary .widget_media_gallery div.gallery {
	margin: 0;
}
aside#main-secondary .widget_media_gallery figure,
aside#secondary .widget_media_gallery figure {
	margin: 0;
}

/*--------------------------------------*/
/*Archives*/

aside#main-secondary .widget_archive h2.widget-title
aside#secondary .widget_archive h2.widget-title {
	display: none;
}

/*--------------------------------------*/
/*card-hero*/

.card-hero {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
	grid-template-columns: repeat(4, 1fr);
	-ms-grid-rows: 1fr 20px 1fr 20px 1fr;
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	height: 610px;
}

.card-hero > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.card-hero > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.card-hero > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}

.card-hero > *:nth-child(4) {
	-ms-grid-row: 1;
	-ms-grid-column: 7;
}

.card-hero > *:nth-child(5) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}

.card-hero > *:nth-child(6) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}

.card-hero > *:nth-child(7) {
	-ms-grid-row: 3;
	-ms-grid-column: 5;
}

.card-hero > *:nth-child(8) {
	-ms-grid-row: 3;
	-ms-grid-column: 7;
}

.card-hero > *:nth-child(9) {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
}

.card-hero > *:nth-child(10) {
	-ms-grid-row: 5;
	-ms-grid-column: 3;
}

.card-hero > *:nth-child(11) {
	-ms-grid-row: 5;
	-ms-grid-column: 5;
}

.card-hero > *:nth-child(12) {
	-ms-grid-row: 5;
	-ms-grid-column: 7;
}
.card-hero a.card-block-link {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}
.card-hero .card-large {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1 / span 2;
	-ms-grid-column: 1;
	-ms-grid-column-span: 4;
	grid-column: 1 / span 4;
}
.card-hero .card-large,
.card-hero .card-thumbnail,
.card-hero .card-empty {
	position: relative;
}
.card-hero .card-thumbnail,
.card-hero .card-empty {
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	grid-row: 3 / span 1;
	-ms-grid-column-span: 2;
	grid-column: span 2;
}
.card-hero .card-empty a.card-block-link {
	display: block;
	height: 100%;
}
.card-hero .card-text-wrapper {
	position: absolute;
	bottom: 10px;
	margin-right: 30px;
}
.card-hero .card-large h2.entry-title,
.card-hero .card-thumbnail h2.entry-title {
	display: inline;
	margin: 0;
	font-family: "Boogaloo", sans-serif;
	font-weight: 400;
	position: relative;
	z-index: 100;
	background-color: #2F2F2F;
	padding: 5px 10px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
.card-hero .card-large h2.entry-title {
	font-size: 2rem;
	line-height: 3.3rem;
}
.card-hero .card-thumbnail h2.entry-title {
	font-size: 1.4rem;
    line-height: 2.6rem;
}
.card-hero .card-large .etc {
	display: inline-block;
	height: calc((2rem / 7) * 6);
	max-height: calc((2rem / 7) * 6);
	vertical-align: middle;
	margin-bottom: calc((1rem / 6.5 ) * 2);
}
.card-hero .card-thumbnail .etc {
	display: inline-block;
	height: calc((2rem / 3) * 2);
	max-height: calc((2rem / 3) * 2);
	vertical-align: middle;
	margin-bottom: calc((1rem / 6.5 ) * 2);
}
.card-hero .etc img {
	display: block;
	height: 100%;
	width: auto;
}
.card-hero .card-hero-tags {
	position: relative;
	z-index: 100;
	margin-top: 5px;
}	
.card-hero .card-hero-tags span {
	font-size: 0.85rem;
	font-weight: 600;
	background-color: #2F2F2F;
	padding: 1px 10px;
	margin: 0 5px;
}
.card-hero .card-hero-tags span:first-of-type {
	margin: 0 5px 0 10px;
}
.card-hero .card-large .overlay,
.card-hero .card-thumbnail .overlay,
.card-hero .card-empty .overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0.2;
	-webkit-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
	background-color: #000000;
}
.card-hero .card-large:hover .overlay,
.card-hero .card-large:hover .overlay.overlay_1 {
	opacity: 0;
}
.card-hero .card-thumbnail:hover .overlay,
.card-hero .card-thumbnail:hover .overlay.overlay_2 {
	opacity: 0;
}
.card-hero .card-thumbnail:hover .overlay_3,
.card-hero .card-empty:nth-child(2):hover .overlay {
	opacity: 0;
}
.card-hero .card-empty:hover .overlay {
	opacity: 0.5;
	mix-blend-mode: normal;
	background: #73a9cc;
	background: -o-linear-gradient(315deg,  #73a9cc 0%,#5cc1a3 100%);
	background: linear-gradient(135deg,  #73a9cc 0%,#5cc1a3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73a9cc', endColorstr='#5cc1a3',GradientType=1 );
}
.card-hero .card-empty .card-text-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
	bottom: unset;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 100%;
	width: 100%;
	margin: 0;
}
.card-hero .empty-article-icon {
	position: relative;
	z-index: 100;
	display: block;
	height: 30px;
	width: auto;
}
.card-hero .card-empty h2.entry-title {
	position: relative;
	z-index: 100;
	font-size: 0.85rem;
	font-weight: 600;
	margin: 10px 0 0 0;
	text-align: center;
}
.card-hero .card-empty {
	background-color: var(--guides-dark-grey);
}

/*--------------------------------------*/
/*metiers*/

details summary.accordion {
	background-color: var(--guides-dark-grey);
	padding: calc(1rem / 24 * 11.8) calc(1rem / 6 * 15);
	border: solid 1px #303030;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 0.75rem;
	line-height: 1;
	text-align: center;
	font-weight: 600;
	list-style: none;
}
details summary.accordion::marker {
	display: none;
}
summary.accordion:hover {
	background-color: var(--hover-dark-grey);
}
details:not([open]) summary.accordion {
	border-radius: 0.4rem;
}
details[open] summary.accordion {
	border-top-left-radius: 0.4rem;
	border-top-right-radius: 0.4rem;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.panel {
	background-color: var(--ariane-light-grey);
	border: solid 1px #D3D3D3;
	border-bottom-left-radius: 0.4rem;
	border-bottom-right-radius: 0.4rem;
}
.panel ul {
	list-style: none;
	padding: 10px;
	display: -ms-inline-grid;
	display: inline-grid;
	grid-column-gap: 40px;
    -ms-grid-columns: auto 40px auto 40px auto;
    grid-template-columns: auto auto auto;
}
details .panel ul li:before {
	content: "•";
	display: inline-block;
	margin-right: 5px;
	font-weight: 400;
	
}
.panel a {
	text-decoration: none;
	font-size: 0.9rem;
	text-transform: uppercase;
	color: #000000;
}
.panel a:hover {
	text-decoration: underline;
}

/*--------------------------------------*/
/*card-tracts*/

.card-tracts {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 60px;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	margin-top: 20px;
}
.card-tracts .tracts-item:nth-last-child(-n+3) {
    margin-bottom: 0;
}
.card-tracts .tracts-item .tracts-icon {
	background-color: transparent;
	-webkit-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}
.card-tracts .tracts-item:hover .tracts-icon {
	background-color: #eaeaea;
}
.card-tracts .tracts-item:hover h2 {
	text-decoration: underline;
}
.card-tracts a.tracts-block-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-decoration: none;
	color: #000;
}
.card-tracts .tracts-icon {
	margin-right: 10px;
}
.card-tracts .tracts-icon {
	display: block;
	max-height: 60px;
	height: 60px;
}
.card-tracts a.tracts-block-link h2 {
	font-size: 1rem;
	font-weight: 400;
	margin: 0;
}
.card-tracts .right-span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	line-height: 1.2rem;
}
.card-tracts .tracts-title,
.card-tracts .tracts-item:last-child span {
	font-weight: 600;
}

/*--------------------------------------*/
/*card-guides*/

div.card-guides.alternate-grid-home,
#page.page-grey {
	background-color: var(--guides-dark-grey);
}
.grey-article-background .entry-content div.card-search {
	padding: 0;
	margin-bottom: 40px;
}
div.card-guides.alternate-grid-home {
	padding: 40px;
	/* margin-top: 175px; */
}
.grey-article-background .entry-content div.card-search ul {
	margin: 0;
	padding: 0;
}
.grey-article-background .card-search .searchandfilter input[type="submit"] {
	background-color: var(--hover-dark-grey);
}
.card-guides {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: minmax(0, 1fr) 40px minmax(0, 1fr) 40px minmax(0, 1fr) 40px minmax(0, 1fr) 40px minmax(0, 1fr) 40px minmax(0, 1fr);
	grid-template-columns: repeat(6, minmax(0, 1fr));
	-ms-grid-rows: 220px;
	grid-template-rows: 220px;
	grid-column-gap: 40px;
	grid-row-gap: 40px;
}
.card-guides > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
.card-guides > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}
.card-guides > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}
.card-guides > *:nth-child(4) {
	-ms-grid-row: 1;
	-ms-grid-column: 7;
}
.card-guides > *:nth-child(5) {
	-ms-grid-row: 1;
	-ms-grid-column: 9;
}
.card-guides > *:nth-child(6) {
	-ms-grid-row: 1;
	-ms-grid-column: 11;
}
.card-guides .guides-item.general-title {
	grid-column: 1 / -1;
	text-align: center;
	background-color: transparent;
	color: white;
	text-transform: uppercase;
	position: relative;
}
.card-guides .guides-item.general-title h2 {
	margin: 0;
	font-weight: 600;
	font-size: 1rem;
}
.card-guides .guides-item.general-title h2::before {
    content: '';
    display: block;
    border-top: 1px solid #fff;
    position: absolute;
    left: 0;
    right: 65%;
    top: 50%;
}
.card-guides .guides-item.general-title h2::after {
    content: '';
    display: block;
    border-top: 1px solid #fff;
    position: absolute;
    right: 0;
    left: 65%;
    top: 50%;
}
.card-guides.alternate-grid {
	grid-auto-rows: auto;
	grid-template-rows: 220px repeat(auto-fill, 220px);
}
.card-guides.alternate-grid-home {
	grid-auto-rows: auto;
	-ms-grid-rows: auto 20px 220px;
	grid-template-rows: auto 220px;
	grid-row-gap: 20px;
}
.card-guides hr {
	-ms-grid-column: 1;
	-ms-grid-column-span: 6;
	grid-column: 1 / span 6;
	margin: 0;
}
.card-guides .title-guides-degre-wrapper {
	-ms-grid-column: 1;
	-ms-grid-column-span: 6;
	grid-column: 1 / span 6;
	margin: 0 auto;
}
.entry-content .card-guides h2.title-guides-degre {
	display: inline;
	margin: 0;
	font-family: "Boogaloo", sans-serif;
	font-weight: 400;
	position: relative;
	z-index: 100;
	background-color: #2F2F2F;
	padding: 5px 10px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	font-size: 2rem;
	line-height: 3.3rem;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
	color: #fff;
	border-bottom: 0;
}
.card-guides .guides-item {
	background-color: var(--hover-dark-grey);
	position: relative;
}
.card-guides .guides-item-empty {
	background-color: transparent;
}
.card-guides .guides-item-empty:hover {
	background-color: var(--hover-dark-grey);
	-webkit-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}
.card-guides .guides-item-empty img {
	width: 30px !important;
	height: auto;
}
.card-guides .guides-item .guides-block-link {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	text-decoration: none;
}
.card-guides .guides-item div.guides-item-text-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 100%;
	text-decoration: none;
}
.card-guides .guides-item-empty div.guides-item-text-wrapper {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
}
.card-guides .guides-item h3,
.entry-content .card-guides .guides-item h3 {
	font-size: 0.85rem;
	line-height: 1rem;
	font-weight: 600;
	font-family: "OpenSans", sans-serif;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
	color: #fff;
	border-bottom: 0;
	margin: 0;
	padding: 20px;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	position: relative;
	z-index: 5;
	text-transform: uppercase;
}
.card-guides .guides-item-empty h3,
.entry-content .card-guides .guides-item-empty h3 {
	padding: 5px 15px 0;
}
.card-guides .guides-item h3:before,
.entry-content .card-guides .guides-item h3:before {
	content: '';
	display: none;
	margin-top: 0;
}
.card-guides .guides-item h3:first-child,
.entry-content .card-guides .guides-item h3:first-child {
	mix-blend-mode: screen;
}
.card-guides .guides-item .guides-item-couverture,
.entry-content .card-guides .guides-item .guides-item-couverture {
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
	-webkit-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}
.card-guides .guides-item:hover .guides-item-couverture {
    opacity: 0;
	-webkit-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}
.card-guides .guides-item-bottom {
    -ms-grid-column-span: 2;
    grid-column: span 2;
}
.card-guides .guides-item-bottom .guides-icon {
	background-color: transparent;
	-webkit-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}
.card-guides .guides-item-bottom:hover .guides-icon {
	background-color: var(--hover-dark-grey);
}
.card-guides .guides-item-bottom:hover h3 {
	text-decoration: underline;
}
.card-guides a.guides-block-link-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-decoration: none;
	color: #ffffff;
}
.card-guides .guides-icon {
	width: auto !important;
}
.card-guides .guides-icon {
	display: block;
	max-height: 60px;
	height: 60px;
}
.card-guides a.guides-block-link-bottom h3 {
	-webkit-transform: none !important;
	    -ms-transform: none !important;
	        transform: none !important;
	border-bottom: none !important;
	color: #fff !important;
	font-size: 1rem !important;
	font-weight: 400;
	margin: 0;
}
.card-guides a.guides-block-link-bottom h3:before {
	content: '';
	display: none !important;
	margin-top: 0 !important;
}
.card-guides .right-span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	color: #fff;
	text-transform: none;
	font-size: 1rem;
	line-height: 1.2rem;
	font-family: "OpenSans", sans-serif;;
}
.card-guides .guides-title {
	font-weight: 600;
}

/*--------------------------------------*/
/*article*/

article.page {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	-ms-grid-rows: 1fr;
	grid-template-rows: repeat(1, 1fr);
	grid-column-gap: 40px;
	grid-row-gap: 0px;
	margin-bottom: 0;
}
article.page > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

/*--------------------------------------*/
/*entry-header*/

article.post .entry-header,
article.infos_epinglees .entry-header,
article.type-attachment .entry-header {
	-ms-grid-column: 1;
	grid-column: 1;
	margin-bottom: 20px;
}
article.event .entry-header {
	-ms-grid-column: 1;
	grid-column: 1;
	margin-bottom: 80px;
}
article.infos_epinglees .entry-title,
article.post .entry-title {
	font-size: 2rem;
	line-height: 3.3rem;
	display: inline;
	margin: 0;
	font-family: "Boogaloo", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #2F2F2F;
	padding: 5px 10px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
article.type-attachment .entry-title {
	font-size: 2rem;
	line-height: 3.3rem;
	display: inline;
	margin: 0;
	font-family: "Boogaloo", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
	padding: 5px 10px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	border: 1px dotted #000;
	/* border-left: 2px solid #000; */
}
article.event .entry-title {
	font-size: 2rem;
	line-height: 3.3rem;
	display: inline;
	margin: 0;
	font-family: "Boogaloo", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
	background-color: #f3f3f3;
	padding: 5px 10px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	border: 1px solid #eaeaea;
	border-left: 2px solid #000;
}
article.post .entry-header .entry-meta,
article.infos_epinglees .entry-header .entry-meta,
article.event .entry-header .entry-meta {
	font-weight: 600;
	margin-top: 10px;
}
article.post .entry-header .entry-meta .date,
article.infos_epinglees .entry-header .entry-meta .date,
article.event .entry-header .entry-meta .date {
	font-weight: 700;
}

/*--------------------------------------*/
/*entry-content*/

article.page .entry-content,
article.post .entry-content,
article.infos_epinglees .entry-content,
article.event .entry-content {
	-ms-grid-column: 1;
	grid-column: 1;
	margin: 0;
}
article.page .entry-content p,
article.post .entry-content p,
article.infos_epinglees .entry-content p,
article.event .entry-content p {
	margin-bottom: 10px;
	margin-top: 10px;
}
article.page .entry-content p:first-child,
article.post .entry-content p:first-child,
article.infos_epinglees .entry-content p:first-child,
article.event .entry-content p:first-child {
	margin-top: 0;
}
article.page .entry-content p:last-child,
article.post .entry-content p:last-child,
article.infos_epinglees .entry-content p:last-child,
article.event .entry-content p:last-child {
	margin-bottom: 0;
}
article.page .entry-content h1,
article.page .entry-content h2,
article.page .entry-content h3,
article.page .entry-content h4,
article.page .entry-content h5,
article.page .entry-content h6,
article.post .entry-content h1,
article.post .entry-content h2,
article.post .entry-content h3,
article.post .entry-content h4,
article.post .entry-content h5,
article.post .entry-content h6,
article.infos_epinglees .entry-content h1,
article.infos_epinglees .entry-content h2,
article.infos_epinglees .entry-content h3,
article.infos_epinglees .entry-content h4,
article.infos_epinglees .entry-content h5,
article.infos_epinglees .entry-content h6,
article.event .entry-content h1,
article.event .entry-content h2,
article.event .entry-content h3,
article.event .entry-content h4,
article.event .entry-content h5,
article.event .entry-content h6 {
	-webkit-transform: translate(500px);
	    -ms-transform: translate(500px);
	        transform: translate(500px);
	display: inline;
	font-size: 1.7rem;
	line-height: 2.3rem;
	color: #000000;
	font-family: "Boogaloo", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	border-bottom: 2px solid;
}
article.page .entry-content figure,
article.post .entry-content figure,
article.event .entry-content figure {
	width: 100% !important;
	margin: 0 auto;
}
article.page .entry-content figcaption,
article.post .entry-content figcaption,
article.event .entry-content figcaption {
	background-color: #f3f3f3;
	margin: 0 !important;
	padding: 10px;
	color: #606060;
}
article.page .entry-content h1:first-child:before,
article.page .entry-content h2:first-child:before,
article.page .entry-content h3:first-child:before,
article.page .entry-content h3:first-child:before,
article.page .entry-content h4:first-child:before,
article.page .entry-content h5:first-child:before,
article.page .entry-content h6:first-child:before {
	content: '';
	display: none;
	margin-top: 0;
}
article.page .entry-content h1:before,
article.page .entry-content h2:before,
article.page .entry-content h3:before,
article.page .entry-content h4:before,
article.page .entry-content h5:before,
article.page .entry-content h6:before,
article.post .entry-content h1:before,
article.post .entry-content h2:before,
article.post .entry-content h3:before,
article.post .entry-content h4:before,
article.post .entry-content h5:before,
article.post .entry-content h6:before,
article.infos_epinglees .entry-content h1:before,
article.infos_epinglees .entry-content h2:before,
article.infos_epinglees .entry-content h3:before,
article.infos_epinglees .entry-content h4:before,
article.infos_epinglees .entry-content h5:before,
article.infos_epinglees .entry-content h6:before,
article.event .entry-content h1:before,
article.event .entry-content h2:before,
article.event .entry-content h3:before,
article.event .entry-content h4:before,
article.event .entry-content h5:before,
article.event .entry-content h6:before {
	content: '';
	display: block;
	margin-top: 20px;
}
.titres-sans-reset {
	-webkit-transform: unset !important;
	    -ms-transform: unset !important;
	        transform: unset !important;
	line-height: unset !important;
	display: unset !important;
	font-family: "OpenSans", sans-serif !important;
	text-transform: initial !important;
	border-bottom: none !important;
	background-color: transparent !important;
	box-decoration-break: initial !important;
	-webkit-box-decoration-break: initial !important;
}
.titres-sans-reset:before {
	content: '';
	display: none;
	margin-top: 0;
}
.bolder {
	font-weight: 800 !important;
}
.padding-reset {
	padding: 0 !important;
}
article.page .entry-content ul,
article.post .entry-content ul,
article.infos_epinglees .entry-content ul,
article.event .entry-content ul {
	list-style-type: square;
}
article.page .entry-content ul,
article.page .entry-content ol,
article.post .entry-content ul,
article.post .entry-content ol,
article.infos_epinglees .entry-content ul,
article.infos_epinglees .entry-content ol,
article.event .entry-content ul,
article.event .entry-content ol {
	margin: 10px 0 10px 20px;
	padding-left: 15px;
}
article.page .entry-content samp,
article.post .entry-content samp,
article.infos_epinglees .entry-content samp,
article.event .entry-content samp {
	padding: 30px;
	background-color: #f3f3f3;
	border: 1px solid #b7b7b7;
	display: block;
	font-family: "OpenSans", sans-serif;
}
article.page .entry-content blockquote,
article.post .entry-content blockquote,
article.infos_epinglees .entry-content blockquote,
article.event .entry-content blockquote {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	font-size: 1.3rem;
	font-weight: 300;
	color: #454545;
	-webkit-transform: rotate(-2.5deg);
	    -ms-transform: rotate(-2.5deg);
	        transform: rotate(-2.5deg);
	background-color: #F3F3F3;
	padding: 20px 0;
	margin: 40px auto;
	max-width: 600px;
}
article.page .entry-content blockquote:before,
article.post .entry-content blockquote:before,
article.infos_epinglees .entry-content blockquote:before,
article.event .entry-content blockquote:before {
	content: url(icons/quote-big.png);
	display: block;
	-ms-flex-item-align: start;
	    -ms-grid-row-align: start;
	    align-self: start;
	margin-top: 20px;
	margin-left: -10px;
	margin-right: 20px;
}
article.page .entry-content blockquote:after,
article.post .entry-content blockquote:after,
article.infos_epinglees .entry-content blockquote:after,
article.event .entry-content blockquote:after {
	content: url(icons/quote-small.png);
	display: block;
	-ms-flex-item-align: start;
	    -ms-grid-row-align: start;
	    align-self: start;
	margin-top: 20px;
	margin-right: -5px;
	margin-left: 20px;
}

/*--------------------------------------*/
/*entry-footer*/

article.post .entry-footer,
article.infos_epinglees .entry-footer,
article.event .entry-footer {
	margin-top: 40px;
}

/*--------------------------------------*/
/*card-downloadable*/

article.post .card-downloadable,
article.infos_epinglees .card-downloadable,
article.event .card-downloadable {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-row-gap: 40px;
	background-color: var(--guides-dark-grey);
	padding: 40px;
}
article.post .card-downloadable .downloadable-item.special-print,
article.infos_epinglees .card-downloadable .downloadable-item.special-print,
article.event .card-downloadable .downloadable-item.special-print {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
}
article.post .card-downloadable hr,
article.infos_epinglees .card-downloadable hr,
article.event .card-downloadable hr {
	padding: 0;
	margin: 0;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1 / span 2;
}
article.post .card-downloadable .downloadable-item:nth-last-child(-n+3),
article.infos_epinglees .card-downloadable .downloadable-item:nth-last-child(-n+3),
article.event .card-downloadable .downloadable-item:nth-last-child(-n+3) {
    margin-bottom: 0;
}
article.post .card-downloadable .downloadable-item .downloadable-icon,
article.infos_epinglees .card-downloadable .downloadable-item .downloadable-icon,
article.event .card-downloadable .downloadable-item .downloadable-icon {
	background-color: transparent;
	-webkit-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}
article.post .card-downloadable .downloadable-item:hover .downloadable-icon,
article.infos_epinglees .card-downloadable .downloadable-item:hover .downloadable-icon,
article.event .card-downloadable .downloadable-item:hover .downloadable-icon {
	background-color: var(--hover-dark-grey);
}
article.post .card-downloadable .downloadable-item.special-print .downloadable-icon,
article.infos_epinglees .card-downloadable .downloadable-item.special-print .downloadable-icon,
article.event .card-downloadable .downloadable-item.special-print .downloadable-icon {
	fill: transparent;
	width: 45.6px;
}
article.post .card-downloadable .downloadable-item.special-print:hover .downloadable-icon,
article.infos_epinglees .card-downloadable .downloadable-item.special-print:hover .downloadable-icon,
article.event .card-downloadable .downloadable-item.special-print:hover .downloadable-icon {
	background-color: transparent;
	fill: var(--hover-dark-grey);
}
article.post .card-downloadable .downloadable-item:hover h2,
article.infos_epinglees .card-downloadable .downloadable-item:hover h2,
article.event .card-downloadable .downloadable-item:hover h2 {
	text-decoration: underline;
}
article.post .card-downloadable a.downloadable-block-link,
article.infos_epinglees .card-downloadable a.downloadable-block-link,
article.event .card-downloadable a.downloadable-block-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-decoration: none;
	color: #ffffff;
}
article.post .card-downloadable .downloadable-icon,
article.infos_epinglees .card-downloadable .downloadable-icon,
article.event .card-downloadable .downloadable-icon {
	margin-right: 10px;
	display: block;
	max-height: 60px;
	height: 60px;
}
article.post .card-downloadable a.downloadable-block-link h2,
article.infos_epinglees .card-downloadable a.downloadable-block-link h2,
article.event .card-downloadable a.downloadable-block-link h2 {
	font-size: 1rem;
	font-weight: 400;
	margin: 0;
}
article.post .card-downloadable .right-span,
article.infos_epinglees .card-downloadable .right-span,
article.event .card-downloadable .right-span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	line-height: 1.2rem;
}
article.post .card-downloadable .downloadable-title,
article.infos_epinglees .card-downloadable .downloadable-title,
article.event .card-downloadable .downloadable-title {
	font-weight: 600;
}

/*--------------------------------------*/
/*card-communiques footer-style*/

article.post .card-downloadable + .footer-style,
article.infos_epinglees .card-downloadable + .footer-style,
article.event .card-downloadable + .footer-style {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 20px;
}

/*--------------------------------------*/
/*tagging*/

article.post .tagging,
article.infos_epinglees .tagging,
article.event .tagging {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -5px 0 0 -5px;
}
article.post .tagging span,
article.infos_epinglees .tagging span,
article.event .tagging span {
	display: inline;
	font-size: 0.85rem;
	font-weight: 600;
	background-color: #2F2F2F;
	padding: 1px 10px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	margin: 5px;
}
article.post .tagging span:hover,
article.infos_epinglees .tagging span:hover,
article.event .tagging span:hover {
	background-color: #454545;
}
article.post .tagging a.tagging-links,
article.infos_epinglees .tagging a.tagging-links,
article.event .tagging a.tagging-links {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}




/*-------------------------------------------------------------------------------------*/
/*Accès par métiers*/

.metiers-page {
	margin-top: 20px;
}
.metiers-page:first-child {
	margin-top: 0;
}
.page-metiers-wrap ul.page-metier-ul {
	list-style: no-style;
	margin: 0 !important;
	padding: 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.page-metiers-wrap ul li {
	display: inline;
	font-size: 0.85rem;
	font-weight: 600;
	background-color: transparent;
	padding: 1px 10px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	margin: 5px 5px 0 0;
	border: 1px solid #000000;
}
.page-metiers-wrap ul li:hover {
	background-color: #2F2F2F;
}
.page-metiers-wrap ul li a.metiers-item {
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}.page-metiers-wrap ul li:hover a.metiers-item {
	color: #ffffff;
}




/*-------------------------------------------------------------------------------------*/
/*Adhérer*/

#adherer-carte,
#adherer-texte {
	padding-top: 0;
}
#adherer-carte .adherer-carte-wrap {
	text-align: center
}
#adherer-carte .adherer-carte-wrap svg {
	
}
#adherer-carte .adherer-carte-wrap .zone:hover path,
#adherer-carte .adherer-carte-wrap .zone:focus path {
	fill:#a90000 !important;
}




/*-------------------------------------------------------------------------------------*/
/*Annuaire*/

.accordion.academie-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: left;
	    -ms-flex-pack: left;
	        justify-content: left;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	background-color: transparent;
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	color: #000;
	font-weight: 700 !important;
	font-size: 1.3rem;
	padding: 20px;
	border-top: 1px solid #C9C9C9;
}
.accordion.academie-button:first-child {
	border-top: 0;
}
.accordion.academie-button:last-child {
	padding-bottom: 0;
}
.accordion.academie-button:hover,
.accordion.academie-button.active:hover {
	background-color: #dfdfdf;
	text-decoration: underline;
}
.accordion.academie-button.active {
	background-color: #eaeaea;
	text-decoration: underline;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.metiers.academie .panel.academie-panel {
	border: none;
	padding: 0 40px 40px 40px;
	background-color: #eaeaea;
}
.metiers.academie .panel.academie-panel h2 {
	font-size: 1rem;
	font-weight: 700;
	padding: 20px 0 0;
	margin: 0;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
	display: block;
	line-height: 1rem;
	color: #000000;
	font-family: "OpenSans", sans-serif;
	text-transform: initial;
	border-bottom: 0;
}
.metiers.academie .panel.academie-panel h2:before {
	content: '';
	display: none;
	margin-top: 0;
}
.metiers.academie .panel.academie-panel a,
.metiers.academie .panel.academie-panel a:hover,
.metiers.academie .panel.academie-panel a:focus,
.metiers.academie .panel.academie-panel a:active {
	font-size: 1rem;
	text-transform: lowercase;
	text-decoration: underline;
}
.metiers.academie .panel.academie-panel a {
	color: #4169e1;
}
.metiers.academie .panel.academie-panel a:visited {
	color: #800080;
}
.metiers.academie .panel.academie-panel a:hover,
.metiers.academie .panel.academie-panel a:focus,
.metiers.academie .panel.academie-panel a:active {
	color: #191970;
}




/*-------------------------------------------------------------------------------------*/
/*Search*/

/*--------------------------------------*/
/*card-search*/

.card-search {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	grid-auto-rows: auto;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.card-search .searchandfilter ul {
	margin: 0 !important;
	padding: 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.card-search .searchandfilter li:first-child,
.card-search .searchandfilter li:first-child input {
	padding-right: 0;
	margin-bottom: 5px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 100%;
	        flex: 0 1 100%;
}
.card-search .searchandfilter li label {
	width: 100%;
}
.card-search .searchandfilter li label {
	padding-right: 10px;
}
.card-search .searchandfilter li:first-child label,
.card-search .searchandfilter li:last-child label {
	padding-right: 0;
}
.card-search .searchandfilter li:first-child input {
	padding: 0 10px;
	display: block;
	height: 40px;
	width: 100%;
	border-radius: 0;
	background-color: #ffffff;
}
.card-search .searchandfilter li {
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	padding: 0;
}
.card-search .searchandfilter li select {
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	height: 40px;
	padding: 0 27px 0 10px;
	cursor: pointer;
	width: 100%;
}
.card-search .searchandfilter li:after {
	content: url("icons/icon-select-arrow.svg");
	top: 10px;
	right: 23px;
	position: absolute;
	width: 10px;
}
.card-search .searchandfilter li:first-child:after,
.card-search .searchandfilter li:last-child:after {
	content: none;
}
.card-search .searchandfilter input[type="submit"] {
	cursor: pointer;
	height: 40px;
	padding: 0 10px;
	font-size: 1rem;
	border: none;
	border-radius: 0;
	text-transform: uppercase;
	color: #ffffff;
	background-color: var(--guides-dark-grey);
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	width: 100%;
}
.card-search .searchandfilter input[type="submit"]:hover {
	background-color: #a90000;
	-webkit-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}
.card-search hr {
	margin: 0;
}
.card-search h1.page-title {
	margin: 0;
	font-size: 1rem;
	text-transform: uppercase;
	line-height: 1rem;
	font-weight: 400;
}
.card-search article {
	display: block;
	border-top: 2px dotted #000;
	padding: 30px 0 0 0;
}
.card-search  h2.block_title {
	line-height: 1rem;
	margin: 0;
	font-weight: 800;
}
.block_title_margin {
	margin: 0 0 -20px 40px;
}
.card-search .search-item .search-icon {
	background-color: transparent;
	-webkit-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}
.card-search .search-item a.search-block-link:hover h2 .right-span .search-title {
	text-decoration: underline;
}
.card-search .search-item a.search-block-link:visited h2 .right-span .search-title {
	-webkit-text-decoration: underline #2f2f2f;
	        text-decoration: underline #2f2f2f;
	color: #2f2f2f !important;
}
.card-search .search-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
}
.card-search .search-right {
	width: 100%;
}
.card-search a.search-block-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-decoration: none;
	color: #000000;
	width: 100%;
}
.card-search .search-icon {
	display: block;
	max-height: 60px;
	height: 60px;
	width: auto !important;
	margin-right: 10px !important;
}
.card-search .search-item:hover .search-icon {
	background-color: #eaeaea;
}
.card-search a.search-block-link h2 {
	font-size: 1rem;
	font-weight: 400;
	margin: 0;
}
.card-search .right-span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	line-height: 1.2rem;
}
.card-search .search-title {
	font-weight: 600;
	text-transform: uppercase;
}

/*--------------------------------------*/
/*tagging-search*/

.tagging-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 5px 0 0 0;
}
.tagging-search span {
	display: inline;
	font-size: 0.75rem;
	font-weight: 600;
	background-color: transparent;
	padding: 1px 10px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	margin: 5px 5px 0 0;
	border: 1px solid #000000;
}
.tagging-search span:hover {
	background-color: #2F2F2F;
}
.tagging-search span:hover a {
	color: #ffffff;
}
.tagging-search a.tagging-links {
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}

/*--------------------------------------*/
/*nav*/

.card-search .posts-navigation {
	margin: 0;
}
.card-search .posts-navigation .results-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.card-search .posts-navigation .results-wrapper img {
	height: 20px;
}
.card-search .posts-navigation .nav-previous a,
.card-search .posts-navigation .nav-next a {
	color: #000;
    text-transform: uppercase;
	text-decoration: none;
}
.card-search .posts-navigation .nav-previous a:hover img,
.card-search .posts-navigation .nav-next a:hover img {
	background: top 50% right 14px no-repeat url(icons/icon-next-dot.jpg);
}
.card-search .posts-navigation .nav-previous img {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	margin-right: 5px;
}
.card-search .posts-navigation .nav-next img {
	margin-left: 5px;
}
.card-search .posts-navigation a:hover .results-text {
	text-decoration: underline;
}




/*-------------------------------------------------------------------------------------*/
/*Contact*/


.metiers.contact {
	margin-bottom: 20px;
}
.metiers.contact:last-of-type {
	margin-bottom: 0;
}
.metiers.contact .accordion {
	padding: calc(1rem / 24 * 11.8) calc(1rem / 6 * 15);
	border: solid 1px #303030;
	text-transform: uppercase;
	color: #ffffff;
	border-top-left-radius: 0.4rem;
	border-top-right-radius: 0.4rem;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #454545;
	font-size: 0.75rem;
	line-height: 1;
	text-align: center;
}
.metiers.contact .panel {
	padding: 20px;
}
.metiers.contact .panel h2.block_title {
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
	display: block;
	text-transform: none;
	border-bottom: 0;
	line-height: 1;
	margin: 0;
	font-weight: 700;
	color: #000000;
	font-family: "OpenSans", sans-serif;
	font-size: 1.3rem;
}
.metiers.contact .panel h2.block_title::before {
	margin-top: 40px;
}
.metiers.contact .panel p.contact:first-of-type {
	margin-top: 10px;
}
.metiers.contact .panel p.contact {
	margin: 0;
}
.metiers.contact .panel a.dossier-presse {
	text-transform: none;
	color: #191970;
	text-decoration: underline;
	font-size: 1rem;
	line-height: 1.5;
}
.metiers.contact .panel .wpcf7 p {
	margin-bottom: 20px;
	margin-top: 20px;
}
.metiers.contact .panel .wpcf7 p:first-of-type {
	margin-top: 0;
}
.metiers.contact .panel .wpcf7 p:last-of-type {
	margin-bottom: 0;
}
.metiers.contact .panel .wpcf7 .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}
.metiers.contact .panel .wpcf7 .wpcf7-form-control-wrap input {
	padding: 0 10px;
	height: 40px;
	width: 100%;
	border-radius: 0;
	background-color: #fff;
}
.wpcf7 .wpcf7-form-control-wrap textarea {
	padding: 10px;
	border-radius: 0;
	width: 100%;
	background-color: #fff;
}
.metiers.contact .panel .wpcf7 .wpcf7-form-control.wpcf7-submit {
	cursor: pointer;
	height: 40px;
	padding: 0 10px;
	font-size: 1rem;
	border: none;
	border-radius: 0;
	text-transform: uppercase;
	color: #ffffff;
	background-color: var(--guides-dark-grey);
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.metiers.contact .panel .wpcf7 .wpcf7-form-control.wpcf7-submit:hover {
	background-color: #000;	
}




/*-------------------------------------------------------------------------------------*/
/*Footer*/

#colophon {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #660000), color-stop(50%, #000000));
	background: -o-linear-gradient(top, #660000 50%, #000000 50%);
	background: linear-gradient(to bottom, #660000 50%, #000000 50%);
}

/*--------------------------------------*/
/*nav-socials*/

#nav-socials {
	padding: 7px;
	line-height: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#nav-socials a {
	height: 1rem;
	padding: 0 5px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
}
#nav-socials a:first-child {
	padding: 0 5px 0 0;
}
#nav-socials a:last-child {
	padding: 0 0 0 5px;
}
#nav-socials .footer-icon img {
	height: 100%;
	width: auto;
}
#nav-socials a:not(.footer-icon):hover {
	text-decoration: underline;
}

/*--------------------------------------*/
/*footer-navigation*/

#footer-navigation {
	padding: 10px;
	background-color: #1D1D1D;
	line-height: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#footer-widget-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#footer-navigation .menu-item::after {
	display: inline-block;
	content: "I";
	padding: 0 5px;
	font-size: 0.8rem;
	font-weight: 400;
	color: #7B7B7B;
}
#footer-navigation .post_widget_footer .menu-item:last-child::after {
	display: none;
}
#footer-navigation a {
	font-size: 0.8rem;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	color: #868686;
}
#footer-navigation a:hover {
	text-decoration: underline;
	color: #ffffff;
}




/***************************************************************************************/
/*@media*/

@media (max-width: 599px) {
	.desktop-logo {
		display: none;
	}
	.mobile-logo {
		display: block;
	}
	#basic-pre-header {
		width: 100% !important;
		max-width: 100% !important;
		-webkit-box-shadow: none !important;
		        box-shadow: none !important;
	}
	#basic-pre-header #basic-pre-header-right {
		height: 100% !important;
		width: 100% !important;
	}
	#sud-pre-header {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;
		text-align: center !important;
		font-size: 1.6rem !important;
		line-height: 1.6rem !important;
		max-width: 100% !important;
		-webkit-box-align: center !important;
		    -ms-flex-align: center !important;
		        align-items: center !important;
	}
	#sud-pre-header #union-name-wrapper {
		padding-top: 0 !important;
		overflow-wrap: anywhere !important;
		margin-left: 0 !important;
		margin-top: 0 !important;
	}
	#sud-pre-header svg {
		margin: 0 !important;
		max-height: 80px !important;
	}
	#basic-pre-header #basic-pre-header-right #solidaires-pre-header,
	#basic-pre-header #basic-pre-header-right #sud-educ-pre-header,
	#basic-pre-header #basic-pre-header-right #sud-educ-intermediaire {
		margin-right: 0 !important;
		-webkit-box-align: center !important;
		    -ms-flex-align: center !important;
		        align-items: center !important;
		padding: 10px !important;
		-webkit-clip-path: none !important;
		        clip-path: none !important;
		width: 100% !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;
		-webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		        justify-content: center !important;
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}
	#basic-pre-header #basic-pre-header-right #solidaires-pre-header img,
	#basic-pre-header #basic-pre-header-right #sud-educ-pre-header img,
	#basic-pre-header #basic-pre-header-right #sud-educ-intermediaire img {
		height: 20px !important;
		padding-right: 0.3rem !important;
	}
	#basic-pre-header #basic-pre-header-right #solidaires-pre-header .logo-tagline,
	#basic-pre-header #basic-pre-header-right #sud-educ-pre-header .logo-tagline,
	#basic-pre-header #basic-pre-header-right #sud-educ-intermediaire .logo-tagline {
		padding: 0 !important;
		font-size: 0.8rem !important;
	}
	#site-navigation {
		background-color: #1d1d1d;
	}
	#primary-navigation-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	button.menu-toggle {
		margin: 0 auto;
		font-family: "OpenSans", sans-serif;
		font-weight: 600;
		font-size: 1.2rem;
		line-height: 1.5;
		background-color: transparent;
		color: #fff;
		text-transform: uppercase;
		border: none;
		padding: 10px;
	}
	button.menu-toggle:before {
		content: url(icons/icon-menu-burger.svg);
		display: block;
		float: left;
		margin-right: 5px;
		width: 16px;
		height: auto;
	}
	#primary-menu {
		padding: 0;
	}
	#primary-menu a {
		margin: 0;
		text-align: center;
	}
	#primary-menu ul.sub-menu {
		display: block;
		margin-left: 0;
		width: 100%;
	}
	.main-navigation ul ul a {
		width: 100%;
	}
	#primary-menu ul.sub-menu li.menu-item {
		padding: 0;
	}
	#primary-menu > li.menu-item:hover > a, #primary-menu > li.menu-item.current-menu-ancestor > a, #primary-menu > li.menu-item.current-page-ancestor > a, #primary-menu li.current-menu-item > a {
		padding-bottom: 20px;
		background: transparent;
	}
	#primary-menu ul.sub-menu li.menu-item a {
		padding: 20px 20px;
	}
	#primary-menu ul.sub-menu > li.menu-item.current-page-ancestor > a, #primary-menu ul.sub-menu li.menu-item:not(.current-post-parent) > a, #primary-menu ul.sub-menu li.menu-item.current-menu-item > a {
		padding-bottom: 20px !important;
	}
	/******/
	/*Menu alternatif déployé*/
	.main-navigation ul ul {
		position: unset;
	}
	#primary-menu ul.sub-menu {
		background-color: #1d1d1d;
	}
	#primary-menu ul.sub-menu li ul.sub-menu {
		margin-left: unset;
		border-bottom: none;
	}
	.main-navigation ul ul .menu-item {
		background-color: #353535;
		border-bottom: 3px solid #1d1d1d;
	}
	.main-navigation .menu-menu_principal-container > ul > li > ul > li > ul li:not(:last-of-type):not(:only-child) {
		margin: 10px 10px 0;
		border-bottom: none;
	}
	.main-navigation .menu-menu_principal-container > ul > li > ul > li > ul li:last-of-type:not(:only-child) {
		margin: 10px;
		border-bottom: none;
	}
	.main-navigation .menu-menu_principal-container > ul li:only-child {
		margin: 10px 10px 0;
		border-bottom: none;
	}
	.main-navigation .menu-menu_principal-container > ul > li > ul > li > ul > li:only-child {
		margin: 10px;
		border-bottom: none;
	}
	.main-navigation .menu-menu_principal-container > ul > li > ul > li:first-of-type:before {
		margin-top: -0.8rem;
		display: block;
		background-color: #1d1d1d;
		padding-bottom: 10px;
		content: "";
		display: block;
		height: 26px;
		width: 100%;
		background-size: 16px 14px;
		background-image: url(icons/icon-menu-arrow.svg);
		background-repeat: no-repeat;
		background-position-x: center;
	}
	#primary-menu ul.sub-menu > li.menu-item.current-menu-parent:not(.current-post-parent) > a::after,
	#primary-menu ul.sub-menu > li.menu-item.menu-item-has-children:not(.current-post-parent) > a::after {
		display: none;
	}
	.main-navigation .menu-menu_principal-container > ul > li > ul > li:last-of-type {
		border-bottom: 10px solid #1d1d1d;
	}
	#primary-menu ul.sub-menu > li.menu-item.current-menu-parent > a::after,
	#primary-menu ul.sub-menu > li.menu-item.menu-item-has-children > a::after {
		content: '';
		display: none;
	}
	#primary-menu ul.sub-menu {
		border-bottom: none;
	}
	.page-id-700 #top-area .content-submenu-list,
	.page-id-705 #top-area .content-submenu-list,
	.page-id-707 #top-area .content-submenu-list {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.page-id-700 #top-area .content-submenu-item:not(:last-of-type),
	.page-id-705 #top-area .content-submenu-item:not(:last-of-type),
	.page-id-707 #top-area .content-submenu-item:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.page-id-700 .search-item,
	.page-id-705 .search-item,
	.page-id-707 .search-item {
		margin-top: 20px;
	}
	#header-elections {
		height: auto;
		background-size: cover !important;
	}
	#header-elections a {
		grid-template-columns: repeat(1, auto);
		grid-row-gap: 10px;
		text-align: center;
		padding: 20px;
		background: rgb(151,0,0);
		background: -moz-radial-gradient(circle, rgba(151,0,0,1) 18%, rgba(151,0,0,0) 76%);
		background: -webkit-radial-gradient(circle, rgba(151,0,0,1) 18%, rgba(151,0,0,0) 76%);
		background: radial-gradient(circle, rgba(151,0,0,1) 18%, rgba(151,0,0,0) 76%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#970000",endColorstr="#970000",GradientType=1);
	}
	#header-elections::before {
		background-color: #970000;
	}
	#header-elections a div.banniere-premiere-ligne {
		font-size: 1.2rem;
		line-height: 1.2rem;
	}
	#header-elections a div.banniere-premiere-ligne,
	#header-elections a div.banniere-deuxieme-ligne,
	#header-elections a span.banniere-premiere-sous-colonne-deuxieme-ligne,
	#header-elections a span.banniere-deuxieme-sous-colonne-deuxieme-ligne {
		grid-area: unset;
		text-shadow: unset;
	}
	#header-elections a div.banniere-deuxieme-ligne,
	#header-elections a span.banniere-premiere-sous-colonne-deuxieme-ligne,
	#header-elections a span.banniere-deuxieme-sous-colonne-deuxieme-ligne {
		font-size: 2rem;
		line-height: 2rem;
	}
	#header-elections a div.banniere-premiere-colonne {
		display: block;
	}
	#header-elections a div.banniere-deuxieme-ligne {
		display: inline-block;
		margin-right: .3rem;
		font-size: 1.4rem;
		line-height: 1.4rem;
	}
	#header-elections a div.banniere-premiere-sous-colonne,
	#header-elections a div.banniere-deuxieme-sous-colonne	{
		display: inline-block;
	}
	#header-elections a div.banniere-separateur {
		display: none;
	}
	#header-elections a span.banniere-premiere-sous-colonne-premiere-ligne,
	#header-elections a span.banniere-premiere-sous-colonne-deuxieme-ligne,
	#header-elections a span.banniere-deuxieme-sous-colonne-premiere-ligne,
	#header-elections a span.banniere-deuxieme-sous-colonne-deuxieme-ligne {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1.4rem;
		padding: 0;
		margin-right: .3rem;
		background-color: unset;
	}
	#header-elections a span.banniere-premiere-sous-colonne-deuxieme-ligne,
	#header-elections a span.banniere-deuxieme-sous-colonne-deuxieme-ligne {
		background-color: unset;
		padding: 0;
	}
	#header-elections a div.banniere-deuxieme-colonne {
		display: none;
	}
}

@media (min-width: 599px) and (max-width: 625px) {
	#header-elections {
		height: auto;
		background-size: cover !important;
	}
	#header-elections a {
		grid-template-columns: repeat(1, auto);
		grid-row-gap: 10px;
		text-align: center;
		padding: 20px;
		background: rgb(151,0,0);
		background: -moz-radial-gradient(circle, rgba(151,0,0,1) 18%, rgba(151,0,0,0) 76%);
		background: -webkit-radial-gradient(circle, rgba(151,0,0,1) 18%, rgba(151,0,0,0) 76%);
		background: radial-gradient(circle, rgba(151,0,0,1) 18%, rgba(151,0,0,0) 76%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#970000",endColorstr="#970000",GradientType=1);
	}
	#header-elections::before {
		background-color: #970000;
	}
	#header-elections a div.banniere-premiere-ligne {
		font-size: 1.2rem;
		line-height: 1.2rem;
	}
	#header-elections a div.banniere-premiere-ligne,
	#header-elections a div.banniere-deuxieme-ligne,
	#header-elections a span.banniere-premiere-sous-colonne-deuxieme-ligne,
	#header-elections a span.banniere-deuxieme-sous-colonne-deuxieme-ligne {
		grid-area: unset;
		text-shadow: unset;
	}
	#header-elections a div.banniere-deuxieme-ligne,
	#header-elections a span.banniere-premiere-sous-colonne-deuxieme-ligne,
	#header-elections a span.banniere-deuxieme-sous-colonne-deuxieme-ligne {
		font-size: 2rem;
		line-height: 2rem;
	}
	#header-elections a div.banniere-premiere-colonne {
		display: block;
	}
	#header-elections a div.banniere-deuxieme-ligne {
		display: inline-block;
		margin-right: .3rem;
		font-size: 1.4rem;
		line-height: 1.4rem;
	}
	#header-elections a div.banniere-premiere-sous-colonne,
	#header-elections a div.banniere-deuxieme-sous-colonne	{
		display: inline-block;
	}
	#header-elections a div.banniere-separateur {
		display: none;
	}
	#header-elections a span.banniere-premiere-sous-colonne-premiere-ligne,
	#header-elections a span.banniere-premiere-sous-colonne-deuxieme-ligne,
	#header-elections a span.banniere-deuxieme-sous-colonne-premiere-ligne,
	#header-elections a span.banniere-deuxieme-sous-colonne-deuxieme-ligne {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1.4rem;
		padding: 0;
		margin-right: .3rem;
		background-color: unset;
	}
	#header-elections a span.banniere-premiere-sous-colonne-deuxieme-ligne,
	#header-elections a span.banniere-deuxieme-sous-colonne-deuxieme-ligne {
		background-color: unset;
		padding: 0;
	}
	#header-elections a div.banniere-deuxieme-colonne {
		display: none;
	}
}

@media (min-width: 599px) and (max-width: 889px) {
	#basic-pre-header {
		width: 100% !important;
		max-width: 100% !important;
		-webkit-box-shadow: none !important;
		        box-shadow: none !important;
	}
	#basic-pre-header #basic-pre-header-right {
		height: 100% !important;
		width: 100% !important;
	}
	#basic-pre-header #basic-pre-header-right #solidaires-pre-header,
	#basic-pre-header #basic-pre-header-right #sud-educ-pre-header,
	#basic-pre-header #basic-pre-header-right #sud-educ-intermediaire {
		margin-right: 0 !important;
		-webkit-box-align: center !important;
		    -ms-flex-align: center !important;
		        align-items: center !important;
		padding: 10px !important;
		-webkit-clip-path: none !important;
		        clip-path: none !important;
		width: 100% !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;
		-webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		        justify-content: center !important;
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}
	#basic-pre-header #basic-pre-header-right #solidaires-pre-header img,
	#basic-pre-header #basic-pre-header-right #sud-educ-pre-header img,
	#basic-pre-header #basic-pre-header-right #sud-educ-intermediaire img {
		height: 20px !important;
		padding: 0 0.3rem 0 0 !important;
	}
	#basic-pre-header #basic-pre-header-right #solidaires-pre-header .logo-tagline,
	#basic-pre-header #basic-pre-header-right #sud-educ-pre-header .logo-tagline,
	#basic-pre-header #basic-pre-header-right #sud-educ-intermediaire .logo-tagline {
		padding: 0 !important;
		font-size: 0.8rem !important;
	}
	#basic-pre-header #basic-pre-header-right #solidaires-pre-header:hover,
	#basic-pre-header #basic-pre-header-right #sud-educ-pre-header:hover,
	#basic-pre-header #basic-pre-header-right #sud-educ-intermediaire:hover {
		-webkit-box-align: unset !important;
		    -ms-flex-align: unset !important;
		        align-items: unset !important;
		padding-right: 0 !important;
	}
	#basic-pre-header #basic-pre-header-right #solidaires-pre-header:hover,
	#basic-pre-header #basic-pre-header-right #sud-educ-pre-header:hover,
	#basic-pre-header #basic-pre-header-right #sud-educ-intermediaire:hover	{
		-webkit-box-shadow: unset !important;
		        box-shadow: unset !important;
	}
	#sud-pre-header {
		-webkit-box-pack: left !important;
		    -ms-flex-pack: left !important;
		        justify-content: left !important;
		padding: 10px !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;
		-webkit-box-align: center !important;
		    -ms-flex-align: center !important;
		        align-items: center !important;
		max-width: 100% !important;
	}
	#sud-pre-header svg {
		margin-left: 0 !important;
		max-height: 89px !important;
		max-width: 167px !important;
	}
	#sud-pre-header #union-name-wrapper {
		margin-left: 0 !important;
		margin-top: 0 !important;
		line-height: 1 !important;
		padding-top: 20px !important;
	}
	#primary-menu {
		padding: 0 10px;
	}
	.main-navigation ul {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.main-navigation .menu-menu_principal-container > ul > li {
		padding-right: 20px;
	}
	#primary-menu a {
		margin-right: 0;
		font-size: 0.85rem;
	}
	.main-navigation ul ul a {
		width: 160px;
	}
	#adhesion-pre-header #adhesion-wrapper {
		width: 100%;
	}
	.widget_em_calendar table.em-calendar thead tr td,
	.widget_em_calendar table.em-calendar tbody tr td {
		padding: 0.5rem calc(100% / 28);
	}
}

@media (max-width: 889px) {
	.desktop {
		visibility: hidden;
		display: none;
	}
	.mobile {
		visibility: visible;
		display: block;
	}
}

@media (min-width: 890px) {
	.desktop {
		visibility: visible;
		display: block;
	}
	.mobile {
		visibility: hidden;
		display: none;
	}
}

@media (min-width: 890px) and (max-width: 1020px) {
	#header-elections a {
		text-align: center;
		padding: 20px;
	}
	#header-elections a span.banniere-premiere-ligne {
		margin: 0 0 5px;
	}
	#header-elections a span.banniere-premiere-ligne,
	#header-elections a span.banniere-deuxieme-ligne {
		font-size: 2rem;
		line-height: 2rem;
	}
}

@media (min-width: 890px) and (max-width: 1199px) {
	#basic-pre-header {
		width: 100% !important;
		max-width: 100% !important;
		-webkit-box-shadow: none !important;
		        box-shadow: none !important;
	}
	#basic-pre-header #basic-pre-header-right {
		height: 100% !important;
		width: 100% !important;
	}
	#basic-pre-header #basic-pre-header-right #solidaires-pre-header,
	#basic-pre-header #basic-pre-header-right #sud-educ-pre-header,
	#basic-pre-header #basic-pre-header-right #sud-educ-intermediaire {
		margin-right: 0 !important;
		-webkit-box-align: center !important;
		    -ms-flex-align: center !important;
		        align-items: center !important;
		padding: 10px !important;
		-webkit-clip-path: none !important;
		        clip-path: none !important;
		width: 100% !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;
		-webkit-box-pack: center !important;
		    -ms-flex-pack: center !important;
		        justify-content: center !important;
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}
	#basic-pre-header #basic-pre-header-right #solidaires-pre-header img,
	#basic-pre-header #basic-pre-header-right #sud-educ-pre-header img,
	#basic-pre-header #basic-pre-header-right #sud-educ-intermediaire img {
		height: 20px !important;
		padding: 0 0.3rem 0 0 !important;
	}
	#basic-pre-header #basic-pre-header-right #solidaires-pre-header .logo-tagline,
	#basic-pre-header #basic-pre-header-right #sud-educ-pre-header .logo-tagline,
	#basic-pre-header #basic-pre-header-right #sud-educ-intermediaire .logo-tagline {
		padding: 0 !important;
		font-size: 0.8rem !important;
	}
	#basic-pre-header #basic-pre-header-right #solidaires-pre-header:hover,
	#basic-pre-header #basic-pre-header-right #sud-educ-pre-header:hover,
	#basic-pre-header #basic-pre-header-right #sud-educ-intermediaire:hover {
		-webkit-box-align: unset !important;
		    -ms-flex-align: unset !important;
		        align-items: unset !important;
		padding-right: 0 !important;
	}
	#basic-pre-header #basic-pre-header-right #solidaires-pre-header:hover,
	#basic-pre-header #basic-pre-header-right #sud-educ-pre-header:hover,
	#basic-pre-header #basic-pre-header-right #sud-educ-intermediaire:hover	{
		-webkit-box-shadow: unset !important;
		        box-shadow: unset !important;
	}
	#sud-pre-header {
		-webkit-box-pack: left !important;
		    -ms-flex-pack: left !important;
		        justify-content: left !important;
		padding: 10px !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: row !important;
		        flex-direction: row !important;
		-webkit-box-align: center !important;
		    -ms-flex-align: center !important;
		        align-items: center !important;
		max-width: 100% !important;
	}
	#sud-pre-header svg {
		margin-left: 0 !important;
		max-height: 89px !important;
		max-width: 167px !important;
	}
	#sud-pre-header #union-name-wrapper {
		margin-left: 0 !important;
		margin-top: 0 !important;
		line-height: 1 !important;
		padding-top: 20px !important;
	}
	#primary-menu {
		padding: 0 10px;
	}
	.main-navigation ul {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.main-navigation .menu-menu_principal-container > ul > li {
		padding-right: 20px;
	}
	#primary-menu a {
		margin-right: 0;
		font-size: 0.85rem;
	}
	.main-navigation ul ul a {
		width: 160px;
	}
	#adhesion-pre-header #adhesion-wrapper {
		width: 100%;
	}
	.widget_em_calendar table.em-calendar thead tr td,
	.widget_em_calendar table.em-calendar tbody tr td {
		padding: 0.5rem calc(100% / 28);
	}
}

@media (max-width: 1199px) {
	
/*--------------------------------------*/
/*Header*/

	#masthead {
		background: none;
	}
	#page, .top-bottom-central-wrapper {
		width: 100%;
		max-width: 100%;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	#basic-pre-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		height: auto !important;
	}
	#sud-pre-header {
		width: 100%;
		height: auto;
		padding: 20px;
	}
	#sud-pre-header:hover {
		width: 100%;
	}
	#sud-pre-header img {
		margin-left: 0;
	}
	#solidaires-pre-header:hover {
		width: 100%;
	}
	#solidaires-pre-header img {
		margin: 0;
		margin-left: 0;
	}
	aside#secondary #adhesion-pre-header {
		background: -o-linear-gradient(top, #fff 0%,#fff 20px,#f3f3f3 20px,#f3f3f3 calc(100% - 20px),#fff 90%,#fff 100%);
		background: linear-gradient(to bottom, #fff 0%,#fff 20px,#f3f3f3 20px,#f3f3f3 calc(100% - 20px),#fff 90%,#fff 100%);
		margin-top: calc( 1em / 3 * 4);
	}
	#adhesion-pre-header #adhesion-wrapper {
		display: block;
		padding-top: calc( (1em / 3 * 4) * 2);
		padding-bottom: calc( (1em / 3 * 4) * 2);
		border-top: 1px solid #C9C9C9;
	}
	#adhesion-pre-header #adhesion-img {
		margin-right: 0;
		margin-top: 0.5rem;
	}
	#adhesion-pre-header #adhesion-img #yellow-star,
	#adhesion-pre-header #adhesion-img #megaphone {
		left: calc(50% - (65px / 2));
	}
	#adhesion-pre-header #adhesion-text {
		display: block;
		text-align: center;
	}
	#adhesion-pre-header #adhesion-text span {
		background-color: transparent;
		color: #000;
		padding: 0;
		margin-bottom: 0;
		font-size: 2rem !important;
		line-height: 2rem;
	}
	#adhesion-pre-header #adhesion-text span:first-child {
		padding-right: 0.4rem;
	}
	aside#main-secondary .widget_rss ul,
	aside#secondary .widget_rss ul {
		max-height: unset;
		padding: 10px;
		background-color: #f3f3f3;
	}
	aside#main-secondary .widget_rss ul li:last-child,
	aside#secondary .widget_rss ul li:last-child {
		margin: 0 0 0 20px;
	}
	.widget_tag_cloud div.tagcloud a.tag-cloud-link {
		padding: 5px 15px;
	}
	
/*--------------------------------------*/
/*Primary menu*/

	#menu-item-1179 {
		display: unset;
	}
	#primary-navigation-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#primary-menu ul.sub-menu > li.menu-item.current-page-ancestor > a,
	#primary-menu ul.sub-menu > li.menu-item.current-menu-ancestor > a,
	#primary-menu ul.sub-menu > li.menu-item.current-menu-parent > a,
	#primary-menu ul.sub-menu li.menu-item.current-menu-item > a {
		padding-bottom: 20px;
	}
	#primary-navigation-wrapper .search-wrap {
		display: block;
		width: 100%;
	}
	#primary-navigation-wrapper .change-width {
		display: none;
	}
	#primary-navigation-wrapper #change:not(:checked) + .searchandfilter,
	#primary-navigation-wrapper #change:checked + .searchandfilter {
		width: 100%;
		right: 0;
	}
	#primary-navigation-wrapper .searchandfilter {
		height: auto;
		position: relative;
		padding: 0 10px 10px;
	}
	#primary-navigation-wrapper .searchandfilter ul {
		list-style: none;
		line-height: 1;
	}
	#primary-navigation-wrapper .searchandfilter .sf-input-text {
		padding: 5px;
		height: 32px;
	}
	#primary-navigation-wrapper #change:not(:checked) + .searchandfilter .sf-field-submit input[type="submit"],
	#primary-navigation-wrapper #change:checked + .searchandfilter .sf-field-submit input[type="submit"] {
		width: auto;
		opacity: 1;
		cursor: pointer;
		height: 32px;
		padding: 0 10px;
		border: none;
		border-radius: 0;
		text-transform: uppercase;
		color: #ffffff;
		-webkit-transition: all .2s ease-out;
		-o-transition: all .2s ease-out;
		transition: all .2s ease-out;
	}
	
/*--------------------------------------*/
/*Contenu*/
	
	.infos_epinglees_wrapper {
		padding: 10px 10px 0;
	}
	.two_columns_wrapper {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-column-gap: unset;
		padding: 10px;
	}
	#primary {
		-ms-grid-column: 1;
		grid-column: 1;
	}
	#secondary {
		-ms-grid-column: 1;
		grid-column: 1;
		max-width: 100%;
	}
	.card-infos_epinglees {
		height: auto;
	}
	.card-infos_epinglees h2 {
		font-size: 1.7rem !important;
		line-height: 3rem !important;
	}
	a.infos_epinglees-block-link .separator {
		margin: 0;
		display: none;
	}
	.carousel__snapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	a.infos_epinglees-block-link {
		padding: 10px;
	}
	a.carousel__prev, a.carousel__next {
		padding: 20px;
	}
	a.carousel__prev, a.carousel__next {
		text-decoration: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		background-color: #d9d9d9;
		width: 100%;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		height: unset;
	}
	a.carousel__prev:hover span, a.carousel__next:hover span {
		background: none;
	}
	a.carousel__prev span, a.carousel__next span {
		height: auto;
		width: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
	a.carousel__prev span img, a.carousel__next span img {
		height: auto;
		width: auto;
	}
	a.carousel__prev span .visually-hidden, a.carousel__next span .visually-hidden {
		position: unset;
		left: 0;
		top: 0;
		width: auto;
		height: auto;
		overflow: unset;
		display: unset;
		color: #000;
	}
	#add-filters ul li:first-child,
	.card-hero + hr,
	.card-infos_epinglees .infos_epinglees-title,
	.card-infos_epinglees + hr,
	.page-id-20 #bottom-area,
	.archive #content-submenu + hr,
	.archive .metiers.flex-1c + hr	{
		display: none;
	}
	.card-hero {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		-ms-grid-rows: 1fr 10px 1fr 10px 1fr;
		grid-template-rows: 1fr 1fr 1fr; 
		grid-row-gap: 10px;
		grid-column-gap: 0;
		height: auto;
		margin-bottom: 10px;
	}
	.card-hero > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.card-hero > *:nth-child(2) {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	.card-hero > *:nth-child(3) {
		-ms-grid-row: 5;
		-ms-grid-column: 1;
	}
	.card-hero .card-large {
		grid-row: unset;
		-ms-grid-column: 1;
		grid-column: 1;
		height: 400px;
	}
	.card-hero .card-large h2.entry-title,
	.card-hero .card-thumbnail h2.entry-title	{
		font-size: 1.7rem;
		line-height: 3rem;
	}
	.card-hero .card-large + .card-thumbnail {
		-ms-grid-column: 1;
		grid-column: 1;
	}
	.card-hero .card-thumbnail:nth-of-type(1) {
		grid-row: unset;
	}
	.card-hero .card-thumbnail:nth-of-type(2) {
		grid-row: unset;
	}
	.card-hero .card-thumbnail,
	.card-hero .card-empty {
		grid-row: unset;
		-ms-grid-column: 1;
		grid-column: 1;
		height: 400px;
	}
	.home #bottom-area .card-guides.alternate-grid-home {
		padding: 5px;
		grid-row-gap: 0;
	}
	.home #bottom-area .card-guides .guides-item.general-title {
		display: none;
	}
	.home #top-area .card-tracts {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-auto-rows: auto;
		grid-column-gap: 10px;
		grid-row-gap: 20px;
	}
	.under-menu {
		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		padding: 10px;
	}
	#breadcrumbs {
		margin: 0 auto;
	}
	#breadcrumbs ul {
		-ms-flex-flow: wrap;
		    flex-flow: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	#add-filters ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: space-evenly;
		    -ms-flex-pack: space-evenly;
		        justify-content: space-evenly;
	}
	#add-filters {
		width: 100%;
	}
	#add-filters ul li {
		margin-top: 10px;
	}
	#add-filters ul li a.filters-item {
		padding: 10px 15px;
		line-height: 1rem;
		display: block;
		margin-left: 0;
	}
	.archive .metiers {
		margin-bottom: 10px;
	}
	.archive #content-submenu .flex-3c {
		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		        justify-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-ms-flex-align: center;
		-webkit-box-align: center;
		        align-items: center;
	}
	.archive #content-submenu .flex-3c li {
		width: 100%;
		-ms-flex: unset;
		-webkit-box-flex: unset;
		        flex: unset;
		margin-bottom: 10px;
	}
	.archive #content-submenu .flex-3c li a {
		padding: 5px 15px;
		line-height: unset;
	}
	.archive .card-tracts {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		-ms-grid-rows: 1fr;
		grid-template-rows: 1fr; 
		grid-auto-rows: auto;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		margin-top: 20px;
	}
	.archive .card-tracts > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.card-tracts a.tracts-block-link {
		height: 100%;
	}
	article.page {
		padding: 0;
	}
	.metiers-page {
		margin-top: 10px;
	}
	button.accordion {
		padding: 20px;
	}
	.metiers .panel ul {
		padding: 10px 20px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.metiers .panel ul li,
	.metiers .panel ul li a {
		padding: 10px 0;
	}
	.card-search {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-auto-rows: auto;
		grid-column-gap: 0;
		grid-row-gap: 30px;
		padding: 10px;
	}
	.card-search h2.block_title {
		line-height: 1.5rem;
	}
	.grey-article-background .entry-content div.card-search {
		margin-bottom: 60px;
	}
	.card-search .searchandfilter ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: unset;
		    -ms-flex-pack: unset;
		        justify-content: unset;
	}
	.card-search .searchandfilter ul li:first-child {
		padding: 0;
	}
	.card-search .searchandfilter li:first-child,
	.card-search .searchandfilter li:first-child input {
		padding-right: 0;
		margin-bottom: 0;
	}
	.card-search .searchandfilter ul li {
		width: 100%;
		padding: 10px 0 0;
	}
	.card-search .searchandfilter li label{
		padding-right: 0;
	}
	.card-search .searchandfilter li select{
		width: 100%;
	}
	.card-search .searchandfilter li::after {
		top: 18px;
		right: 10px;
	}
	.tagging-search {
		max-width: 100%;
	}
	.tagging-search span {
		padding: 5px 15px;
	}
	.card-search + hr,
	.card-guides hr,
	.card-guides div.title-guides-degre-wrapper	{
		display: none;
	}
	.card-guides {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		grid-row-gap: 0;
		grid-column-gap: 0;
	}
	.card-guides section.guides-item {
		width: 153px;
		height: 220px;
		margin: 5px;
	}
	.card-guides .guides-item-bottom {
		margin: 5px;
		width: 100%;
	}
	.metiers.academie .panel.academie-panel {
		padding: 0 20px 20px 20px;
		word-break: break-word;
	}
	article.post,
	article.infos_epinglees,
	article.event {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		grid-column-gap: 0;
		grid-row-gap: 10px;
		padding: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.blog article.post,
	.archive article.post,
	.archive article.infos_epinglees,
	.archive article.event,
	.search article.page,
	.search article.post,
	.search article.infos_epinglees,
	.search article.event {
		padding: 30px 0 0 0;
	}
	article.page .entry-content blockquote,
	article.post .entry-content blockquote,
	article.infos_epinglees .entry-content blockquote,
	article.event .entry-content blockquote {
		-webkit-transform: unset;
		    -ms-transform: unset;
		        transform: unset;
		padding: 10px;
	}
	article.page .entry-content blockquote::before,
	article.post .entry-content blockquote::before,
	article.infos_epinglees .entry-content blockquote::before,
	article.event .entry-content blockquote::before {
		content: url(icons/quote-small.png);
		-webkit-transform: scale(-1, 1);
		-ms-transform: scale(-1, 1);
		    transform: scale(-1, 1);
	}
	article.page .entry-content blockquote::before,
	article.post .entry-content blockquote::before,
	article.infos_epinglees .entry-content blockquote::before,
	article.event .entry-content blockquote::before {
		margin-top: 0;
		margin-left: 0;
		margin-right: 10px;
	}
	article.page .entry-content blockquote::after,
	article.post .entry-content blockquote::after,
	article.infos_epinglees .entry-content blockquote::after,
	article.event .entry-content blockquote::after {
		display: none;
	}
	article.post .tagging span,
	article.infos_epinglees .tagging span,
	article.event .tagging span,
	.page-metiers-wrap ul li {
		padding: 5px 15px;
	}
	article.post .entry-footer,
	article.infos_epinglees .entry-footer,
	article.event .entry-footer {
		max-width: 100%;
	}
	.single-post #secondary {
		margin-top: -5px;
	}
	article.event .entry-header {
		margin-bottom: 20px;
	}
	article.post .entry-footer,
	article.infos_epinglees .entry-footer {
		margin-top: 0;
	}
	article.event .entry-footer {
		margin-top: 10px;
	}
	article.post .card-downloadable .downloadable-item,
	article.infos_epinglees .card-downloadable .downloadable-item,
	article.event .card-downloadable .downloadable-item {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1 / span 2;
	}
/*--------------------------------------*/
/*footer-navigation*/
	
	#footer-navigation {
		line-height: unset;
	}
	#footer-navigation a {
		font-size: 1rem;
	}
	#footer-navigation #menu-menu_footer {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	#footer-navigation .menu-item {
		word-break: break-word;
	}
	#footer-navigation .menu-item::after {
		display: none;
		content: "";
		padding: 0;
	}
	#nav-socials a {
		height: 2rem;
		padding: 0 10px;
		display: table-cell;
	}
	#nav-socials a:first-child {
		font-size: 1.2rem;
	}
	#nav-socials a:last-child {
		padding: 0 10px;
	}
	#nav-socials {
		line-height: 2rem;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	#nav-socials .footer-icon {
		height: 2.5rem;
		width: 2.5rem;
	}
	#nav-socials .footer-icon img {
		height: auto;
		width: auto;
		vertical-align: middle;
		max-height: calc(100% - 10px);
	}
	#footer-widget-area,
	#colophon ul#menu-post_menu_footer	{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}

@media print {
	
	#masthead,
	#masthead #basic-pre-header {
		display: none !important;
	}
	#masthead .top-bottom-central-wrapper {
		-webkit-box-shadow: unset !important;
		        box-shadow: unset !important;
		margin: 0 auto 10px !important;
	}
	#masthead #sud-pre-header {
	}
	#masthead .site-title,
	#masthead .site-description,
	#masthead #solidaires-pre-header,
	#masthead #adhesion-pre-header,
	#masthead #primary-navigation-wrapper,
	#bottom-area,
	#colophon {
		display: none !important;
	}
    html,
	body,
	#page,
	#primary,
	article {
		display: block !important;
        height: 100% !important;
        width: 100% !important;
		padding: 0 !important;
    }
	body {
		background-color: #fff !important;
		background-image: none !important;
	}
	#page {
		-webkit-box-shadow: unset !important;
		        box-shadow: unset !important;
	}
	.two_columns_wrapper,
	#primary {
		display: block !important;
	}
	aside#secondary {
		display: none !important;
	}
	.print_infos {
		display: block;
		margin-bottom: 120px;
	}
	.print_infos svg {
		max-width: 25%;
		width: 25%;
	}
	.print_infos h2 {
		margin-top: 0;
		margin-bottom: 10px;
		font-family: "Boogaloo";
		font-size: 2.5rem;
		font-weight: 400;
		text-transform: uppercase;
		line-height: 1;
	}
	.print_infos .contact {
		margin-top: 0;
	}
	.entry-title {
		padding: 0 !important;
		font-size: 2rem !important;
		line-height: 2rem !important;
		color: #000 !important;
		background-color: #fff !important;
		border: 0 !important;
	}
	.entry-header {
		margin-bottom: 60px !important;
	}
	article > *:not(:.entry-content) {
		-webkit-column-break-inside: avoid !important;
		   -moz-column-break-inside: avoid !important;
		        break-inside: avoid !important;
		page-break-inside: avoid !important;
		display: block !important;
	}
	article.page .entry-content h1,
	article.page .entry-content h2,
	article.page .entry-content h3,
	article.page .entry-content h4,
	article.page .entry-content h5,
	article.page .entry-content h6,
	article.post .entry-content h1,
	article.post .entry-content h2,
	article.post .entry-content h3,
	article.post .entry-content h4,
	article.post .entry-content h5,
	article.post .entry-content h6,
	article.infos_epinglees .entry-content h1,
	article.infos_epinglees .entry-content h2,
	article.infos_epinglees .entry-content h3,
	article.infos_epinglees .entry-content h4,
	article.infos_epinglees .entry-content h5,
	article.infos_epinglees .entry-content h6,
	article.event .entry-content h1,
	article.event .entry-content h2,
	article.event .entry-content h3,
	article.event .entry-content h4,
	article.event .entry-content h5,
	article.event .entry-content h6 {
		-webkit-transform: unset !important;
		    -ms-transform: unset !important;
		        transform: unset !important;
		display: inline !important;
		font-size: 1.5rem !important;
		line-height: 2rem !important;
		color: #000 !important;
		font-weight: 400 !important;
		text-transform: uppercase !important;
		border-bottom: 2px solid #000 !important;
	}
	article.page .entry-content blockquote,
	article.post .entry-content blockquote,
	article.infos_epinglees .entry-content blockquote,
	article.event .entry-content blockquote {
		border: 4px solid #e8e8e8 !important;
		background-color: #fff !important;
	}
	article.page .entry-content samp,
	article.post .entry-content samp,
	article.infos_epinglees .entry-content samp,
	article.event .entry-content samp {
		padding: 30px;
		background-color: transparent;
		border: 2px dashed #b7b7b7;
		display: block;
	}
	.print-footer {
		display: block !important;
		position: fixed !important;
		bottom: 0 !important;
		right: 0 !important;
		opacity: .05!important;
	}
	.mejs-container {
		display: none !important;
	}
	figcaption {
		text-align: left !important;
		padding: 5px 0 0 0 !important;
		-webkit-column-break-inside: avoid !important;
		   -moz-column-break-inside: avoid !important;
		        break-inside: avoid !important;
	}
	figcaption:before {
		content: url(icons/icon-print-figcaption.svg);
		margin-right: 5px;
		width: 16px;
		height: 16px;
		display: inline-block;
	}
	a:not(#sud-pre-header),
	a:not(#sud-pre-header):visited {
		text-decoration: underline !important;
		color: #000 !important;
	}
	
	a:not(#sud-pre-header):before {
		content: url(icons/icon-print-link.svg);
		margin-right: 5px;
		width: 16px;
		height: 16px;
		display: inline-block;
	}

	a:not(#sud-pre-header)[href]::after {
		content: " (" attr(href) ")" !important;
	}

	abbr[title]::after {
		content: " (" attr(title) ")" !important;
	}
	
}