/*  ----------------------------------------------------------- */
/*  LA VIE DES IDEES                                            */
/*  http://www.laviedesidees.fr                                 */
/*                                                              */
/*  CSS V2 : Abel Poucet                                        */
/*  Copyright : laviedesidees.fr                                */
/*                                                              */
/*  ----------------------------------------------------------- */

/* Bigfoot plugin debug */
.littlefoot-footnote__content p {
	margin: 0 10px 20px 10px !important;
	line-height: normal !important;
	font-family: "myriad-pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif !important;
	
}
.littlefoot-footnote__content p:first-child {
	margin-bottom: 0 !important;
}

.nettoyeur {
  clear: both;
  margin: 0;
  padding: 0;
  border: 0;
  height: 0;
  line-height: 1px;
  font-size: 1px;
}


/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */

body {
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1em;
	color: #444;
	font-family: "myriad-pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	line-height: normal;
}

a {
	text-decoration: none;
	color: #F67D23;
}

a:focus {
	outline: none;
	background-color: none!important;
	border-color: none;
	color: normal !important;
	text-shadow: none;
}

a:visited {
	color: #b3520a;
}

.spip_logo {
	margin: 0 0 0 0;
	float: none;
}

ul,
ul ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

body.en a {
	color: #C00;
}

.caslon {
	font-family: "adobe-caslon-pro", Baskerville, "Times New Roman", times, georgia, serif;
}

.invisible {
	position:absolute; 
	top:-999px; 
	left:-9999px;
}

.opacite_middle {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.opacite_middle a {
	cursor: default !important;
}

.opacite_middle .image_boite {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

img, table {
	margin: 0;
	padding: 0;
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 1em;
	font-weight: normal;
}

.box_title {
	border-bottom: 1px solid #e5e5e5;
	font-family: "myriad-pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 0.938em;
	font-weight: bold;
	margin: 0 0.8em 0.8em 0.8em;
	padding: 0.5em 0;
	text-align: center;
}

.box_title a {
	color: #ffffff;
}

.box_title a:hover {
	text-decoration: none;
}

small {
}

.silver {
	color: silver;
}

a img {
	border: none;
}

a:hover img {
	border: none;
}


hr.zigzag {
	display:block;
	border:none;
	height:18px;
	background:url('images/HR-zigzag.png') center no-repeat;
}

.social_bloc {
	text-align: center;
}

.social_bloc h3 {
	font-family: font-family: "myriad-pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 20px;
}

.social_image img {
	margin: 0 10px;
	vertical-align: middle;
	position: relative;
	
	transition: all 1s cubic-bezier(.25,1,.30,1);
}

.social_image img:hover {
    transform: translateY(-5px);
}

    

em {
	font-style: italic;
}

.text-center {
	text-align: center!important;
}

.text-right {
    text-align: right!important;
}

.text-left {
    text-align: left!important;
}

.image_centree {
	margin-left: auto;
	margin-right: auto;
}

.image-circle {
    border-radius: 50%;
}

/* Blocs dépliables */

.blocs_titre {
	background: none;
}

.blocs_replie {
    background: none;
}

/* cookie bat tarte au citron */

#tarteaucitronRoot #tarteaucitronAlertBig {
    background: #333;
    color: #fff;
    display: none;
    font-size: 15px !important;
    position: fixed;
    box-sizing: content-box;
    z-index: 2147483645;
    text-align: center;
    margin: auto;
    
    width: 800px !important;
	left: 50% !important;
	margin-left: -400px !important;
	padding: 2em 0 !important;
	font-family: "myriad-pro","Gill Sans","Gill Sans MT",Calibri,sans-serif !important;
	margin-bottom: 1em !important;
}


#tarteaucitronDisclaimerAlert {
	display: block !important;
	margin-bottom: 20px !important;
	text-align: left !important;
	padding: 0 2em !important;
}

#tarteaucitronDisclaimerAlert::before {
	content:url(images/icons8-cookies-128.png) ;
	position: absolute; 
	right: 20px;
	top: -95px;
}

#tarteaucitronDisclaimerAlert h3 {
	color: white !important;
	
	font-family: "adobe-caslon-pro",Baskerville,"Times New Roman",times,georgia,serif !important;
	font-weight: bold !important;
	font-size: 3em !important;
}



#tarteaucitronAllDenied2 {
	display: none !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, 
#tarteaucitronAlertBig #tarteaucitronPersonalize, 
#tarteaucitronAlertBig #tarteaucitronPersonalize2, 
.tarteaucitronCTAButton, #tarteaucitron #tarteaucitronPrivacyUrl, 
#tarteaucitron #tarteaucitronPrivacyUrlDialog, 
#tarteaucitronRoot .tarteaucitronDeny, 
#tarteaucitronRoot .tarteaucitronAllow {
    background: #008300;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px!important;
    line-height: 1.2;
    padding: 5px 10px;
    text-decoration: none;
    margin-left: 7px;
    
    padding: 10px 15px !important;
    border-radius: 100px !important;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize2:hover {
    background: #26aa26 !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, 
#tarteaucitron #tarteaucitronPrivacyUrl, 
#tarteaucitron #tarteaucitronPrivacyUrlDialog {
	background: #fff;
    color: #333;
    font-size: 13px;
    margin-bottom: 3px;
    margin-left: 7px;
    padding: 5px 10px;
    
    color: white !important;
	background: transparent !important;
	text-decoration: underline !important;
}


/* 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;
}

#cookie-bar.fixed {
		width: 800px;
		left: 50%;
		margin-left: -400px;
	}

#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;
}


/* Newsletter abonnement bloc */

.newsletter_bloc {
	position: fixed;
	left: 0;
	bottom: 30px;
	
	width: 168px;
	height: 120px;
	
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	color: white;
	padding: 0;
	
	animation: .5s slideIn cubic-bezier(.35,.57,.4,.89);
}

.newsletter_bloc a {
	display: block;
	position: absolute;
	
	width: 168px;
	height: 120px;
	background: #4990E2;
	
	color: white;
	text-decoration: none;
}

body.en .newsletter_bloc a {
	color: white;
}

.newsletter_bloc a:hover {
	text-decoration: none;
}

.newsletter_bloc_titre {
	margin: 13px 10px 6px 10px;
}


.newsletter_modal.modal {
	text-transform: uppercase;
	color: white;
	background: #4990E2;
	text-align: center;
}

.newsletter_modal_intro {
	margin-bottom: 20px;
}

.newsletter_form {
	font-size: 20px;
}

.newsletter_form #email{
	font-size: 20px;
	padding: 5px;
	border: 2px solid white;
    border-radius: 3px;
    padding: 5px 10px;
    vertical-align: middle;
    width: 250px;
    margin: 0 10px 10px 0;
}

.newsletter_form #email:focus {
  outline-color: transparent;
  outline-style: none;
  border: 2px solid #173a61;
}

.newsletter_button {
	font-size: 20px;
	padding: 10px 15px;
	background: #173a61;
	border: 2px solid #173a61;
	border-radius: 5px;
	color: white;
	vertical-align: middle;
	margin: 0 0 10px 0;
	transition: .2s ease-in-out 0s;
}

.newsletter_button:hover {
	background: black;
	color: white;
	border: 2px solid black;
	transform: scale(1.10);
}

.newsletter_button:active {
	background: black;
	border: 2px solid black;
}

.newsletter_button:focus {
  outline-color: transparent;
  outline-style: none;
  border: 2px solid black;
}


/* Bandeau dossier Une */

.bandeau_dossier {
	width: 720px;
	height: 289px;
	max-width: 100%;
	margin: 2em auto 4em auto;
	background: gray;
}

.bandeau_dossier a {
	display: block;
	width: 100%;
	height: 100%;
}

.dossier_icone {
	display: inline-block;
	position: absolute;
	width: 100px;
	right: 0;
	Top: 20px;
}

.article_liste_item .dossier_icone {
	left: -37px;
	Top: -25px;
}

.article_liste_item_line .dossier_icone {
	left: -45px;
	Top: -30px;
	
}


/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */

#page {}

/* blocs principaux */
.conteneur { 
	clear: both;
	text-align: center;
	}

.large_simple {
	margin-bottom: 2.500em;/* 40px / 16px */
}

.large_une {
	padding-top: 1.875em;/* 30px / 16px */
}
	
.large_gray {
	background: #EDEDED;
	margin-bottom: 4.375em;/* 70px / 16px */
}

.large_black {
	background: #2a2a2a;
	margin-bottom: 0;/* 70px / 16px */
}

.large_border {
	border-top: 1px solid #e5e5e5;
	margin-bottom: 4.375em;/* 70px / 16px */
}

.large_bleu {
	border-color: #4787A7;
}

.large_rouge {
	border-color: #D64101;
}

.large_vert {
	border-color: #6F944B;
}

.conteneur_inner {
	position: relative;
	width: 92%; /* 1000px */
	max-width: 1084px;
	text-align: left;
	margin: 0 auto;
	}
		
#contenu {
		
	}
	
#navigation {
	text-align: left;
	background: #d5d2d2 url(images/container_shadow.png) repeat-x top center;
	padding-top: 1.7em;
	padding-bottom: 0.1em;
}
		
/* entete */
#sub_menu_container {
	text-align: center;
	border-top: 3px solid #333;
	}
#sub_menu {
	width: 92%; /* 1000px */
	max-width: 1084px;
	margin: 0 auto;
	text-align: right;
	font-size: 0.750em;
	position: relative;
	z-index: 10;
	font-family: "myriad-pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	}
#tools {
	margin-right: 110px;
}

.header_tools_BandI,
.header_tools_VDI {
	font-size: 15px;
	font-weight: 200;
	display: inline-block;
	position: absolute;
	height: 27px;
	top: 0;
	right: 2em;
	background: black;
	font-size: 1.083em;
	margin-left: 5px;
	padding: 3px 10px;
	color: white;
	text-shadow: 0 1px 1px rgba(0,0,0,1);
}

	 
/* -----------------------------------------------
    Entete - header
 -----------------------------------------------*/

#header_container {}

#entete {
	position: relative;
}	 

.logo_site_vdi {
	display: inline-block;
	font-weight: bold;
	font-size: 1.5em; 
	margin: 7px auto 15px auto;
	max-width: 183px !important;
	height: auto;
	}
	
#entete a { text-decoration: none; }
	
.logo_college {
	position: absolute;
	left: 2em;
	top: 22px;
}
	
/* SKIP MENU */
#skip {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: .857143em;
	}
#skip li {
	position: absolute;
	z-index: 1;
	margin: 0;
	}
#skip a {
	position: absolute;
	left: -9999px;
	}

/*.logo img {
	margin-top: 7px;
	}*/
	
	
/* RECHERCHE
-------------*/

#search_box {
	position: absolute;
	top: 0;
	width: 100%;
}

#search_wrapper {
	width: 92%; /* 1000px */
	max-width: 1084px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}	

#search_box .formulaire_recherche {
	float: right;
	position: relative;
	top: 4em;
	margin-right: 2em;
}

/* RECHERCHE
-------------*/

/* Formulaire de recherche */
.formulaire_recherche {
	display: inline-block;
	margin-top: 10px;
	width: auto;
	text-align: right;
	border-bottom: 2px solid black;
}

.formulaire_recherche label {
	display: none;
}

.formulaire_recherche input {
    border: 0;
    padding: 0 15px;
    background: #fff;
    line-height: 37px;
    font-size: 1rem;
    outline: 0;
}

.formulaire_recherche input[type=search] {
    border-radius: 5px;
    
    -webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.formulaire_recherche input[type=search]:focus {
    background-color: rgba(0, 0, 0, 0.04);
}

/* uniquement dans le header */
#search_box .formulaire_recherche input[type=search] {
    width: 100px;
}
#search_box .formulaire_recherche input[type=search]:hover {
    width: 235px;
}
#search_box .formulaire_recherche input[type=search]:focus {
    width: 235px;
}

.formulaire_recherche input[type="submit"] {
	font-family: FontAwesome;
	background: #fff;
    color: black;
    padding: 0 15px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.formulaire_recherche input[type="submit"]:hover {
	color: #F47D32;
}



	
/* BIG MENU */

#big_menu_container { 
	text-align: center;
	font-size: 1em;
	/*border-top: #4A4A4A 1px solid;*/
	border-bottom: #dfdfdf 1px solid;
	}
#big_menu_wrapper {
	padding: 0;
	text-align: center;
	margin: 0 auto;
	height:34px;
}

/* menu theme */ 

#menu_them {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	font-family: "myriad-pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-style: normal;
}

#menu_them ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	}

#menu_them ul li{
	display:block;
	float:left;
	margin: 0;
	height:34px;
	}


#menu_them ul li a{
	color: #a6a6a6;
	display: block;
	float: left;
	margin: 0;
	padding: 6px 10px 6px 10px;
	}


#menu_them ul li a:hover {
	text-decoration: none;
	color: black;
	border-bottom: 3px solid #333;
	}
#menu_them ul li a.on {
	text-decoration: none;
	color: black;
	font-weight: normal;
	border-bottom: 3px solid #333;
	}
	
/* menu rubriques */ 

#menu_them ul li.menu_rub a{
	color: #ef9d69;
	}
#menu_them ul li.menu_rub a:hover {
	color: #F47D32;
	border-bottom: 3px solid #F47D32;
}
#menu_them ul li.menu_rub a.on {
	color: #F47D32;
	border-bottom: 3px solid #F47D32;
	}
	
.en #menu_them ul li.menu_rub a{
	color: #cc5858;
	}
.en #menu_them ul li.menu_rub a:hover {
	color: #C00;
	border-bottom: 3px solid #C00;
}
.en #menu_them ul li.menu_rub a.on {
	color: #C00;
	border-bottom: 3px solid #C00;
	}

#menu_them ul li.BIlink,
#menu_them ul li.VDIlink {
	display: none;
}

	
/* -----------------------------------------------
Blocs du contenu (c-a-d. la colonne principale) 
 -----------------------------------------------*/


