!important/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

ul {
	list-style-type:none;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   

/*! Reset */
/*-------------------------------------------------------*/

	h1, .h1,
	h2, .h2,
	h3, .h3,
	h4, .h4,
	h5, .h5,
	h6, .h6,
	p,
	blockquote,
	ul,
	ul li,
	hr,
	table,
	tbody, 
	tfoot, 
	thead, 
	tr, 
	th, 
	td,
	fieldset,
	b {
		border: 0;
		margin: 0; 
		padding: 0;
		font-style: normal;
		font-weight: normal;
	}
	
	
	img { max-width: 100%; }
	
	.ma-null { margin: 0; }
	.pa-null { padding: 0; }

		
	
	
	
/* thanks to KNACSS http://knacss.com/ */
	
	body > script { display: none !important; }
	
	p:first-child,
	ul:first-child,
	ol:first-child,
	dl:first-child,
	blockquote:first-child,
	pre:first-child,
	h1:first-child,
	h2:first-child,
	h3:first-child,
	h4:first-child,
	h5:first-child,
	h6:first-child { margin-top: 0; }
	
	li p,
	li ul,
	li ol {
	  margin-top: 0;
	  margin-bottom: 0;
	}

	img,
	table,
	td,
	blockquote,
	code,
	pre,
	textarea,
	input,
	video { max-width: 100%; }

	/* module, gains superpower "BFC" Block Formating Context */
	.mod { overflow: hidden; }
	
	/* blocks that needs to be placed under floats */
	.clear { clear: both; }
	
	.inbl {
	  display: inline-block;
	  vertical-align: top;
	}
	
	.txtleft { text-align: left; }
	.txtright { text-align: right; }
	.txtcenter { text-align: center; }
	
	a {text-decoration:none}
	
	ul {
		margin:0;
		padding:0;
	}
		
	



/*! Typo */
/*-------------------------------------------------------*/


@font-face {
  font-family: 'Graphik-Regular';
  src: url('fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/Graphik-Regular.otf')  format('opentype'),
	     url('fonts/Graphik-Regular.woff') format('woff'), url('fonts/Graphik-Regular.ttf')  format('truetype'), url('fonts/Graphik-Regular.svg#Graphik-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}





	html { 
		font-size: 62.5%; 
		font-size: -webkit-calc(0.625em);
		font-size: calc(0.625em);
	}
	
	body {
		font-family: 'Graphik-Regular';
		/*line-height: 2rem;*/
		font-size: 1.4rem;
	font-size: 14px;
		padding:0;
		margin:0;
		background-color: #ffffff;
		
	}
	
	h2,.h2 { font-size: 1.6em; }
	h3,.h3 { font-size: 2.4em; }
	h4,.h4 { font-size: 2em;	}
	h5,.h5 { font-size: 1.8em; }
	h6,.h6 { font-size: 1.6em; }
	
	a {
		color: #000;
	}

/*! Structure */
/*-------------------------------------------------------*/

*,
*:before,
*:after {
 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

#page {
	width:100%;
	max-width: 1400px;
}
.wrapper {
	width:100%;
	margin:0;
	padding:0;
	
}




#main {
	float:left;
	width:100%;
	margin-top:24px;
	height:auto;
}

.contenu {
	width:100%;
	
	
}

.wrapper #navigation {
	width:100%;
	height:32px;
	background-color: #fff;
	padding-left:12px;
	padding-top:4px;
	font-size: 1.4rem;
	font-size: 14px;
	padding-right:12px;
	position:fixed;
	z-index:50500;
	
}

#navigation a {
	color:#000;	
}



#navigation .logo,#navigation .nav,#navigation .info {
	overflow:hidden;
	height:24px;
	line-height:20px;
	max-width:500px;
}


#navigation .info {
overflow:visible;
	max-width:600px;
}

#navigation .logo {
	float:left;
	margin-right:93px;
}

#navigation .nav {
	float:right;
}

#navigation .info {
	overflow: hidden;
}


#navigation ul li {
	float:left;
}

#navigation ul li {
	margin-right:45px;
}

#navigation ul .fr,#navigation ul .eng {
	margin-right:0px;
	
}

#navigation ul .fr {
	margin-left:4px;
}

#navigation ul .eng {
	margin-left:19px;
}

#navigation .circle-lang.selected-lang {
	background-color: #000;
}



