/* PROJET */

#page h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 0.75em; /* 12px */
	margin-bottom: 15px;
	color: #333;
}

h2 strong {
	font-style: normal;
}

#titre {
	font-size: 1.500em; /* 24px */
	margin-bottom: 60px;
}

#titre a {
	color: #333;
}

#titre em {
	font-style: normal;
	display: block;
	color: #999;
}

#titre .encours {
	font-size: 0.75em;
	color: #c00;
	font-style: italic;
	font-weight: normal;
}

#annexe p {
	font-size: 0.75em; /* 12px */
	font-style: italic;
	margin-bottom: 15px;
	font-family: Georgia, Arial;
	color: #666;
	line-height: 16px;
}

#description p {
	font-size: 	0.813em; /* 13px */
	font-family: Georgia, Arial;
	line-height: 23px;
	margin-bottom: 15px;
   /* -webkit-column-count: 2; /* Chrome, Safari, Opera */
   /* -moz-column-count: 2; /* Firefox */
   /* column-count: 2;
    -webkit-column-gap: 3rem; /* Chrome, Safari, Opera */
   /* -moz-column-gap: 3rem; /* Firefox */
	/*column-gap: 3rem;*/
}

#description p a {
	text-decoration: underline;
	font-weight: bold;
}

#page h3 {
	font-size: 0.813em; /* 13px */
	color: #ccc;
	margin-bottom: 5px;
	font-family: 'EurekaMonoOT-Regular', Georgia, Arial;
	text-transform: uppercase;
	font-weight: normal;
}

#illustration {
	margin-top: 25px;
	margin-bottom: 30px;
	background-color: #fff;
	text-align: center;
	padding-bottom: 65px
}

#illustration img {
	margin-top: 35px;
	display: inline-block;
}

#distinction {
	background: url(../../img/layout/coupe.png) left top no-repeat;
	height: 17px;
	width: 15px;
	position: absolute;
	top: 20px;
	right: 20px;
}

#distinction a {
	display: block;
	height: 17px;
	width: 15px;
}

#distinction span {
	display: none;
}

#section .modifier_admin {
	right: 63px;
	top: 18px;
}

/* TELEPHONE */

@media (max-width: 767px) {
	#description p {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
	}
	
	#page p {
		font-size: 1.063em; /* 17px */
		line-height: 1.500em;
	}
	
	#illustration {
		padding-bottom: 15px;
	}
	#illustration img {
		margin-top: 15px;
	}
}

/* Grand ECRAN */

@media (min-width: 1600px) {;
	#illustrations .col-sm-12 {
		width: 50%;
	}
}

}