/*!
Theme Name: inforjeune_v2
Theme URI: http://underscores.me/
Author: Xavier Michaut
Author URI: https://xmichaut.fr
Description: New theme for ijbxl.be website
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: inforjeune_v2
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.

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

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

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

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

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

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/


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


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

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

figure {
	margin: 1em 0;
}

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


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

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
--------------------------------------------- */
.main-navigation {
	display: block;
}

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

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

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

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

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

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

.main-navigation li {
	position: relative;
	text-align: center;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

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

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

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

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

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}
/*
_____________________________________________________________
_____________________________________________________________
AJOUT XMICHAUT_______________________________________________
_____________________________________________________________
_____________________________________________________________
_____________________________________________________________
_____________________________________________________________
_____________________________________________________________
*/
#wpadminbar {
    display: none;
}
body,
html{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
  background-color:#FFFFFF;
	color:#000000;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
strong{
	font-weight:900;
}
a{
  text-decoration: none !important;
	color:#000000;
	transition: all .2s ease-in-out;
	cursor: pointer;
}
.txt_blanc a{
	color:#FFFFFF;
}

p{
  margin:0;
  padding:1em;
}
button{
    border: none;
}
.txt_capital{
	text-transform: uppercase;
}
.txt_capitalize{
	text-transform:capitalize;
}

.txt-centre, .text-centre, .txt_centre, .text_centre{
  text-align: center;
}
.txt_right,
.txt_droite,
.txt-right{
  text-align:right;
}
.txt_gauche,
.txt_left,
.txt-left{
  text-align:left;
}

.txt-justify,
.txt_justify{
  text-align:justify;
}
.display-table{
  display: table;
}
.display-table .display-cell{
  display:table-cell;
  vertical-align: middle;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.vcenter{
  display:flex;
  flex-direction:column;
  justify-content:center;
  }
	.vertical_centre{
		display: flex;
    align-items: center;
	}
.bloc-contain,
.bloc_contain{
  background-repeat: no-repeat;
  background-position:center;
  background-size: contain;
}
.bloc-cover,
.bloc_cover{
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
}
.display_block{
	display:block;
}
.scaled,
.transition {
	transition: all .2s ease-in-out;
	transform-origin: center;
}
.scaled:hover {
	transform: scale(0.95);
	cursor: pointer;
}
.txt-blanc, .txt_blanc, .txt_blanc .titre{
	color:#FFFFFF;
}
.img_pad_100{
	width:100%;
	padding-top: 100%;
}
/*colonne même hauteur */
.memetaille{
    overflow: hidden;
}
.memetaille [class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
video{
	padding:0 !important;
}
.fill_blanc{
	background-color: #FFFFFF;
}
.fit_content{
	width: fit-content;
}
.souligne_lien{
	text-decoration:underline !important;
}
.lien_souligne a{
	text-decoration:underline !important;
}
ul.ul_sans_puce{
	list-style: none;
}
.padding_top_5vh{
	padding-top: 5vh;
}
.padding_bottom_5vh{
	padding-bottom: 5vh;
}
.margin_left_5px{
	margin-left:10px;
}
.margin_top_5vh{
	margin-top: 5vh;
}
.margin_bottom_5vh{
	margin-bottom: 5vh;
}
.padding_bottom_30{
	padding-bottom: 30px;
}
.padding_top_30{
	padding-top: 30px;
}
.padding_5px{
	padding:5px;
}
.padding_15px{
	padding:15px;
}
.padding_30px{
	padding:30px;
}
.padding_5vh{
	padding:5vh;
}
.margin_bottom_15px{
	margin-bottom: 15px;
}
.margin_top_15px{
	margin-top: 15px;
}
.margin_bottom_30px{
	margin-bottom: 30px;
}
.margin_top_30px{
	margin-top: 30px;
}
.margin_top_1em{
	margin-top: 1em;
}
/*
----------------------------------------------------------------------------------SITE GENERIQUE
*/
/*STYLES */
.roboto_reg{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}
.roboto_bold{
	font-family: 'Roboto', sans-serif;
	font-weight:700;
}
.roboto_cond_bold{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
}
.style_btn{
	border-radius: 14px;
  background-color: #FFFFFF;
  justify-content: center;
	align-items: center;
	display: flex;
}
.texte_bold{
	font-weight: 700;
}
.bloc_border{
	border : 1px solid #FFFFFF;
}
.barre_recherche input{
	border : 1px solid #000000;
}
.titre_section{
	font-size: 30pt;
	font-weight:400;
	margin-top:30px;
}
.bg_noir .titre_section{
	color:#FFFFFF;
}

.bloc_grid{
	margin-top:30px;
	display:grid;
}
.bloc_grid article{
	background-color:#FFFFFF;
}
.bloc_grid .info_meta{
	width:fit-content;
	padding:2px 15px;
	font-size:14pt;
	border-top:none;
	border-left:none;
}
.bloc_grid h3{
	padding:15px;
	font-size:24pt;
}
.bloc_grid:hover h3{
	text-decoration: underline;
}
.bloc_grid .grid_contenu{
	padding:15px;
}
.border_top{
	border-top: 1px solid #000;
}
.border_right{
	border-right: 1px solid #000;
}

.souligne{
	border-bottom: 5px solid white;
	width: fit-content;
}
.fond_tranparent_blanc{
	background-color: rgba(255, 255, 255, 0.8);
}
.petit_texte{
	font-size: 16pt;
}
.tout_petit_texte{
	font-size: 8pt;
}

/*
----------------------------------------------------------------------------------HEADER
*/
#logo_header{
	background-position: left;
	background-size: 45px;
	height:50px;
	max-width:50px;
}
#description_site{
	height:50px;
	max-width:fit-content;
	font-size: 16pt;
	font-weight:bold;
	line-height: 1em;
}
/*#loupe_header{
	max-width:100px;

}*/
#menu-menu_top .menu-item,
#menu-menu_categorie .menu-item{
	padding:15px;
	border:1px solid #000000;
	border-top:none;
	border-bottom:none;
}
#menu-menu_top .menu-item,
#menu-menu_categorie .menu-item{
	flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
		background-color: #FFFFFF;
}
/*#container_reseaux_header{
  max-width: 300px;
}*/
#container_reseaux_header a{
	display: inline-block;
  max-width: 24% !important;
}
#footer_reseaux a .logo_reseaux_sociaux,
#container_reseaux_header a .logo_reseaux_sociaux{
	background-size: 35px;
	height:50px;
	width: 50px;
	display: inline-block;
}

