body {
	background-color:#fff;
	color :  #01032e;
	font-family: 'Open Sans',Verdana, sans-serif;
	 
}
	 
#page {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;/*avant 820*/
	background-color:#fff;
	height: auto; 
	position:relative
	
} 	

.header {
	
	height: 70px;
	width: 100%;
	text-align: center;
	padding-top: 0.4em;
	font-size:2em;
	letter-spacing: 0.15em;
	padding-top:35px;
	padding-bottom: 0px;
	word-spacing: 0.1em;
	color : #01032e;
	font-family: 'Carrois Gothic SC', sans-serif;
	line-height:1.15em;
	
}

.header wip{
	
	font-family: "Times New Roman", Times, serif;
	font-size:0.52em;
	letter-spacing: 0.05em;
	word-spacing: 0em;
	color:#9ab6cd;
	text-shadow: 0 0 0px ;
	font-weight: normal;
	font-style:italic;
}

.header wip a:link,
        wip a:visited {
    font-family: "Times New Roman", Times, serif;
	color : #05ed20;
	text-decoration: none;
	font-style:italic;
}

.header wip a:hover {
    font-family: "Times New Roman", Times, serif;
	color : #128AED;
	text-decoration: none;
	font-style:italic;
}

.navbar {
	font-size: 1.1em;
	text-shadow: 0 0 1px grey;
	width: auto;
	font-family: 'Carrois Gothic SC', sans-serif;
	word-spacing: 0.5em;		
}

.navbar at{
	font-size: 1.2em;
	text-shadow: none;	
	font-family: 'Carrois Gothic SC', sans-serif;
	word-spacing: 0.5em;		
}

nav ul	{
	/*font-size: 1.2em;*/
	font-style:normal;
	width: auto;
	font-family: 'Carrois Gothic SC', sans-serif;
	word-spacing: 0.5em;
	letter-spacing: 0.05em;
	
}
  
nav a {
    display: block;
    margin-bottom: 3px;/* AVANT 10*/
    padding: 5px 0;/* AVANT 15*/
    text-align: center;
    text-decoration: none;
   

}

nav a:link,
nav a:visited {
	color : #01032e;
	text-decoration: none;
    
}

nav a:hover {
	color : #128AED; /*05ed20;*/
	text-decoration: none;
}

.footer {
	width: 100%;
	height: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #444;
	padding-bottom: 8px;
	padding-top:18px;

}	

.article {
	margin-top: 0em;
	/* AVANT padding: 02%*/
	font-size: 0.9em;
	letter-spacing: 0.03em;
	text-align:justify;
}

.figure {
	float:right;
	width:48.73%; 
	padding-left: 2.480%;
	padding-bottom:2.480%; 
	padding-right:0; 
}

/*.figure1{
	float:right; 
	width:22%; 
	padding-left: 1.480%; 
	padding-bottom:1.480%; 
}*/

.figure1{
	float:right; 
	width:35%; 
	padding-left: 1.480%; 
	padding-bottom:1.480%;
	}

.figure2{
	width:92%; 
	padding-left: 5%; 
	padding-bottom:2%;
	padding-top:2.5%;
	}
	
.figure3{
	width:60%; 
	padding-left: 0%; 
	padding-bottom:0%;
	padding-top:2.5%;
	}
	
img {
	max-width: 100%; 
	height: auto;
	margin-bottom:0em; 
	margin-top:0.5em ; 
	padding-top:1%;
	border:none; 
}
  
.counter {
visibility : hidden;
display: block;
}



a:link {
color : #444;
text-decoration : underline;
letter-spacing : 0.15em;
font-size : 15px;
font-family : 'Open Sans', Verdana, sans-serif;
}

a:visited {
color : #444;
text-decoration : underline;
letter-spacing :0.15em;
font-size : 15px;
font-family : 'Open Sans', Verdana, sans-serif;
}

