

/* SPIP Admin buttons */
.spip-admin-bloc, .spip-admin-float {
    z-index: 10000 !important;
    right: 10px !important;
    top: 30px !important;
}

/* Icone travaux */
#icone_travaux {
	display: none;
}

/* Bigfoot debug */
.littlefoot-footnote__content p {
	margin: 0 10px 20px 10px !important;
	
}
.littlefoot-footnote__content p:first-child {
	margin-bottom: 0 !important;
}


/* BIGFOOT : Note de bas de page Tooltip */

.littlefoot-footnote {
	z-index: 3000000;
}

/* Google Fonts */

.opensans {
	font-family: 'Open Sans', sans-serif;
}

.robotoslab {
	font-family: 'Roboto Slab', serif;
}

.robotocondensed {
	font-family: 'Roboto Condensed', sans-serif;
}

.ptserif {
	font-family: 'PT Serif', serif;
}

/* Not visible */
.offscreen {
  position: absolute;
  left: -999em;
  height: 1%;
}
.hidden {
  visibility: hidden;
}
.none {
  display: none;
}

/* cookie bar */

#cookie-bar {
	background: #333;
	color: white;
	text-align: center;
	font-size: 1em;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	padding: 0;
	padding-bottom: 50px;
}

#cookie-bar p {
	margin: 1.5em;
}

#cookie-bar a.cb-enable {
	color: #fff;
	display: inline-block;
	border-radius: 5px;
	text-decoration: none;
	padding: 0.5em 0.75em;
	margin-left: .6em;
	border: 1px solid white;
	background: #333;
}

#cookie-bar a.cb-enable:hover {
	background: #3f3f3f;
}

/* Liste spip */
ul.spip li {
	margin-left: 20px;
}

/* blockquote SPIP */
blockquote.spip {
	background: none;
}

/* ----------------------------------------------------------------
	Canvas Adjustments
----------------------------------------------------------------- */

/* Basic */

body, .dropdown-menu {
    font-size: 16px;
}

::selection {
	background: #73A100;
}

::-moz-selection {
	background: #73A100; /* Firefox */
}

::-webkit-selection {
	background: #73A100; /* Safari */
}

:active,
:focus { outline: none !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
}

/* Utilitaires */

/* Eviter la superposition d’une entête fixe sur une ancre */
div:target,
aside:target,
section:target {
    padding-top: 7em; 
    margin-top: -7em; 
}

img {
	height: auto !important;
}

/* couleurs fonds */

.bg-dark {
    background-color: #262626!important;
}

.bg-metroblue {
    background-color: #186A83!important;
}

.bg-metrobrown {
	background-color: #7A4738!important;
}

.bg-metrosilver {
	background-color: #E7E7E7!important;
}

/* Boutons */

.button,
.button-metrogreen {
    background-color: #84B016;
}

.button-3d.button:hover, .button-reveal.button:hover, .button-border.button:hover, .button-border.button.button-fill:before,
.button-3d.button-metrogreen:hover, .button-reveal.button-metrogreen:hover, .button-border.button-metrogreen:hover, .button-border.button-metrogreen.button-fill:before {
    background-color: #84B016 !important;
}

.button.button-dark:hover {
    background-color: #73A100;
}

/* Formulaires */

.formulaire_spip .boutons input, 
.formulaire_spip .boutons button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #73A100;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    
    border-radius: 3px;
    border-bottom: 3px solid rgba(0,0,0,0.15);
    
    transition: all .2s ease-in-out;
}

.formulaire_spip .boutons input:hover, 
.formulaire_spip .boutons button:hover {
	background-color: #8ab718;
}

.sticky_button {
	margin-left: 0;
}

.formulaire_spip .sticky_button input, {
	margin-left: 0;
}

/* Typography */

body {
	line-height: 1.5;
	color: #555;
	font-family: 'Open Sans', sans-serif;
}

a {
	text-decoration: none !important;
	color: #73A100;
}

a:hover { color: #222; }

.texte a:hover,
.chapeau a:hover { 
	color: white; 
	background: #73A100;
}

a img { border: none; }

img { max-width: 100%; }

iframe { border: none !important; }

.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4,
.emphasis-title h1,
.emphasis-title h2 {
	font-family: 'Roboto Slab', serif;
	margin-bottom: 0;
	font-weight: 700;
	text-transform: none;
	line-height: normal;
	letter-spacing: 1px;
	color: #333;
}



/* Blocs principaux */

.maginbottom1 {
	margin-bottom: 1em;
}

.maginbottom2 {
	margin-bottom: 2em;
}

.maginbottom3 {
	margin-bottom: 3em;
}

.maginbottom4 {
	margin-bottom: 4em;
}


/* Primary menu */

#top-bar {
	height: 25px;
	line-height: 24px;
}

