@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{

}

/********************************************
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: 1rem;
}
#container p{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 1.2rem;
}

.zone_infos-1,
.zone_infos-2,
.zone_infos-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;

}
.zone_infos-3 {
  margin-bottom: 50px;
}

.zi_accueil,
.zi_agenda,
.zi_breves,
.zi_activpass,
.zi_necro {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 300px;
  height: 180px;
  margin-bottom: 20px;
  box-shadow: 0px 10px 5px -5px #a9a9a9;
  border-left: 15px solid #000033;
  padding-top: 50px;
}
.zi_accueil {
  background-color: #83c3ed;
}
.zi_agenda {
  background-color: rgb(101, 237, 108);
}
.zi_breves {
  background-color: #f25858;
}
.zi_activpass {
  background-color: #e8d044;
}
.zi_necro {
  background-color: rgb(160, 27, 160);
  color: #f4f2ed;
}

.zi_nom_page {
  text-align: center;
  font-size: 0.9rem;
  color: #b2d7f0;
  font-family: "Rammetto One", cursive;
  font-weight: 600;
  text-shadow: 3px 3px 3px hsl(45, 13%, 94%);
}
.zi_hr {
  width: 200px;
  border: 1px dashed black;
}

.zi_maj {
  text-align: center;
  font-size: 1.2rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
h1.necro {
  color: #f0e4e4;
  text-shadow: 2px 2px 2px hsl(48, 100%, 3%);
}
.zi_accueil a,
.zi_agenda a,
.zi_breves a,
.zi_activpass a {
  color: #074f7e;
  text-decoration: none;
}

.zi_necro a {
  color: #efd7d7;
  text-decoration: none;
}
.zi_accueil a:hover,
.zi_agenda a:hover,
.zi_breves a:hover,
.zi_activpass a:hover,
.zi_necro a:hover {
  color: #ef1316;
  background-color: bisque;
  text-decoration: none;
}


footer{
display: none;
}	

footer ul{
display: flex;
justify-content: space-around;
align-items: center;
}

/********************************************
			 MEDIA QUERIES
********************************************/
/********************************************
			 MEDIA QUERIES
********************************************/

/********************************************
				TABLETTE 1 - BLEU
********************************************/
@media only screen and (min-width : 576px ){
  /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
  /*=====DÉBUT REPÈRE BLEU=====*/
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) {
  /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
  /*=====DÉBUT REPÈRE JAUNE=====*/
  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;
}

	
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) {
  /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
  /*=====DÉBUT REPÈRE VIOLET=====*/
  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;
}

.zi_accueil,
.zi_agenda,
.zi_breves,
.zi_activpass,
.zi_necro {
  width: 400px;
  height: 200px;

}
	
}

/********************************************
				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: 80px;
}

nav ul {
display: flex;
justify-content:flex-end;
}
	
nav ul li {
list-style: none;
padding-top: 0.9rem;
text-decoration: none;
}
	
nav ul li .nav_button {

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;
}
	
.zi_accueil,
.zi_agenda,
.zi_breves,
.zi_activpass,
.zi_necro {
	width: 500px;
height: 220px;
}
	
	

.zi_nom_page {
font-size: 1.1rem;
}

.zi_maj {
font-size: 1.5rem;
font-weight: 500;
}

}