/* home page */

#recommande_box {
	margin-top: 1em;
}

/* Listes d'articles
----------------------- 
*/
.article_liste {
	margin: 0;
}
	
.article_liste li {  
	
}

.article_liste .subc,
.article_liste .subcl,
.article_liste .subcr {
	margin: 2em 0;
}

.article_liste li .impaire {
}

.article_liste h2.titre {
	font-family: "myriad-pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 1.875em;/* 30px / 16px */
	font-weight: 200;
	line-height: 1em;
}

.article_liste h2.art_list_intertitre {
	margin-bottom: 0.1em;
	margin-top: 2em;
}

.article_liste_une h2 {  
	font-size: 1.813em; /* 29px / 16px */  
}

.article_liste li.a_la_une {  
	border-top:none;
}

.article_liste .surtitre {  
	font-size: 0.875em; /* 14px / 16px */
	color: #4787a7;
}
.article_liste .soustitre {  
	font-size: 1em; /* 16px / 16px */ 
	font-weight: 200;
	color: #4787a7;
}
.article_liste .descriptif {  
	font-size: 1em; /* 16px / 16px */ 
	color: #a6a6a6;
	font-weight: 200;
}

.article_liste .surtitre a {  
	color: #4787a7;
	text-decoration: none;
}

.article_liste_infos {
	font-size: 0.875em; /* 14px / 16px */
	color: #A3A3A3;
}
.article_liste .article_liste_infos {
	margin: 12px 0 3px 0;
}
.article_liste .small_li .article_liste_infos {
	margin: 0;
}


.article_liste_infos a {
	color: #A3A3A3;
}
.article_liste_infos p {
	margin-bottom: 0.5em;
}
.article_liste_infos .date {
	font-size: 0.917em; /* 11px / 12px */  
}

.cross {
	background: url(images/cross.png) no-repeat left 0.4em; /* 3px / 12px (font) */
	padding-left: 1.2em; /* 15px / 12px (font) */
}

.page_article .cross {
	padding-left: 1em; /* 15px / 12px (font) */
}

.cross a {
	background: #eef3f6;
	color: #4787A7;
}

.article_liste .intro {  
	font-size: 1.125em; /* 18px / 16px */
	line-height: 1.2em;
	color: #444;
	font-weight: 200;
}

.article_liste_une .intro {  
	font-size: 1.375em; /* 22px / 16px */
	line-height: 1.2em;
}

.article_liste_une .intro p {
	clear: none;
}




/*  BIG Une Sommaire*/

.big_une_container {
	position: relative;
	background-color: #dadada;
	-webkit-clip-path: polygon(100% 0, 100% 90%, 65% 100%, 0 85%, 0 0);
    clip-path: polygon(100% 0, 100% 94%, 65% 100%, 0 88%, 0 0);
    overflow: hidden;
    height: 585px;
}

.big_une_inner_shadow {
	position: absolute;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 40%;
	height: 100%;
	clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);

}

.big_une_bloc {
	position: absolute;
	width: 600px;
	right: 38px;
	margin-left: auto;
	bottom: 10px;
	max-width: 54%;
}

.big_article_bloc {
	bottom: 0;
	margin-bottom: 0 !important;
}

.big_une_cartouche {
	background: white;
	padding: 15px !important;
	-webkit-box-shadow: 12px 12px 0px 2px #000000; 
	box-shadow: 12px 12px 0px 2px #000000;
}

.big_une_bloc .article_liste_infos {
    margin: 20px 0 3px;
}

.big_une_bloc .cartouches_entetes {
    margin-bottom: 5px !important;
}

.big_une_bloc h2 a {
    color: #444222;
}

.big_une_bloc h2 a:hover {
    color: #F67D23;
    text-decoration: none;
}

.big_une_container .cartouche_logo {
	margin-top: 25px;
	margin-left: 25px;
}

.big_une_container .cartouche_logo_big_small {
	margin-top: 0;
	margin-left: 0;
	height: 100%;
	position: relative;
}

.big_une_container .logo_wrapper {
	float: none;
	position: absolute;
	top: 25%; /* poussé de la moitié de hauteur du référent */
	transform: translateY(-25%); /* tiré de la moitié de sa propre hauteur */
}

.big_une_container .double_une .logo_wrapper {
	max-width: 27%;
}

.big_une_container .cartouche_logo img {
	border: 2px solid black;
	-webkit-box-shadow: 10px 10px 0 2px #000;
    box-shadow: 10px 10px 0 2px #000;
}

.big_une_container .cartouche_logo a:hover .spip_logos {
	border-color: black;
}

.big_une_container .cartouche .cartouches_entetes a {
	-webkit-box-shadow: 5px 5px 0px 0 #000000; 
	box-shadow: 5px 5px 0px 0 #000000;
}

.big_une_container .intro {
	font-size: 1.125em;/* 16px/18px */
}

/* double une */

.double_une {
	width: 100%;
	height: 585px;
}

.double_une .cartouche {
	font-size: 0.938em;/* 16px/15px */
}

.double_une_left {
	
}

.double_une_right {
	
}

.double_une .spip_logos {
	width: 200px;
}

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

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

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

.article_liste_une {
	min-height: 205px;
}

/* Article liste logo */

.logo_bloc {
	float: left;
	margin: 0 56px 15px 0;
	position: relative;	
	max-width: 50%;
}

.article_liste_item .more {
	font-size: 0.688em;
	text-align: right;
	background: white;
	background: rgba(255,255,255,0.7);
	position: absolute;
	bottom: 0;
	right: 0;
}

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

.article_liste_item .spip_logos {
	margin: 0;
}

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

.zoom_logo_box.square {
	padding-top: 100%;
}

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

.logo_blur {
	position: absolute;
	left: 0;
	right: 0;
    bottom: 0;
    right: 0;
	
	display: block;
	width: 100%;
	height: 100%;
	
	overflow: hidden;
	background: silver;
	

}

.logo_blur_une {
	position: absolute;
	
	display: block;
	width: 100%;
	height: 100%;
	
	overflow: hidden;
	background: silver;
	opacity: 50%;
}

.logo_blur_horizontal {	
}

.zoom_logo_box a {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
    right: 0;
}

.zoom_logo_box a.logo_vertic_link {
	margin: 10px 0 9px 0;
}

.zoom_logo_box_une a,
.zoom_logo_box_une a img {
	z-index: 111111;
}




/* 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);
}

/* Article liste cartouche */

a.rubrique_cartouche {
	font-weight: bold;
	font-size: 14px;
	color: #F47D32;
	padding-left: 2px;
	padding-right: 2px;
}

.large_bleu a.rubrique_cartouche {
	color: #4787A7;
}


.large_bleu .rubrique_intro .cartouche .titre:before {
    border-color: #4787A7;
}

.large_bleu .rubrique_intro .cartouche .titre:after {
    border-color: #4787A7;
}

.large_rouge a.rubrique_cartouche {
	color: #D64101;
}

.large_rouge .article_liste h2 a:hover {
    color: #C00;
}

.large_vert a.rubrique_cartouche {
	color: #6F944B;
}

.domaines_cartouche {
	color: #A7A7A7;
}

.domaines_cartouche a {
	color: #333;
}

.domaines_cartouche a.rubrique_lien {
	color: #F47D32;
}

.a_la_une .cartouche {
	padding-top: 10px;
}

.a_la_une .cartouche .titre {
	font-size: 2.813em;/* 45px / 16px */
}

.mini_logo_trad {
	text-align: right;
}
	
.article_liste .mini_logo_trad {
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
	text-align: right;
}

.article_liste .mini_logo_trad div {
	text-align: right;
}

.article_liste .mini_logo_trad .spip_logos {
	margin: 5px 0;
	float: none;
	border: none;
	width: 25px;
}

.mini_logo_trad .spip_logo {
	margin-bottom: 3px;
}

.article_liste_item p { 
	margin: 0; padding: 0;
}

.article_liste_item small {
	color: gray;
}

.article_liste_item_chapo small {
	color: #444;
}


.article_liste_item .apropos, .article_liste_item .apropos a {
	font-size: 0.923em; /* 12px / 13px */
	color: #a6a6a6;
}


.touslesarticles a, 
body.en .touslesarticles a {
	display: block;
	width: 200px;
	background: white;
	padding: 0.4em 0.8em;
	border: 1px solid #F47D32;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.250em; /* 20px / 16px */
	margin: 2em auto;
	color: #333;
}

.touslesarticles a:hover, 
body.en .touslesarticles a:hover {
	text-decoration: none;
	background: #fbf2e3;
}

a.big_button {
	display: block;
	width: 200px;
	background: #c8c8c8;
	padding: 1em;
	text-align: center;
	margin: 2em auto;
	color: white;
	font-size: 1.3em;
}

a.big_button:hover {
	text-decoration: none;
	background: #989797;
}


/* abonnement à la newsletter */

.newsletter_abo {
	padding: 2em;
	text-align: left;
	background: url(images/newsletter_montage.png) no-repeat left bottom;
	min-height: 470px; 
}
.abo_title {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: #4787a7;
	font-size: 1.125em;/* 18px / 16px */
}

/* article liste item small */


.article_liste .article_liste_item_small h2.titre {
    font-family: "myriad-pro","Gill Sans","Gill Sans MT",Calibri,sans-serif;
    font-size: 1.500em;/* 24px / 16px */
    font-weight: 200;
}

.article_liste_item_small .article_liste_infos {
	color: #333;
	margin: .8em 0 .6em;
}

.article_liste_item_small .article_liste_infos a {
	color: #333;
}

.large_box {
	text-align: center;
}

.large_box .article_liste {
	text-align: left;
}

.box_title {
	position: relative;
	bottom: 20px;
	display: inline-block;
	margin: 0 auto;
	background: #B1B1B1;
	padding: 9px 22px;
	text-transform: uppercase;
	letter-spacing: .10em;
	font-size: 	1.250em; /* 20px / 16px */
	color: #FFFFFF;
	font-weight: 500;
	}
	
.large_border .box_title {
	border-left: 15px solid white;
	border-right: 15px solid white;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}

.large_bleu .box_title {
	background: #4787A7;
}

.large_rouge .box_title {
	background: #D64101;
}

.large_vert .box_title {
	background: #6F944B;
}

.box_title.box_title_small {
	font-size: 16px;
}

.box_title center {
	height: 72px;
}

/* Lites d'auteurs en blocs */

.auteurs_liste {
}

.subcolumns_auteurs {
	justify-content: center;
}

.subc_auteurs {
	padding: 1em 0.5em;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.subc_auteurs .nom_auteur {
	text-align: center;
	margin-top: 10px;
	line-height: 1.2;
}

.box_title.box_title_very_small {
	font-size: 14px;
	width: 122px;
}

.box_title_wrapper {
	text-align: center;
	height: 73px;
}

.item_cartouche {
	text-align: left;
}
	
/* article liste item line */

.article_liste_item_line {
	position: relative;
	min-height: 156px;
}

.article_liste_line {
	margin: 0 117px;
}

.article_liste_line.article_liste_line_small {
	margin: 0 0 30px 60px;
}

.article_liste_line li {
	border-bottom: 1px solid #DFDFDF;
	margin-top: 1em;
	padding-bottom: 1em;
}

.article_liste_line li.small_li {
	margin-top: 10px;
	padding-bottom: 0;
	border-bottom: 0;
}

.article_liste_line li.small_li p {
	margin-bottom: 0;
}

.article_liste_line .item_cartouche {
	margin-left: 180px;
}

.item_logo_bloc_line {
	position: relative;
	float: left;
	width: 156px;
	margin-right: 20px;
}

.zoom_logo_box_line {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background: #fff;
    overflow: hidden;
}

.zoom_logo_box_line a {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
    top: 0;
}

a.logo_vertic_link {
	margin: 10px 0;
}

.zoom_logo_box_line .spip_logos {
	height: 100%;
	max-width: none !important;
	width: auto !important;
}

.logo_blur_line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    right: 0;
    
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: silver;
}


/* Collection de livres listes */

.collection_liste {
	
}

.collection_liste .article_liste_item_small h2.titre {
	font-size: 1.125em;/* 18px / 16px */
	text-align: center;
}

.collection_liste .item_logo_bloc {
	margin-bottom: 15px;
}

.collection_liste .item_logo_bloc img {	
	-webkit-box-shadow: -3px 3px 0px 0px rgba(190,190,190,1);
	-moz-box-shadow: -3px 3px 0px 0px rgba(190,190,190,1);
	box-shadow: -3px 3px 0px 0px rgba(190,190,190,1);
}

.collection_liste .article_liste_infos {
	text-align: center;
	color: #A3A3A3;
	font-weight: 200;
	font-size: 0.875em;/* 14px / 16px */
}

.collection_liste .article_liste_item_small .article_liste_infos a {
	color: #A3A3A3;
}


/* Auteurs liste */

.auteurs_liste,
.direction_liste {
	padding-top: 1em;
}

.auteurs_liste .auteur_list_item {
	margin: 0 0 0 0;
	position: relative;
	min-height: 130px;
}

.auteurs_liste .subc {
	margin: 1em 0;
}

.auteurs_liste .auteur_list_item img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: auto;
}

.auteurs_liste .auteur_list_item_content {
	margin-left: 115px;
}

.auteurs_liste .auteur_list_item_content .auteur {
	font-weight: 600;
	font-size: 1.313em;/* 21px / 16px */
}

.auteurs_liste .auteur_list_item_content .auteur a {
	color: #333333;
}

.auteurs_liste .auteur_list_item_content .auteur a:hover {
	text-decoration: none;
}

.auteurs_liste .auteur_list_item_content .article {
	font-weight: 200;
	font-size: 1.250em;/* 20px / 16px */
}

.auteurs_liste .auteur_list_item_content .article a {
	color: #adadad;
}