a:hover {
color : #999;
text-decoration : none;
letter-spacing : 0.15em;
font-size : 15px;
font-family : 'Open Sans', Verdana, sans-serif;
}




hr { 
	1px ;
	color: #eeeeee; 
	margin-bottom:1px; 
}
hr.bar { border:none;
	height:1px;
	background-color: #DFDFDF;
		margin-bottom:30px; 
		margin-top:15px;
							/*hr.side { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 22px 0 21px; height: 0; }*/
		 }

h2 {
	font-size: 1.4em;
	color: #128AED; /*00FF00*/
	padding-top:10px;
	font-weight: normal;
	text-shadow: 0 0 1px grey;
	font-family: 'Carrois Gothic SC', sans-serif;
	letter-spacing: 0.1em;
}

h2 a:link {color:#3A6960;text-decoration:none;word-spacing:0em;} 
h2 a:visited {color:#3A6960;text-decoration:none;word-spacing:0em;} 
h2 a:hover {color : #00FF66; text-decoration:none;word-spacing:0em;}



en {
    font-color: #999999;
	font-size: 0.9em;
    font-style:italic;
    font-weight: normal;
}


color{
   color : #05ed20;
}


h3{
	font-size: 1.2em;
	padding-top:10px;
	padding-bottom:0px;
	font-weight: bold;
}

h4{
font-size: 13px;
font-weight: normal;
letter-spacing : 1.1px;
color : #3A6960;
}

h5{
font-size: 11px;
font-weight: normal;
color: #333;
}

h6{
font-size: 11px;
font-weight: normal;
color: #999;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 830px) {
	
nav a {
width: auto;
margin: 0 0;
padding: 0px 10%;
text-align:center;
padding-top: 1.8em;
 }


#page {
position: relative;
padding-left:5px;
padding-right:5px;
width:auto;}

.header,
.article,
.footer,
img{
margin: 0 0 0px;
width:auto;}

.header {letter-spacing: 0em}

hr.bar {
	visibility: hidden;
	margin-bottom:0px; 
	margin-top:0px;}




}

@media only screen and (max-width: 830px) {
.figure1{
	float:right; 
	width:48%; 
	margin-bottom:0px; 
	margin-top:18px;
	padding-left: 2%; 
		 
}
.figure2{
	float:right; 
	width:28%; 
	margin-bottom:0px; 
	margin-top:18px;
	padding-left: 2%;}
}
	
/* ====================
    INTERMEDIATE: Menu
   ==================== */
@media only screen and (min-width: 831px) {
    nav a {
        
		float:left;
        width: auto;
        margin: 0 1.7%;    /* ECARTEMENT ENTRE LES MOTS DU MENU*/
        padding: 0px 3.7%;   /* AVANT  padding: 5px 2% - 2% eloignement du bord gauche LORSKEN LIGNE*/
        text-align:center;
		display:inline;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

#page {
position: relative;
padding-left:20px;
padding-right:20px;
width:auto;}

.header,
.article,
.footer,
img{
margin: 0 0 0px;
width:auto;}
}

.navbar {
padding-top: 13px;
padding-bottom: 45px;
}
/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}



/* ============
    WIDE: Menu ajouter hr shadow du css orifinaml
   ============ */
@media only screen and (min-width: 831px) {
    .title {
	
        float: left;
    }

    nav {
	float:left;
                width: 100%;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        
        width: 100%;
    }

 }

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 800px; /* à800px - 10% for margins */
        margin: 0 auto;
    }
}

/* ===============
   POPUP
   =============== */
   
/* Style the Image Used to Trigger the Modal */
.myImg {
  border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
	width: 38%; /* half width */
   height: auto; /*half height */
}
 
.myImg:hover {opacity: 1;}
 
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
 
/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 85%;
    max-width: 1300px;
}
 
/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
 
/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    animation-name: zoom;
    animation-duration: 0.6s;
}
 
@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}
 
/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
 
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
 
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
