/*!
Theme Name: ifjbxl
Theme URI: http://underscores.me/
Author: xmichaut.fr
Author URI: http://xmichaut.fr/
Description: Thème du site inforjeunesbruxelles.be
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ifjbxl
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* 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 {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

/* 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: #404040;
	font-family: sans-serif;
	font-size: 16px;
	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
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

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

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	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: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.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
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.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%;
}

/* 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-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;
}
/*-------------------------------------------------
STYLE GENERAUX
-------------------------------------------------*/
body{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:16px;
}
html {
	scroll-behavior: smooth;
}
.italic{
	font-style: italic;
}
.margin_bloc{
	margin: 15px 0 !important;
}
h2{
	font-size:20px;
	font-weight:700;
}
h3{
	font-size:16px;
	font-weight:700;
	color:#2f335b;
	margin: 15px 0 30px 0;
}
p a,
p a:hover,
p a:visited{
	color:#E75C4A;
}
ul,ol{
	margin:0;
}
.section{
	padding-top:15px;
}
.no-padding{
	padding:0 !important;
}
.no-padding-lr{
	padding-left:0 !important;
	padding-right:0 !important;
}
.contener_centrage{
	text-align:center;
}
.bg_bleu{
	background-color:#2f325b;
	color:#FFFFFF;
}
.txt_bleu{
	color:#2f325b;
}
.text_rouge,
.txt_rouge{
	/*color:#e0616a;*/
	color:#E75C4A;
}
.text_rouge a,
.txt_rouge a{
	color:#E75C4A;
	text-decoration:underline;
}
.text_bleu a,
.txt_bleu a{
	color:#2f325b;
	text-decoration:underline;
}
.lien_contact,
.lien_nl{
	cursor:pointer;
	text-decoration:underline;
}
span.justif{
	text-align: justify;
	display: block;
}
.text_gris,
.txt_gris{
	color:#4f4e4e;
}
.ss_titre{
	margin-bottom:15px;
	font-weight: bold;
}
.titre_page{
	margin-top:30px;
	margin-bottom:30px;
	height:35px;
}
.titre_page h2{
	background-size:contain;
    background-position: left top;
	background-repeat:no-repeat;
	padding: 7px 0 0 45px;
	height:35px;
}
a .logo{
	float:left;
	width:100%;
    height: 55px;
    background-size:contain;
    background-position: left center;
	background-repeat:no-repeat;
	margin: 5px 0;
}
#the-canvas{
	margin-left: auto;
    margin-right: auto;
}
#contener_btn{
	margin-left: 30px;
}
.btn{
	color:#FFF;
	background-color:#2f325b;
	font-size: 12px;
}
.btn:hover {
	color:#FFF;
	background-color:#E75C4A;
    text-decoration: none;
}
.onglet{
	margin-top:30px;
	margin-bottom:30px;
}
.margin_titre{
	margin-top:60px;
	margin-bottom:60px;
}
/*-------------------------------------------------
BANNIERE / HEADER
-------------------------------------------------*/
#menu_top{
	padding:0;
}
#menu_top a{
	font-weight:700;
	color:#2f335b;
	font-size:14px;
	padding:15px 0;
}
#menu_top li{
    -ms-flex: 0 0 14%;
    flex: 0 0 14%;
    max-width: 14%;
	text-align:center;
}
/*#menu_top li:last-child{
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
		text-align: center;
}*/
.menu_top_homepage #menu-item-1980{
	display:none;
}
.menu_top_homepage#menu_top li{
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}
.menu_top_homepage#menu_top li:last-child{
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
		text-align: center;
}
.contener_carrousel,
#carousel,
#carousel .carousel-inner,
#carousel .carousel-inner .carousel-item{
    height: 254px;
	padding:0;
}
#carousel .carousel-inner .carousel-item{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;

}
#encart_intro{
	position:absolute;
	z-index:200;
	background-color:rgba(255, 255, 255, 0.93);
	padding:15px 20px	;
	max-width:44%;
	font-weight:700;
	margin-top: 70px;
}
#encart_intro p{
	margin:0;
}
/*-------------------------------------------------
MENU VERTICAL
-------------------------------------------------*/