.auteurs_liste .auteur_list_item_content .article a:hover {
	color: #F67D23;
	text-decoration: none;
}

.auteurs_liste .auteur_list_item_content .more {
	font-size: 0.875em;/* 14px / 16px */
	margin-top: 5px;
}

.auteurs_liste .auteur_list_item_content .intro {
	font-weight: 200;
	color: #4787A7;
}

.auteurs_liste .spip_logos,
.direction_liste .spip_logos
 {
	margin: 0 auto;
}

/* Images pannel 
--------------------- */

.image_panel_wrapper {
	margin: 0 auto 4.375em auto;
}

.image_panel_wrapper a {
	display: inline-block;
	transition: all .3s ease-out;
}

.image_panel_wrapper a:hover {
	transform: translateY(-5px);
}


.image_panel_inner {
	position: relative;
	overflow: hidden;
	margin-bottom: 1em;
}

.image_panel_content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.image_panel_content .title {
	font-weight: bold;
	font-size: 37px;
	color: #FFFFFF;
	margin-top: 25px;
	line-height: 0.9em;
	text-shadow: 0 2px 4px rgba(0,0,0,0.50);
	padding: 0 20px;
}

.submit_bloc .title {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
}

.redaction_publie_bloc .title {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
}

a.link_wrap {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: white;
	text-decoration: none;
}

a.link_wrap:hover {
	text-decoration: none;
}

.partners_box{
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
}

.partners_box a img {
    display: inline-block;
    margin: 0 7px 7px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
	margin-bottom: 11px;
}

.social_box{
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
}

.social_box a img {
    display: inline-block;
    margin: 0 7px 7px;
	margin-bottom: 11px;
	vertical-align: middle;
}


/* carrousel fexslider
--------------------- */

.flexslider { 

}

.flexslider .titre {

}

.flexslider .slides {
	margin-top: 20px;
	margin-bottom: 20px;
}

.flexslider .slides > li {
	text-align: left;
}

.flexslider .slides > li > div {
	height: 280px;
}


/* CARROUSEL CLASSIQUES */

#carrousel_classiques { 
	width: 115%; 
	position: relative;
	left: -7.5%;
	text-align: center; 
	padding: 0 0 0.5em 0;
}

#carrousel_classiques .carrousel_titre {
	border-bottom: 1px solid white;
	margin: 0 1em;
	padding-bottom: 0.5em;
}

#carrousel_classiques .titre {
	
}

#carrousel_classiques .soustitre, #lire_aussi .soustitre {
	font-size: 0.75em;
}

#carrousel_classiques .flex-direction-nav a {width: 17px; height: 230px !important; margin: -20px 0 0; display: block; position: absolute; top: 20px; opacity: 1; cursor: pointer; background: #e5e5e5; text-indent: -9999px; -webkit-transition: all .3s ease;}
#carrousel_classiques .flex-direction-nav .flex-next {background: url(images/slider_arrow_right.png) no-repeat 0 0; right: -15px;}
#carrousel_classiques .flex-direction-nav .flex-prev {background: url(images/slider_arrow_left.png) no-repeat 0 0; left: -15px;}
#carrousel_classiques .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 0.7;}

.carrousel_classiques_container {
	width: 91.60%;
	margin: 1em auto 0 auto; 
	padding: 0;
}

.classique_liste_item {
	border-right: 1px solid white;
	padding: 0 13px;
	text-align: center;
	height: 224px;
}

.classique_liste_item img {
	padding: 1px;
	background: white;
	border: 1px solid #DFDFDF;
	width: auto !important;
}

.classique_liste_item a:hover img {
	border: 1px solid #DFDFDF;
}

.gray_box_title { 
	color: #6d6d6d;
	border-bottom: 1px solid white;
	margin-left: 0;
	margin-right: 0;
}

	
/* plan du site */

#plan_site a {
	color: #444;
	}
	
#plan_site ul {
	list-style-type: none;
	margin-left: 2em;
	}

/* MENU PRINCIPAL RUBRIQUES */

#navcontainer {
	padding: 1px 0 1px 0;
	}

#navcontainer ul
{
font-size: 14px;
font-weight: bold;
margin: 0;
padding: 0;
list-style-type: none;
border-top: #a09a8b 1px solid;
border-bottom: white 1px solid;
}

#navcontainer li { margin: 0; }

#navcontainer a
{
display: block;
padding: 5px 10px;
width: 190px;
color: #444;
background: transparent url(../squelettes/images/nav_rub_bout.gif) repeat-x 0 0 !important;
text-decoration: none;
border-bottom: #a09a8b 1px solid;
border-top: white 1px solid;
}

#navcontainer ul a:hover
{
color: #444;
border-top: #6b634e 1px solid;
text-decoration: none;
background: #dcc997 url(../squelettes/images/nav_rub_rol.gif) repeat-x 0 0 !important;
}

#navcontainer ul a.on, #navcontainer ul a.on:hover
{
color: #444;
border-top: #f4ddaa 1px solid;
text-decoration: none;
background: #eba508 url(../squelettes/images/nav_rub_on.gif) no-repeat 0 0 !important;
}

#bout_inscrire {
	text-align: center;
	}
	
#bout_inscrire a {	
	margin: 0 auto;
	display: block;
	width: 80px;
	height: 25px;
	background: url(../squelettes/images/bout-inscrire.gif) no-repeat 0 0;
	}
	
#bout_inscrire a:hover {	
	background: url(../squelettes/images/bout-inscrire.gif) no-repeat 0 -24px;
	}	
	
#bout_inscrire span {
	display: none;
	}
	
	
#bout_subscribe {
	text-align: center;
	}
	
#bout_subscribe a {	
	margin: 0 auto;
	display: block;
	width: 80px;
	height: 25px;
	background: url(../squelettes/images/bout-subscribe.gif) no-repeat 0 0;
	}
	
#bout_subscribe a:hover {	
	background: url(../squelettes/images/bout-subscribe.gif) no-repeat 0 -24px;
	}	
	
#bout_subscribe span {
	display: none;
	}

#block_blind {
	margin: 10px 0;
	}

/* MENU PRINCIPAL */

#bloc_newsletter {
	text-align: left;
	padding: 3px 10px;
	background: #EDE5CE url(../squelettes/images/newsletter_bg.gif) repeat-x top left;
	border-bottom: #beb7a5 solid 1px;
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */
	}
#bloc_newsletter p {margin: 0; padding: 0; font-size: 11px;}

#bloc_menu_rub {
	text-align: left;
	padding: 10px 0 25px 0;
	background: #EDE5CE;
	border-top: white solid 1px;
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */
	}
	
#bloc_menu_rub h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	color: #917b3c;
	}	

.menu_rub_bottom {
	margin: 0 0 5px 0;
	height: 33px;
	background: transparent url(../squelettes/images/menu_rub_bottom.gif) no-repeat center top ;
	}
	

/* ------------------------- 
 nav alphabetique 
 ------------------------- */
.alphabet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.750em;
 /* 12px / 16px */
	margin-bottom: 3em;
}

.alphabet ul {
	margin: 0;
	padding: 0;
}

.alphabet ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 14px;
	text-align: center;
	padding: 2px;
	margin-right: 2px;
	background-color: #E5E5E5;
}

.alphabet ul li.on {
	background-color: #444;
	color: white;
}

.alphabet ul li.plein {
}

.alphabet ul li a {
	display: inline-block;
	width: 14px;
	text-align: center;
}

.alphabet ul li a:hover {
	color: #444;
	text-decoration: none;
	font-weight: bold;
}

.alphabet ul li.on a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}


/* Nav auteurs (old?) */
.nav_auteurs {
	padding: 0 0 12px 0;
	margin: 20px 0;
	background: #e8ecee url(../squelettes/images/ombre_menu_en.jpg) no-repeat center bottom;
}

.nav_auteurs h2 {
	color: #4787a7;
	padding-top: 3px;
	background: transparent url(../squelettes/images/nav_auteurs_bg_en.gif) no-repeat center top;
}

.nav_auteurs h2 a {
	color: #444;
	font-style: italic;
}

.nav_auteurs ul a {
	border-top: #a2a9ac 1px solid !important;
	background: transparent url(../squelettes/images/nav_aut_a_bg.gif) repeat-y right top;
}

.nav_auteurs ul a:hover {
	background: #d6dbde url(../squelettes/images/nav_aut_a_roll.gif) repeat-x left top !important;
}

.nav_auteurs ul {
	border-bottom: #a2a9ac 1px solid !important;
}


/* Nav mots */
.nav_mots {
	padding: 1px 0 12px 0;
	margin: 20px 0;
	background: transparent url(../squelettes/images/ombre_menu.jpg) no-repeat center bottom;
}

.nav_mots p.pagination {
	margin: 0;
	padding: 0;
}		


/* Nav OUR AUTHORS ENGLISH */
.nav_ouraut_en {
	padding: 0 0 12px 0;
	margin: 20px 0;
	background: #e8ecee url(../squelettes/images/ombre_menu_en.gif) no-repeat center bottom;
}

.nav_ouraut_en h2 {
	color: #4787a7;
	padding-top: 3px;
	background: transparent url(../squelettes/images/nav_auteurs_bg_en.gif) no-repeat center top;
}

.nav_ouraut_en h2 a {
	color: #4787a7;
	font-style: normal;
}

.nav_ouraut_en .spip_logos {
	padding: 6px 0;
}

.nav_ouraut_en .fond_ouraut {
	background: transparent url(../squelettes/images/nav_aut_a_bg.gif) repeat-y right top;
	padding-left: 8px;
	padding-right: 0;
	border-top: 1px solid #a2a9ac;
	height: 290px;
}

.nav_ouraut_en .touslesauteurs {
	clear: both;
	text-align: center;
	padding: 5px;
	border-top: 1px solid #a2a9ac;
	border-bottom: 1px solid #a2a9ac;
}

.nav_ouraut_en .touslesauteurs a {
	color: #444
}

/* partners bottom */
.partners_bottom {
	margin-bottom: 0;
}

.partners_bottom_inner {
	text-align: center;
	padding: 1em 0;
}

.partners_bottom_logos {
	text-align: center;
	margin-top: 1em;
}

.partners_bottom_logos a {
	display: inline-block;
	margin: 1em;
	vertical-align: middle;
}



/* Pied de page */
#pied {
	color: white;
	padding: 4em 0 1em 0;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

#pied small {
	font-size: 0.857em;
 /* 12px / 14px */
}

#pied img {
	vertical-align: bottom;
}

#pied img a {
	border: none;
}

#pied h2 {
	font-weight: bold;
	font-size: 1.250em;/* 20px / 16px */
	margin-bottom: 1em;
}

.pied_liste {
	margin-bottom: 2em;
}

.pied_liste li {
	margin-bottom: 10px;
} 

#pied_legals {
	font-size: 0.875em; /* 14px / 16px */
}


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

/*  Cartouche et titraille
---------------------------------------------- */
.cartouche {
	text-align: left;
	margin-bottom: 2.75em; /* 44px / 16px */
	padding-top: 2em;
}

.cartouche_logo {
	text-align: right;
}

.logo_wrapper {
	float: right;
}

.cartouche_titres {
	text-align: left;
	padding: 2em 0;
}

.cartouche_titres_inner {
	margin-left: 1em;
}

.cartouche .cartouches_entetes {
	margin-bottom: 1.5em;
}

.cartouche .cartouches_entetes a {
	background: #efefef;
	padding: 2px 8px;
	color: #444;
	display: inline-block;
	margin: 0 5px 5px 0;
	white-space: nowrap;
}

.cartouche .cartouches_entetes a.link_black {
	background: #333;
	color: white;
}

.cartouche .cartouches_entetes a:hover {
	background: #fa7330;
	color: white;
	text-decoration: none;
}

.cartouche hr {
	width: 70px;
	height: 5px;
	color: #F67D23;
	background: #F67D23;
	margin: 2em auto 2em 0;
}

.cartouche .titre {
	color: black;
	font-size: 3em;
	font-weight: 300;
	font-family: "myriad-pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	line-height: 1.1em;
}

.cartouche .surtitre, 
.cartouche .soustitre {
	color: #4787a7;
	font-size: 1.7em;
	font-weight: 300;
	font-family: "myriad-pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

.cartouche .descriptif {
	color: #4787a7;
	font-size: 1.2em;
	font-weight: 300;
	margin-top: 5px;
	font-family: "myriad-pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	color: #a6a6a6;
	}

.bandeau:link {
	color: #4787a7;
}

h2.titre {
	font-weight: bold;
}

#bandeau {
	color: #4787a7;
}

#bandeau a {
	font-size: 11px;
	color: #4787a7;
	font-weight: normal;
}

#bandeau a:link {
	font-size: 11px;
	color: #4787a7;
	font-weight: normal;
}

.bandeau {
	color: #4787a7;
}

.bandeau a {
	font-size: 11px;
	color: #4787a7;
	font-weight: normal;
}

.bandeau a:link {
	font-size: 11px;
	color: #4787a7;
	font-weight: normal;
}

.cartouche .adapt-img-wrapper img {
	margin: 0;
	padding: 0;
	border: 0;
}

.picto_article {
	float: right;
    font-size: 9px;
    color: #666;
    margin: 0 0 1em 0;
    display: inline-block;
    vertical-align:middle;
    line-height: 1em;
    height: 40px;
}

.picto_texte {
	display: inline-block;
	width: 50px;
	margin-right: 10px;
}


.picto_article .spip_logos {
	padding: 0;
	margin: 0 0.5em 0 0;
	border: none;
	float: left;
}

.cartouche .picto_article {
	margin-left: 0.5em;
}

.cartouche .logo_article_wrapper {
	padding: 0;
	margin: 0.4em 0 1em 1em;
	text-align: right;
	float: right;
	padding: 1px;
	border: 1px solid #DFDFDF;
	position: relative;
	zoom: 1;
 /* IE 6 & 7 position absolute bug : a mettre dans la div contenant le bloc disparut */
}

