
html, body {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	color: #123758;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 {
	font-family: 'Dosis', serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
h1 {
	margin: 0px;
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
}
a {
	text-decoration: none;
	color: #60803A;
}
a:hover {
	text-decoration: none;
	color: rgba(18,55,88,1);
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 50px;
	font-style: italic;
	font-size: 1.1em;
}
img {
	max-width: 100%;
}
/*   bandeau   */
.bandeau {
	font-size: 0px;
	text-align: center;
	position: relative;
}
.bandeau img {
	width: 100%;
}
.logo {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 20px;
}
.logo img {
	width: 400px;
}
/*    fin bandeau   */



/*    Menu principal   */
nav {
	color: #FFFFFF;
	background-color: #123758;
	z-index: 100000 !important;
}
#menu, #menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu {
	/* on centre le menu dans la page */
	text-align: center;
}
#menu li {
	/* on place les liens du menu horizontalement */
	display: inline-block;
	margin-right: 17px;
	margin-left: 16px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#menu ul li {
	/* on enlève ce comportement pour les liens du sous menu */
	display: inherit;
}
#menu a {
	text-decoration: none;
	display: block;
	color: #fff;
}
#menu ul {
	position: absolute;
	/* on cache les sous menus complètement sur la gauche */
	left: -999em;
	text-align: left;
	z-index: 1000;
	background-color: #123758;
	padding-top: 20px;
	padding-bottom: 10px;
}
#menu li:hover ul {
	/* Au survol des li du menu on replace les sous menus */
	left: auto;
}
#menu li:hover a, #menu li li:hover a {
	color: #fff;
}
/*    fin de menu principal   */





/*    Divers   */
#texte_principal {
	padding-top: 50px;
	padding-bottom: 70px;
}
.bloc {
	width: 100%;
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
}
#mot-accueil {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 80px;
	font-size: 1.15em;
	line-height: normal;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#mot-accueil h1 {
	font-size: 1.7em;
}
.plus-grand {
	font-size: 1.4em;
}
/*      news      */
.news {
	background-color: #123758;
	width: 31%;
	float: left;
	margin: 1%;
}
.news a {
	color: #FFFFFF;
	text-decoration: none;
}
.titre_news {
	margin: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	height: 85px;
	overflow: hidden;
	transition: ease-in 0.2s;
}
.titre_news:hover {
	margin: 10px;
	color: rgba(255,255,255,0.5);
}
.titre_news div {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFFFFF;
}
.news_image {
	width: 100%;
	height: 300px;
	background-position: center center;
	background-size: cover;
	transition: ease-in 0.2s;
}
.news_image:hover {
	transition: ease-in 0.2s;
	opacity: 0.5;
}
.clear {
	clear: both;
}
/*      fin des news, nom des écoles     */

.news_ecole {
	width: 31%;
	float: left;
	margin: 1%;
	font-size: 1.7em;
	font-weight: bold;
	line-height: normal;
}
.news_ecole a {
	text-decoration: none;
	transition: ease-in 0.2s;
}
.news_ecole span {
	font-size: 0.7em;
	color: #123758;
	display: block;
	font-weight: normal;
	padding-bottom: 10px;
}
.cph a {
	color: #9CB726;
}
.cph a:hover, .crmt a:hover, .iph a:hover {
	opacity: 0.6;
}
.crmt a {
	color: #E94E1A;
}
.iph a {
	color: #1C619B;
}
.cph a:hover, .crmt a:hover, .iph a:hover {
	opacity: 0.6;
}
.news.cph {
	background-color: #9CB726;
}
.news.crmt {
	background-color: #E94E1A;
}
.news.iph {
	background-color: #1C619B;
}
/*   bouton retour (cadre + font)  */
.bouton, .bouton_modif, .bouton_supp {
	font-family: 'Dosis', serif;
	margin-top: 10px;
	background-color: #123758;
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 35px;
	padding-bottom: 7px;
	padding-left: 35px;
	margin-top: 30px;
	margin-bottom: 60px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 0.85em;
	font-weight: bold;
	transition-property: background-color;
	transition-duration: 0.3s;
}
.bouton:hover, .bouton_modif:hover, .bouton_supp:hover {
	color: #ffffff;
	background-color: #174A77;
	transition-property: background-color;
	transition-duration: 0.3s;
}
.bouton:before {
	float: left;
	width: 1em;
	text-align: center;
	font-size: 0.9em;
	pointer-events: none;
	margin-top: 0.25em;
	margin-right: 0.5em;
	margin-bottom: 0;
	margin-left: -1em;
	padding-top: 0;
	padding-right: 0.2em;
	padding-bottom: 0;
	padding-left: 0.2em;
}
.retour:before {
	content: "\f053";
	font-family: FontAwesome;
}
/*   bouton retour (cadre + font)  */