#navbar_menu_vertical{
	padding:27px 0;
}
#menu-menu_header_vertical,
#menu-menu_header_vertical li{
	width:100%;
}
#menu-menu_header_vertical li{
	height:50px;
}
#menu-menu_header_vertical li a{
	font-weight:700;
	padding-left: 45px;
	margin-right:30px;
	color:#FFFFFF;
	/*background-image:url(inc/img/btn_menu_vertical_job.svg);
	background-size:contain;
	background-position:right;
	background-repeat:no-repeat;*/
}
#menu-menu_header_vertical li a i{
font-size: 20px;
    position: absolute;
    right: 20px;
    margin-top: -10px;
    border: 2px solid #FFF;
    border-radius: 25px;
    padding: 8px;
    width: 40px;
    height: 40px;
    text-align: center;
}
#menu-menu_header_vertical li a i.fas.fa-handshake{
padding-left: 5px;
}
#menu-menu_header_vertical li.active{
	background-color:#2f325b;

}
/*VERSION STICKY*/
.menu-sticky #menu-menu_header_vertical li a{
	font-size:0;
}
.menu-sticky #menu-menu_header_vertical li a i{
	font-size:20px;
	right: 30px;

}
.menu-sticky #menu-menu_header_vertical li{
	/*background-image:url(inc/img/btn_menu_vertical_job.svg);
	background-size:auto 80%;
	background-position:center;
	background-repeat:no-repeat;*/

}
/*ICONES*/
.menu-sticky #menu-menu_header_vertical li:nth-child(2),
#menu-menu_header_vertical li:nth-child(2) a {
 }
	/*background-image:url(inc/img/btn_menu_vertical_recherche.svg);	*/
.menu-sticky #menu-menu_header_vertical li:nth-child(3),
#menu-menu_header_vertical li:nth-child(3) a{
	/*background-image:url(inc/img/btn_menu_vertical_permanences.svg);	*/
}
.menu-sticky #menu-menu_header_vertical li:nth-child(4),
#menu-menu_header_vertical li:nth-child(4) a{
	/*background-image:url(inc/img/btn_menu_vertical_soutien.svg);	*/
}
#menu-item-1579 a{
	color:#E75C4A !important;
}
/*-------------------------------------------------
MENU STICKY RESO
-------------------------------------------------*/
.menu-sticky{
	position:fixed;
	right: 15px;
	z-index:2000;
}

#navbar_menu_reso{
	padding:15px;
	text-align:center;
}
#navbar_menu_reso ul,
#navbar_menu_reso ul li{
	margin:0;
	padding:0;
	list-style:none;
	width: 100%;
}
#navbar_menu_reso ul li a{
	color:#FFF;
}
#navbar_menu_reso ul li .btn{
	height:40px;
	width:40px;
	border:none;
	border-radius:20px;
	margin-bottom:15px;
	padding: 8px;
}
#navbar_menu_reso ul li .btn.btn_youtube{
	background-color:#ed1c24;
}

#navbar_menu_reso ul li .btn.btn_fb{
	background-color:#4267b2;
}

#navbar_menu_reso ul li .btn.btn_twitter{
	background-color:#25aae1;
}
#navbar_menu_reso ul li i{
	font-size: 20px;
	margin-top: 2px;
}
/*-------------------------------------------------
MENU HORIZONTAL
-------------------------------------------------*/
ul#menu-menu_header_horizontal{
	margin:0;
}
ul#menu-menu_header_horizontal li.menu-item{
	/*-ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;*/
		width: 16.666667%;
    /*max-width: 16.666667%;*/
	text-align:center;
}
ul#menu-menu_header_horizontal li.menu-item a{
	color:#FFF;
	font-weight:700;
	padding: 15px;
	transition: background-color 0.3s ease;
}
ul#menu-menu_header_horizontal li.menu-item a:hover{
	color:#E75C4A;
	background-color:#FFF;
}
ul#menu-menu_header_horizontal li#menu-item-4586 a,
ul#menu-menu_header_horizontal li#menu-item-91 a,
ul#menu-menu_header_horizontal li#menu-item-343 a
{
	background-color:#2f325b;
}