.cartouche .logo_article_wrapper .spip_logos {
	max-width: 200px!important;
	width: auto!important;
	max-height: 800px!important;
	height: auto!important;
	margin: 0;
	padding: 0;
	border: 0;
}

.logo_article_wrapper {
	padding: 0 1em 1em 0;
	margin:  0 1em 0.5em 0;
	background: white;
	float: left;
	max-width: 45%;
	position: relative;
}

.big_shadow {
	-webkit-box-shadow: 15px 15px 0 2px #000;
    box-shadow: 15px 15px 0 2px #000;
}

/* cartouche logo article */
.cartouche .cartouche_logo .logo_wrapper {	
    padding: 7px;
	position: relative;
}

.cartouche_logo img,
.cartouche_logo .adapt-img-wrapper {

}

.cartouche_logo .adapt-img-wrapper img {
	margin-bottom: -1px;
}

body.en .cartouche_logo img,
body.en .cartouche_logo .adapt-img-wrapper {	

}

.logo_article_wrapper .logo_article_inner {
	border: 1px solid #DFDFDF;
	background: white;
	margin: 0;
	padding: 1px;
	position: relative;
	text-align: right;
	zoom: 1;
}

.logo_article_wrapper .spip_logos {
	max-width: 100%;
	height: auto;
}

.credits {
	font-size: 11px;
	color: #bfbfbf;
	text-align: right;
	
	position: absolute;
	bottom: 7px;	
	right: 7px;
}

.credits_large {
	position: absolute;
	z-index: 100;
	right: 0;
	top: 0;
	font-size: 11px;
	color: #bfbfbf;
	text-align: right;
}
.credits_large a,
body.en .credits_large a,
.credits_large span.credits_wrapper,
.credits a,
body.en .credits a, 
.credits .credits_wrapper {
	display: inline-block;
	background: rgba(0, 0, 0, 0.50);
	color: #eaeaea;
	padding: 5px 7px;
	
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
.credits_large a:hover,
body.en .credits_large a:hover,
body.en .credits a:hover,
.credits a:hover {
	text-decoration: none;
	
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}


.cartouche p {
	margin: 0;
	padding: 0;
	clear: left;
}

.cartouche small {
}

.cartouche ul {
	padding: 0;
}

.cartouche_bis {
	line-height: ;
	margin-top: 1.5em;
}

.signature {
	line-height: 1em;
	margin: 2em 0 0 0;
}

.signature_box {
	margin-top: 4em;
	margin-bottom: 3em;
	padding-bottom: 1em;
	margin-left: 15%;
    margin-right: 15%;
    
    text-align: right;
    font-family: "adobe-caslon-pro",Baskerville,"Times New Roman",times,georgia,serif;
    font-size: 1.313em;
    line-height: 1.4em;
}

.date {
	font-size: 0.813em;
	color: gray;
}

.date {
	font-size: 0.813em;
	color: gray;
}

.lestraducteurs {
	font-size: 0.813em;
	color: gray;
	margin-top: 3px;
}

.signature .nom_auteur {
	font-family: inherit;
	font-style: italic;
	font-weight: 700;
}

.signature .nom_auteur a,
body.en .signature .nom_auteur a {
	color: #4787a7;
}

.signature .nom_auteur a:hover {
	color: #F67D23;
	text-decoration: none;
}

body.en .signature .nom_auteur a:hover {
	color: #C00;
}

.tags {
	font-size: 0.875em; /* 14px / 16px */
} 

.tags_container {
	font-size: 0.875em; /* 14px / 16px */
	color: silver;
	margin-bottom: 10px;
}
.tags_container a,
body.en .tags_container a {
	color: silver;
}

.download_article_container {
	display: inline-block;
	font-size: 0.875em; /* 14px / 16px */
	color: silver;
	margin-bottom: 10px;
}
.download_article_container a,
body.en .download_article_container a {
	display: inline-block;
	color: white;
	background: silver;
	padding: 1px 10px;
	margin: 0 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.download_article_container a:hover,
body.en .download_article_container a:hover {
	text-decoration: none;
	background: gray;
}

.traductions {
	display: inline-block;
	font-size: 0.875em; /* 14px / 16px */
	color: silver;
	margin-bottom: 10px;
}
.traductions a,
body.en .traductions a {
	display: inline-block;
	color: white;
	background: silver;
	padding: 1px 10px;
	margin: 0 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.traductions a:hover,
body.en .traductions a:hover {
	text-decoration: none;
	background: gray;
}



/* Cartouche flexible centrée en hauteur --------------- */

.flex_conteneur { 
text-align: center; }

.flex_bloc_33 { 
width: 32%;
display: inline-block;
vertical-align: middle;
text-align: left; /* on rétablit l'alignement du texte */ }

.flex_bloc_40 { 
width: 38%;
display: inline-block;
vertical-align: middle;
text-align: left; /* on rétablit l'alignement du texte */ }

.flex_bloc_50 { 
width: 49%;
display: inline-block;
vertical-align: middle;
text-align: left; /* on rétablit l'alignement du texte */ }

.flex_bloc_66 { 
width: 65%;
display: inline-block;
vertical-align: middle;
text-align: left; /* on rétablit l'alignement du texte */ }


/*   Articles   */

#article_outils {
	float: left;
	padding-top: 3px;
	margin: 0 5px 2px 0;
}

*html #article_outils {
	padding-top: 5px;
}/* HACK ONLY IE */
#article_outils ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#article_outils li {
	margin: 0;
	padding: 0;
}

#article_outils_line {
	float: right;
	padding-top: 3px;
	margin: 0 0 2px 5px;
}

*html #article_outils_line {
	padding-top: 5px;
}/* HACK ONLY IE */
#article_outils_line ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#article_outils_line li {
	margin: 0;
	padding: 0;
	display: inline;
}

.textonly {
	display: none;
}

/* 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: #F67D23;
    width: 0%;
    height: 100%;
    transition: all 0.3s;
}

/* menu déroulants */

.jq-dropdown .jq-dropdown-menu, .jq-dropdown .jq-dropdown-panel {
    min-width: 160px;
    max-width: 360px;
    list-style: none;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 2px;
    box-shadow: none;
    overflow: visible;
    padding: 10px 0;
    margin: 0;
    color: white;
    font-size: 0.875em;/* 16px/14px */
}

.jq-dropdown .jq-dropdown-menu label, .jq-dropdown .jq-dropdown-menu li>a {
    display: block;
    color: inherit;
    text-decoration: none;
    line-height: 18px;
    padding: 5px 20px;
    margin: 0;
    white-space: nowrap;
    border-top: 1px solid transparent;
}

.jq-dropdown .jq-dropdown-menu label:hover, .jq-dropdown .jq-dropdown-menu li>a:hover {
    background-color: rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: inherit;
    cursor: pointer;
}

.jq-dropdown.jq-dropdown-tip:before {
    position: absolute;
    top: -6px;
    left: 9px;
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    display: inline-block;
}

.jq-dropdown.jq-dropdown-tip:after {
    position: absolute;
    top: -6px;
    left: 15px;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(0, 0, 0, 0.7);
    display: inline-block;
}

/* Menus déroulants - menu */

.jq-dropdown .jq-dropdown-menu li>span.off {
    display: block;
    color: #cbcbcb;
    text-decoration: none;
    line-height: 18px;
    padding: 3px 15px;
    margin: 0;
    white-space: nowrap;
}

/* Cartouches rubriques */

.rubrique_intro .cartouche {
	text-align: center;
	padding-top: 3em;
	margin-bottom: 4em;
}

.rubrique_intro .cartouche .titre {
	font-weight: 600;
	font-size: 61px;
	color: #000000;
}

.rubrique_intro .cartouche .titre:before {
	content: "";
	display: block;
	width: 413px;
	margin: 0 auto 10px auto;
	border-top:3px solid #F47D32;
}

.rubrique_intro .cartouche .titre:after {
	content: "";
	display: block;
	width: 413px;
	margin: 15px auto 0 auto;
	border-top:3px solid #F47D32;
}

.rub_descriptif {
	display: inline-block;
	float: right;
	font-weight: 200;
	text-align: right;
}

.rub_descriptif .spip_documents {
	min-width: 5px;
}

.rub_descriptif a {
	color: #9B9B9B;
}

.rub_descriptif .spip_documents_left {
	margin: 3px 5px 5px 0;
}

.rub_descriptif p {
	margin-bottom: 0;
}

/*  Mise en forme des textes du contenu              ***** ARTICLES *****
-------------------------------------------------------------------------------------------------------------------------- */
.chapo {
	font-family: "adobe-caslon-pro", Baskerville, "Times New Roman", times, georgia, serif;
	/*font-family: 'Crimson Text', serif;*/
	font-size: 1.500em;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 2.5em;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 1em 0;
}

.chapo p {
	margin-bottom: 0;
	color: black;
}

.chapo_rub {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.4em;
	font-size: 0.938em;
}

.lien {
	background: #EEE;
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 0.82em;
	border: 1px solid #CCC;
	font-size: 0.82em;
	font-weight: bold;
}

.pays {
	color: #4787a7;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 1px;
	border-bottom: #4787a7 1px solid;
}

.texte_wrapper {
	position: relative;
}

.texte {
	font-family: "adobe-caslon-pro", Baskerville, "Times New Roman", times, georgia, serif;
	font-size: 1.313em;
	line-height: 1.4em;
	text-align: left;
	color: black;
	margin-left: 15%;
	margin-right: 15%;
}

.texte small {
	color: #a6a6a6;
}

#contenu_article .article_liste {
	margin-left: 15%;
	margin-right: 15%;
}

.texte .spip_documents {
	line-height: normal;
}

.texte .spip_documents_center {
	margin: 0 0 3em 0;
	max-width: 100%!important;
}

.texte .spip_documents img {
	margin: 0;
	/*padding: 1px;*/
	border: 1px solid white;
	max-width: 100%;
	height: auto;
	-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);
}

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

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

/*
[data-title] {
  outline: none; 
  font-size: 30px; 
  
  position: relative;
  cursor: default;
}

[data-title]:hover::before {
  content: attr(data-title);
  position: absolute;
  bottom: -26px;
  display: inline-block;
  padding: 3px 6px;
  border-radius: 2px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-family: sans-serif;
  white-space: nowrap;
}
[data-title]:hover::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 8px;
  display: inline-block;
  color: #fff;
  border: 8px solid transparent;	
  border-bottom: 8px solid #000;
}
*/

/* Formulaire d'abonnement à la newsletter dans les articles */
.newsletter_article {
	position: relative;
	text-transform: uppercase;
    color: #fff;
    background: #4990E2;
    text-align: center;
    margin-left: 25%;
	margin-right: 25%;
    margin-bottom: 2em;
    padding: 15px 30px;
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    
    transition: all .3s ease-out;
}

.newsletter_article:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    }
	
.newsletter_form_bloc::before {
	content: url('images/icons8-paper-plane-100.png');
	position: absolute;
	top: 0px;
	left: -65px;
}

.newsletter_form_bloc::after {
	content: url('images/icons8-postal-100.png');
	position: absolute;
	bottom: 0px;
	right: -20px;
}


/* Listes d'articles dans les "dossiers" */

.inner_box_border {
	border-top: 1px solid #e5e5e5;
	text-align: center;
	margin-top: 6em;
}

