/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
/* MLP */
blockquote{
    margin:10px;
    padding:10px;
    margin-left:100px;
    width: 70%;
    font-style: italic;
    display: block;
    font-size: 1.5em;
    border:1px solid #000;
    background-color: #d2d7df;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none; 
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}




/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
@font-face {
    font-family: 'insigniaregular';
    src: url('fonts/insignia-webfont.woff2') format('woff2'),
         url('fonts/insignia-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* styles généraux */
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
    font-family: Helevetica, Arial, sans-serif;
    color: #333;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0;
}
a {
    text-decoration: none;
}
a:hover {
    
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}
figure {
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
.wrapper {
    max-width: 102.4em;
    width: 100%;
    margin: 0 auto;
}
.degrade {
    background: #bb0000;
    background: linear-gradient(135deg, #bb0000 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb0000', endColorstr='#ffffff',GradientType=1 );
}
.mobile {
	display: block;
}
.desktop {
	display: none;
}
.group:before,
.group:after {
  content: "";
  display: table;
} 
.group:after {
  clear: both;
}
.group {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.pave-blanc {
	background: #fff;
	padding: 2rem;
	margin-bottom: 2rem;
}
.pave-blanc p:last-child {
	margin-bottom: 0;
}
.entry p {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 1em;
}
.entry h2 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #b00;
	text-transform: uppercase;
	margin-bottom: 1rem;
}
.entry h3 {
	font-size: 1.6rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1rem;
}
.entry ul {
	list-style: none inside;
	margin-bottom: 1rem;
}
.entry ul li {
	margin-bottom: 0.5rem;
	font-size: 1.6rem;
}
.entry ul li:before {
	content: "•";
	color: #b00;
	display: inline-block;
	margin-right: 0.5rem;
}
.entry a {
    border-bottom: solid 2px #b00;
    color: #333;
    padding-top: .2rem;
}
.entry a:hover {
    border-bottom: solid 2px #b00;
    color: #fff;
    background-color: #b00;
}
.entry dl {
	margin-bottom: 2rem;
}
dd,
dt {
	text-align: center;
	background: #d2d7df;
	padding: 0.5rem;
	font-size: 1.4rem;
    width: 100% !important;
}
.entry dt img {
	margin: 0 auto;
}
/* MLP nov 2020 */
/* sommaire des rubriques requetes admin */
p.requete-chapo{
    margin-left: 1.5rem;
}
/* header */
.site-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-bottom: 2rem;
}
.site-logo {
    max-width: 50%;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}
.site-logo .hover {
    display: none;
}
.site-logo:hover .hover {
    display: block;
}
.site-logo:hover .repos {
    display: none;
}
.header-infos-nav {
    /* margin-left: 2rem; MLP juillet 2020 */
    margin-left: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.header-infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#recherche-simple {
    background-color: #bb0000;
    border: 0;
    width: 6rem;
    height: 6rem;
}
.recherche-simple {
    display: none;
    position: absolute;
    left: calc(50% + 2rem); 
    right: 0; 
    top: 0;
    background: #b00;
    padding: 2rem;
}
.recherche-simple form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.forml {
    padding: 0.5rem;
    border: 0;
    font-size: 1.6rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.recherche-simple input[type=submit] {
    border: 0;
    padding: 0.5rem 1.3rem;
    background-color: #fff;
/*    background-image: url(img/loupe.png);*/
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}
.recherche-avancee {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    border: solid 2px #fff;
    text-align: center;
    display: block;
    margin-top: 2rem;
    font-size: 1.4rem;
    padding: 0.5rem;
}
.recherche-avancee:hover {
    background: #fff;
    color: #b00;
}
.twitter {
    background-color: #bb0000;
    width: 6rem;
    height: 6rem;
    display: block;
    /* margin-left: 2rem; MLP juillet 2020 */
    margin-left: 1rem;
}
.twitter:hover {
    background: #333;
}
/* menu */
.site-nav-principale {
    /* margin-left: 2rem; MLP juillet 2020 */
    margin-left: 1rem;
}
ul.expand {
    position: absolute;
    background: #b00;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    z-index: 10;
    padding: 2rem 8rem 2rem 2rem;
}
.menu-button  {
    width: 6rem;
    height: 6rem;
    background: #b00;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 100;
}
.menu-button span {
    display: block;
    width: 3.5rem;
    height: 0.4rem;
    margin: 0.4rem 0;
    background: #fff;
    z-index: 99;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.ouvert span:nth-of-type(1) {
    -webkit-transform: rotate(45deg) translateY(3px) translateX(3px);
    transform: rotate(45deg) translateY(3px) translateX(3px);
}
.ouvert span:nth-of-type(2) {
    display: none;
}
.ouvert span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg) translateX(5px) translateY(-5px);
    transform: rotate(-45deg) translateX(5px) translateY(-5px);
}
.menu-header {
    display: none;
}
.menu-header > li {
    font-family: 'insigniaregular', sans-serif;
    font-size: 2rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
.menu-header > li:last-child {
    margin-bottom: 0;
}
.menu-header a {
    color: #fff;
}
.menu-header ul {
    margin-top: 1rem;
}
.menu-header li li {
    font-size: 1.6rem;
    margin-left: 2rem;
    margin-bottom: 1rem;
    font-family: Helevetica, Arial, sans-serif;
    text-transform: none;
    font-weight: bold;
}

/* home */
.section-titre {
    font-family: 'insigniaregular', sans-serif;
    text-transform: uppercase;
    font-size: 3rem;
    padding: 1rem 0;
}
.section-titre, .section-titre a { /* MLP */
    color: #fff;
}
.section-titre a:after {
    content: ">";
    display: block;
    width: 4rem;
    height: 4rem;
    background: #fff;
    color: #b00;
    float: right;
    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;
    line-height: 1;
    margin-top: -1rem;
}
.section-titre a:hover:after {
	content: "> suites";
	text-transform: uppercase;
    width: 10rem;
}
/* home corppus MLP evol 2022*/
.section-titre-corpus {
    font-family: 'insigniaregular', sans-serif;
    text-transform: uppercase;
    font-size: 3rem; 
    padding: 1rem 0;
}
.section-titre-corpus, .section-titre-corpus a { /* MLP */
    color: #fff;
}
.section-titre-corpus a:after {
   /* content: "> suites";  MLP evol 2022 */
    display: block;
    font-size: 1.3rem; 
    width: 4rem;
    height: 2rem;
    background: #fff;
    color: #b00;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: cenr;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
   margin-top: -1rem;
   width: 10rem;
}
.bio-corpus a:after{
content: "> Voir tout"; /* MLP evol 2022 */
}
.actu-corpus a:after{
content: "> suites"; /* MLP evol 2022 */
}
.home .article-titre {
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
}
.home .article-titre a {
    color: #333;
    
}
.home .entry p {
    font-size: 1.8rem;
}
/* echos */
.home-echos {
    padding: 1rem 2rem;
    margin-bottom: 2rem;
}
.echo-thumbnail {
    display: none;
}
/*
.home-echos article {
    padding: 1rem 2rem;
    background: #fff;
    margin-bottom: 2rem;
}
*/
/* actualités */
.home-actualites {
    padding: 1rem 2rem;
    margin-bottom: 2rem;
}
.home-actualites article {
    padding: 3rem 2rem 1rem;
    background: #fff;
    margin-bottom: 2rem;
    position: relative;
}
.actu-thumbnail img {
    display: none;
}
.actu-thumbnail figcaption {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    background: #ffec00;
}
/* explorer - multimedia */
.home-explorer .section-titre,
.home-multimedia .section-titre {
    background: #b00;
    padding: 0 2rem;
    line-height: 5rem;
}
.home-explorer .section-titre a:after,
.home-multimedia .section-titre a:after {
    margin-top: 0.4rem;
}

.home-multimedia p a {
    color: #333;
}

.home-explorer ul {
    padding: 2rem;
}
.etiquette {
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.5rem 1rem 0.3rem;
    background: #ffec00;
    display: inline-block;
}
.etiquette a {
	color: #333;
}
/* MLP evol 2022 */
.theme {
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.5rem 1rem 0.3rem;
    margin-bottom: 2rem;
    margin-right: 0.5rem;
    background: #fff;
    display: inline-block;
}
.theme a {
    color: #333;
}
.courant { 
    background-color: #ffec00;
}

.home-explorer li {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: bold;
}
.home-explorer li a {
    color: #333;
    display: block;
}
.home-multimedia p {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: bold;
    padding: 1rem 2rem;
}
.home-multimedia iframe {
    margin: 0 auto 2rem auto;
    display: block;
    max-width: calc(100% - 4rem) !important;
}
/* home biographies */
.home-biographies {
    padding: 2rem;
}
.grid-item {
    width: 100%;
/*
    background: #fff;
    padding: 1rem 2rem;
    margin-bottom: 2rem;
*/
}
.biographie-titre {
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.biographie-titre a {
    color: #333;
}
.home-biographies .entry p {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
.biographie-auteur {
    font-size: 1.6rem;
    font-weight: bold;
	float: left;
}
.read-more {
	height: 2rem;
	float: right;
}
.read-more:after {
	content: ">";
	color: #fff;
	background: #b00;
	height: 2rem;
	width: 2rem;
	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;
}
.read-more:hover:after {
	content: "> suite";
	width: 6rem;
	text-transform: uppercase;
}
/* footer */
.site-nav-secondaire {
    background-color: #b00;
    
}
.site-nav-secondaire ul {
    max-width: 60rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.site-nav-secondaire li {
    text-transform: uppercase;
    font-family: 'insigniaregular', sans-serif;
    font-size: 1.6rem;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
    text-align: center;
}
.site-nav-secondaire li a {
    color: #fff;
	padding: 2rem;
	display: block;
}
.site-nav-secondaire li a:hover {
	background-color: #fff;
	color: #b00;
}
.partenaires {
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
}
.partenaires img {
    margin: 0 2rem;
}
/* MLP */
.copyright{
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 1.2rem;
    background-color: #fff;
}
/* notices */
.notice-titre {
	font-size: 3.6rem;
	font-weight: bold;
	color: #fff;
	background: #b00;
	padding: 1rem 2rem 0;
    line-height: 1.3;
}
.notice-auteur {
	font-size: 1.8rem;
	color: #fff;
	background: #b00;
	padding: 1rem 2rem;
	margin-bottom: 2rem;
}
.notice-auteur a {
	color: #fff;
	text-decoration: underline;
}
.intro {
	background-color: #fff;
	padding: 1rem 2rem;
	margin-bottom: 2rem;
}
.intro p {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 2rem;
	line-height: 1.5;
}
.intro p:last-child {
	margin-bottom: 0;
}
.intro p a {
	color: #333;
	border-bottom: solid 2px #b00;
	padding-top: 0.2rem;
}
.intro p a:hover {
	color: #fff;
	background-color: #b00;
}
.notice-portrait {
	background-color: #d2d7df;
	margin-bottom: 2rem;
}
.notice-portrait img {
	margin: 0 auto;
    width:350px;  /*MLP 8 juillet 2020 */
}
.notice-texte {
	padding: 1rem 2rem;
	margin-bottom: 2rem;
	background-color: #fff;
}

.notice-texte a {
	border-bottom: solid 2px #b00;
	color: #333;
	padding-top: .2rem;
}
.notice-texte a:hover {
	background: #b00;
	color: #fff;
}
.notice-lien {
	padding: 1rem 2rem;
	background: #b00;
	margin-bottom: 2rem;
}
.notice-lien span {
	color: #fff;
	font-family: 'insigniaregular', sans-serif;
	font-size: 1.6rem;
	text-transform: uppercase;
	display: block;
	margin-bottom: 0.5rem;
}
.notice-lien input { 
    border: 0;
    background: #b00;
    color: #fff;
    font-size: 1.4rem;
    width: 100%;
}
.notice-lien { /* MLP */
    border: 0;
    background: #b00;
    color: #fff;
    font-size: 1.4rem;
    width: 100%;
}
.notice-visite { /* juillet 2019 MLP */
    background: #fff;
    margin-bottom: 2rem;
}
.notice-visite ul { /* juillet 2019 MLP */
    padding: 1rem 2rem;
    margin-left: 1rem;
font-size: 1.6rem;
/* font-weight: bold; */
padding: 1rem 0;
}
.notice-visite span{ /* juillet 2019 MLP */
    padding: 1rem 2rem;
    background: #b00;
   color: #fff;
    font-family: 'insigniaregular', sans-serif;
    font-size: 1.6rem;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.5rem;

}
.notice-visite ul li { /* juillet 2019 MLP */
    margin-bottom: 1rem; 
}
.notice-visite a { /* juillet 2019 MLP */
   color: #333;
   border-bottom: solid 2px #b00;
}
.notice-visite a:hover {
    background: #b00;
    color: #fff;
}
.notice-visuel {
	background-color: #d2d7df;
	margin-bottom: 2rem;
}
.notice-visuel img {
	margin: 0 auto;
    width:350px;  /* MLP 8 juillet 2020 */
}
.notice-appendice {
	padding: 1rem 2rem 1rem 7rem;
	margin-bottom: 2rem;
	background-repeat: no-repeat;
	background-position: 2rem 1rem;
	background-color: #fff;
    min-height: 6rem;
}
.notice-appendice p {
	font-size: 1.6rem;
}
.notice-appendice-titre {
	text-transform: uppercase;
}
/* MLP */
.notice-appendice a{
    color:#333;
border-bottom: solid 1px #b00;
}
.notice-oeuvres {
	background-image: url("img/maitron_picto_oeuvres.jpg");
}
.notice-sources {
	background-image: url("img/maitron_picto_sources.jpg");
}
.notice-iconographies {
	background-image: url("img/maitron_picto_icono.jpg");
}
.notice-auteurs-signataires,
.notice-decouvrir,
.notice-autres-biographies {
	margin-bottom:2rem;
	background-color: #fff;
}
.notice-auteurs-signataires span,
.notice-decouvrir span,
.notice-autres-biographies span,
.notice-auteurs span {
	display: block;
	padding: 1rem 2rem;
	background-color: #b00;
	font-family: 'insigniaregular', sans-serif;
	font-size: 1.6rem;
	text-transform: uppercase;
	color: #fff;
}
.notice-autres-biographies span.rebond-aide{
   display: inline;
   padding: 0.5rem;
cursor: pointer;
}
.notice-autres-biographies span.rebond-aide a{
    color:#fff;
 }
.notice-autres-biographies .rebond-texte{
  display: block;
  padding : 0.5rem;
  margin : 0.5rem;
  border:1px solid #fff;
  font-size : 12px;
text-transform:none;
}
.notice-autres-biographies .rebond-texte{
    display:none;
}
.notice-auteurs-signataires ul,
.notice-decouvrir ul,
.notice-autres-biographies ul {
	margin-left: 1rem;
	font-size: 1.6rem; /* MLP 25 sept */
	/* font-weight: bold; MLP 25 sept */
	padding: 1rem 0;
}
.notice-auteurs-signataires ul li,
.notice-decouvrir ul li,
.notice-autres-biographies ul li {
    margin-bottom: 1rem;
}
.notice-auteurs-signataires a,
.notice-decouvrir a,
.notice-autres-biographies a {
	color: #333;
	border-bottom: solid 2px #b00;
    
}
.notice-auteurs-signataires a:hover,
.notice-decouvrir a:hover,
.notice-autres-biographies a:hover {
	color: #fff;
	background: #b00;
}
.notice-auteurs p {
	font-size: 1.4rem;
}
.notice-outils {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 2rem;
	margin-bottom: 4rem;
}
.notice-outils a {
	/* font-size: 1.6rem; MLP juillet 2020 */
	font-size: 1.2rem;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    background-color: #ffec00;
    padding: 1rem 1rem 1rem 6rem;
    background-repeat: no-repeat;
    background-position: 1rem 1rem;
    background-size: 3.5rem 3.5rem;
    width: 48%;
}
.notice-outils a:hover {
	background-color: #fff;
}
.notice-imprimer {
	background-image: url("img/picto-maitron-imprimer.png");
}
.notice-contribuer {
	background-image: url("img/picto-maitron-contibuer.png");
}
.notice-infos {
	background-color: #b00;
	padding: 1rem;
	color: #fff;
	margin-bottom: 4rem;
}
.notice-infos p {
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: bold;
}
.notice-demande form {
	max-width: 100%;
	background: #fff;
	margin-bottom: 4rem;
}
.notice-demande form fieldset div {
	padding: 1rem;
	font-size: 1.4rem;
}
.notice-demande form .editer-groupe div { /* MLP formidable */
    padding: 1rem;
    font-size: 1.4rem;
}
.notice-demande form .editer-groupe div div { /* MLP formidable */
    padding: 0;
}
.notice-demande .explication{ /* MLP formidable */
    display:inline;
    /*padding:0 0 0 27rem;*/
}
.notice-demande .explication a{ /* MLP formidable */
    color: #b00;
    padding-top: .2rem;
    border-bottom: 0;
    width : 20px;
    float : right;
    text-align:center;
}
.notice-demande .explication a:hover{ /* MLP formidable */
    color: #fff;
    background-color: #b00;
}
.notice-demande form .explication_texte a { /* MLP formidable */
    color: #333;
    padding-top: .2rem;
    border-bottom: solid 2px #b00;
    width: auto;
    float: none;
}
.notice-demande form a {
	color: #333;
	padding-top: .2rem;
	border-bottom: solid 2px #b00;
}
.notice-demande form a:hover {
	color: #fff;
	background-color: #b00;
}
.notice-demande legend {
	font-size: 1.8rem;
	text-transform: uppercase;
	color: #fff;
	background-color: #b00;
	font-family: 'insigniaregular', sans-serif;
	padding: 1.75rem 1rem;
	width: 100%;
	margin-bottom: 1.5rem;
}
.notice-demande h3.titrem { /* MLP formidable */
    padding: 0;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #fff;
    background-color: #b00;
    font-family: 'insigniaregular', sans-serif;
    padding: 1.75rem 1rem;
    width: 100%;
    margin-bottom: 1.5rem;
    font-weight: normal;
}

.notice-demande form fieldset div label,
.notice-demande form fieldset div label,
.notice-demande .label {
	text-transform: uppercase;
}
.notice-demande form .editer-groupe label,
.notice-demande form .editer-groupe label { /* MLP formidable */
    text-transform: uppercase;
}

.notice-demande form fieldset div ul label {
	text-transform: none;
}
.notice-demande form .editer-groupe .editer .choix label { /* MLP formidable */
    text-transform: none;
}
.notice-demande form .editer-groupe .editer .choix { /* MLP formidable */
	padding-top:0;
	padding-bottom:0;
}
.notice-demande form fieldset input[type=text],
.notice-demande form fieldset input[type=password],
.notice-demande form fieldset textarea {
	width: 100% !important;
	border: solid 1px #333;
}
.notice-demande form input[type=text], /* MLP formidable */
.notice-demande form input[type=password],
.notice-demande form textarea {
	width: 100% !important;
	border: solid 1px #333;
	font-size : 1.6rem;
}
.notice-demande input[type=submit], .notice-demande button {
	margin-bottom: 4rem;
	border: 0;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	background: #b00;
	font-size: 1.4rem;
	padding: 1rem 2rem;
	margin-left: 1rem;
}
.notice-demande input[type=submit]:hover, .notice-demande button:hover {
	background-color: #333;
}

/* MLP */
img.puce{
    display:inline;
}
#formmaitron{
/*	display:none; */
}
#formulaire_login ul {
	padding: 1rem;
}
#formulaire_login li {
	margin-bottom: 1.5rem;
}
#formulaire_login li label {
	text-transform: uppercase;
	margin-right: 1rem;
	font-size: 1.4rem;
}
#formulaire_login li.editer_session label {
	text-transform: none;
}
#formulaire_login li input {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
#formulaire_login .details {
	margin-top: 1rem;
	display: inline-block;
	font-size: 1.4rem;
}
/* MLP */
#formulaire_login  .erreur_message {
    color:#b00;
}
.reponse_formulaire {
    background: #fff;
    color:#b00;
    padding:1rem 2rem;
    font-size: 1.4rem;
}
/* bulle aide formulaire contribution */
 a#aide-2-ligne_2.jTip {
        color: #b00;
        background-color: #fff;
        padding:0 0.5rem 0 0.5rem;
        border: 0;
}
.erreur{
    color: #b00;
}