ul#menu-menu_header_horizontal li#menu-item-91 a
{
	border-top:1px solid #FFF;
}
ul#menu-menu_header_horizontal li#menu-item-91 a:hover,
ul#menu-menu_header_horizontal li#menu-item-4586 a:hover,
ul#menu-menu_header_horizontal li#menu-item-343 a:hover
{
	color:#2f325b;
	background-color:#FFF;

}
#menu-item-4586{
	margin-left: 16.666667%;
}

/*-------------------------------------------------
GRID
-------------------------------------------------*/
.image_grid{
	width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  padding-top: 70px;
}
.titre_grid{
	background: rgba(255,255,255,0.9);
	font-weight:700;
	font-size:16px;
	color:#4f4e4e;
	text-align:center;
	padding:15px;
}
.extrait_grid{
	padding:0 15px;
	background-color:#f2f1f1;
}
.extrait_grid p,
.extrait_grid p span,
.extrait_grid p *
{
	display:inline;
	color:#4f4e4e !important;
	font-size:16px;
	font-weight:400 !important;

}
.date_actu{
	background: rgba(255,255,255,0.9);
  padding: 5px;
  color: #E75C4A;
  display: inline-block;
  position: absolute;
  top: 0;
}
.grid_home.actu_home{
	margin-top:30px;
}
.liste_thema{
	list-style-type:none;
	padding: 0 30px;
  margin-bottom: 15px;
}
.liste_thema li a{
	color:#4f4e4e;
	text-decoration:underline;
}
/*-------------------------------------------------
CARTOGRAPHIE
-------------------------------------------------*/
#home_carte{
	margin-top: 30px;
}
.map {
	width: 100%;
	height:380px;
  	margin: 0;
	position: relative;
    z-index: 1041;
}
.map:-moz-full-screen {
	height: 100%;
}
.map:-webkit-full-screen {
	height: 100%;
}
.map:-ms-fullscreen {
	height: 100%;
}
.map:fullscreen {
	height: 100%;
}
.ol-zoom.ol-unselectable.ol-control{
	position: absolute;
    top: 0;
}
.ol-zoom.ol-unselectable.ol-control button{
	background-color: #2f325b;
	border: none;
	margin: 5px;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 16px;
}
.ol-zoom.ol-unselectable.ol-control button:hover{
	background-color: #E75C4A;
}
/*STYLES*/
ul.liste_perm,
ul.liste_perm li{
	list-style: none;
    margin: 0;
    padding: 0;
}


ul.liste_perm {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
	margin-bottom:15px;
}
ul.liste_perm li{
	font-weight:700;
	margin-left:30px;
	margin-bottom:15px;
	cursor:pointer;
	text-decoration: underline;
}
/*INFO BULLE*/
.tooltip {
  position: relative;
  padding: 3px;
  background-color:#2f325b;/*: rgba(0,56,255,1);*/
  color: #FFFFFF;
  opacity: 1;
  white-space: nowrap;
  font: 10pt sans-serif;
	cursor:pointer;
}
/*Liste des noms + horaires*/
.perm_dyn.open{
	color:#06F;
}
.perm_dyn.ferme{
	color:#F00;
}
/*POP-UP*/
#permanenceModal .modal-dialog {
    max-width: 300px;

}
.contenu_popup_horaire h2{
	padding-left:15px;
}
.contenu_popup_horaire ul{
	font-weight:700;
	list-style-type:none;
	padding:0;
	margin:0;
	margin-bottom:15px;
	padding-left: 15px;
}
.contenu_popup_horaire ul li{
	width:100%;
}
.contenu_popup_horaire ul.horaire_horaire li:first-child:before{
	content: "\f017"; /* FontAwesome Unicode */
	font-family: 'FontAwesome';
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
}
/*.contenu_popup_horaire ul.horaire_adresse li:first-child:before{
	content: "\f3c5";
	font-weight: 900;
}
.contenu_popup_horaire ul.horaire_tel li:first-child:before{
	content: "\f095";
}*/
.contenu_popup_horaire ul.horaire_adresse,
.contenu_popup_horaire ul.horaire_tel{
	margin-left:0;
	padding: 0;
}
.contenu_popup_horaire ul.horaire_tel{
	margin-left:-4px;
}
.photo_perm{
	width:100%;
	height:150px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
/*-------------------------------------------------
PAGE PERMANENCE
-------------------------------------------------*/
.page-permanence .bg_bleu{
	padding-top:15px;
	margin-top:15px;
}
/*-------------------------------------------------
ARTICLE PAGE
-------------------------------------------------*/
.article-grid{
	margin-top:15px;
}
.page_grid{
	margin-top:15px;
	margin-bottom:15px;
}
.page_grid .extrait_grid{
	display:none;
}
.page_grid.page_grid_parole .extrait_grid{
	display:block;
}
.article-qr .article_question{
	border-bottom:#999 1px solid;
	padding-top:15px;
	padding-bottom:15px;
}
.article-qr .reponse{
	border-bottom:#999 1px solid;
}
.article-qr .reponse p{
	margin:0;
}
.article-qr .article_question h3.question{
	cursor:pointer;
	margin:0;
}
.article-qr .article_question h3.question i{
	float:right;
	font-size: 16px;
	width:5%;
	text-align:right;
}
.article-qr .article_question h3.question a{
	width:95%;
	display: inline-block;
}
/*-------------------------------------------------
ARTICLE SINGLE
-------------------------------------------------*/
.article_header #article_breadcrumb{
	margin-top:30px;
	height:35px;
}
.article_header #article_meta a,
.article_header #article_breadcrumb a{
	color:#2f335b;
}
.article_header .logo_breadcrumb{
	display: inline-block;
	height:35px;
	width:35px;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}