.inner_box_border .box_title {
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

.texte_wrapper .article_liste_line {
	margin: 0;
}

.texte_wrapper .article_liste {
	margin-bottom: 4em;
}

br.manualbr {
}

/* legendes */

.spip_doc_legende {
	max-width: none;
	margin-top: 3px;
}

.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,
.spip_doc_credits {
	font-family: "myriad-pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	text-align: left;
	font-size: 0.7em;
	line-height: normal;
	margin: 0;
	color: rgb(95, 95, 95);
}

.legende {
	margin-bottom: 2em;
}
	.spip_doc_titre {
		margin: 0;
		margin-left: 10px !important;
		margin-right: 10px !important;
		font-style: italic;
		max-width: 95% !important;
	}
	.spip_doc_descriptif {
		margin: 0;
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
	.spip_doc_credits {
		margin: 0;
		margin-left: 10px !important;
		margin-right: 10px !important;
		color: #858585;
	}
	.legende a,
	.spip_doc_titre a,
	.spip_doc_descriptif a {
		color: #ffab80;
	}
	
.son .legende {
	margin-bottom: 0;
}
	
hr {
	color: #e5e5e5;
	background-color: #e5e5e5;
	height: 1px;
	border: 0;
	margin: 3em 0;
	clear: both;
}

.simple_hr {
	margin: 0 2em;
}

hr.spip {
	color: gray;
	width: 45%;
	height: 3px;
	margin: 3em auto;
	border: 0;
}

.spip_documents {
	margin: 20px 0;
}

.spip_documents_left {
	float: left;
	margin: 3px 10px 5px 0;
}

.spip_documents_right {
	float: right;
	margin: 3px 0 5px 10px;
}

.texte .spip_documents_left {
	float: left;
	margin: 6px 20px 5px -100px;
}

.texte .spip_documents_right {
	float: right;
	margin: 6px -100px 5px 20px;
}

.texte .encadre .spip_documents_left {
    margin-left: 0;
}

.texte .encadre .spip_documents_right {
    margin-right: 0;
}

.texte .encadre hr.spip {
	color: #8aa4b1;
	background-color: #8aa4b1;
    width: 70%;
    height: 2px;
    margin: 1em auto;
    border: 0;
}


.texte .subcolumns {
	margin-top: 0;
    margin-bottom: 3em;
}

.texte > .responsive-video-wrapper {
	margin-bottom: 3em;
}


.son {
	padding: 1em;
	background-color: #cccccc;
	margin-bottom: 3em !important;
}


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

.texte p {
	margin-top: 0;
	margin-bottom: 3em;
}

.texte h3.spip {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 1.625em;
	font-weight: 700;
}

h3.spip:first-child { 
    margin-top: 0.5em;
}

.texte h4 {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 1.125em;
	font-weight: 700;
}

.texte h4:first-child { 
    margin-top: 0.5em;
}

.texte h5 {
	text-align: left;
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 1.063em;
	font-weight: 700;
}

.texte h5:first-child { 
    margin-top: 0.5em;
}

.texte h6 {
	text-align: left;
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: 700;
}

.texte h6:first-child { 
    margin-top: 0.5em;
}

.texte .titraille5 {
	text-align: left;
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: 700;
	color: gray;
}

.texte .titraille5:first-child { 
    margin-top: 0.5em;
}

.caractencadre-spip {
    color: inherit;
    font-weight: inherit;

	margin: 0 -0.4em;
	padding: 0.1em 0.4em;
	background-color: rgba(243, 230, 34, 0.62);
	
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.caractencadre2-spip {
    color: inherit;
    font-weight: inherit;

    margin: 0 -0.4em;
	padding: 0.1em 0.4em;
	background-color: rgba(46, 137, 202, 0.68);
	
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

blockquote, blockquote.spip {
	margin: 3em 1em;
	padding: 1.5em;
	font-size: 0.9em;
	background: #f9f9f9;
	border-left: none;
	font-family: "adobe-caslon-pro", Baskerville, "Times New Roman", times, georgia, serif;
	line-height: 1.2em;
	position: relative;

	quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
	position: absolute;
	top: 22px;
	left: 0;
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	 
}

blockquote:after {
	position: absolute;
	bottom: -45px;
	right: 0;
	color: #ccc;
	content: close-quote;
	font-size: 4em;
}

blockquote p {
	display: inline;
}

.recense {
	color: #4787a7;
	margin: 0 0 3em;
	font-size: .875em;
	line-height: 1.4em;
	font-weight: 400;
	padding: 1em 0;
}

.recense h3.spip {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	text-align: left;
}

.transcription {
	font-family: Baskerville, "Times New Roman", times, georgia, serif;
}

.encadre,
.texteencadre-spip {
	margin: 3em 0;
	padding: 2em;
	font-size: 0.9em;
	background: #d7e5ec;
	line-height: normal;
	border: none;
	color: #333;
	/*display: table;*/
}

.encadre:first-child,
.texteencadre-spip:first-child {
	margin-top: 0;
}

.texte .encadre,
.texte .texteencadre-spip {
	line-height: 1.6em;
}

.encadre p:last-child,
.texteencadre-spip p:last-child {
	margin-bottom: 0;
}

.texte_sidebar {
	position: absolute;
	top: 0;
	right: 0;
	width: 13%;
	text-align: right;
}

.cadre_note {
	margin-top: 30px;
	color: #4787a7;
	font-size: 0.85em;
	line-height: 1.4em;
}

quote.extrait {
	display: block;
	margin: 2em;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 1em 0 0.5em 0;
	border-bottom: 4px solid black;
	border-top: 4px solid black;
}

.spip_code, 
.spip_cadre {
	background: #eeeeee;
	padding: 10px;
	font-size: 1em;
}

quote.extrait.left {
	width: 40%;
	margin: 0.2em 1em 1em -2em;
}

quote.extrait.right {
	width: 40%;
	margin: 0.2em -2em 1em 1em;
}

quote.epigraphe {
	display: block;
	margin: 0;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	font-size: 1em;
	line-height: auto;
	padding: 0;
}

quote.epigraphe small {
	font-size: 0.6em;
	font-weight: normal;
	font-style: normal;
	color: gray;
}

.texte .large {
	width: 130%;
	margin-left: -15%;
	margin-bottom: 4em;
	padding: 0;	
}

.texte .card {
	margin: 0 0 3em;
}
.texte .card .legende {
	margin: 1em;
}
.texte .card .spip_documents_center {
    margin: 0;
}

.texte .video {
	width: 130%;
	margin-left: -15%;
	color: #7a7a7a;
	font-size: 0.800em;
	text-align: center;
	margin-bottom: 4em;
	background: #010101;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363636', endColorstr='#010101');
	background: linear-gradient(to bottom, #363636, #010101);
	background: -webkit-linear-gradient(top, #363636, #010101);
 /* Safari, Chrome */
	background: -moz-linear-gradient(top, #363636, #010101);
 /* FF */
	background: -o-linear-gradient(top, #363636, #010101);
 /* Opera */
	background: -ms-linear-gradient(top, #363636, #010101);
 /* IE */
	padding: 2em 5em;
}

.texte .video-left {
	float: left;
	width: 50%;
	color: #7a7a7a;
	font-size: 0.800em;
	text-align: center;
	margin: 6px 20px 5px -100px;
	background: #010101;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363636', endColorstr='#010101');
	background: linear-gradient(to bottom, #363636, #010101);
	background: -webkit-linear-gradient(top, #363636, #010101);
 /* Safari, Chrome */
	background: -moz-linear-gradient(top, #363636, #010101);
 /* FF */
	background: -o-linear-gradient(top, #363636, #010101);
 /* Opera */
	background: -ms-linear-gradient(top, #363636, #010101);
 /* IE */
	padding: 20px;
}

.texte .video-right {
	float: right;
	width: 50%;
	color: #7a7a7a;
	font-size: 0.800em;
	text-align: center;
	margin: 6px -100px 5px 20px;
	background: #010101;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363636', endColorstr='#010101');
	background: linear-gradient(to bottom, #363636, #010101);
	background: -webkit-linear-gradient(top, #363636, #010101);
 /* Safari, Chrome */
	background: -moz-linear-gradient(top, #363636, #010101);
 /* FF */
	background: -o-linear-gradient(top, #363636, #010101);
 /* Opera */
	background: -ms-linear-gradient(top, #363636, #010101);
 /* IE */
	padding: 20px;
}

.texte .video p,
.texte .video-right p,
.texte .video-left p {
	margin: 5px 0 0 0;
	padding: 0;
}

.texte .video .selectionShareable br,
.texte .video-right .selectionShareable br,
.texte .video-left .selectionShareable br {
	display: none;
}

.texte .video a,
.texte .video-left a,
.texte .video-right a {
	color: #a2a2a2;
}

.ps {
	padding: 0.75em 1em 0.75em 1em;
	margin-bottom: 2em;
	font-size: 0.813em;
 /* 13px / 16px */
	background: #f4f4f4;
}

.ps h2 {
	font-size: 1.19em;
	font-weight: bold;
	margin-bottom: 0.3em;
}

.texte_plus_container {
	margin-top: 4em;
	margin-bottom: 4em;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 1em;
	margin-left: 15%;
	margin-right: 15%;
}

.pourciter {
	margin-bottom: 1em;
	font-size: 0.813em; /* 13px / 16px */
	color: #919191;
	width: 49%;
	float: left;
}

.proposer {
	margin-bottom: 1em;
	font-size: 0.813em;
	color: #919191;
	width: 49%;
	float: right;
}

.pourciter h2,
.proposer h2 {
	font-size: 1.19em;
	font-weight: bold;
	margin-bottom: 0.3em;
	margin: 0 0 0.50em 0;
}

.pourciter p,
.proposer p {
	margin: 0 0 0.50em 0;
}


.encadre p, .encadre h2, .ps p, .ps h2 {
	margin: 0.50em 0;
}

.notes {
	border-top: 1px solid #e5e5e5;
	clear: both;
	color: #919191;
	font-size: .813em;
	line-height: 1.4em;
	padding: 1em 0;
	
	-moz-column-count:3;
	-webkit-column-count:3;
	-o-column-count:3;
	column-count:3;
	-moz-column-gap:20px;
	-webkit-column-gap:20px;
	-o-column-gap:20px;
	column-gap:20px;
}

.notes h2 {
	font-size: 1.19em;
	font-weight: bold;
	margin-bottom: 1em;
}

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

.top a {
	color: #d8d8d8;
}

.top a:hover {
	color: #ffb38d;
}

#contenu_article .ps {
	font-family: "adobe-caslon-pro", Baskerville, "Times New Roman", times, georgia, serif;
	/*font-family: 'Crimson Text', serif;*/
	margin-left: 15%;
	margin-right: 15%;
	font-size: 1em;
	line-height: 1.2em;
	color: black;
}

div.decoupe_haut {
	display: none !important;
}/* ne pas afficher le menu du haut quand il y a pagination dans article */

/* télécharger EBOOK */

#documents_joints h2, 
body.en #documents_joints h2 {
	padding-top: 10px;
	text-align: center;
}

ul.download_ebook_list,
body.en ul.download_ebook_list {
}

ul.download_ebook_list li,
body.en ul.download_ebook_list li {
	display: block;
	float: left;
	width: 100%;
	padding: 0;
	text-align: center;
}

ul.download_ebook_list li a.ebook_button,
body.en ul.download_ebook_list li a.ebook_button {
	display: block;
	color: #b8b8b8;
	padding-bottom: 3px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}

ul.download_ebook_list li a.ebook_button:hover,
body.en ul.download_ebook_list li a.ebook_button:hover {
	color: #333;
	text-decoration: none;
}

.ebook_button span.button_icon,
body.en .ebook_button span.button_icon {
	display: block;
	width: 70px;
	height: 70px;
	background: #f4f4f4;
	padding: 0;
	margin: O auto 5px auto !important;
}

ul.download_ebook_list li a:hover span.button_icon,
body.en ul.download_ebook_list li a:hover span.button_icon {
	background: #d8d8d8;
}

/* bouton PDF */

a.ebook_button.button_pdf span.button_icon,
body.en a.ebook_button.button_pdf span.button_icon {
	background: #f4f4f4 url(images/bouton_PDF.png) no-repeat center top;
}

a.ebook_button.button_pdf:hover span.button_icon,
body.en a.ebook_button.button_pdf:hover span.button_icon {
	background: #d8d8d8 url(images/bouton_PDF.png) no-repeat center -71px;
}

/* bouton epub */

a.ebook_button.button_epub span.button_icon,
body.en a.ebook_button.button_epub span.button_icon {
	background: #f4f4f4 url(images/bouton_epub.png) no-repeat center top;
}

a.ebook_button.button_epub:hover span.button_icon,
body.en a.ebook_button.button_epub:hover span.button_icon {
	background: #d8d8d8 url(images/bouton_epub.png) no-repeat center -71px;
}

/* bouton Kindle */

a.ebook_button.button_mobi span.button_icon,
body.en a.ebook_button.button_mobi span.button_icon {
	background: #f4f4f4 url(images/bouton_mobi.png) no-repeat center top;
}

a.ebook_button.button_mobi:hover span.button_icon,
body.en a.ebook_button.button_mobi:hover span.button_icon {
	background: #d8d8d8 url(images/bouton_mobi.png) no-repeat center -71px;
}


/* Article social box */

.socialBox {
    clear: both;
	text-align: center;
    margin: 2em 0 5em 0;
}

.socialTw {
    float: left;
    margin-right: 1.5em;
    margin-right: 1.5em;
    margin-left: 35%;
}

.socialFB {
    float: left;
    width: 130px;
    margin-right: 1.5em;
}

.socialGplus {
    float: left;
    width: 100px;
}


/* Lire aussi / recommendations */

#lire_aussi {
	margin-bottom: 3em;
	width: 100%;
	text-align: left;
	padding: .5em 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #a6a6a6;
}

#lire_aussi .zoom_box_text_wrapper {
	text-align: left;
	margin-top: 0.7em;
}

#lire_aussi h2.lire_aussi_header_titre {
	font-size: 1.250em;
	margin-bottom: 1em;
	text-align: left;
	color: #444;
}

#lire_aussi h2.lire_aussi_titre {
	font-size: 1.250em;
    padding-top: 0.5em;
}

#lire_aussi .zoom_liste_item {
	height: 300px;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 auto;
}

#lire_aussi ul li:last-child {
	padding-right: 0;
}

.lire_aussi_liste_item {
	border-right: 1px solid white;
	padding: 0 13px;
	text-align: center;
	height: 224px;
}

.lire_aussi_liste_item.last {
	border-right: none;
}

.lire_aussi_liste_item h2.titre {
	padding-top: .5em;
}

.lire_aussi_liste_item img {
	padding: 1px;
	background: white;
	border: 1px solid #DFDFDF;
	width: auto !important;
	margin: auto;
}

.lire_aussi_liste_item a:hover img {
	border: 1px solid #DFDFDF;
}

.lire_aussi_liste_item .article_liste_infos {
	border: none;
}
	
/*  Rubrique Livres
---------------------------------------------- */

#bloc_entete_livres {
	background: #EDE5CE url(../squelettes/images/newsletter_bg.gif) repeat-x top left;
	margin: 0;
	padding: 1px 5px;
}

#bloc_entete_livres h1 {
	margin: 0;
	padding: 0;
}

#bloc_entete_livres .cartouche {
	margin-bottom: 0;
	padding-bottom: 0;
}

#contenu_livres {
	float: left;
	width: 560px;
}

#menu_livres_container {
	background: #dbd1b2;
	text-align: left;
	margin-top: 1px;
	height: 33px;
	padding: 0;
}

#menu_livres {
	padding: 0;
	text-align: center;
	margin: 0 auto;
}

#menu_livres ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 33px;
}

#menu_livres ul li {
	font-size: 10px;
	display: block;
	float: left;
	margin: 0;
	height: 33px;
	text-align: center;
	border-right: white 1px solid;
}

#menu_livres ul li a {
	color: #444;
	display: block;
	float: left;
	padding: 3px 3px 0 3px;
	height: 30px;
	width: 60px;
	background: #dbd1b2 url(../squelettes/images/menu_livres_bg.gif) repeat-x top left;
}

#menu_livres ul li a:hover {
	color: #444;
	font-weight: normal;
	text-decoration: none;
	background: #EDE5CE url(../squelettes/images/menu_livres_bg_rol.gif) repeat-x top left;
}

#menu_livres ul li a.on {
	color: #444;
	font-weight: normal;
	text-decoration: none;
	background: white;
}