#navigation .circle-lang {
	border-radius: 50%;
	width: 10px;
	height: 10px; 
	background-color: #fff;
	float:left;
	margin-top:5px;
	margin-right:8px;
}

#navigation .info ul li {
	padding:0;
	margin:0;
}

#navigation .info ul li:first-child {
	width:197px;
}

.bloc_revue {
	width:100%;
}

.fixed {
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
}

.bloc_revue div {
	text-align:center;
	font-size: 4.7rem;
	font-size: 47px;
	color:#fff;
	height:124px;
	line-height:134px;
}

.bloc_revue .initiale {
	float:left;
	width:165px;
	overflow:hidden;
}

.bloc_revue .noir {
	color:#000;
}

.bloc_revue .titre {
	overflow: hidden;
}

.bloc_revue .numero {
	float:right;
	width:165px;
	overflow:hidden;
	
}


#page .contenu {
	padding-top:8px;
}

.sommaire {
	display:inline-block;
	position:relative;
	width:310px;
	background-color: #fff;
	padding-right:17px;
	padding-left:15px;
	padding-top:19px;
	height:auto;
	/*padding-top:19px;*/
}

.sommaire .close {
	position:absolute;
	top:16px;
	right:4px;
	display:none;
}

.sommaire .epuise {
	position:absolute;
	top:56px;
	right:24px;
}

.sommaire ul {
	margin-bottom:11px;
}

.sommaire ul li{
	/*margin-bottom:-2px;*/
	line-height: 1.5rem;
}

.sommaire a{
	color:#000;
}

.couverture {
	width:100%;
}
.article {
	display:inline-block;
	min-width: 300px;
	max-width: 1400px;
	background-color: #fff;
	padding-right:17px;
	padding-left:23px;
	padding-top:15px;
	padding-bottom:4px;
	position:absolute;
	height:auto;
	
}

.reseaux {
	position:absolute;
	top:51px;
	right:0;
	z-index:3000;
}

.note {
	display: inline-block;
	width:256px;
	height:500px;
	display:block;
	background-color: #fff;
	position:absolute;
}

.sans-marge {
	padding:0;
}

.article img {
	/*width:100%;*/
}

.article h1 {
	font-size: 2.2rem;
	font-size: 22px;
	line-height: 2.6rem;
}

.article p {
	margin-top:25px;
	padding-right:13px;
	font-size: 2.2rem;
	font-size: 22px;
	line-height: 2.6rem;
}

.sommaire .theme .titre {
	
	font-style: italic;
	padding-left:21px;
	
}

.sommaire .theme .titre_theme {
	margin-bottom:3px;
}

.sommaire .theme .titre_theme span {
	font-size: 1.1rem;
	font-size: 11px;
	border-bottom:1px solid #000;
	padding-bottom:1px;
}

.contenu.page {
	margin-left:19px;
	margin-top:37px;
}

.contenu.page a {
	text-decoration: underline;
}


h2 {
	margin-bottom:15px;
}

.page_col1,.page_col2 {
	float:left;
}

.page_col1 {
	width:462px;
	margin-right:52px;
}

.page_col2 {
	width:500px;
}

.page_col1 p,.page_col2 p{
	margin-bottom:20px;
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1.6rem;
}

.page_col21,.page_col22,.page_col23 {
	margin-bottom:24px;
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1.6rem;
}

.page_col22 {
	margin:0;
}

.sep {
	margin-top:10px;
	margin-bottom:10px;
}

.sommaire {
			-webkit-transition: all 0.6s ease-out;  
			   -moz-transition: all 0.6s ease-out;
			    -ms-transition: all 0.6s ease-out;
			     -o-transition: all 0.6s ease-out;
			        transition: all 0.6s ease-out;
	}

.push-left .sommaire { margin-left: -320px;  }