/* liste actus */
.main-titre {
	color: #fff;
	font-size: 3.6rem;
	font-family: 'insigniaregular', sans-serif;
	text-transform: uppercase;
	margin-bottom: 2rem;
}
/* MLP */
.main-titre a {
    color: #fff;
}
.main {
	padding: 2rem 2rem 4rem 2rem;
	margin-bottom: 4rem;
}
.actus article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 4rem;
}
.actus article:last-child {
	margin-bottom: 0;
}
.actus-texte {
	background-color: #fff;
	padding: 2rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.actus-titre {
	font-size: 1.8rem;
	font-weight: bold;
	text-transform: uppercase;
	margin: 2rem 0;
}
.actus-titre a {
	color: #333;
}
.actus-vignette {
	display: none;
}
.actus-vignette img {
	margin: 0 auto;
}

/* une actu */
.actu .main-titre {
	font-size: 2.8rem;
}
.actu .actus-texte {
	background: rgba(0,0,0,0);
	padding: 0;
	margin-bottom: 4rem;
}
.actu-header {
/*
	padding: 2rem;
	background: #fff;
*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 4rem;
}
.actu-titre {
	font-size: 2.7rem;
	font-weight: bold;
	text-transform: uppercase;
}

.actu .actus-vignette dl  {
	margin-bottom: 4rem;
}
.actu .actus-vignette .spip_doc_titre,
.actu .actus-vignette dd {
	text-align: center;
	font-size: 1.4rem;
	padding: 0.5rem;
}
.actus-vignette {
	display: block;
}
.actus-vignette + .notice-outils {
    margin-top: 4rem;
}
.actu-suite {
/*
	padding: 2rem;
	background: #fff;
*/
	margin-bottom: 4rem;
}
.actu-suite li {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
.actu-suite li:last-child {
	margin-bottom: 0;
}
.actu-suite li a {
	border-bottom: solid 2px #b00;
	padding-top: 0.2rem;
	color: #333;
}
.actu-suite li a:hover {
	color: #fff;
	background-color: #b00;
}
.main-sidebar .notice-outils {
	padding: 0;
}

/* pagination */
.pagination {
	font-size: 1.6rem;
	text-align: center;
	letter-spacing: 4px;
	margin-bottom: 4rem;
}
.pagination a {
	color: #b00;
}
/* explorer */
.explorer-texte {
/*
	background: #fff;
	padding: 2rem;
*/
	margin-bottom: 4rem;
	
}
.bio-exploration {
	margin-bottom: 4rem;
	background-color: #fff;
	padding: 1rem;
}
.bio-exploration-titre {
	font-size: 1.4rem;
	font-weight: bold;
}
.bio-exploration p {
	font-size: 1.4rem;
}
/* associations */
.asso article {
	margin-bottom: 2rem;
}
.association-activites article:last-of-type {
	margin-bottom: 0;
}

.association-activites-titre,
.association-biographies-titre,
.liste-asso-titre {
	color: #b00;
	font-size: 2.8rem;
	font-family: 'insigniaregular', sans-serif;
	text-transform: uppercase;
	margin-bottom: 2rem;
}
.activites-titre {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.6rem;
}
.activites-titre a {
	color: #333;
}
.association-biographies .biographie-titre {
	font-size: 1.5rem;
	margin-bottom: 0;
}
.association-biographies .entry p {
	font-size: 1.2rem;
}
.liste-asso article {
	margin-bottom: 4rem;
}
.asso-titre {
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: bold;
}
.asso-titre a {
	color: #333;
}
/* liste auteurs et biographies */
#selection_lettre {
	font-size: 2.8rem;
	padding: 0.5rem;
	text-transform: uppercase;
	font-family: 'insigniaregular', sans-serif;
	background: #b00;
	margin-bottom: 2rem;
}
#selection_lettre a {
	color: #fff;
}
#selection_lettre .courante {
	color: #b00;
    background: #fff;
}
div.liste-notices {
	width: 100%;
}
/* recherche et résultats */
.recherche-header {
	background-color: #b00;
	padding: 2rem;
}
.recherche-titre {
	font-size: 3.6rem;
	font-weight: bold;
	color: #fff;
}
.recherche-header input[type=text] {
    width: 100%;
    margin:0;
    margin-bottom: 2rem;

}
/* MLP */
.recherche-header input[type=submit] {
    border: 0;
    padding: 0.7rem;
    background-color: #fff;
    color:#333;
    font-size: 1.6rem;
}
/* MLP nov 2020 */
/* habillage recherche avancee champs de saisie */
.saisie-header{
    background-color: #b00;
    padding : 0.2rem 2rem 0.4rem 2rem;
}
.saisie-header select#swishe_type1 {
        margin-left: 7rem;
    }