/*sous menu*/
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 0;
	display:block;
}
.main-navigation ul li > ul li.menu-item{
	border:none;
}
.main-navigation ul li > ul li.menu-item a{
	font-weight:600;
	text-align: left;
	padding-bottom:10px;
	border-bottom:1px solid #000000;
}
.main-navigation ul li > ul li.menu-item:last-child a{
	border-bottom:none;
}
/*menu premier niveau*/
#menu-menu_categorie .menu-item > a:after{
	content: "";
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
  border-top: none;
	transition: all .2s ease-in-out;
	transform-origin: left;
}
#menu-menu_categorie .menu-item:hover > a:after{
  border-top: 5px solid white;
}
/*sous menus*/
.main-navigation ul li > ul li.menu-item a:after{
	content: "";
  position: absolute;
  bottom: 20px;
  left: 15px;
  right: 15px;
  border-top: none;
	transition: all .2s ease-in-out;
	transform-origin: left;
}
.main-navigation ul li > ul li.menu-item:hover a:after{
  border-top: 5px solid white;
}
#nav_desk #menu-menu_top .menu-item-6520,
#nav_desk #menu-menu_top .menu-item-6543{
	background-color:#000000;
	height:56px;
}
/*menu desk*/
.menu-item-8131,
.menu-item-8130{
	display:none;
}
/*
----------------------------------------------------------------------------------HOMEPAGE
*/
#bloc_contact #intro_bg_noir{
	padding:30px 0;
	font-size:20pt;
}
#bloc_contact #intro_bg_noir em{
	font-size:16pt;
}
.bouton_icone.bloc_border{
	border-width:3px ;
}
#bloc_contact .bouton_icone + .bouton_texte{
	text-decoration: underline;
}
.grand_bloc_contact #bloc_contact #bouton_contact,
.grand_bloc_contact #bloc_contact .contener_bouton_icone,
.grand_bloc_contact #bloc_contact #photo_bloc_contact{
	border:1px solid #000000;
	height:280px;
	margin-top:15px;
	margin-bottom:15px;
}
.petit_bloc_contact #bloc_contact #photo_petit_bloc_contact{
	border:1px solid #000000;
	height:90px;
}

