/*
Theme Name: monologuer
Theme URI: http://sdc-conseil.com
Author: sdc
Author URI: http://sdc-conseil.com
Description: theme pour monologuer
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: monologuer
Text Domain: monologuer

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.
*/



/* =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 {
    font-size: 1.6rem;
	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;
}
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;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	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 */
}


/* =Content
----------------------------------------------- */

.sticky {
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

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

/* MLP monologuer */
#cookie-law-info-bar{
    text-align: left;
    padding: 35px 25px;
}
#cookie-law-info-bar span{
    padding: 35px 25px;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* 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: 'fredoka', sans-serif;
    color: #4b4142;
    line-height: 1.4;
    background: #ede9e7 url(img/bg-line.png) repeat-x center top;
}
a {
    text-decoration: underline;
    color: #ff6500;
}
em {
    font-style: italic;
}
strong {
    font-weight: 500;
}
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}
figure {
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
p {
    font-size: 1.6rem;
    margin-bottom: 1em;
}
ul li, ol li {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    /* list-style: inside; MLP 2025 */
    list-style: none;
    margin-left: 2rem;
}
ul.reponse li{
	 list-style: none;
}
.tetiere {
    text-transform: uppercase;
    font-size: 2.4rem;
    margin-bottom: 2rem;
    font-weight: 500;
}
.wrapper {
    max-width: 120em;
    width: 100%;
    margin: 0.5rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
}
.site-contenu-flex {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* stles généraux */
/* header */

/* MLP 2025 */
.site-header {
  /*  margin: 0 0 2rem;
    padding: 2rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    */
}
/* MLP 2025 */
.site-infos{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.site-logo {
  /*  margin-bottom: 2rem;*/
}
.site-titre {
    background: #fff;
    width: auto;
    font-size: 4.4rem;
    /*font-weight: 700;*/
    /*padding-left: 3rem;
    background: url(img/bg-title-n1-dark.png) no-repeat left center;
    background-size: contain;*/
    line-height: 1.1;
   /* text-transform: uppercase;*/
    
}
.site-titre a {
   color: #000;
    text-decoration: none;
}
/* recherche biblio MLP 2025 */
.searchform {
	margin-bottom:1rem;
}
.recherche_biblio {
	margin: 1.2rem 0;
}
.recherche_biblio select, .recherche_biblio input[type="submit"], .recherche_biblio input[type="text"] {
	padding: 0.5rem 0.5rem;
  	border: 0;
  	border: solid 1px #ccc;
  	font-size: 1.5rem;
}
/* layout */
.site-contenu-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 3rem;
   /* margin-top: 3rem; MLP 2025 */
}

/* page connexion */
.identification {
    border-top: 5px #d7cfd0 solid;
  /*  background: #ede9e7;*/
    padding: 2rem;
    padding-top: 0;
    min-width: 30rem;
    margin-bottom: 3rem;
}
.identification-titre {
    text-align: center;
}
   /* bouton s'inscrire */
    .identification a.lwa-links-register{
    background-color: #fff;
    padding: .5rem 2rem;
    display: inline-block;
    color: #000;
    margin-bottom: 2rem;
    text-decoration: none;
        font-size: 1.5rem;
    }

.identification .lwa table {
    width: 100%;
}
.identification .lwa table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.identification .lwa table tbody tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.identification .lwa table tbody td {
    font-size: 1.4rem;
    width: 100%;
    padding: 0;
}

.identification .lwa table input {
    margin: 0.5rem 0 1.5rem;
    padding: 0.5rem;
    width: 100%;
    border: solid 1px #999;
}
.identification .lwa input[type=checkbox] {
    width: auto;
}
.identification .lwa-submit-button input[type=submit] {
    border: solid 0 #ff6500;
    color: #fff;
    background: #ff6500;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    font-weight: 700;
    width: 100%;
    text-align: center;
    padding: 1rem 0;
    border-radius: 5px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.8rem;
}
.identification .lwa-submit-button input[type=submit]:hover {
    background: #ff6500;
    cursor: pointer;
}
.lwa-links-remember {
    margin-top: 1rem;
    font-size: 1.1rem;
    color: #222;
    display: block;
}
.creer-compte {
    display: block;
    width: 100%;
    text-align: center;
    padding: 1rem 0;
    border-radius: 5px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.8rem;
    background: #fff;
    color: #ff6500;
    text-decoration: none;
    font-weight: 700;
    margin-top: 2rem;
    border: 1px #d7cfd0 solid;
}
.connexion-presentation {
    max-width: 60rem;
    margin: 0 auto;
    padding: 1rem;
}
.connexion-titre {
    color: #ff6500;
}
/* les thématiques et la recherche */
.site-navigation-recherche {
    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: 3rem;
}
.thematiques {
    margin-bottom: 3rem;
    border-top: 5px solid #d9434e;
    background: #ede9e7;
    padding: 2rem;
    min-width: 30rem;
}
.thematiques-titre {
    color: #d9434e;
}
.thematiques ul {
    
}
.thematiques ul li {
    padding-left: 2rem;
    background: url(img/folder.png) no-repeat 0 3px;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 2.5rem;;
}
.thematiques ul li a {
    text-decoration: none;
    color: #4b4142;
}
.site-recherche {
    background: #d9434e;
    color: #fff;
    border-top: 5px solid #b93942;
    padding: 1rem;
}

/* article */
.section-titre {
    color: #ff6500;

}
.article-suite {
    display: none;
}
.les-articles {
    max-width: 70rem;
    padding: 0 1rem;
}
.article {
    padding: 1rem;
    background: #ede9e7;
    margin-bottom: 2rem;
    border-top: 5px #d7cfd0 solid;
    padding-right: 5rem;
    position: relative;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.article:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
}
.article-titre {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 2rem;
}
.article-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}
.article-picto-espece {
    margin-right: 0.5rem;
}
.article-picto-confidentiel {
    display:inline;
}

.article-theme {
    margin: 0 0.5rem 0 0;
    text-decoration: none;
    color: #444;
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}
.article-meta {
    margin-bottom: 1rem;
}
.article-date {
    font-size: 1.4rem;
}
.article-tags {
    width: 100%;
    padding-top: 1rem;
    font-size: 1.2rem;
}
.article-tagsOLD a {
   text-decoration: none;
   border-radius: 5px;
   border: solid 1px #d9434e;
   padding: 0.2rem 0.5rem;
   font-size: 1.3rem;
    margin-right: 1rem;
}
.article-tags a {
   
   font-size: 1.3rem;
 
}
.article .article-more {
    position: absolute;
    right: 1.5rem;
    border-radius: 2rem;
    color: #fff;
    background: #b93942;
    border: solid 1px #dd4c50;
    width: 2rem;
    height: 2rem;
    bottom: 1.3rem;
}
.article .article-more:after {
    content: "+";
    position: absolute;
    width: 2rem;
    height: 2rem;
    display: block;
    top: 1px;
    left: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.article .article-more.ouvert:after {
    content: "-";
}
.article .article-favori {
    position: absolute;
    right: 1.5rem;
    top: 1rem;
    border-radius: 2rem;
    color: #fff;
    background: url(img/favori.png) no-repeat center center;
    border: solid 0 #dd4c50;
    width: 2rem;
    height: 2rem;
}
.article .article-favori:hover {
   background: url(img/favori-favori.png) no-repeat center center; 
}
.article .article-favori.favori {
    background: url(img/favori-favori.png) no-repeat center center;
}
.article ul {
    list-style-type: disc;
    list-style-position: inside;
}
.article li {
    font-size: 1.5rem;
    margin-bottom: 0.3rem;
}
.article-documents {
    padding: 0.5rem;
    background: #f0f0f0;
    margin-bottom: 1rem;
}
.article-documents ul {
    list-style: none;
}
.article-documents li {
    display: inline-block;
    border-right: solid 1px #222;
    padding: 0 0.5rem;
}
.article-documents li:last-child {
    border-right: 0;
}
.article-infos {
    font-size: 1.3rem;
}
.articles-lies {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: solid 1px #d7cfd0;
}
.articles-lies a {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    display: inline-block;
}
.articles-lies li {
    
    font-size: 1.3rem;
    
    padding: 0 0.5rem;
}
.articles-lies li:last-child {
    border-right: 0;
}
.tous-les-documents {
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 3rem 0;
}
.tous-les-documents a {
    text-decoration: none;
    border-radius: 5px;
    border: solid 1px #ff6500;
    color: #ff6500;
    text-shadow: 2px 2px 5px #bbb;
    padding: 1rem 3rem;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,.25);
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,.25);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.tous-les-documents a:hover {
    -webkit-box-shadow: 0px 0px 0px 0 rgba(0,0,0,.25);
    box-shadow: 0px 0px 0px 0 rgba(0,0,0,.25);
   
}
/* déconnexion et favoris */
.site-outils {
    overflow: hidden;
    padding: 0.5rem;
    background: #ede9e7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
/*.site-outils div {
    float: right;
}
.favoris {
    margin: 0 3rem 0 0;    
}*/
.site-outils a {
    padding-left: 2.2rem;
    text-decoration: none;
    background-size: contain;
    font-size: 1.4rem;
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 0.4rem;
    line-height: 1.6;
}
.outilRD a {
    background-image: url(img/outilRD.png);
}
.favoris a {
    background-image: url(img/favori-favori.png);
}
.retour a {
    background-image: url(img/home.png);
}
.deconnexion a {
    background-image: url(img/logout.png);
}
#resultats{
	margin-top:1rem;
}
/* footer */
.site-footer {
    padding: 2rem;
    /*border-top: 5px #d7cfd0 solid;*/
    background: url(img/bg-line.png) repeat-x 0 0;
}
.site-footer a {
    color: #000;
   font-size: 1.4rem; 
    text-decoration: none;
    margin-right: 2rem;
}

/* home */
.lwa td {
    font-size: 1.6rem;
}
.gform_confirmation_wrapper {
	font-size:1.9rem;
}

#gform_wrapper_1 .gform_body {
    font-size: 1.6rem;
    line-height: 1.1;
}
#gform_wrapper_1 .gform_title {
    font-size: 2rem;
    text-align: center;
}
#gform_wrapper_1 .gfield_label {
    font-size: 1.4rem;
    text-transform: uppercase;
}
#gform_wrapper_1 input[type=submit] {
    font-size: 1.6rem;
    text-transform: uppercase;
    padding: 1rem;
}
#gform_wrapper_1 ul li.gfield {
    margin-top: 2.4rem;
}
/* MLP */
.gform_wrapper.gravity-theme .gsection{
color: #ff6500;
font-size: 2rem;
padding: 0;
}
.gsection_title{
    padding: 8px 0 0 8px;
    /*border-bottom: 2px solid #ff6500;*/
}
.gform_wrapper.gravity-theme .gform_footer input{
    padding: 8px;
}
.site-recherche button {
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 4rem;
}
.critere {
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.recherche-mots-cles {
    font-size: 1.4rem;
    margin-bottom: 3rem;
}
.recherche-mots-cles h4:before {
    content: "►";
    padding-right: 0.3rem;
}
.recherche-mots-cles div {
    display: none;
}
.recherche-mots-cles h4 {
    cursor: pointer;
}
.recherche-mots-cles ul li {
    display: inline-block;
    border-right: solid 1px #ccc;
    padding: 0 0.5rem;
    
}
.recherche-mots-cles ul li:last-of-type {
     border-right: solid 0 #ccc;
}

/* imprimer */
.imprimer {
    border: 1px #d7cfd0 solid;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    background: #ede9e7;
    cursor: pointer;
}
/* voir aussi */
.page-template-voir-aussi h2 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 1em 0;
}
/* les favoris */
.page-template-page-lesfav .article {
    padding: 0 5rem 0 0;
    background: #fff;
    border-top: 0;
    border-bottom: 2px #d7cfd0 solid;
}
.page-template-page-lesfav .article h1 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}
.page-template-page-lesfav .article h1 a {
    color: #4b4142;
    text-decoration: none;
}
.page-template-page-lesfav .article .article-favori {
    top: auto;
    bottom: 1rem;
}
.page-template-page-lesfav .article:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* navigation */
.wp-pagenavi {
    font-size: 1.8rem;
}
.wp-pagenavi .pages {
    font-size: 1.4rem;
}
.wp-pagenavi span,
.wp-pagenavi a {
    border: 0;
}