.saisie-header select, .saisie-header input[type=text]{
    padding: 0.2rem 1rem;
    border: 0;
    border: solid 1px #ccc;
    font-size: 1.5rem;
}
.saisie-header input[type=text]{
    width: 35rem;
    }
.saisie-header input[type=submit] {
    border: 0;
    padding: 0.6rem;
    background-color: #fff;
    color:#333;
    font-size: 1.6rem;
    margin-left: 2rem;
}
.recherche-aide {
	color: #b00;
	font-weight: bold;
	font-size: 1.8rem;
	padding: 0.5rem 1rem;
	display: inline-block;
	background-color: #fff;
}
.recherche-flex p {
	text-transform: uppercase;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 2rem;
}
.recherche-flex p label {
	font-weight: normal;
	text-transform: none;
	display: block;
}
.operateur {
	font-weight: normal;
}
.recherche-flex p .operateur label {
	display: inline-block;
}
.recherche-flex input[type=submit] {
	margin-bottom: 4rem;
	border: 0;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	background: #b00;
	font-size: 1.4rem;
	padding: 1rem 2rem;
	margin-left: 1rem;
}
.recherche-flex input[type=submit]:hover {
	background-color: #333;
}
.resultats-header {
	background: #b00;
	padding: 1rem 2rem;
}
.resultats-header p {
	color: #fff;
	font-weight: bold;
	font-size: 2.4rem;
	margin-bottom: 2rem;
}
.resultats-header a {
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	padding: 0.5rem 1rem;
	border: solid 2px #fff;
	font-size: 1.4rem;
	display: inline-block;
    margin-right: 2rem; /* MLP */
}
.resultats-header a:first-of-type {
	margin-right: 2rem;
}
.resultats-header a:hover {
	background: #fff;
	color: #b00;
}
.resultats-liste li {
	margin-bottom: 2rem;
	font-size: 1.6rem;
}
.resultats-liste li a {
	color: #333;
}
.resultats-liste li a:hover {
    color: #b00;
}
.pagination-resultats {
	padding: 1rem;
	background-color: #b00;
	font-size: 2.8rem;
	font-weight: bold;
	margin-bottom: 2rem;
}
.pagination-resultats a {
	color: #fff;
}
@media only screen and (max-width:470px) {
    .section-titre {
        font-size: 2.4rem;
    }
    .site-logo {
        max-width: 40%;
    }
    .grid-item {
        max-width: 100%;
    }
    /* footer MLP juillet 2020 */
	.site-nav-secondaire li a {
		padding:1rem;
	}
	.partenaires img{
		margin:0;
	}
}
@media only screen and (max-width:1024px)  and (min-width:470px) {
    .grid-item {
        max-width: 47%;
        padding: 1rem;
    }
}
@media only screen and (min-width:55em) {
    body {
        background-size: cover;
        background-attachment: fixed;
    }
	.mobile {
		display: none;
	}
	.desktop {
		display: block;
	}
    .degrade {
        background: #bb0000;
        background: -webkit-gradient(linear, left top, left bottom, from(#bb0000),to(#ffffff));
        background: linear-gradient(180deg, #bb0000 0%,#ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb0000', endColorstr='#ffffff',GradientType=1 );
    }
	.site-header {
		margin-bottom: 4rem;
	}
    .site-logo {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 32rem;
        flex: 1 0 32rem;
        max-width: 32rem;
    }
    .header-infos-nav {
        margin: 4rem 0 0 4rem;
    }
    .header-infos-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .recherche {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    #recherche-simple {
        display: none;
    }
    .recherche-simple form {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 2rem;
    }
    .recherche-simple {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: static;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .recherche-avancee {
        margin-top: 0;
    }
    .twitter {
        height: 7rem;
        width: 7rem;
        padding: 1rem;
        margin-left: 4rem;
    }
    .site-nav-principale {
        margin-left: 0;
    }
    .menu-button {
        display: none;
    }
    .menu-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: #b00;
    }
    .menu-header li {
        position: relative;
        margin-bottom: 0;
        z-index: 1000;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    } 
    .menu-header li a {
        display: block;
        padding: 1.5rem 2rem;
    }
    .menu-header li a:hover {
        background: #fff;
        color: #b00;
    }
    .menu-header li ul {
        position: absolute;
        left: -9999rem;
        width: 100%;
    }
    .menu-header li:hover ul {
        left: 0;
        margin-top: 0;
        background: #b00;
        
    }
    .menu-header li li {
        margin: 0;
    }
    .menu-header li li:nth-last-child(5) {
        border-top: solid 1px #fff;
    }
    .menu-header li li a {
        display: block;
        padding: 0.5rem 2rem;
    }
    .menu-header li li a:hover {
        background: #fff;
        color: #333;
    }
    .section-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .section-flex article {
        max-width: 30rem;
    }
    .section-titre a:after {
        font-size: 1.4rem;
        width: 1.7rem;
        height: 1.7rem;
        line-height: 1.7rem;
        margin-top: 0.5rem;
    }
    .home .entry p {
        font-size: 1.6rem;
    }
    .home-echos {
        margin-bottom: 4rem;
    }
    .home-echos article,
    .home-actualites article {
        padding: 0;
        background: rgba(0,0,0,0);
    }
    .echo-thumbnail,
    .actu-thumbnail img {
        display: block;
        margin-bottom: 1rem;
    }
    .home-explorer .section-titre a:after, 
    .home-multimedia .section-titre a:after {
        margin-top: 1.5rem;
    }
    .home-explorer-multimedia {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .home-explorer-multimedia > div {
        width: calc(50% - 2rem);
    }
    .home-explorer,
    .home-multimedia {
        background: #fff;
        margin-bottom: 4rem;
    }
    .home-biographies {
        margin-bottom: 4rem;
    }
    .grid-item {
        max-width: 30.6122%;
        padding: 1rem;
    }
	/* layout */
	.flex-2-1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.section-principale {
		margin-right: 4rem;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
	}
	.section-secondaire {
		width: 32rem;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 32rem;
		flex: 0 1 32rem;
	}
    .notice-auteur {
        line-height: 1.9;
    }
    .notice-titre {
 
        padding: 0 2rem;
    }
	.notice-titre {
		margin-bottom: 2rem;
	}
	.notice-appendice {
		 padding: 1rem 2rem 1rem 6rem;
		background-position: 1rem 1rem;
	}
	.notice-outils {
		padding: 0;
	}
	.notice-outils a {
		font-size: 1.2rem;
		padding: 1rem 1rem 1rem 6rem;
	}
	/* liste actus - actu */
	.actus article {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.actus-vignette {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		margin-left: 4rem;
		display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 30rem;
        flex: 0 1 30rem;
	}
	.main-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.main-sidebar,
	.flex-pusher {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		width: 30rem;
		margin-left: 4rem;
        max-width: 30rem;
	}
	.main-sidebar .actus-vignette {
		margin-left: 0;
	}
	.actu .actus-vignette img:first-of-type {
		margin-top: 0;
	}
	.main-sidebar .notice-outils a {
		background-size: 3rem 3rem;
		padding-left: 4.5rem;
	}
	/* associations */
	.association-activites,
	.association-biographies {
		width: calc(50% - 2rem);
	}
	#selection_lettre {
		font-size: 1.8rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    	-webkit-box-pack: justify;
    	-ms-flex-pack: justify;
    	justify-content: space-between;
	}
	.liste-notices #selection_lettre {
		font-size: 2.8rem;
	}
	.recherche-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.recherche-header * {
		margin-right: 2rem;
	}
	.recherche-header *:last-child {
		margin-right: 0;
	}
	.recherche-header input[type=text] {
		width: auto;
		margin-bottom: 0;
		padding: 0.7rem;
	}
	.recherche-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.recherche-flex div {
		width: calc(50% - 2rem);
	}
	.pagination-resultats {
		font-size: 1.6rem;
	}
	.resultats-recherche .recherche-header {
		-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: flex-start;
	}
	.resultats-recherche .recherche-header input[type=text] {
		margin-bottom: 2rem;
		width: 100%;
	}
	.resultats-recherche .recherche-header .recherche-titre {
		font-size: 1.8rem;
	}
	.resultats-recherche .recherche-flex {
		display: block;
	
	}
	.resultats-recherche .recherche-flex div {
		width: 100%;
	}
    /* MLP */
    .resultats-recherche .section-principale{
        margin-right: 0;
    }
   
}