#top-social li, #top-social li a, #top-social li .ts-icon, #top-social li .ts-text {
    height: 24px;
    line-height: 24px;
}

.top-links ul li {
    height: 24px;
    line-height: 24px;
}

.top-links li > a {
    height: 24px;
    text-transform: none;
}

#primary-menu.style-2 {
    border-top: 1px solid #4A4A4A;
}

#primary-menu ul li > a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	text-transform: none;
}

#primary-menu.style-2 > div > ul > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
}

#primary-menu.style-2 > div #top-search, #primary-menu.style-2 > div #top-cart, #primary-menu.style-2 > div #side-panel-trigger {
    margin-top: 14px;
    margin-bottom: 14px;
}

#primary-menu ul li > a:hover {
    color: #73A100;
}

#header.sticky-style-2 {
    height: 151px;
}

#header.sticky-style-2 #header-wrap {
    height: 50px;
}



/* Header */

#header {
    border-bottom: 1px solid #4A4A4A;
    padding-top: 10px;
}

/* Logo site */

#header, #header-wrap, #logo img {
	width: auto;
}

#logo-met {
	position: relative;
    float: left;
    font-size: 36px;
    line-height: 100%;
    margin-right: 40px;
    height: 90px;/* Si on ajoute le slogan du site : 90px */
    
    display: table-cell;
	vertical-align: middle;
}

#logo-met img {
	
}

#logo-met .nom_site {
	display: block;
    height: 100%;
    margin-top: 31px;
    margin-bottom: 32px;
    
    -webkit-transition: all .4s ease, opacity .3s ease;
    -o-transition: all .4s ease, opacity .3s ease;
    transition: all .4s ease, opacity .3s ease;
}

#slogan {
	font-size: 14px;
	font-family: 'PT Serif', serif;
	font-style: italic;
	line-height: 30px;
}

.sticky-header #logo-met .nom_site {
    margin-top: 11px;
    margin-bottom: 12px;
}

.spip_logo {
	height: auto;
}

.lien_sister_journal {
	display: block;
	font-family: 'PT Serif', serif;
	font-style: italic;
	font-size: 11px;
	color: #333333;
	max-width: 130px;
	margin-top: 25px;
}
.lien_sister_journal img {
	margin-left: 9px;
}

.donate_nav {
	display: block;
	font-family: 'PT Serif', serif;
	font-style: italic;
	font-size: 11px;
	color: #333333;
	margin-top: 10px;
	margin-right: 5px;
}

/* BLOCS */

.bloc_infoplus {
	background: #E7E7E7;
	text-align: center;
	border-top: 4px solid #939393;
	padding: 0 15px 15px 15px;
	height: 100%;
}

.bloc_infoplus:hover {
	background: white;
}

.bloc_infoplus p {
	margin: 0 25px 15px 25px;
}

.title_infoplus {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	color: #300054;
	text-align: right;
	margin-bottom: 15px;
}


/* ----------------------------------------------------------------
	ARTICLES LISTES 
  ----------------------------------------------------------------- */
  
  .pagination {
	  display: block;
	  text-align: center;
	  margin-left: auto;
	  margin-right: auto;
  }

.card_bloc_shadow {
	transition: all .3s ease-out;
}

.card_bloc_shadow:hover {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
	transform: translateY(-5px);
}

.cart_rubrique {
	display: inline-block;
	position: absolute;
	left: -20px;
	top: 15px;
	background: gray;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 14px;
	margin-bottom: 10px;
}

.cart_rubrique:hover {
	color: white;
	background: #666666;
}

/* Terrains/Fields */
.cart_14,
.cart_15 {
	background: #73A100;
}
.cart_14:hover,
.cart_15:hover {
	background: #638a00;
}

/* Essais/Essays */
.cart_5,
.cart_11 {
	background: #8100a1;
}
.cart_5:hover,
.cart_11:hover {
	background: #6c0087;
}

/* Entretiens/Interviews */
.cart_13,
.cart_10 {
	background: #a18c00;
}
.cart_13:hover,
.cart_10:hover {
	background: #8d7b00;
}