#art_sous_rub_bloc {
	width: 359px;
	float: right;
	margin-top: 30px;
	border-left: 1px solid #7598ac;
}

.article_liste_livres {
	margin: 10px 0 10px 15px;
}

.article_liste_item_livres {
	padding-top: 5px;
	background: transparent url(../squelettes/images/livres_line.gif) no-repeat bottom left;
}

.article_liste_item_livres .spip_logos {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.article_liste_livres h2 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	background: transparent url(../squelettes/images/livres_line.gif) no-repeat bottom left;
}	
	
/* bannière box */
.banniere_box {
	padding: 0.75em 0;
	margin-bottom: 2em;
	font-size: 0.813em;
	text-align: center;
}

.banniere_box img {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.banniere_box .surtitre {
	font-size: 1.077em;
 /* 14px / 13px */
	color: #4787a7;
	text-align: left;
	margin-bottom: 10px;
}
	
/* breves box */
.breve_box {
	position: relative;
	padding: 2.5em 1.5em;
	margin: 3em 0;
	font-size: 1.125em; /*18px / 16px*/
	line-height: 1.4em;
	background: #f0ede5; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.breve_box_logo {
	position: absolute;
	left: -25px;
	top: -25px;
	width: 100px;
	text-align: center;
}

.breve_box .spip_logos {
	border: 0;
	margin: 0 auto;
	max-width: 100%;
    height: auto;
}

.breve_box_content {
	padding-left: 50px;
	z-index: 10;
	position: relative;

}

.breve_box .intro p {
	margin-bottom: 1em;
}

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

.breve_box .titre {
	font-size: 2em;
	margin-bottom: 0.5em;
	padding-bottom: 0.4em;
	text-align: left;
	border-bottom: 1px solid white;
}

/* Collection de livres : box */
.collec_box {
	padding: 0.2em 1em;
	background: #f4f1db;
	border-bottom: none;
}

.collec_box .article_liste_item {
	min-height: 0;
}

.collec_box .spip_logos {
	border: 1px solid rgba(0,0,0,0.1);
}



/*  LIENS
---------------------------------------------- */

#liste_liens {
}

#liste_liens .texte {
	line-height: 1.2em;
	margin-top: 10px;
}

.lien_titre {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

.lien_titre a {
	color: #444;
}

#liste_liens .spip_logos {
	float: right;
}

.list_art_button_box {
	margin: 15px 0 5px 0;
	text-align: right;
}

.liste-articles_liens ul {
	margin: 10px 0 20px 0;
	padding: 0;
	list-style: none;
	background: #eee5ce;
}

.liste-articles_liens li {
	padding: 10px;
	clear: both;
	border-bottom: white 1px solid;
}

.liste-articles_liens h3 {
	background: url(../squelettes/images/flech_list.gif) transparent no-repeat 0 3px;
	text-indent: 13px;
	margin-top: 0;
}

.hover_#F47D32:hover {
	color: #F67D23 !important;
}


/*sommaire deux colonnes*/

.liste-articlez_liens ul {
	margin: 10px 0 20px 0;
	padding: 0;
	list-style: none;
}

.liste-articlez_liens li {
	padding: 10px;
	clear: both;
	border-bottom: white 1px solid;
	list-style-type: none;
}

.liste-articlez_liens h3 {
	margin-top: 0;
}

.liste-articlez h3 a {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
}

.liste-articlez .spip_logos {
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-top: 2px;
}


/*suite  */

.liste-articlez ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.liste-articlez li {
	margin-bottom: 1em;
	clear: both;
}

.liste-articlez h3 {
	margin-top: 0;
}

.liste-articlez li .spip_logos {
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-top: 2px;
	clear: left;
}

.liste-articlez li small {
	display: block;
}


/*fin suite*/

.liste_recentez {
	padding: 0;
	margin-left: 0;
	margin-top: -10px;
	width: 265px;
}

.liste_recentez li {
	margin-top: 5px;
	padding: 0.25em;
	border-bottom: 1px solid #7993AC;
	list-style-type: none;
}

.liste_recentez li.h3 a {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 3px;
}


/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: both;
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 1px solid #4787a7;
}

#documents_portfolio h2 {
	margin-bottom: 0.4em;
	font-size: 0.88em;
	font-weight: bold;
}

#document_actif {
	margin-top: 1em;
}

/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
	margin: 1.4em 0;
	padding-top: 2px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

#documents_joints h2 {
	margin-bottom: 0.4em;
	font-size: 0.88em;
	font-weight: bold;
}

#documents_joints ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#documents_joints li {
	margin-bottom: 0.4em;
}

#documents_joints li .spip_doc_titre {
}

#documents_joints li .spip_doc_titre small {
	font-weight: normal;
}

#documents_joints li .spip_doc_descriptif {
}

#documents_audio {
	padding: 15px;
	border: 1px solid #A5DC68;
	text-align: center;
	margin: 0 0 3em 0;
}

#documents_audio p {
	margin-bottom: auto;
}

#documents_audio .spip_doc_titre {
	margin: 0 auto;
	text-align: center;
}

#documents_audio .spip_doc_descriptif  {
	margin: 0 auto;
	text-align: center;
}

#documents_audio .spip_documents_left {
	float: none !important;
	margin: 5px auto;
}

.audio_titre {
	color: #A5DC68;
}


/* PAGINATION */
.pagination {
	margin: 2em 0;
	font-size: 0.813em;
	text-align: center;
	color: #444;
}

.pagination li {
   display: inline-block;
   }

.pagination a {
	background-color: #DFDFDF;
	border-radius: 50%;	
	margin-right: 4px;
	color: white;
	width: 1.5em;
	height: 1.5em;
	font-weight: bold;
	
	width: 25px;
	height: 25px;
}

.pagination .prev.disabled,
.pagination .next.disabled {
	display: inline-block;
	font-weight: bold;
	padding: 3px;
	color: #A6A6A6;
	background: transparent;
	width: auto;
	height: auto;
}

.pagination .prev.disabled .on,
.pagination .next.disabled .on {
	color: #A6A6A6;
}

.pagination .next a,
.pagination .prev a {
	font-weight: bold;
	background: transparent;
	width: auto;
	height: auto;
	color: #444;
}

.pagination .on {
	font-weight: bold;
	display: inline-block;
	padding: 3px;
}

.pagination .pages .on {
	display: inline-block;
	background: #4787A7;
	color: white;
	margin-right: 4px;
	padding: 3px;
	border-radius: 50%;	
	width: 1.5em;
	height: 1.5em;
}

.pagination a:link,
.pagination a:visited {
	display: inline-block;
	padding: 3px;
	text-decoration: none;
}

.pagination a:hover {
	color: #4787A7;
}

.pagination .pages a:hover {
	color: white;
	background-color: #999999;
}

.pagination .sep {
	display: none;
} 

#text_tools_box {
	clear: both;
}

#outils_texte {
	text-align: right;
	clear: both;
	margin-top: 10px;
}

#outils_texte a:hover {
	text-decoration: none;
}

.addthis_toolbox {
	display: block;
	margin: 1em 0 3em 0;
	height: 17px;
	clear: left;
}

#readability_buttons {
	width: 205px;
	height: 20px;
	margin-top: 5px;
}

/*  ------------------------------------------
/*  Habillage specifique du plan du site
/*  ------------------------------------------ */

.page_plan .cartouche {
}

.page_plan #contenu h2 {
	clear: both;
	background: #EEE;
	border: 1px solid #CCC;
	padding: 0.5em;
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center;
}

.page_plan #contenu .contre-encart ul {
	display: block;
	clear: left;
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0;
}

.page_plan #contenu .contre-encart li {
}

/*  ------------------------------------------
/*  Habillage des formulaires
/*  ------------------------------------------ */

.formulaire_spip {
	text-align: left;
	font-size: 0.77em;
}

.formulaire_spip p {
	margin: 1em 0;
	padding: 0;
}

.formulaire_spip fieldset {
}

.formulaire_spip legend {
}

.formulaire_spip label {
}

.formulaire_spip .forml {
	width: 99%;
	font-family: inherit;
	font-size: inherit;
}

.formulaire_spip ul {
	margin-bottom: 1em;
}

/* Boutons */
.spip_bouton {
	text-align: right;
	background-color: #efe6cf;
}

.spip_bouton input {
	float: right;
}

.formulaire_clevermail .boutons {
	text-align: center;
	margin-top: 2em;
}

.download_bouton {
	display: block;
	text-align: center;
	margin: 2em 0;
}

.download_bouton a {
	font-family: "myriad-pro","Gill Sans","Gill Sans MT",Calibri,sans-serif;
	display: inline-block;
	background: #F47D32;
	padding: 15px 32px;
	text-decoration: none;
	color: white;
	margin-left: auto;
	margin-right: auto;
}

.download_bouton a:hover {
	text-decoration: none;
	background-color: #df9100;
}

/* Reponse du formulaire */
.reponse_formulaire {
	font-weight: bold;
	color: #e86519;
}

fieldset.reponse_formulaire {
	border-color: #e86519;
	font-weight: normal;
}

/* Previsualisation du message */
fieldset.previsu {
	padding: 1em;
}

/* Formulaire de login au forum */
.formulaire_login_forum .forml {
	width: 12em;
}

.formulaire_login_forum .spip_logos {
	float: right;
	padding-left: 10px;
}

/* Choix des mots-clefs */
ul.choix_mots {
	float: left;
	width: 47%;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.choix_mots label {
	display: inline;
}


/*COLONNES YAML - Grid */

/**
 * @section subtemplates
 * @see     ...
 */

.subcolumns {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.subcolumns_oldgecko {
	width: 100%;
	float: left;
}

.c16l, .c20l, .c25l, .c33l, .c40l, .c38l, .c50l,
.c60l, .c62l, .c66l, .c75l, .c80l {
	display: flex;
}

.c16r, .c20r, .c25r, .c33r, .c40r, .c38r, .c50r,
.c60r, .c66r, .c62r, .c75r, .c80r {
	display: flex;
	margin-left: -5px;
}

.c16l, .c16r {
	width: 16,666%;
}

.c20l, .c20r {
	width: 20%;
}

.c40l, .c40r {
	width: 40%;
}

.c60l, .c60r {
	width: 60%;
}

.c80l, .c80r {
	width: 80%;
}

.c25l, .c25r {
	width: 25%;
}

.c33l, .c33r {
	width: 33.333%;
}

.c50l, .c50r {
	width: 50%;
}

.c66l, .c66r {
	width: 66.666%;
}

.c75l, .c75r {
	width: 75%;
}

.c38l, .c38r {
	width: 38.2%;
}

.c62l, .c62r {
	width: 61.8%;
}

.subc_simple {
	padding: 0 2em 0 2em;
}

.subc {
	padding: 0 2em 0 2em;
	width: 100%;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.subcl {
	padding: 0 2em 0 0;
}

.subcr {
	padding: 0 0 0 2em;
} 

/* Habillage des forums
---------------------------------------------- */
.repondre {
	clear: both;
	margin-top: 2.50em;
	margin-right: 1em;
	text-align: right;
	font-weight: bold;
}

/* Habillage des forums */
ul.forum {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}

ul.forum, ul.forum ul {
	list-style: none;
}

.forum-fil {
	margin-top: 1.50em;
}

.forum-fil ul {
	display: block;
	margin: 0;
	padding: 0;
	margin-left: 1em;
}

.forum-chapo .forum-titre, .forum-chapo .forum-titre a {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #444;
}

.forum-texte {
	margin: 0;
	padding: 0.50em 1em;
	color: #444;
}

.forum-texte .hyperlien {
}

.forum-texte .repondre {
	margin: 0;
	padding: 0.10em 0;
	text-align: right;
}

/* Boite d'un forum : eclaircissement progressif des bords */
ul .forum-message { border: 1px solid #666; margin: 0; padding: 0; margin-bottom: 1em; }
ul ul .forum-message { border: 1px solid #A4A4A4; }
ul ul ul .forum-message { border: 1px solid #B8B8B8; }
ul ul ul ul .forum-message { border: 1px solid #CCC; }
ul ul ul ul ul .forum-message { border: 1px solid #E0E0E0; }
ul ul ul ul ul ul .forum-message { border: 1px dotted #E0E0E0; }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo {
	border: 0;
	border-bottom: 1px dotted #B8B8B8;
	margin: 0;
	padding: 3px 6px 2px 6px;
	background: #85AABC;
}

ul ul .forum-chapo {
	background: #D4E8E8;
}

ul ul ul .forum-chapo {
	background: #E4F0F0;
}

ul ul ul ul .forum-chapo {
	background: #F4F8F8;
	border-bottom: 1px dotted #E0E0E0;
}

ul ul ul ul ul .forum-chapo {
	background: #FFF;
}

/* Formulaire de forum */
.formulaire_forum .saisie_titre input.text, .formulaire_forum .saisie_titre textarea {
	width: 98%;
}

.formulaire_forum ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.formulaire_forum ul {
	padding: 0;
	margin: 0;
}

h2.monforum {
	color: #4787a7;
	background: transparent url(../squelettes/images/encadre_bg.gif) repeat-x left top;
	/*border-top: #4787a7 1px solid;*/
	padding: 10px 10px;
	margin: 0;
}

.suiteauteur {
	font-style: normal;
	color: #444;
	font-weight: normal;
}
	
/* listes spip */
ul.spip {
	list-style-image: url(images/puce-triangle.gif);
	padding-left: 1.3em;
	margin-bottom: 1.5em;
}

ul.spip ul.spip {
	list-style: disc;
	margin-bottom: normal;
}

ul.spip ul.spip ul.spip {
	list-style: circle;
	margin-bottom: normal;
}
	
/* Tableaux */
table.spip {
	max-width: 99%;
	margin: 25px auto 3em auto;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: normal;
	width: auto;
}

table.spip caption {
	caption-side: top;
 /* bottom pas pris en compte par IE */
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}

table.spip th, table.spip td {
	padding: 10px;
	text-align: left;
	border: none;
}

table.spip tr.row_first {
	background: transparent;
	border: none;
	padding: 0;
	color: #546872;
}

table.spip tr.row_odd {
	background: transparent;
}

table.spip tr.row_even {
	background: transparent;
}

table.spip th {
	border: 1px solid #fff;
	vertical-align: bottom;
	font-weight: bold;
	border-bottom: 2px solid #fff;
	padding: 10px 15px 5px 10px;
	background: #faf9f9;
}

table.spip td {
	border: 1px solid #fff;
	color: #585757;
	padding: 6px 8px;
	background: #F2F1F1;
}

table.spip tr:hover td {
}


/* boutons admin */
.spip-admin-bloc, .spip-admin-float {
	right: auto !important;
	left: 5% !important;
}


/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */


#entete a, #menu_them a {
	color: #fff;
}

a:hover, #entete a:hover, #menu_them a:hover {
	text-decoration: underline;
}

a.lien_noir, body.en a.lien_noir {
	color: #444;
}

a.lien_noir:hover {
	color: #F67D23;
	text-decoration: none;
}

body.en a.lien_noir:hover {
	color: #C00;
}/* B&I */

a.lien_discret, a.lien_discret:hover, a.lien_discret.on,
body.en a.lien_discret, body.en a.lien_discret:hover, body.en a.lien_discret.on {
	color: #444;
	text-decoration: none;
}

.box_title a, body.en .box_title a {
	color: #ffffff;
}

.article_liste_infos a, body.en .article_liste_infos a {
	color: #A3A3A3;
}

/* * Couleurs des liens de Spip */
a.spip_note {
} /* liens vers notes de bas de page */
a.spip_in {
} /* liens internes */
a.spip_out {
} /* liens sortants */
a.spip_url {
} /* liens url sortants */
a.spip_glossaire {
	color: #060;
} /* liens vers encyclopedie */
.on {
	font-weight: bold;
	color: #000;
} /* liens exposes */

.article_liste h2 a {
	color: #444222;
}

.article_liste h2 a:hover {
	color: #F67D23;
	text-decoration: none;
}

body.en .article_liste h2 a:hover {
	color: #C00;
}/* B&I */

#pied a {
	color: white;
}

#pied a:hover {
	color: #a6a6a6;
}


/* Top button */

#pied a#topbutton {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  color: rgba(0, 0, 0, 0.6);
  text-shadow: none;
  transition: all .2s linear;
}


#pied a#topbutton:hover {
	color: rgba(0, 0, 0, 0.8);
}

/* SPIP logos hover transition */
a:hover .spip_logos {
	border-color: #f88b57;
}

/* rezos? */
.rezos {
	height: 10px;
}

#tools {
	padding: 0.3em 0;
}

/* menu mobile */
.nav_control {
	display: none;
}

.search_control {
	display: none;
}

/* menu */ 
#big_menu_container {
	width: 100%;
	}
	#big_menu_wrapper {
		width: 92%; /* 1000px */
		max-width: 1084px;
		}

