@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/******************************************/
/******************************************/

/*TAILLE DES CARACTERES*/
html {box-sizing: border-box;}
body {font-size: 1rem;line-height: 1.6;}
p,ul {font-size: 1rem;font-size: 16px;
}
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*IMAGES*/
img {display: block;max-width: 100%;height: auto;}
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*LISTES*/
li{list-style-type: square;list-style-position: outside;}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*LIENS*/
a.link {
background-color: #ff0000;
color: #fff;
font-weight: 500;
padding: 5px;
}
a:hover.link {
background-color: #0b4387;
color: #fff;
text-decoration: none;
}
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


/********************************************
DEBUT DES ELEMENTS MODIFIABLES
********************************************/




/********************************************
          CONTAINER GLOBAL
********************************************/
#wrapper{
	margin: 0;
	padding: 0;
}


/********************************************
REPERE COULEUR POUR INDIQUER LE BREAKPOINT
********************************************/
hr {
margin: 0;
padding: 0;
border: 2px solid red;
}

/********************************************
					HEADER
********************************************/
header{
background-color: #000033;
height: 130px;
display: flex;
justify-content:space-around;
align-items: center;
}

.zone_titre{
display: flex;
flex-direction: column;
align-items: center;
}

header h1{
font-size: 1.8rem;
color: #f1c40f;
font-family: "poller one", cursive;
text-shadow: 2px 2px 2px #ff0000;
}

header h2{
font-size: 0.9rem;
color: #dcdcdc;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
text-align: center;
}

header img{
	display: none;
}

/********************************************
					NAV
********************************************/
nav{
background-color: #87cefa;
height: 3.5rem;
padding-top: 0.5rem;
margin-bottom: 1rem;
}

nav ul {
display: flex;
justify-content:center;
}

nav ul li {
list-style: none;
padding: 0.5rem;
text-decoration: none;
}
	
nav ul li .nav_button {
background-color: #1c87c9;
border: none;
color: white;
padding: 0.4rem 1rem;
text-align: center;
text-decoration: none;
font-size: 0.8rem;
margin: 0.5rem;
cursor: pointer;
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
border-radius: 0.6rem;

}
	
a:hover.nav_button {
background-color: #0b4387;
color: #ffa500;
text-decoration: none;
}


/********************************************
					CONTAINER
********************************************/

#container {
	background-color: #ece0e0;
	margin: 0;
	padding-top: 0rem;
}
#container p{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 1.2rem;
}

.chapeau {
background-color: #dae6ee;
padding: 1rem 1rem 2rem 2rem;
margin-bottom: 1rem;
margin-top: 0.5rem;
box-shadow: 0px 10px 5px -5px #a9a9a9;
}
.chapeau h2 {
font-size: 1.8rem;
color: #068eee;
font-family: Arial, Helvetica, sans-serif;
text-shadow: 2px 2px 2px #000;
}

.chapeau h3 {
font-size: 1.5rem;
color: #068eee;
font-family: Arial, Helvetica, sans-serif;
text-shadow: 1px 1px 1px #000;
}

.zone_archives {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem 0rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgb(157, 238, 238);
}

.zone_archives_annee {
  text-align: center;
  font-size: 1rem;
  width: 300px;
  color: #b2d7f0;
  font-family: "Rammetto One", cursive;
  font-weight: 600;
  text-shadow: 3px 3px 3px hsl(45, 13%, 94%);
}

.zone_archives_annee_1 {
  background-color: #fffafa;
  padding: 0.5rem 0rem;
}
.zone_archives_annee_2 {
  background-color: rgb(181, 202, 182);
  padding: 0.5rem 0rem;
}
.zone_archives_annee_3 {
  background-color: #f25858;
  padding: 0.5rem 0rem;
}
.zone_archives_annee_4 {
  background-color: #e8d044;
  padding: 0.5rem 0rem;
}
.zone_archives_annee_5 {
  background-color: #98fb98;
  padding: 0.5rem 0rem;
}
.zone_archives_annee_6 {
  background-color: #0c89dd;
  padding: 0.5rem 0rem;
}
.zone_archives_annee_7 {
  background-color: #5f9ea0;
  padding: 0.5rem 0rem;
}
.zone_archives_annee_8 {
  background-color: #f4a460;
  padding: 0.5rem 0rem;
}
.zone_archives_annee_9 {
  background-color: #808000;
  padding: 0.5rem 0rem;
}
.zone_archives_annee_10 {
  background-color: #adff2f;
  padding: 0.5rem 0rem;
}


.zone_archives_annee a {
  color: #074f7e;
  text-decoration: none;
}

.zone_archives_annee a:hover {
  color: #ef1316;
  background-color: #fff0f5;
  text-decoration: none;
}


footer{
display: none;
}	

footer ul{
display: flex;
justify-content: space-around;
align-items: center;
}

/********************************************
			 MEDIA QUERIES
********************************************/

/********************************************
				TABLETTE 1 - BLEU
********************************************/
@media only screen and (min-width : 576px ){
hr {margin: 0;padding: 0;border: 2px solid #306fed;}

header h1 {font-size: 2rem;}
header h2 {font-size: 1.3rem;}
nav {height: 60px;}
nav ul li {padding-top: 0.5rem;}
nav ul li .nav_button {font-size: 1.3rem;}
}
/********************************************
				TABLETTE 2 - JAUNE
********************************************/
@media only screen and (min-width: 768px) {
hr {margin: 0;padding: 0;border: 2px solid #ecde10;}

header {height: 200px;}
header img {display: inline;width:80%;}
header h1 {font-size: 2.3rem;}	
header h2 {font-size: 1.2rem;}
.zone_archives_annee {font-size: 1.5rem;width: 600px;}
footer {display: inline;}
.footer {background-color: #000033;height: 140px;display: flex;flex-direction: column;justify-content: center;}
footer ul{display: flex;justify-content: space-around;align-items: center;}
}
/********************************************
				DESKTOP - VIOLET
********************************************/
@media only screen and (min-width: 992px) {
hr {margin: 0;padding: 0;border: 2px solid #cf2eef;}

header {height: 200px;}
header img {display: inline;width:auto;}
header h1 {font-size: 3rem;}
header h2 {font-size: 1.6rem;}
.zone_archives_annee {font-size: 1.5rem;width: 800px;}
}
/********************************************
				WIDESCREEN - VERT
********************************************/
@media only screen and (min-width:1200px){
hr {border: 2px solid green;}

header {height: 200px;}
header h1 {font-size: 4.3rem;}
header h2 {font-size: 2.3rem;}
nav{height: 90px;}
nav ul {display: flex;justify-content:flex-end;}
nav ul li {padding-top: 0.9rem;}
nav ul li .nav_button {box-shadow: 0.5rem 0.5rem 0.5rem #003333;padding: 1rem 2rem;font-size: 1.5rem;margin: 1.5rem;}
a:hover.nav_button {background-color: #0b4387;color: #ffa500;}
#container {width: 1200px;margin: auto;}
#container p {font-size: 1.5rem;}
.chapeau h2 {font-size: 2.7rem;}
.chapeau h3 {font-size: 2rem;}
.chapeau p {font-size: 2.4rem;}
.zone_archives_annee {font-size: 1.5rem;width: 800px;}
}