/* Commentaires/Reviews */
.cart_3,
.cart_12 {
	background: #0068A1;
}
.cart_3:hover,
.cart_12:hover {
	background: #005988;
}

/* Dossiers/Series */
.cart_17,
.cart_16 {
	background: #3B57B5;
}
.cart_17:hover,
.cart_16:hover {
	background: #344c9c;
}

/* Debats/Debates */
.cart_4,
.cart_9 {
	background: #A10029;
}
.cart_4:hover,
.cart_9:hover {
	background: #890023;
}

.article_une_header .cart_rubrique {
	top: -50px;
	left: 50%;
	margin-left: -50px;
}

.article_une_vertical .cart_rubrique {
	left: 0;
	position: relative;
	margin-bottom: 25px;
	top: 0 ;
	margin-left: 0;
	margin-top: 10px;
}

.copy_logo {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	font-size: 8px;
	padding: 1px 3px;
	background: rgba(0, 0, 0, 0.30);
	color: white;
}

.copy_logo_vertical {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	max-width: 350px;
	font-size: 8px;
	padding: 3px 5px;
	color: #afafaf;
}

.meta-auteurs {
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	font-weight: bold;
}

.meta-date {
	font-style: italic;
	font-size: 15px;
	color: #828282;
}

.meta-tags  {
	text-align: center;
}

.tag_bloc {
	display: inline-block;
	font-size: 16px;
	color: #343a40;
	padding: 4px 15px;
	border: 4px solid #333333;
	margin: 10px;
}

.tag_bloc:hover {
	background: #333333;
	color: white;
}

.intro_bloc {
	
}

.article-meta {
	margin-bottom: 10px;
}


/* article_une */

.slider-element {
	-webkit-transition: all 1s cubic-bezier(.23,1,.32,1); /* Webkit */
	-moz-transition: all 1s cubic-bezier(.23,1,.32,1); /* Firefox (bientôt) */
	-o-transition: all 1s cubic-bezier(.23,1,.32,1); /* Opera (un jour) */
	transition: all 1s cubic-bezier(.23,1,.32,1); /* Quand ce sera standardisé */
}

.slider-element:hover {
	
}

.article_une_vertical {
	position: relative;
	background: #F2F2F2;
	padding: 27px 30px 27px 30px;
}

.article_une_header .container {
	position: relative;
	width: 100%;
	margin-top: 0;
	padding-right: 0 !important;
    padding-left: 0 !important;

}

.article_une_header .container .heading-block {
	background: white;
	padding: 1.5em 0 2em 0;
	position: relative;
}

.article_une_header .intro {
	font-size: 18px;
	margin-bottom: 40px;
}

.article_une_vertical .article_une_header .intro,
.article_une_vertical .heading-block {
	margin-bottom: 0;
}

#article_une_tags .container,
#article_header_chapeau .container {
	padding-left: 15%;
	padding-right: 15%;
}

/* Article list item */
	
.article_liste_item {
	padding-bottom: 15px;
	min-height: 200px;
	position: relative;
	height:  calc(100% - 40px);
	margin-bottom: 40px;
	zoom: 1; /* IE 6 & 7 position absolute bug : a mettre dans la div contenant le bloc disparut */
}

.bg-metrosilver .article_liste_item {
	background: white;
}

.article_liste_item.auteurs_liste {
	min-height: 120px;
}

.article_liste_item.sites_liste {
	min-height: 90px;
}

.article_liste_item .article-meta {
	margin-bottom: 2px;
}

.article_liste_une {
	min-height: 205px;
}

.item_cartouche {
	padding-left: 15px;
	padding-right: 15px;
}

.article_liste_item h2.titre {
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	font-size: 23px;
	color: #333333;
	line-height: normal;
}

/* Article liste logo */

.article_liste_item .item_logo_bloc {
	margin-bottom: 10px;
}

.zoom_logo_box {
	position: relative;
	width: 100%;
	padding-top: 56%;
	background: silver;
	overflow: hidden;
}

.zoom_logo_box_une {
	position: relative;
	overflow: hidden;
}

.zoom_logo_box a {
	position: absolute;
	display: block;
	height: 100%;
	width: auto;
	left: 0;
	right: 0;
	bottom: 0;
    right: 0;
}

.article_liste_item .spip_logos {
	margin: 0;
	height: 100% !important;
	width: auto;
}

/* LARGES BLOCS */

.large_tab {
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 23px;
	color: white;
	padding: 0;
	background: #262626;
	margin: 0 auto;
}

