@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("http://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRT8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBa1RVmPjeKy21_GQJaLlJI.woff") format("woff");
}
body{
word-wrap:break-word;
}
h1, h2, h3, h4, h5, h6, a {
    color:#11823E;
}
a {
  overflow:hidden;
}
a:visited{
    color:#1CD566;
}
a:hover{
    color:#2250C3;
}

.page-header{  /*titre*/
   font-size:150%;
}
.article-info{
   font-size:75%;
   color:#1CD566;
}

@media only screen and (max-width: 800px) {
	img {
	    max-width: 100%;
	    height: auto;
	}

	html, body {
            margin:0px;
            font-family: "Open Sans";
        }
	p > img, iframe {
		display:block;
		margin-left:auto;
		margin-right:auto;
	}

	h1, h2, h3, h4, h5, h6, h7, p {
		padding:10px;
	}
	p {
		text-align: justify;
	}
	.page-header{ /* titre */
		margin-top:85px; /* plus petit avec l'avatar 40px */
	}
	#header{
		position: fixed;
		width: 100%;
		top:0px;
		height:85px; /* 45px avec l'avatar à 40px*/
		text-align:middle;
	}
	#headermodule{
		margin: 0 auto;
		position: relative;
		width: 100px;
		margin-left:40%;
	}
	#logo{
		display:none;
	}
	#logo-small{
		display:inline-block;
		float:right;
		position: relative;
		z-index:1;
	}
	#nav-button{
		display:inline-block;
		position: relative;
		float:left;
           	background-color:#16A450;
	}
	#nav-button.no-autotoc{
		display: none;		
	}
	#logo-small.no-autotoc{
		display:inline-block;
                position: relative;
                float:left;
                background-color:#16A450;
	}
}

#header{
   background-color:#16A450;
}


@media only screen and (min-width: 801px) {
	img {
	    max-width: 80%;
	    height: auto;
	}

	html, body {
	    margin:10px;
	    padding: 0;
	    font-family: "Open Sans";
	}


	#logo-small.stick{
	   display:inherit;
	   position: fixed;
	   top:0px;
	   background-color:#16A450;
	   width: calc(100% - 40px);
	   border-bottom-left-radius: 10px; /* 5 px avec l'avatar 40px */
	   border-bottom-right-radius: 10px;
	}

	#logo-small{
	   display: none;
	   background-color:#16A450;
	}
	#nav-button{
	   display: none;
	}
	#sticky {
	    width: 18%;
	    float:left;
	}
	#sticky.stick {
	    width: calc(18% - 7px);
	    position: fixed;
	    top: 90px; /* 50px avec l'avatar 40px */
	    z-index: 10000;
	    float:left;
	}

}

.anchor{
   padding-top:85px; /* 40px avec l'avatar 40px */
} 


pre div{
        height: auto !important;
	width:100% !important;
}