.article_header #breadcrumbs{
	display: inline-block;
	font-weight:700;
}
.article_header #breadcrumbs::before{
	content: ' > ';
	padding-left:5px;
	font-weight:700;
}
.article_header h1{
	font-weight:700;
}
.article_header #article_meta{
	padding-left: 65px;
}
.article-footer .extrait_grid{
	display:none;
}
.article-footer,
.article-footer h3{
	margin-bottom:15px;
}
.bloc_partage_experience{
	color:#FFF;
	font-weight:700;
	padding:15px 30px;
}
.bloc_partage_experience .btn{
	font-weight:700;
	background-color:#FFF;
	color:#2f325b;
	border: none;
    border-radius: 15px;
}
.bloc_commentaire{
	margin-bottom:15px;
}
.bloc_commentaire p{
	margin-bottom:0;
}
.bloc_commentaire a{
	color: #FFFFFF;
	text-decoration: underline;
}
.bloc_commentaire .petit{
	font-weight: normal;
	font-size: 14px;
	margin-bottom:1.5em;
}
.bloc_commentaire .bloc_question{
	display:none;
}
.bloc_commentaire .bloc_commentaire_reponses{
	font-weight: normal;
}
.bloc_commentaire .bloc_commentaire_reponses div.reponse{
	padding-left:60px;
	margin-top:15px;
}
.meta_comment{
	background-color: #FFFFFF;
	color: #2f325b;
	padding: 2px 5px;
	line-height: 1.5em;

}
.meta_comment .logo_comment{
	display: inline-block;
	height: 1.5em;
	width: 1.5em;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 5px;
	margin-bottom: -6px;
}
.animation_liste_docu{
	list-style-type:none;
	padding: 0;
    margin-bottom: 15px;
}
.animation_liste_docu li a{
	color:#2f325b;
	text-decoration:underline;
}
.bloc_partage{
	margin-bottom: 30px;
}
.article-content{
	font-family: 'Open Sans', sans-serif;
}
/*-------------------------------------------------
SINGLE DOSSIER ARTICLE
-------------------------------------------------*/
table.tab_dossier{
	width:100%;
	text-align: center;
}
table.tab_dossier thead tr {
	background-color: #E75C4A;
	color:#FFFFFF;
}
table.tab_dossier tbody tr:nth-child(even) {
	background-color: #e2e2e2;
}
table.tab_dossier tbody tr:nth-child(odd) {
	background-color: #FFF
}
table.tab_dossier td{
	padding:5px;
	border-left:1px solid #4f4e4e;
}
table.tab_dossier tbody tr td:last-child{
	border-right:1px solid #4f4e4e;
}
/*-------------------------------------------------
SIDEBAR ARTICLE
-------------------------------------------------*/
#article_liaison .grid_home{
	margin-bottom: 30px;
}
#article_liaison ul#sidebar_rezo{
	list-style-type: none;
  padding: 0;
  margin: 0 auto;
	text-align: left;
  margin-left: 30px;
	font-weight:bold;
}
#article_liaison ul#sidebar_rezo i{
	background-color: #58585a;
  border-radius: 20px;
  height: 40px;
  width: 40px;
  color: #FFF;
  margin-right: 5px;
  margin-bottom: 15px;
  font-size: 22px;
  text-align: center;
  line-height: 40px;
}
#article_liaison ul#sidebar_rezo li a{
	color: #e75c4a;
}
/*-------------------------------------------------
PAGE SOUTIEN
-------------------------------------------------*/
.soutien h2{
	margin-top:60px;
}
.soutien .logo_arcenciel{
	height:100px;
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	margin-bottom:60px;
}
.soutien .soutien_lien{
	font-weight:700;
	margin-bottom:15px;
	display: inline-block;
}
/*-------------------------------------------------
PAGE À PROPOS
-------------------------------------------------*/