.large_tab a,
.large_tab span {
	padding: 14px 70px;
	color: white !important;
	display: inline-block;
	background: transparent;
	width: 100%;
	height: calc(100% - 4px);
	border-top: 4px solid rgba(0, 0, 0, 0.4);
	
	transition: all .3s ease-out;
}

.large_tab a:hover {
	background: rgba(0, 0, 0, 0.3);
}

#large-dossiers .owl-carousel .owl-stage {
    padding: 0;
}

.oc_inner {
	position: relative;
}
.oc_inner_title {
	position: absolute;
	bottom: 0;
	font-family: 'Roboto Slab', serif;
	line-height: normal;
	font-weight: bold;
	font-size: 29px;
	color: white;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.50);
	margin-left: 25px;
	margin-bottom: 30px;
}

.owl-item .spip_logo {
	margin: 0;
}

#large-a-relire .article_liste_item {
	min-height: 483px;
	background: rgba(0,0,0,0.41);
	color: white;
}

.bg-metrosilver a,
.bg-metrosilver span {
	color: #333 !important;
}

.bg-metrosilver a.cart_rubrique {
	color: white !important;
}

/* Grand angle / Big bloc */

#large-grand-angle {
	color: white;
}

#large-grand-angle .item_cartouche {
	position: absolute;
	bottom: 0;
	z-index: 10;
	padding-left: 23px;
	padding-right: 23px;
	padding-bottom: 20px;
}

#large-grand-angle .cart_rubrique {
	position: relative;
	left: 0;
	margin-bottom: 15px;
}

#large-grand-angle h2.titre,
#large-annonce h2.titre {
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	color: #FFFFFF;
	text-shadow: 3px 3px 0 rgba(0,0,0,0.57);
	margin-bottom: 5px;
}

#large-grand-angle .article-meta {
	margin-bottom: 0;
}

.cart_big {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	font-size: 29px;
	color: #FFFFFF;
	text-align: left;
	padding: 15px 25px;
	
	background: #3B57B5;
}

.cart_big:hover {
	color: #FFFFFF;
	background: #314995;
	z-index: 10;
}

#large-grand-angle .slider-element:hover {
	transform: scale(1.03);
}

#large-annonce {
	color: white;
}

.annonce_container {
	display: table-cell; /* comportement visuel de cellule */
	vertical-align: middle;
}

#large-annonce .item_cartouche {
	padding: 23px;
	
	display: inline-block;
    vertical-align:middle;
}

.item_cartouche_wrapper {
	position: relative;
	z-index: 100;
}

#large-grand-angle .slider-element:after,
#large-annonce .slider-element:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	
	background: transparent; /* For browsers that do not support rgba */
	background: rgba(0, 0, 0, 0.4); /* For browsers that do not support gradients */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */

}




/* Article liste logo animation */

.article_liste .adapt-img-wrapper,
.article_liste .spip_logo {
  /*-moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;*/
  	
  	-moz-transition: all 3s;
  	-webkit-transition: -webkit-transform 3s cubic-bezier(.25,1,.30,1);
    transition: transform 3s cubic-bezier(.25,1,.30,1);
}

.article_liste .adapt-img-wrapper:hover,
.article_liste .spip_logo:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* owl-carousel */

.owl-carousel img.spip_logo {
	height: auto !important;
}



/* ----------------------------------------------------------------
	ARTICLES CONTENT 
  ----------------------------------------------------------------- */
  
/* Articles header */

#article_header {
	
}

.heading-block h1 { 
	font-size: 25px; 
	margin-bottom: 10px;
}

.cartouche_margin {
	margin-left: 10px;
	margin-right: 10px;
}

.surtitre,
.soustitre {
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #818181;
}

.title_card {
	margin-bottom: 30px;
}

#article_header .chapeau,
#article_header_chapeau .chapeau {
	font-weight: bold;
	font-size: 20px;
	text-align: left;
}

.article-metatags {
	font-size: 15px;
    color: #828282;
    text-align: left;
    margin-bottom: 50px;
}

.article-metatags a {
	color: #828282;
}

.download_pdf_bloc {
	text-align: center;
	margin-bottom: 50px;
}

/* Articles texte */

.texte_wrapper {
    font-family: 'PT Serif', serif;
	font-size: 19px;
	color: #333333;
	line-height: 30px;
}

.texte {
	margin-bottom: 70px;
}

.son,
.media {
	text-align: center;
	max-width: 700px;
	padding: 15px;
	background: #ebebeb;
	margin: 0 auto 2em auto;
}