.grand_bloc_contact #bloc_contact .contener_bouton_icone{
	border:none;
}
.grand_bloc_contact #bloc_contact #photo_bloc_contact,
.grand_bloc_contact #bloc_contact #intro_bg_noir{
}
.grand_bloc_contact #bloc_contact #photo_bloc_contact{
	padding-right: 0;
}
/*petit bloc contact*/
.grand_bloc_contact #bloc_contact #photo_petit_bloc_contact,
.petit_bloc_contact #bloc_contact #photo_bloc_contact{
	display:none;
}
.petit_bloc_contact #bloc_contact #photo_petit_bloc_contact{
	display:block;
}
.petit_bloc_contact .contener_bouton_icone.col-md-5{
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.petit_bloc_contact #bloc_contact #intro_bg_noir{
	font-size:18pt;
}
.petit_bloc_contact #bloc_contact #intro_bg_noir em{
	font-size:12pt;
}
.petit_bloc_contact .contener_bouton_icone{
	padding-top:30px;
	padding-bottom:30px;
	border-left:1px solid black;
	border-bottom:1px solid black;
}
.petit_bloc_contact #bouton_contact{
	border-right:1px solid black;
	border-bottom:1px solid black;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.petit_bloc_contact .contener_bouton_icone .col{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.contener_bouton_icone a{
	text-decoration: underline;
}
.bouton_icone{
	height:85px;
	width: 85px;
	margin-left: auto;
	margin-right: auto;
}
#bouton_contact div{
	transform: rotate(-90deg);
	font-size: 22pt;
	min-width: 280px;
	text-align: center;
}
.petit_bloc_contact #bouton_contact div{
	border:1px solid black;
	min-width: 240px;
	margin-right: -15px;
	padding: 10px;
}

#barre_recherche{
	padding-top:30px;
	padding-bottom: 30px;
}
#barre_recherche input[type="search"]{
	height:100%;
}
#barre_recherche label{
	margin-bottom: 0;
}
/*
----------------------------------------------------------------------------------ARTICLES
*/
h2.titre_article{
	font-size:30pt;
	font-weight:600;
}
span[style*="color: #2f325b;"],
span[style*="color: #e75c4a;"]{
	border-bottom: 5px solid white;
	width: fit-content;
}
.contenu_article {
	word-wrap: break-word;
}
.contenu_article h2{
	margin-top:30px;
	margin-bottom:30px;
}
.contenu_article .accordion-item h2,
.contenu_article .accordion-item h3 {
     margin-top: 0;
     margin-bottom: 0;
		 font-family:inherit;
		 font-size:inherit;
		 font-weight: inherit;
}
.contenu_article h3{
	margin-top:30px;
	margin-bottom:30px;
}
/*.contenu_article img{
	width: 100%;
  height: auto;
}*/
/*.contenu_article p{
	margin-bottom: 1em;
}*/
#collapse_source a,
.contenu_article a{
	text-decoration:underline !important;
}