.bloc_equipe{
	height:150px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	margin-bottom: 30px;
	cursor:pointer;
	padding-top:30px;
}
.grayscale{
	-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	 -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	 -webkit-filter: grayscale(100%);
	 filter: gray;
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.bloc_equipe .info_equipe{
	display:none;
	background-color: rgba(255,255,255,0.8);
	color:#666;
	text-align:center;
	-webkit-transition: all 2s; /* Safari */
  	transition: all 2s;
}
.bloc_equipe:hover .info_equipe{
	display:block;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
   -moz-hyphens: auto;
    hyphens: auto;
	max-width:100%;
	width:100%;
}
ul.liste_articles{
	list-style-type: none;
}
ul.liste_articles li{
	margin-bottom:15px;
}
ul.liste_articles li span{
	display: block;
  font-size: 12px;
}
/*-------------------------------------------------
ANNONCES
-------------------------------------------------*/
/*HOME*/
/*.awpcp-listings-widget-item.awpcp-listings-widget-item-with-left-thumbnail-in-desktop.awpcp-listings-widget-item-with-thumbnail-above-in-mobile{
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
	-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.liste_annonce_home{
	list-style:none;
	padding: 0;
}
.liste_annonce_home li .awpcp-listing-title {
    color: #4f4e4e;
    position: absolute;
    background: rgba(255,255,255,0.9);
    font-weight: 700;
    font-size: 16px;
    color: #4f4e4e;
    text-align: center;
    padding: 15px;
		top: 80px;
    width: 93%;
	}
.liste_annonce_home li .awpcp-listing-title a{
    color: #4f4e4e;
}
.awpcplatestthumb,
.liste_annonce_home.awpcp-listings-widget-item-listing-link,
.awpcplatestthumb a img{
	width:100%;
}
.awpcplatestthumb {
	margin:0 !important;
	padding:0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
	overflow-y: hidden;
    max-height: 200px;
}
.awpcp-listings-widget-item-excerpt{
	padding: 0 15px;
    background-color: #f2f1f1;
}
.awpcp-widget-read-more{
	display:none;
}
.awpcplatestthumb a img {
    max-width: 100% !important;
}*/
.adverts-control-group.adverts-field-text.adverts-field-name-adverts_price{
	display:none;
}
.adverts-field-header-title{
color:#E75C4A;
}
.single-advert .article-content{
	padding-bottom:30px;
}
.advert-img{
	background-image:url(https://ijbxl.be/wp-content/uploads/2020/01/job-image-par-défaut-e83c67a4.jpg) !important;
	background-size: cover !important;
}
.home .advert-published {
	display:none;
}
.advert-item span.advert-link .advert-link-text,
.advert-link-wraps,
.advert-link-wraps:visited .entry-content .advert-link-wraps,
.entry-content .advert-link-wraps:visited {
	color:#E75C4A !important;
}
.lien_retour_annonce{
	margin-top:30px;
}
/*RECHERCHE*/
.contenu_page_annonce .awpcp-search-ads.awpcp-page#classiwrapper .awpcp-updated{
	display:none !important;
}
.page-id-6 .contenu_page_annonce form.awpcp-search-ads-form label[for="query"]{
	display:none !important;
}
.contenu_page_annonce .awpcp-page,
.contenu_page_annonce hr.sep_annonce{
	margin-bottom:45px;
}
.contenu_page_annonce hr.sep_annonce{
	color:#2f325b;
	background-color:#2f325b;
}
.contenu_page_annonce .intro_annonce p{
	margin-bottom:0;
}
.contenu_page_annonce #classiwrapper .awpcp-region-selector,
.contenu_page_annonce .awpcp-multiple-region-selector .awpcp-region-selector{
	background-color:#FFFFFF;
}
.contenu_page_annonce form.awpcp-search-ads-form input#query{
	font-family: 'Open Sans Condensed', sans-serif;
}