/*   figure, centrer, ... */
figure {
	margin: 0px;
}
.text-center {
	text-align: center;
}
/*  Fonctionne dans rédactor: ajoute les icones aux liens  */
.lien-externe, .lien-pdf, .lien-word, .lien-ppt, .lien-excel, .lien-mail {
	font-size: 1.1em;
	font-style: normal;
}
.lien-externe:after, .lien-pdf:after, .lien-word:after, .lien-ppt:after, .lien-excel:after {
	font-size: 1.1em;
	font-family: FontAwesome;
	padding-left: 8px;
	color: #60803A;
	content: "\f08e";
}
.lien-pdf:after {
	content: "\f1c1";
}
.lien-word:after {
	content: "\f1c2";
}
.lien-excel:after {
	content: "\f1c3";
}
.lien-ppt:after {
	content: "\f1c4";
}
.lien-mail:before {
	font-size: 1.1em;
	font-family: FontAwesome;
	padding-right: 8px;
	color: #60803A;
	content: "\f2b7";
}
.separateur {
	background-color: #123758;
	height: 100px;
	margin-top: 100px;
}
footer {
	padding-top: 30px;
	text-align: center;
	line-height: normal;
	font-size: 0.9em;
}
.footer_ecole {
	width: 31%;
	float: left;
	margin: 1%;
	line-height: normal;
}
.footer_ecole.cph {
	color: #9CB726;
}
.footer_ecole.crmt {
	color: #E94E1A;
}
.footer_ecole.iph {
	color: #1C619B;
}
.footer_esh {
	color: rgba(255,255,255,1);
	background-color: rgba(18,55,88,1);
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 60px;
}
.inforef {
	float: right;
	padding-top: 5px;
	padding-right: 20px;
}
.inforef a {
	color: rgba(255,255,255,0.5);
	transition: ease-in 0.2s;
}
.inforef a:hover {
	color: rgba(255,255,255,1);
}
/*     !!!  slicknav     */
.slicknav_menu {
	display: none;
}
 @media (max-width: 1150px) {
.bandeau {
	margin-top: 0px;  /* il faut que le bandeau redescende un peu, pcq comme il devient plus petit, le logo se met dessus */
	transition: ease-in 0.2s;
}
.logo {	text-align: center;
max-width: 200px;}
.bloc {
	width: 96%; /* pour qu'il y ait des marges autour du texte principal */
	transition: ease-in 0.2s;
}
}
 @media (max-width: 750px) {
.js #menu {
	display: none;
}
.js .slicknav_menu {
	display: block;
}
.bandeau {

}
.logo {
	text-align: center;
}
.logo img {
	max-width: 90%;

}
#texte_principal {
	padding-top: 20px;
	padding-bottom: 0px;
}
#mot-accueil {
	padding-top: 0px;
	padding-bottom: 30px;
	font-size: 0.9em;
}
.news, .news_ecole, .footer_ecole {
	width: 99%;
}
h1, h2, h3, h4 {
	letter-spacing: normal;
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1em;
}
separateur {
	margin-top: 30px;
}
footer {
	padding-top: 0px;
}
}