/* editorial */
.page-template-default h2 {
    font-size: 2.4rem;
   /* font-weight: bold; */
}
.page-template-default h3 {
    font-size: 2rem;
    color: #ff6500;
}
.page-template-default ul {
    font-size: 1.6rem;
    margin-bottom: 1em;
    list-style: square inside;
}
.page-template-default ol {
    font-size: 1.6rem;
    margin-bottom: 1em;
    list-style: upper-roman inside;
}
.page-template-default ul li,
.page-template-default ol li {
    margin-bottom: 0.3rem;
}

.menu-button + .mini-menu,
.mini-menu-recherche {
    display: none;
}
.ouvert + .mini-menu {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    /* top: 6.5rem; */
     background: #ede9e7; 
    background: #FFF; /* MLP 2025 */
    /*padding: 1rem;*/ 
    z-index: 10000;
}
.ouvert + .mini-menu ul li {
    font-size: 1.6rem;
    /* margin-bottom: 1rem; MLP 2025 */
    list-style:none;
    margin: 1rem; /* MLP 2025 */
}
.ouvert + .mini-menu ul li a {
    color: #ff6500;
    text-decoration:none;
}
/* MLP 2025 */
.ouvert + .mini-menu ul li.inactive {
	color : #CCC;
}

.ouvert + .mini-menu .sub-menu li {
    font-size: 1.4rem;
    padding: 1rem 0 0 1.5rem;
}
.ouvert + .mini-menu .recherche {
    display: block;
}
/* MLP juin 2023 menu burger 3 barres noires */
.menu-button span{
    display: block;
    width: 29px;
    height: 2px;
    margin: 8px 0 8px 8px;
    background: #ff6500;
    z-index: 99;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
/*MLP */
.facetwp-facet{
	color:#000;
    margin-bottom: 1rem !important;
}

@media only screen and (max-width:370px) {
    .site-outils a {
        font-size: 1.2rem;
    }
}
@media only screen and (min-width:800px) {
    .wrapper {
        padding: 0 1rem;
    }
    .site-header {
       -webkit-box-orient: horizontal;
       -webkit-box-direction: normal;
       -ms-flex-direction: row;
       flex-direction: row;
       -ms-flex-pack: distribute;
      /* justify-content: space-around;*/
        border-bottom: solid 3px #ff6500;
        margin-bottom: 0;
        padding: 0rem 4rem;
    }
    .site-header > a {
        /*width: 35rem;*/
    }
    .site-logo {
        margin: auto;
    }
    .site-titre {
       /* width: 70rem; */
        background: #fff;
        
        font-size: 4.4rem;
        /*font-weight: 700;*/
        
        line-height: 3;
    }
    .site-titre a {
        
        padding-left: 3rem;
        background: url(img/bg-title-n1-dark.png) no-repeat left center;
        display: inline-block;
    }
    .site-outils {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .site-outils a {
        margin-left: 2rem;
    }
    .site-contenu-flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        -webkit-box-pack: space-evenly;
        justify-content: space-evenly;

        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .identification .lwa table {
        width: 100%;
        max-width: 288px !important;
    }
    .connexion-presentation {
        margin: 0;
    }
    .les-articles {
       /* -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;*/
        -webkit-box-flex: 0;
        -ms-flex: 0 1 65%;
        flex: 0 1 65%;
        padding: 0 0 0 1rem;
    }
    .site-navigation-recherche {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 35%;
        flex: 0 1 35%;
    }
    .recherche-mots-cles div {
        display: none;
        max-width: 39.2rem;
    }
    /* home */
    #gform_wrapper_1 {
        margin-top: 3rem;
    }
    /* footer */
    .site-footer {
    padding: 2rem;
    background: url(img/bg-line.png) repeat-x 0 0, url(img/interbev.png) no-repeat right 1rem;
    background-size: auto, 11rem;
    }
    .nav-principale ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; /* block 2025 */
        border-top:none;
        z-index:100;
    }
    .nav-principale ul li {
        list-style: none;
    }
    .nav-principale ul li a {
        color: #ff6500;
        text-decoration: none;        
    }
    /* MLP 2025 */
.nav-principale ul li.inactive {
	color : #CCC;
}

    .nav-principale li .sub-menu {
        display: none;
        position: absolute;
        background: #ede9e7; 
        margin-left:-0.5rem;
        padding-right: 2rem;
    } 
    .nav-principale li .sub-menu li {
        font-size: 1.4rem;
        list-style: none;
        margin-left: 0.5rem;      
        margin-bottom:.5rem;
        margin-top:.5rem;
    }
    .nav-principale li:hover .sub-menu {
        display: block;
    }
    /* menu burger */
    .menu-button {
        display: none;
    }
    .header-mini .menu-button + ul {
        display: none;
    }
    .menu-button + .mini-menu { /*24 juill */
        display: flex;
        justify-content:space-between;
       /* background:#ede9e7; MLP 2025 */
    }
    .menu-gauche{
        padding: 0.5rem 0rem 0rem 0rem;
        margin-left: 0rem;
        justify-content: left; 
        /*background:#ede9e7; MLP 2025 */
    }

}