.contenu_page_annonce select {
    border: 1px solid #2f325b;
    color: #2f325b;
	font-family: 'Open Sans Condensed', sans-serif;
}
.contenu_page_annonce .dropdownparentcategory {
    background-color: #FFFFFF;
    margin-bottom: 3px;
    color: #2f325b;
	font-family: 'Open Sans Condensed', sans-serif;
}
.awpcp-listing-excerpt-small .awpcp-listing-excerpt-thumbnail,
.awpcp-listing-excerpt-medium .awpcp-listing-excerpt-thumbnail {
    width: 25% !important;
}
/*PLACEMENT ANNONCE*/
.contenu_page_annonce .awpcp-place-ad.awpcp-page#classiwrapper .awpcp-updated{
	display:none !important;
}
.contenu_page_annonce .awpcp-place-ad.awpcp-page h2,
.contenu_page_annonce .awpcp-place-ad.awpcp-page h3{
    color: #2f325b;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:14px;
	font-weight:700;
	margin: 15px 0 15px 0;
}
.page-template-page-harcelement input[type="submit"],
.contenu_page_annonce input[type="submit"]{
    background-color: #2f325b;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    border-radius: 0;
    margin: 15px 0 30px 0;
	transition: background-color 0.3s ease;
}
.page-template-page-harcelement input[type="submit"]:hover,
.contenu_page_annonce input[type="submit"]:hover{
	background-color:#E75C4A;
}

.contenu_page_annonce .awpcp-form-steps .awpcp-form-steps-completed-step,
.contenu_page_annonce .awpcp-form-steps .awpcp-form-steps-completed-step span.awpcp-form-steps-step-number{
    background-color: #2f325b !important;
	color: #FFFFFF;
}
.contenu_page_annonce #showawpcpadpage a{
	color: #2f325b;
	text-decoration:underline;
}
.awpcp-classifieds-menu--menu-item a{
    font-weight: 700 !important;
    padding: 5px 15px !important;
    color: #2f325b;
    text-decoration: none;
}
.awpcp-classifieds-menu--menu-item a:hover{
	color:#E75C4A;
}
.awpcp-classifieds-menu--menu-item a:after {
  content: '';
  width: 0px;
  height: 1px;
  display: block;
  background: #E75C4A;
  transition: 300ms;
}

.awpcp-classifieds-menu--menu-item a:hover:after {
  width: 100%;
}
#menu_page_annonce{
	margin-bottom: 30px;
    padding: 0 0 30px 0;
}
#menu_page_annonce ul{
	margin: 0;
}
.intro_annonce a{
	text-decoration:underline;
	color:#2f325b;
}
.contenu_page_annonce,
#contenu_page_article{
	font-family: 'Open Sans', sans-serif;
}

/*-------------------------------------------------
ASSISTANCE JURIDIQUE
-------------------------------------------------*/
select option{
	word-wrap: break-word;      /* IE*/
  white-space: -moz-pre-wrap; /* Firefox */
  white-space: pre-wrap;      /* other browsers */
}
input.is-invalid {
  border: 1px dashed red;
}