/* pied */
#pied {
	width: 100%;
	text-align: left;
	}


/* -------------------
	 ALIGNER FLEXBOX 
   ------------------- */

.Aligner {
  display: flex;
  align-items: center;
  min-height: 24em;
  justify-content: center;
}

.Aligner-item {
  flex: 1;
}

.Aligner-item--top {
  align-self: flex-start;
}

.Aligner-item--bottom {
  align-self: flex-end;
}

.Aligner-item--fixed {
  flex: none;
  max-width: 50%;
}



/*  --------------------------------------------------------------------------
	             \\\\   BOOKS & IDEAS - MULTILINGUISME   ////   
	--------------------------------------------------------------------------   */


/* Couleur des liens Books and ideas  */

body.en #menu_rub ul li a {
    color: #C00;
}
body.en #menu_rub ul li a:hover {
    border-color: #C00;
}
body.en #menu_rub ul li a.on {
    border-color: #C00;
}

body.en .article_liste h2 a {
    color: #444222;
}

body.en .domaines_cartouche a {
    color: #333;
}

body.en a.rubrique_cartouche {
    color: #D64101;
}

body.en .spip-admin-boutons, a.spip-admin-boutons, .spip-admin-boutons a {
    color: #FFF;
}

body.en .touslesarticles a, body.en .touslesarticles a {
    border: 1px solid #C00;
}
body.en .touslesarticles a:hover, body.en .touslesarticles a:hover {
    background: #f8e1d8;
}

body.en .large_bleu a.rubrique_cartouche {
    background: #4787A7;
}

body.en .large_vert a.rubrique_cartouche {
    color: #6F944B;
}

body.en .large_rouge {
    border-color: #F47D32;
}
body.en .large_rouge .box_title {
    background: #F47D32;
}
body.en .large_rouge a.rubrique_cartouche {
    color: #F47D32;
}

body.en .large_rouge .article_liste h2 a:hover {
    color: #F67D23;
}

body.en .rubrique_intro .cartouche .titre:before {
    border-color: #D64101;
}

body.en .rubrique_intro .cartouche .titre:after {
    border-color: #D64101;
}

body.en .top a {
    color: #d8d8d8;
}

body.en .top a:hover {
    color: #f8e1d8;
}

body.en .pagination a {
    color: #444;
}

body.en .cartouche hr {
    color: #D64101;
    background: #D64101;
}

body.en .cartouche .cartouches_entetes a:hover {
    background: #bd3a00;
}



/* Other Lang */

.other_lang a.rubrique_cartouche {
    background: #D64101;
    color: #FFF;
}
.other_lang a.rubrique_cartouche:hover {
    background: #bd3a00;
}

body.en .other_lang a.rubrique_cartouche {
    background: #d7651e;
    color: #FFF;
}
body.en .other_lang a.rubrique_cartouche:hover {
    background: #d2621c;
}

.other_lang .article_liste h2 a:hover {
    color: #C00;
    text-decoration: none;
}

body.en .other_lang .article_liste h2 a:hover {
    color: #F67D23;
    text-decoration: none;
}


/* Divers multilinguisme */


#header_container { 
	text-align: center;
	}
	#entete {
		width: 92%; /* 1000px */
		max-width: 1084px;
		padding: 0;
		margin: 0 auto;
		 }
	 
#sub_menu_container a {
	color: #999999;
	padding-bottom: 8px;
}
#sub_menu_container a:hover {
	color: #333;
	text-decoration: none;
}

#sub_menu_container a.social_link {
	margin: 0 5px;
}

#sub_menu_container a.header_tools_BandI,
#sub_menu_container a.header_tools_VDI {
	color: white;
}


.podcast-links {
	font-size: 14px;
	text-align: center;
}

.podcast-links a {
	color: #000;
}

.texte .podcast-links .spip_documents_center {
    margin: 0 0 20px;
}

.texte .podcast-links .spip_documents img {
	border: none;
	    box-shadow: none;
}



/* -------------------------------------------------------------------------
                             RESPONSIVE 
 --------------------------------------------------------------------------- */
 
 
 
 /* images responsives */
.img-responsive, .spip_logos, .spip_logo {
    display: block;
    max-width: 100%;
    height: auto;
}
 
 
/* BIG SCREENS (big desktop screens 1600+) --------------------------------- */
@media screen and (min-width: 1600px) {

	body {
		font-size: 1.1em; /* 18px / 16px */
	}

	.conteneur_inner {
		max-width: 1214px;
	}

	#contenu {
		
	}

	#navigation {
		font-size: 0.889em /* 16px / 18px */
	}

	#content_article_wrapper {
		position: relative;
		zoom: 1; /* IE 6 & 7 position absolute bug : a mettre dans la div contenant le bloc disparut */
	}

	#content_article {
		width: 100%;
		float: none;
	}

	#entete {
		max-width: 1214px;
	}

	#sub_menu {
		max-width: 1214px;
	}

	#search_wrapper {
		max-width: 1214px;
	}

	#big_menu_wrapper {
		max-width: 1214px;
	}

	#pied_listes {
		max-width: 1214px;
	}

	#pied_legals {
		max-width: 1214px;
	}

	.carrousel_classiques_container {
		width: 100%;
	}
	
	#contenu_article .texte,
	#contenu_article .ps,
	#contenu_article .article_liste {
		margin-left: 21%;
		margin-right: 21%;
	}
	
	.notes {
		-moz-column-count:4;
		-webkit-column-count:4;
		-o-column-count:4;
		column-count:4;
	}
	
	.image_centree {
		width: 330px;
		height: auto;
	}
	
	#cookie-bar.fixed {
		width: 1000px;
		left: 50%;
		margin-left: -500px;
	}
	
}/*/mediaquery*/



/* SMALL SCREENS (tablets) ----------------------------------------------- */
@media screen and (max-width: 900px) {
	
	/* cookie bar */
	#cookie-bar.fixed {
		width: 100%;
		left: 0;
		margin-left: 0;
		padding-bottom: 50px;
	}
	
	/* cookie bar tarte au citron */
	#tarteaucitronRoot #tarteaucitronAlertBig {
	    width: 100% !important;
		left: 0 !important;
		margin-left: 0 !important;
		margin-bottom: 0 !important;
		padding-bottom: 50px !important;
		padding-top: 3em !important;
	}
	
	#tarteaucitronDisclaimerAlert {
		text-align: left !important;
	}
	
	#tarteaucitronDisclaimerAlert h3 {
		font-size: 2em !important;
	}
	
	/* Newsletter bar */
	.newsletter_bloc {
		display: none;/* Ne opas afficher sur les petits écrans */
		width: 100%;
		bottom: 0;
	}
	.newsletter_bloc a {
		width: 100%;
	}

	
	/* Conteneurs */
	.conteneur_inner {

	}

	#sub_menu_container {
		display: none;
	}

	#contenu {
		float: none;
		width: 100%;
	}

	#navigation {
		float: none;
		width: 100%;
		background-image: none;
	}

	.pied_listes_bloc {
		float: none;
		width: 92%;
	}

	.navigation_un {
		width: 50%;
		float: left;
	}

	.navigation_deux {
		width: 50%;
		float: right;
	}

	.right_col_bloc {
		max-width: 300px;
	}
	
	.article_liste_item .spip_logos {
		width: 100%;
		height: auto;
	}
	
	.logo_bloc {
	    position: relative;
	}
	
	.article_liste_line {
		margin: 0;
	}
	
	.image_panel_content .title {
		font-size: 27px;
	}
	
/* Auteur listes */

	.auteurs_liste .auteur_list_item img {
		width: 80px;
		height: auto;
	}
	
	.auteurs_liste .auteur_list_item_content {
		margin-left: 100px;
	}

/* carrousel */
	.carrousel_classiques_container {
		width: 600px;
	}

/* SEARCH */

	.search_control {
		display: block;
	}

	.no-js .search_control {
		display: none;
	}

	#search_box {
		/*display: none;*/
	}

	.no-js #search_box {
		display: block;
	}
	
	/* search box design */
	#search_box {
		width: auto;
		background: #2b2b2b;
		text-align: left;
		padding: 2.5em;
		position: static;
		-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.7);
		-moz-box-shadow: inset 0 2px 3px rgba(0,0,0,0.7);
		box-shadow: inset 0 2px 3px rgba(0,0,0,0.7);
	}

	#search_box .formulaire_recherche {
		display: inline-block;
		margin: 0 auto;
		float: none;
		position: static;
		border-bottom: 2px solid white;
		color: white;
	}

	#search_wrapper {
		margin: 0;
		padding: 0;
		width: 100%;
		text-align: center;
	}
	
	.formulaire_recherche input {
	    background: transparent;
	    color: white
	}
	
	.formulaire_recherche input[type="submit"] {
		background: transparent;
	    color: white;
	}


/* search button */
	.search_control {
		text-indent: -10000px;
		width: 40px;
		height: 40px;
		background: url(images/mobile_search_button.png) no-repeat left top;
		position: absolute;
		top: 20px;
		right: 67px;
		cursor: pointer;
	}

	.search_control:hover, .search_control:active {
		background: rgba(0,0,0,0.4) url(images/mobile_search_button.png) no-repeat left top;
	}