#hamburger { 
	height:24px;
	line-height:20px;
		position: absolute; 
		right: -8px;
		top:0px;
		width: 53px;
		z-index:5000;
		text-align: center; 
		display: none;
		cursor: pointer;
	} 

	
 	#hamburger::after {
		content: '';
		position: absolute; left: 0; top: 0; right: 0; bottom: 0;
		background-image: url(../img/bt-hamburger.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out; 
		-o-transition: all .3s ease-in-out; 
		-ms-transition: all .3s ease-in-out;
	}
	#hamburger.active::after {
		-webkit-transform: rotate(90deg); 
		-moz-transform: rotate(90deg); 
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg); 	
	}
	
	#hamburger div { 
		position: absolute; 
		right:0px;
		top:24px;
		display:none;
		z-index:50000;
		background-color: #fff;
		text-align: right;
		padding-left:20px;
		padding-right:20px
	} 
	
	#navigation #hamburger ul li { 
		display:block;
		color:#000;
		float:none;
		padding:0;
		margin:0;
	} 

@media only screen and (max-width: 82em) {
		#navigation .info {
		max-width:400px;
	}	
}
@media only screen and (max-width: 72em) {
		#navigation .info {
		max-width:400px;
	}	
}
	
@media only screen and (max-width: 62em) {
	

	.bloc_revue div {
		font-size: 5rem;
		font-size: 50px;
	}

	#navigation ul {
		display:none;
	}
	
	#navigation #hamburger ul {
		display:block;
	}
	
	#hamburger {
		display:block;
	}
	
	.bloc_revue div {
		font-size: 4rem;
		font-size: 40px;
	}
	
	.page_col1 {
		width:80%;
	}
	
	.page_col2 {
		width:80%;
	}
	
	.sommaire {
	width:75px;
	position:absolute;
	left:0;
	top:32px;
	z-index:200;
	}
	
	.article {
		left:75px;
	}
	
	.sommaire .theme,.menu {
		visibility:hidden;
	}


	
	.sommaire .close {
		display:block;
	}
	

	
	}


@media only screen and (max-width: 52em) {

	

}

@media only screen and (max-width: 42em) {

	.bloc_revue div {
		font-size: 3rem;
		font-size: 30px;
	}
	
	.bloc_revue .initiale {
		width:100px;
	}

	
	.bloc_revue .numero {
		width:100px;
		
	}
	
#navigation .info {

	max-width:300px;
}

#navigation .logo {
    float: left;
    margin-right:20px;
}
	

}


@media only screen and (max-width: 30em) {
	


	.bloc_revue div {
		font-size: 1.6rem;
		font-size: 16px;
	}
	
		#navigation .info {

	max-width:250px;
}
	
	.bloc_revue .initiale_old {
		padding-left:10px;
	}
	
	.bloc_revue .numero_old {
		padding-right:10px;
	}
	
	
	.bloc_revue .initiale {
		width:60px;
	}

	
	.bloc_revue .numero {
		width:60px;
		
		
	}
	
	.article h1 {
	font-size: 1.8rem;
	font-size: 18px;
	line-height: 2.2rem;
}

.article p {
	margin-top:20px;
	padding-right:13px;
	font-size: 1.8rem;
	font-size: 18px;
	line-height: 2.2rem;
}


#navigation .info {

	max-width:200px;
}

#navigation .logo {
    float: left;
    margin-right: 20px;
}


}



/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.selected {
	font-weight:bold;
}

.zone-media {
	width:100%;
}

.zone-media .item {
	margin-bottom: 21px;
}

.zone-media .item .item-titre.pdf {
	font-size: 2.2rem;
    font-size: 22px;
    margin-bottom:0px;
}

.zone-media .item .item-titre {
    font-size: 1.4rem;
    font-size: 14px;
    margin-top:7px;
}

.zone-media .item-media {
	
}

.zone-media .item-media img {
	
}

.recherche {
	margin-top:7px;
}

 
.recherche input {
	
	font-family: 'Graphik-Regular';
	border:1px solid #000;
	padding:2px;
	width:300px;
	height:24px;
	padding-top: 5px;
}

.result-recherche {
	margin-top:20px;
}
.zone-recherche {
	margin-bottom: 10px;
}

.zone-recherche .recherche-titre {
	
}

.zone-recherche .recherche-auteur {
	
}

.zone-recherche .recherche-article {
	
}

.newsletter div {
	margin-bottom:10px;
}

.mes_newsletter {
	color:red;
}

.newsletter input[text] {
	
	font-family: 'Graphik-Regular';
	border:1px solid #000;
	padding:2px;
	width:180px;
	height:24px;
	padding-top: 5px;
}

.newsletter .required {
	border:1px solid red;
	color:red;
}

button {
	outline: none;
}

.m-share-list li {
	float:left;
	margin-right:5px;
}