input.is-valid {
  border: 1px solid green;
}
/*hide les éléments dynamiques*/
#statut_autre,
#type_demande_autre,
.type_etablissement,
#si_ecole_dart,
#si_etablissement_de_promotion_sociale,
#si_haute_ecole,
#si_universite,
#si_autre,
#autre_etablissement_autre
{
	display:none;
	margin-top:5px;
}
.contenu_page_annonce input[type="file"]{
    background-color: #2f325b;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    border-radius: 0;
    margin: 15px 0 30px 0;
	transition: background-color 0.3s ease;
}
.contenu_page_annonce input[type="file"]:hover{
	background-color:#E75C4A;
}
.contenu_page_annonce input[type="text"]::placeholder {
  color: #E75C4A;
}
#menu_page_assistance{
	margin-bottom: 30px;
    padding: 0 0 30px 0;
}
#menu_page_assistance ul{
	margin: 0;
	list-style:none;
	padding: 0;
}
#menu_page_assistance ul li{
	text-align:center;
}
#menu_page_assistance ul li a{
    font-weight: 700 !important;
    padding: 5px 15px !important;
    color: #2f325b;
    text-decoration: none;
}
#menu_page_assistance ul li a:hover{
	color:#E75C4A;
}
#menu_page_assistance ul li a:after {
  content: '';
  width: 0px;
  height: 1px;
  display: block;
  background: #E75C4A;
  transition: 300ms;
}

#menu_page_assistance ul li a:hover:after {
  width: 100%;
}
.liste_assistance{
	list-style:none;
	padding:0;
}
.liste_assistance li a{
	color:#E75C4A;
	font-size:18px;
}
.liste_assistance li a:hover{
	text-decoration:underline;
}
h3#reply-title{
	color:#E75C4A;
}
.form-submit input[type="submit"]{
    background-color: #2f325b;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    border-radius: 0;
    margin: 15px 0 30px 0;
	transition: background-color 0.3s ease;
}
.form-submit input[type="submit"]:hover{
	background-color:#E75C4A;
}
/*-------------------------------------------------
RECHERCHE
-------------------------------------------------*/
/*MODAL*/
#rechercheModal
{
	padding-top:25%;
}
.btn_recherche{
	font-size: 22px;
    margin-left: -10px;
    cursor: pointer;
}
#contactModal input[type="text"],
#contactModal input[type="email"]{
	width: 100%;
  margin-bottom: 15px;
}
#contactModal input[type="submit"]{
    background-color: #2f325b;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    border-radius: 0;
    margin: 15px 0 30px 0;
	transition: background-color 0.3s ease;
}
#contactModal input[type="submit"]:hover{
	background-color:#E75C4A;
}
/*PAGE DE RESULTAT*/
.bloc_navigation{
	margin-top:60px;
	margin-bottom:60px;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next,
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: none !important;
}
.comment-navigation .nav-next a, .posts-navigation .nav-next a, .post-navigation .nav-next a,
.comment-navigation .nav-previous a, .posts-navigation .nav-previous a, .post-navigation .nav-previous a {
	color:#E75C4A;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next{
	margin-left:50%;
	margin-top: -21px;
}
/*PAGE RECHERCHE AVANCEE*/
ul.liste_total_tag{
	-moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
	list-style:none;
}
.liste_total_tag.listing{
	-moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}
ul.liste_total_tag li a,
.wsp-container ul li a{
	color: #2f325b;
	font-size:18px;
}
#grid_tag{
	margin-top:60px;
	margin-bottom:60px;
}
.bloc_grid_tag{
	margin-bottom:30px;
}
/*-------------------------------------------------
PLAN DU SITE
-------------------------------------------------*/
.wsp-container ul{
	list-style:none;
}
.wsp-container ul li{
	border-bottom:1px dotted #333333;
	padding: 5px 0;
}
/*-------------------------------------------------
FOOTER
-------------------------------------------------*/
footer#footer_general{
	font-weight:700;
	padding-bottom:145px;
	background-color:#f7f7f7;
}
#footer ul{
	list-style:none;
	margin:0 auto;
	padding:0;
}
#footer ul li{
	list-style:none;
	margin:15px 0 0 0;
	padding:0;
}
.menu_footer,
.menu_footer ul,
.menu_footer ul li{
	text-align:right;
}
.menu_footer ul li a{
	color:#E75C4A;
}
.element_partenaire{
	margin-top:60px;
	height:50px;
	width:100%;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}