/* social buttons fin d'article */
	.socialTw { margin-left: 10em; }


	/* MENU */
	
	#header_container {
		
	}
	
	#header_container {
		border-bottom: #4A4A4A 1px solid;
	}
	
	.nav_control {
		display: block;
	}
		.no-js .nav_control {
			display: none;
		}
	
	#big_menu_container {
		text-align: left;
		display: none;
	}
		.no-js #big_menu_container {
			display: block;
		}
		
	#big_menu_container { 
	border-top: white 1px solid;
	border-bottom: white 1px solid;
	
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	}
	
	#big_menu_wrapper {
		height:auto;
	}
		#big_menu_wrapper {
			width: 100%;
			}
	
	#big_menu_wrapper li {
		border-bottom: #bdbdbd 1px solid;
	}
	
	
	/* menu theme */ 
	
	#menu_them {
		float: none;
		width: 100%;
		margin: 0;
	}
		
	#menu_them_border{
		border-left: none;
		float: none;
		height:auto;
		}
	
	#menu_them ul{
		width:100%;
		}
	
	#menu_them ul li{
		float:none;
		margin: 0;
		height:auto;
		border-right: none;
		}
	
	
	#menu_them ul li a{
		float: none;
		height: auto;
		padding: 1em;
		margin: 0;
		text-align: left;
		}
		
	#menu_them ul li a:hover{
		border-bottom: none;
		background: #eeeeee;
		}
		
	/* menu rubriques */ 
	
	#menu_rub {
		float: none;
	}
	
	#menu_rub ul {
		margin-bottom: 1em;
	}
		
	#menu_rub_border{
		border-left: none;
		float: none;
		height:auto;
		}
	
	#menu_rub ul li{
		float:none;
		margin: 0;
		height:auto;
		border-right: none;
		}
	
	
	#menu_rub ul li a{
		float: none;
		height: auto;
		padding: 1em;
		margin: 0;
		}
		
	#menu_rub ul li a:hover{
		border-bottom: none;
		background: #eeeeee;
		}
		
	/* Bouton VDI et B&I */
	
	#menu_them ul li.BIlink,
	#menu_them ul li.VDIlink {
		display: block;
		border-bottom: none;
	}
		
		
	/* menu button */
	.nav_control {
		text-indent: -10000px;
		width: 40px;
		height: 40px;
		background: url(images/mobile_menu_button.png) no-repeat left top; 
		position: absolute;
		top: 20px;
		right: 18px;
		cursor: pointer;
	}
	.nav_control:hover, .nav_control:active {
		background: rgba(0,0,0,0.4) url(images/mobile_menu_button.png) no-repeat left top; 
	}
	
	/* articles */
	
	dt { 
		max-width: 100% !important;
	}
	
	.notes {
		-moz-column-count:2;
		-webkit-column-count:2;
		-o-column-count:2;
		column-count:2;
	}
	
	#lire_aussi .c25l, 
	#lire_aussi .c25r {
		width: 50%;
	}
	
	.chapo {
		margin-left: 2%;
		margin-right: 2%;
	}
	
	.texte,
	.texte_plus_container,
	#contenu_article .article_liste,
	#contenu_article .ps {
		margin-left: 7%;
		margin-right: 7%;
	}
	
	.texte .spip_documents_right {
	    float: right;
	    margin: 6px -40px 5px 15px;
	}
	
	.texte .encadre .spip_documents_right {
	    margin-right: 0;
	}
	
	.texte .spip_documents_left {
	    float: left;
	    margin: 6px 15px 5px -40px;
	}
	
	.texte .encadre .spip_documents_left {
	    margin-left: 0;
	}
	
	.texte .video {
		width: 116%;
		margin-left: -8%;
		padding: 2em 3em;
	}
	
	.texte .video-left {
		margin: 6px 20px 5px -40px;
	}
	
	.texte .video-right {
		margin: 6px -40px 5px 20px;
	}
	
	.newsletter_article {
	    margin-left: 10%;
	    margin-right: 10%;
	}
	
	/* Big Une */
	
	.big_une_container {
	    background-position: 25% 0 !important;
		height: auto;
	}
	
	.big_une_bloc {
		position: relative;
	}
	
	.big_une_container .logo_wrapper {
		top: 150px;
	}
	
	.big_une_container .double_une .logo_wrapper {
		max-width: 25%;
	}

	.big_une_top_300 {
		margin-top: 300px;
	}


}/*/mediaquery*/


/* SMALL SCREENS 2 (intermédiaires / Smartphone landscape) ----------------------------------------------------- */
@media screen and (max-width: 700px) {
	
	.texte .spip_documents_left {
		margin: 6px 20px 5px -40px;
	}
	
	.texte .spip_documents_right {
		margin: 6px -40px 5px 20px;
	}
	
	.texte .video-left {
		margin: 6px 20px 5px -40px;
	}
	
	.texte .video-right {
		margin: 6px -40px 5px 20px;
	}
	
	.texte .encadre .spip_documents_left {
	    margin-left: 0;
	}
	
	.texte .encadre .spip_documents_right {
	    margin-right: 0;
	}
	
	.logo_college {
		width: 90px;
		height: auto;
		left: 0;
	}
	
	.image_panel_content .title {
		font-size: 20px;
	}
	
	.partners_box a img {
		max-width: 100px;
		max-height: 45px;
		width: auto;
	}
	
	/* Big Une */
	
	.big_une_container {
		-webkit-clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
	    clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
	    height: auto;
	}
	
	.big_une_bloc {
	    position: relative;
	    width: 100%;
	    right: 0;
		margin-left: auto;
	    bottom: 0;
	    margin-right: 0 !important;
	    max-width: 100%;
		margin-bottom: 80px;
	}
	
	.big_une_bloc_large {
		margin-top: 300px;
		margin-bottom: 75px;
	}
	
	.double_une {
		height: auto;
	}
	
	.big_une_container .cartouche_logo {
		margin: 25px 0 0 0;
		text-align: center;	
	}
	
	.big_une_container .cartouche_logo .logo_wrapper {
		display: inline-block;
		margin: 0 auto;
		float: none;
	}
	
	.big_une_container .logo_wrapper {
		position: relative;
		top: 0;
		transform: none;
		max-width: 100%;
	}
	
	.big_une_inner_shadow {
		display: none;
	}
	
	.big_une_container .flex_bloc_33 {
		width: 100%;
	}
	
	.big_une_container .flex_bloc_40 {
		width: 100%;
	}
	
	.cartouche_logo img.spip_logos {
		max-height: 250px !important;
		width: auto;
	}

	/* carrousel */
	.carrousel_classiques_container { width: 400px; }
	
	.newsletter_article {
	    margin-left: 3%;
	    margin-right: 3%;
	}

}/*/mediaquery*/


/* MOBILE SCREENS (mobiles & smartphones) ----------------------------------------------- */
@media screen and (max-width: 520px) {
	
	.article_liste_item .dossier_icone {
		display: none;
	}

	#entete #nom_site_spip, #entete a .spip_logos {
		max-width: 110px !important;
		height: auto !important;
	}
	
	.logo_college {
		width: 70px;
		height: auto;
		left: 0;
	}
	
	/* bannières */
	.banniere_box {
		display: none;
	}
	
	/* search button */
	.search_control {
		top: 13px;
	}
	
	/* menu button */
	.nav_control {
		top: 13px;
	}
	
	/* Top button */
	#pied a#topbutton {
	  bottom: 50px; /* Place the button at the bottom of the page */
	  right: 5px; /* Place the button 30px from the right */
	}
	
	/* ebooks download */
	
	ul.download_ebook_list li,
	body.en ul.download_ebook_list li {
		margin-right: 25px;
	}
	
	/* bandeau dossier*/
	.bandeau_dossier {
		width: 360px;
		height: 144px;
	}
	
	/* Article liste item */
	
	.logo_bloc {
	    float: none;
	    margin: 0;
	    max-width: 100%;
	}
	
	.a_la_une .cartouche {
	    margin-left: 0;
	    margin-right: 0;
	}
	
	.article_liste {
		margin: 0 15px;
	}
	
	.article_liste_item {
		min-height: 0;
	}
		
	.article_liste_line {
		max-width: 100%;
	}
		
	.article_liste_line .item_cartouche {
	    margin-left: 0;
	}

	
	
	
	/* articles */
	
	.cartouche_logo .subcl {
		text-align: center;
	}
	
	.cartouche_logo .logo_wrapper {
		margin: 0 auto;
		float: none;
	}
	
	.cartouche_logo img.spip_logos {
		max-height: 300px !important;
		width: auto;
	}
	
	.cartouche_logo .pull-right,
	.cartouche_logo .right {
		float: none;
	}
	
	.cartouche .titre {
		font-size: 2em; 
		}
		
	.cartouche .surtitre, 
	.cartouche .soustitre {
		font-size: 1.5em; 
		}
		
	.cartouche .recense {
		font-size: 1.5em;
	}
		
	.cartouche .cartouches_entetes a {
	    font-size: 0.813em;
	}
	
	.texte { text-align: left; }
	.chapo { text-align: left; }
	.chapo_rub { text-align: left; }
	
	.texte .spip_documents_left,
	.texte .spip_documents_right {
		float: none !important;
		margin: 1em auto;
		max-width: 100% !important;
		width: 100% !important;
		display: block;
	}
	.texte .spip_documents_left img,
	.texte .spip_documents_right, img {
		max-width: 100% !important;
	}
	
	.texte .large {
	    width: 120.7%;
	    margin-left: -10.6%;
	    margin-bottom: 3em;
	}
	
	.texte .video-left {
		float: none;
		width: 100%;
		color: #7a7a7a;
		background: transparent;
		font-size: 0.800em;
		text-align: center;
		margin: 0 0 3em 0;
		padding: 0;
	}

	.texte .video-right {
		float: none;
		width: 100%;
		color: #7a7a7a;
		background: transparent;
		font-size: 0.800em;
		text-align: center;
		margin: 0 0 3em 0;
		padding: 0;
	}
	
	quote.extrait {
		display: block;
		margin: 2em 1em;
	}
	
	quote.extrait.left,
	quote.extrait.right {
		float: none !important;
		width: auto;
		margin: 2em 1em;
	}
	
	.texte_plus_container {
		margin-left: 0;
		margin-right: 0;
	}
	
	.pourciter {
		width: auto;
		float: none;
	}
	
	.proposer {
		width: auto;
		float: none;
	}
	
	#contenu_article .texte,
	#contenu_article .notes,
	#contenu_article .pourciter,
	#contenu_article .proposer,
	#contenu_article .article_liste
	{
		margin-left: 5%;
		margin-right: 5%;
	}
	
	.notes {
		-moz-column-count:1;
		-webkit-column-count:1;
		-o-column-count:1;
		column-count:1;
	}
	
	.legende {
		margin: 1em 1em;
	}
	
	.son .legende {
		margin-bottom: 0;
	}
	
	.legende + .video {
		margin-bottom: 1em !important;
}
	
	.logo_box .credits {
		display: none;
	}
	
	.article_liste li .impaire {
		border-right: none;
	}
	
	.article_liste_une {
		min-height: auto;
	}
	
	.article_liste_une h2 {  
		font-size: 1.125em; /* 18px / 16px */
	}
	
	.article_liste_une .spip_logos {
	
	}
	
	.collection_liste .item_logo_bloc {
		margin-left: 50px;
		margin-right: 50px;
	}
	
	.zoom_logo_box {
		max-width: 100%;
	}
	.right_col_bloc .flexslider .spip_logos {
		max-width: 100% !important;
	}
	
	.navigation_un {
		width: 100%;
		float: none;
	}
	.navigation_deux {
		width: 100%;
		float: none;
	}
	
	.pagination .pages {
		display: none;
	}
	.pagination .prev,
	.pagination .next,
	.pagination .prev.disabled,
	.pagination .next.disabled {
		display:inline-block;
		font-weight:bold;
		padding:10px 10px;
		color: #A6A6A6;
		border:solid 1px #A6A6A6;
		color: #444;
		margin-right: 10px;
		}
		
	/* carrousel */
	.carrousel_classiques_container { 
		width: 200px;
		margin: 0 auto; 
	}
	
	/* fixer une largeur maximale  de 100 % aux elements potentiellement problematiques */
	img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video { max-width: 100% !important; }
	/* conserver le ratio des images, necessaire car attribut height existant */
	img, iframe, object, embed, video { height: auto; }
	
	/* gestion des mots longs */
	textarea, table, td, th, code, pre, samp { word-wrap: break-word; /* cesure forcee */ }
	code, pre, samp { white-space: pre-line; /* passage a la ligne specifique pour les elements a chasse fixe */ }
	
	/* social buttons fin d'article */
	.socialTw {
		margin-left: 1em;
	}
	
	/* Cartouche Articles */
	
	.cartouche {
		margin-left: 5%;
		margin-right: 5%;
	}
	
	.cartouche_titres_inner {
	    margin-left: 0;
	}
	
	.cartouche .spip_logos {
	    margin-left: 0;
	}
	
	.cartouche_vertical .spip_logos {
		margin-left: auto;
		margin-right: auto;
	}
	
	.cartouche .cartouche_logo .logo_wrapper {	
		padding: 0px;
	}
	
	/* Logo box inline */
	
	.item_logo_bloc_line {
	    position: relative;
	    float: none;
	    width: 100%;
	    margin-right: 0;
	}
	
	.zoom_logo_box_line {
	    position: relative;
	    width: 100%;
	    padding-top: 60%;
	    background: #fff;
	    overflow: hidden;
	}
	
	.zoom_logo_box_line .spip_logos {
		height: 100%;
		max-width: none !important;
		width: auto !important;
		margin: 0;
	}
	
	.article_liste_line li {
	    border-bottom: none;
	    margin-top: 30px;
	    padding-bottom: 30px;
	}
	
	.article_liste_line.article_liste_line_small {
	    margin: 0;
	}

	/* Cartouche flexible centrée en hauteur --------------- */
	
	.flex_bloc_33 { 
		width: 100%;
		}
		
	.flex_bloc_40 { 
		width: 100%;
		}
	
	.flex_bloc_50 { 
		width: 100%;
		}
	
	.flex_bloc_66 { 
		width: 100%;
		}


/* colonnes YAML */
	.subcolumns_oldgecko {
		float: none;
	}

	.c20l, .c25l, .c33l, .c40l, .c38l, .c50l,
.c60l, .c62l, .c66l, .c75l, .c80l {
		float: none;
	}

	.c20r, .c25r, .c33r, .c40r, .c38r, .c50r,
.c60r, .c66r, .c62r, .c75r, .c80r {
		float: none;
		margin-left: 0;
	}

	.c20l, .c20r {
		width: 100%;
	}

	.c40l, .c40r {
		width: 100%;
	}

	.c60l, .c60r {
		width: 100%;
	}

	.c80l, .c80r {
		width: 100%;
	}

	.c25l, .c25r {
		width: 100%;
	}

	.c33l, .c33r {
		width: 100%;
	}

	.c50l, .c50r {
		width: 100%;
	}

	.c66l, .c66r {
		width: 100%;
	}

	.c75l, .c75r {
		width: 100%;
	}

	.c38l, .c38r {
		width: 100%;
	}

	.c62l, .c62r {
		width: 100%;
	}

	.subc {
		padding: 0;
	}

	.subcl {
		padding: 0;
	}

	.subcr {
		padding: 0;
	}
}/*/mediaquery*/