.son iframe,
.media iframe {
	margin: 0 auto;
}

.texte > iframe {
	margin: 0 auto 2em auto;
}

hr.spip {
	margin: 40px 0;
}


.art_maginbottom,
.texte p,
.responsive-video-wrapper,
div.spip, 
ul.spip, 
ol.spip, 
.spip_poesie, 
.spip_cadre, 
div.spip_code, 
.spip_documents.spip_documents_center {
	margin-bottom: 35px;
}

.texte p:last-child {
	margin-bottom: 0;
}

.art_maginbottom_big {
	margin-bottom: 70px;
}

.texte_wrapper .texte H1,
.texte_wrapper .texte H2,
.texte_wrapper .texte H3,
.texte_wrapper .texte H4,
.texte_wrapper .texte H5 {
	margin-top: 60px;
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
}

.texte_wrapper .texte H1:first-child,
.texte_wrapper .texte H2:first-child,
.texte_wrapper .texte H3:first-child,
.texte_wrapper .texte H4:first-child,
.texte_wrapper .texte H5:first-child {
	margin-top: 0;
}

.encadre {
	background: #EEEEEE;
	padding: 25px 30px;
	font-size: 12px;
	color: #686868;
}

.encadre p {
	margin-bottom: 15px;
}

.encadre p:last-child {
	margin-bottom: 0px;
}

.cadre {
	margin: 0 0 2em 0;
	padding: 1em;
	border: 1px solid gray;
	background: #e5e5e5;
}

.encadre h1,
.encadre h2,
.encadre h3,
.encadre h4,
.encadre h5 {
	font-size: 17px;
	margin-bottom: 5px;
}

/* Recensé */

.recense {
    border-bottom: 1px dotted #c8c4aa;
    border-top: 1px dotted #c8c4aa;
    padding: 10px 0;
    margin-bottom: 40px;
    color: #747058;
}

/* FORUM / Commentaires */

#section_forum {
	
}

#section_forum h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}

.comment-content {
	font-size: 15px;
	background: #EEEEEE;
    padding: 25px 30px;
    margin-bottom: 30px;
}

.comment-content p {
    margin-bottom: 15px;
}
.comment-content p:last-child {
    margin-bottom: 0;
}

.comment-meta {
	margin-bottom: 0;
	font-size: 16px;
}
.comment-meta a {
	color: #686868;
}

legend {
	font-family: 'Roboto Slab', serif;
}

.info {
	font-size: 15px;
    padding: 25px 30px;
    margin-bottom: 30px;
    background: #d5edf8;
    color: #686868;
}

.info a {
	color: #333;
	padding: 0 3px;
}
.info a:hover {
	background: rgba(0, 0, 0, 0.1);
}

.info legend {
	position: relative;
	bottom: -32px;
	font-size: 18px;
	font-weight: bold;
}

fieldset p {
	margin-bottom: 15px;
}
fieldset p:last-child {
	margin-bottom: 0;
}

.forum textarea {
	width: 100% !important;
}

/* Documents et images */

.spip_documents {
	
}

.spip_documents img {
	height: auto;
}

.spip_documents_left, 
.spip_documents_right {
    max-width: 50%!important;
}

.texte .spip_documents_right {
    margin: 6px 0px 20px 30px;
}

.texte .spip_documents_left {
    margin: 6px 30px 20px 0px;
}

.texte picture {
	height: auto;
}

/* legendes */

.spip_documents img {
	margin-bottom: 5px;
}

.spip_doc_bloc.spip_documents_center .spip_doc_descriptif,
.spip_doc_bloc.spip_documents_center .spip_doc_titre {
	margin: 0 auto;
}
.texte .spip_documents .adapt-img-wrapper {
	margin-bottom: 0.4em;
	/*padding: 1px;*/
	border: 1px solid white;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
}
.legende,
.spip_doc_titre,
.spip_doc_descriptif {
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	font-size: 14px;
	line-height: normal;
	margin: 0;
	color: gray;
}

.legende {
	margin-bottom: 2em;
}
.spip_doc_titre {
	margin: 0;
	font-style: italic;
}
.spip_doc_descriptif {
	font-size: 12px;
	margin: 0;
	color: #afafaf;
}
.legende a,
.spip_doc_titre a,
.spip_doc_descriptif a {
	color: #ffab80;
}

.spip_documents_center .spip_doc_titre,
.spip_documents_center .spip_doc_descriptif {
	margin: 0 auto 0 auto;
	text-align: center;
}
	