/*BOUTONS DE PARTAGE*/
.lien_marque_page::after,
.a2a_button_print .a2a_s_print::after,
.a2a_button_email .a2a_s_email::after,
.a2a_dd.addtoany_share_save.addtoany_share::after{
	content: "";
	width:32px;
	height:32px;
	display:inline-block;
	background-repeat: no-repeat;
	background-size:contain;
	background-position:center;
}
.a2a_button_print .a2a_s_print,
.a2a_button_email .a2a_s_email{
    background-color: transparent !important;
		width:32px;
		height:32px;
		display:inline-block;
}
.a2a_dd.addtoany_share_save.addtoany_share img,
.a2a_button_print .a2a_s_print svg,
.a2a_button_email .a2a_s_email svg{
    display:none;
}
.addtoany_list,
.lien_marque_page{
	float:left;
}
.a2a_dd,
.a2a_button_email,
.a2a_button_print,
.lien_marque_page{
	transition: all .2s ease-in-out;
	transform-origin: center;
}
.a2a_dd:hover,
.a2a_button_email:hover,
.a2a_button_print:hover,
.lien_marque_page:hover {
	transform: scale(0.95);
	cursor: pointer;
}

/*
----------------------------------------------------------------------------------PAGE EQUIPE / PUBLICATION
*/
.bloc_equipe{
	/*height:300px;*/
	aspect-ratio: 2 / 3;
	font-size: 16pt;
	cursor: pointer;
}
.bloc_equipe .fond_tranparent_blanc{
	padding-top:15px;
	padding-bottom: 15px;
	opacity: 0;
}
.bloc_equipe:hover{
	border:5px solid white;
}
.bloc_equipe:hover .fond_tranparent_blanc{
	opacity: 1;
}
/*
----------------------------------------------------------------------------------POINTS INFOS
*/
ul.liste_perm{
	list-style-type: none;
	padding:0;
}
.btn_perm{
	height:50px;
	margin-bottom:15px;
	text-decoration: underline;
	cursor: pointer;
}
/*MAP*/
.map {
  width: 100%;
  height: 400px;
  margin: 0;
  position: relative;
  z-index: 1041;
}
/*INFO BULLE*/
.tooltip {
  position: relative;
  padding: 3px;
  background-color:#FFFFFF;/*: rgba(0,56,255,1);*/
  color: #000000;
  opacity: 1;
  white-space: nowrap;
  font: 10pt sans-serif;
	cursor:pointer;
}
/*SINGLE PERMANENCE*/
#permanence .ul_horaire{
	display:inline-grid;
	margin-left: 0;
	padding-left: 5px;
	margin-bottom: 0;
}
#permanence .image_carousel{
	height:60vh;
}

.carousel-control-prev-icon{
	transform:rotate(-90deg);
	transform-origin: center;
}
.carousel-control-next-icon{
	transform:rotate(90deg);
	transform-origin: center;
}

/*
----------------------------------------------------------------------------------LISTING
*/
.contener_listing .bloc_grid a{
	text-decoration:underline !important;
}
ul.liste_lien_puces li{
  padding-left: 40px;
  list-style: none;
	margin-top:15px;
}
ul.liste_lien_puces li::before{
	content:"";
  width:20px;
	height:20px;
	display: inline-block;
  float: left;
  position: relative;
  left: -30px;
  top: 30px;
}
/*
----------------------------------------------------------------------------------PAGES CATEGORIE
*/
.bloc_grid_categorie{
	list-style-type: none;
}
.bloc_grid_categorie a{
	padding:5vh;
	margin-top:30px;
	background-color: #FFFFFF;
	text-transform: uppercase;
}
#banniere{
	font-size:55pt;
	line-height: 1em;
	text-transform: uppercase;
	height: 30vh;
}
.archive.tax-categorie-article-harcelement.term-tu-veux-en-savoir-plus-sur-le-harcelement #banniere,
.archive.tax-categorie-article-etude.term-lenseignement-secondaire-specialise #banniere,
.archive.tax-categorie-article-citoyennete.term-politique-comprendre-et-agir #banniere,
.archive.tax-categorie-article-etude.term-formations-et-promotion-sociale #banniere,
.archive.tax-categorie-article-droit.term-assurances-obligations-responsabilites #banniere,
.page-template-page-harcelement.page-template-page-harcelement-php #banniere,
.post-type-archive.post-type-archive-harcelement #banniere{
	font-size:35pt;
	line-height: 1.2em;
}
#banniere .image_baniere{
	position: absolute;
	z-index: 2;
	/*right: 58.333333%;*/
	right:59%;
	height: 29vh;
	margin-top:1vh;
	width: 100%;
	background-position: right;
}
#banniere .content_banniere{
	height:20vh;
}
/*
----------------------------------------------------------------------------------PAGE FAQ
*/
.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
/*
----------------------------------------------------------------------------------PAGE MISSIONS
*/
#missions .annee_rapport{
	background-position: left;
	padding-left: 25px;
	background-size:20px;
}
#missions .annee_rapport span{
	text-decoration: underline;
}
/*
----------------------------------------------------------------------------------PAGE MEDIAS
*/