.logo_page_partenaire{
	margin-top:60px;
	height:100px;
	width:100%;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}
#infos_contact_footer i{
	background-color:#58585a;
	border-radius:10px;
	height:20px;
	width:20px;
	color:#FFF;
	margin-right: 5px;
    font-size: 12px;
    text-align: center;
	line-height: 20px;
}
#contactModal #infos_contact_footer{
	font-size: 20px;
    list-style: none;
	margin:0;
	padding:0;
	-webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
#contactModal #infos_contact_footer li{
	margin-bottom: 5px;
}
#contactModal #infos_contact_footer li i {
    border-radius: 15px;
    height: 30px;
    width: 30px;
    font-size: 20px;
    line-height: 30px;
}
#contactModal #infos_contact_footer li a{
	color:#58585a;
}
#nlModal, #nlModalHome{
	z-index:2500;
	margin-top: 7%;
}
#post-3646 input[type="submit"],
#nlModal input[type="submit"],
#nlModalHome input[type="submit"]{
    background-color: #2f325b;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    border-radius: 0;
    margin: 15px 0 30px 0;
	transition: background-color 0.3s ease;
}
#post-3646 input[type="submit"]:hover,
#nlModal input[type="submit"]:hover,
#nlModalHome input[type="submit"]:hover{
	background-color:#E75C4A;
}
.cat_secteur{
	display:none;
}
#nlModal .form-check,
#nlModalHome .form-check {
    padding-left: 0;
}
.contener_footer_rezo{
	margin-top:30px;
}
.footer-rezo li{
	display:inline-block;
	margin-top:30px;
}
.footer-rezo li i{
	display: inline-block;
  background-color: #58585a;
  border-radius: 20px;
  height: 40px;
  width: 40px;
  color: #FFF;
  margin-right: 20px;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
}
/*CAPTCHA à GAUCHE*/
.grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: -2px !important;
bottom: 20px !important;
}

.grecaptcha-badge:hover {
width: 256px !important;
}
/*FIX IE 11*/
@media all and (-ms-high-contrast:none)
     {
			 ul#menu-menu_header_horizontal li.menu-item{
				/* -ms-flex:0 0 1;
				 flex:0 0 1;*/
			 }/* IE10 */
     *::-ms-backdrop, ul#menu-menu_header_horizontal li.menu-item{
			 	/* -ms-flex:0 0 1;
				 flex:0 0 1;*/
			 }  /* IE11 */
     }

/*FIX PRINT*/
@media print {
	* { overflow: visible !important; }
	body {
	  width: auto!important;
	  margin: auto!important;
	  font-family: serif;
	  font-size: 12pt;
	  background-color: #fff!important;
	  color: #000!important;
	}
	p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol {
	  margin: auto!important;
		padding: auto!important;
	}
	.print {
	  display: block; /* affichage des éléments de classe print */
	}
	/*p, blockquote {
	  orphans: 3; / pas de ligne seule en bas /
	  widows: 3; / pas de ligne seule en haut /
	}*/
	table {
  page-break-inside: avoid;
  break-inside: avoid;
	}
	/*blockquote, ul, ol {
	  page-break-inside: avoid; / pas de coupure dans ces élements /
	}*/
	/*h1 {
	  page-break-before: always; / chaque titre commence sur une nouvelle page /
	}*/
	/*h1, h2, h3, caption {
	  page-break-after: avoid; / pas de saut après ces éléments /
	}*/
	h1{
		padding:50px !important;
	}
	.article-content{
		display: block;
		position:absolute;
	}
	a {
	  color: #000!important;
	  text-decoration: underline!important;
	}
	a[href]:after {
	  content: " (" attr(href) ")"; /* affichage des URL des liens */
	}
	/*NE PAS IMPRIMER*/
#article_liaison,
.article-footer,
#footer_general,
#menu_horizontal,
#article_meta,
#menu_top
{
	display:none !important;
}


}