/* barre de progression */

#progression {
    position:fixed;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #cfcfcf;
    z-index: 200;
    transition: all 0.3s ease;    
}
 
#barre {
    position: absolute;
    top: 0;
    background-color: #73A100;
    width: 0%;
    height: 100%;
    transition: all 0.3s;
}



/* -------------------------------------------------------------------------
                        RESPONSIVE / Media queries
 --------------------------------------------------------------------------- */
 
 
@media (max-width: 575.98px) {
	
	/* Largeurs blocs sur mobile - max width 575.98px */
	.container, #header.full-header .container, .container-fullwidth {
	    width: 100% !important;
	    padding-left: 20px !important;
	    padding-right: 20px !important;
	}
	
}
 

@media (min-width: 576px) {
	
	#large-grand-angle h2.titre,
	#large-annonce h2.titre {
	font-size: 35px;
	}
	
	.container { max-width: 540px; }
	
	.nobottommargin {margin-bottom: 0 !important;}
	
	.texte_wrapper .texte p,
	.texte_wrapper .texte H1,
	.texte_wrapper .texte H2,
	.texte_wrapper .texte H3,
	.texte_wrapper .texte H4,
	.texte_wrapper .texte H5,
	.texte_wrapper table,
	ul.spip, 
	ol.spip,
	.recense,
	.longread_margin,
	.encadre,
	.cadre {
		margin-left: 5% !important;
	    margin-right: 5% !important;
	}
	
	ul.spip,
	ol.spip {
		margin-left: calc(5% + 25px);
	}
	
	/* Article Une */
	.heading-block h1 { 
		font-size: 40px; 
	}
	
	.article_une_header .container {
		position: relative;
		width: 100%;
		margin-top: -120px;
		padding-right: 5% !important;
	    padding-left: 5% !important;
	
	}
	
	.article_une_header .container .heading-block {
		background: white;
		padding: 1.5em 2em 2em 2em;
		position: relative;
	}
	
	.article_une_header .cart_rubrique {
		left: -40px;
		top: 15px;
		margin-left: 0;
	}
	
	.article_une_vertical .cart_rubrique {
		left: 0;
	}
	
	.article_une_header_small .container {
		
	}
	
	.large_logo_small {
		max-height: 250px;
		overflow: hidden;
	}
	
}

@media (min-width: 768px) {
	.container { max-width: 750px; }
	
	.nobottommargin {margin-bottom: 0 !important;}
	
	.texte_wrapper .texte p,
	.texte_wrapper .texte H1,
	.texte_wrapper .texte H2,
	.texte_wrapper .texte H3,
	.texte_wrapper .texte H4,
	.texte_wrapper .texte H5,
	.texte_wrapper table,
	ul.spip,
	ol.spip,
	.recense,
	.longread_margin,
	.encadre,
	.cadre {
		margin-left: 5% !important;
	    margin-right: 5% !important;
	}
	
	ul.spip,
	ol.spip {
		margin-left: calc(10% + 25px);
	}
	
	.article_une_vertical {
		padding: 27px 60px 27px 30px;
	}
	
}

@media (min-width: 992px) {
	.container { max-width: 970px; }
	
	.nobottommargin {margin-bottom: 0 !important;}
	
	.article_une_header .container {
		position: relative;
		width: 100%;
		margin-top: -120px;
		padding-right: 15% !important;
	    padding-left: 15% !important;
	
	}
	
	.texte_wrapper .texte p,
	.texte_wrapper .texte H1,
	.texte_wrapper .texte H2,
	.texte_wrapper .texte H3,
	.texte_wrapper .texte H4,
	.texte_wrapper .texte H5,
	.texte_wrapper table,
	ul.spip,
	ol.spip,
	.recense,
	.longread_margin,
	.encadre,
	.cadre {
		margin-left: 15% !important;
	    margin-right: 15% !important;
	}
	
	ul.spip,
	ol.spip {
		margin-left: calc(15% + 25px);
	}
	
	#cookie-bar.fixed {
		width: 800px;
		left: 50%;
		margin-left: -400px;
		padding-bottom: 0;
	}
	
	#large-grand-angle .item_cartouche,
	#large-annonce .item_cartouche {
	padding-left: 43px;
	padding-right: 43px;
	padding-bottom: 40px;
}
	
	
}

@media (min-width: 1200px) {
	
	.container { max-width: 1000px; }
	
	.nobottommargin {margin-bottom: 0 !important;}
	
	
}