.wrapper         {
	width:100%;
	margin: 0 auto;
  padding: 0;
}
.h_iframe        {
	position:relative;
	border:5px solid #FFFFFF;

}
.h_iframe .ratio {
	display:block;width:100%;
	height:auto;
}
.h_iframe iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	 height:100%;
 }

/*.contenu_media .icone_pdf{
	padding-left: 30px;
	background-position: left top;
	background-size: 25px;
}*/
#medias .intro,
#medias .vignette{
	height:20vh;
}
.brands_nav{
	text-align: center;
	padding-top: 20vh;
	cursor:pointer;
}


.modal.fade#videoModal .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}
.modal.fade#videoModal .modal-dialog{
	margin-top:2vh;
	padding-top: 10vh;
	max-width: 50%;
	max-height: 50%;
}

.modal#podcastModal .modal-dialog {
    max-width: 50vw
}
button.close{
	background-color:#FFFFFF;
	position: absolute;
  right: -33px;
  top: 0;
	border-radius: 0;
	color:#000;
	font-size:24px;
	padding: 5px 10px;
}
/*
----------------------------------------------------------------------------------PAGE RECHERCHE
*/
#recherche h2 a{
	font-size:15pt;
}
/*
----------------------------------------------------------------------------------PAGE AGENDA
*/
#agenda .accordion-item:not(:first-of-type) {
    border-top: #000000 1px solid;
}
/*
----------------------------------------------------------------------------------MODAL CONTACT
*/
#contact input[type="submit"],
#contact input[type="text"],
#contact input[type="email"],
#contact textarea {
	color: #666666;
	border: 1px solid #000000  !important;
  border: none;
	border-radius: 14px;
  padding: 10px;
  width: 100%;
	margin-bottom: 30px;
}
/*
----------------------------------------------------------------------------------FOOTER
*/
footer{
	border-left: none;
	border-right:none;
	border-bottom: none;
	margin-top:3vh;
}
#footer_partenaires{
	padding-top:3vh;
	padding-bottom:3vh;
}
#footer_partenaires .logo_partenaire_footer{
	display:block;
	height:70px;
}
#footer_partenaires .ligne_1 .logo_partenaire_footer{
	background-size: 90% auto;
	height:100px;
}
#footer_reseaux{
	margin-top: 3vh;
}
#footer_infos{
	padding-bottom:5vh;
}
#footer_infos_1,
#footer_infos_2{
	font-size: 17px;
}
#menu-menu_footer{
	list-style-type: none;
}
/*
----------------------------------------------------------------------------------MODAl RECHERCHE
*/
.modal-dialog {
    max-width: 80vw;
		margin: 30vh auto;
}
/*
----------------------------------------------------------------------------------PETITS ECRANS
*/
@media screen and (min-width: 577px) and (max-width: 1200px) {
	#description_site {
    font-size: 14pt;
	}
	.main-navigation a {
		font-size: 14px;
	}
	#container_reseaux_header{
		margin-left:10px;
	}

}
/*
----------------------------------------------------------------------------------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 */
	}
  .accordion .collapsed {
       height: auto;
  }
	.accordion-collapse.collapse:not(.show) {
		display: block!important;
	}







	/*NE PAS IMPRIMER*/
.grecaptcha-badge,
#wpadminbar,
.no_print
{
	display:none !important;
}


}
