@charset "UTF-8";
/* CSS Document */

/* Matières en page d'accueil */
#feature{background-color: #414765; padding: 20px 0;}
.matiere {font-size:2.5em;  text-align: center; height:160px; background-position: center; background-size: cover; margin-bottom: 10px;display:table; padding: 0;}
	.matiere a{color:white;display:table-cell;vertical-align:middle;background-color: rgba(0, 0, 0, 0.3) !important;}
.francais{background-image: url("/images/matieres/francais.jpg"); }
.mathematiques{background-image: url("/images/matieres/mathematiques.jpg"); }
.histoire{background-image: url("/images/matieres/histoire.jpg"); }
.anglais{background-image: url("/images/matieres/anglais.jpg"); }
.latin{background-image: url("/images/matieres/latin.jpg"); }
.classe{padding-left:0;}
	.classe a{color: white;}
	.classe div{height:40px; background-color: #626aa3; font-size: 2em;text-align: center; border: #2c303f thick solid;}
