/*LIGHT TEMPLATE */

body {
  color: #000;
  background-color: #fff;
}


/*PAGE D'ACCUEIL*/
.homepage a {
  color: #000;
  text-decoration: none;
}
.homepage a:hover {
  color: #545b5e;
  border-bottom: 1px solid #2bb5ee;  
}



/* TITLE */
.logo img {
	padding-top: 0px;
	padding-bottom: 0px;
	}
#title a,
#title a:hover,
#title a:active {
	text-decoration: none;
	border-bottom: 0px solid black;
	color: #000;
	}



/* ELEMENTS DE NAVIGATION */
nav {}
nav a {
  color: #000;
  text-decoration: none;
}
nav a:hover {
  color: #2bb5ee;
  border-bottom: 1px solid #2bb5ee;  
}
nav a:active,
nav .active {
  color: #2bb5ee;
  border-bottom: 1px solid #2bb5ee;  
}		
/* Titre */
	.title {}
/* Elements du menu */
	#navigation {}
/* Social */
	#social {}
/* copyright */
	#copyright {}
	
@media screen and (max-width: 768px) {
	#accordion div {
		border-top: 1px solid #777;		
		}
	#accordion ul li {
		border-top: 1px solid #777;		
		}
}




/* CONTENU */
section	 {}
section a {
  color: #000;
  border-bottom: 1px solid #2bb5ee;
  text-decoration: none;
}
section a:hover {
  color: #2bb5ee;
}
section a:active {
  color: #2bb5ee;
}		
#slideshow { background-color : rgba(0,0,0,0); }
.grid figcaption { color: #2bb5ee; }



 /* NAVIGATION BUTTONS */
#controler a {
  color: #000;
  border-bottom: 0px solid #2bb5ee;
  text-decoration: none;
}
#controler a:hover {
  color: #2bb5ee;
}
#controler a:active {
  color: #2bb5ee;
}
