
/* DUPONT-MARIN Maya, GUYOT Auriane - MMI1 Groupe A */


/*	Nos couleurs :

- platinium : #DEE5E5
- Cambridge blue : #9DC5BB
- French mauve : #C876C8
- YlnMn Blue : #2C497F
- Raisin black : #272838	*/

/* ---------------------------------------------------- Polices */

body *:not(h1, h2, h3){
	font-family: Calibri;
	margin-left: 10px;
	margin-right: 10px;
}

h1, h2, h3{
	font-family: Futura;
	margin-left: 10px;
	margin-right: 10px;
}

/* ---------------------------------------------------- Bandeau */

#bandeau {
	background-color: #272838;
	padding: 20px;
	text-align: center;
	color: white;
	
	display: flex;
    align-items: center; 
	justify-content: center;
	flex-wrap: wrap;
}


#bandeau img {
    margin-right: 20px;
	margin-left: 10px; 	
}

h1 {
	color: white;
	margin-right: 20px;
	width: 300px;
}

h2 {
	color: #C876C8;
	margin-right: 20px;
	width: 300px;
}

span a:link {
	color: #9DC5BB;
}

span a:visited {
	color: white;
}

/* ---------------------------------------------------- Page Contact */

#bloccontact{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

h3 {
	color: #2C497F;
}

#infocontact {
	border: 1px #9DC5BB solid;
}

#decor1{
	margin-top: 20px;
}

#decor2{
	transform: rotate(180deg);
	margin-top: 20px;
}

/* ---------------------------------------------------- Page A propos */

#blocapropos{
	display: flex;
	align-items: center; 
	justify-content: space-evenly;
	flex-wrap: wrap;
	
}

.galeriephoto{
	border: 2px #272838 solid;
	
	display: flex;
	align-items: center; 
	justify-content: space-evenly;
	flex-direction: column;
	
	width: 250px;
	height: 300px;
	text-align: center;
	
	margin: 20px;
}

.image{
	border: 1px #272838 solid;
	background-color: #DEE5E5;
	width: 200px;
	height: 200px;
	
	/* on traite les balises img comme des items du container avec la classe "image" 
	afin de pouvoir les centrer dans le carré coloré */
	
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; 
}

.legende a:link {
	color: #272838;
}

.legende a:link {
	color: #2C497F;
}

/* ---------------------------------------------------- Page Carte */

#map { 
	height: 500px; 
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	
	margin-top: 50px;
}

#refresh {
	margin-top: 10px;
	text-align: center;
}

button {
	background-color: #DEE5E5;
	color: #272838;
	box-shadow: 3px 3px 12px #444444;
	
	border: 1px #9DC5BB solid;
	border-radius: 10px;
	
	padding: 10px;
	margin-top: 15px;
	
}

#legendeICON img{
	height: 18px; 
	width: 16px; 
}

#legendeICON {
	margin-top: 10px;
	text-align: center;
}

/* ---------------------------------------------------- Page Informations */
#blocdate {
	margin-top: 20px;
	font-size: 1.2em;
}

table {
	border-collapse: collapse;
	margin-top: 20px;
	
	box-shadow: 10px 5px 5px Grey;
}

thead {
  background-color: #9DC5BB;
}

th, td {
  border: 1px solid #2C497F;
  padding: 8px 10px;
}
