/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
	color: #222;
}

body {
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles ›› Interactif
   COLOR
   VertInter › color: #006771;
   OrangeActif › color: #eb6500;
   VertInter 50% › color: #aacf82,
   Vert Background › color: #e8f1ea;
   Vert Encadré › color: #d7e7c4;
   Dégradé footer
     bg footer top #00757f;
     bg footer bottom #00545b;
   Dégradé bt vert
     clair: #00757f;
     foncé: 00545b;
   Dégradé bt orange
     clair: #eb7104;
     foncé: #d45111;
   ========================================================================== */
body {
	font-family: "Open Sans", Arial, "Helvetica Neue", sans-serif;
	color: #171717;
	background-color: #f5f9f9;
	text-align: center;
}
header {
	width: 100%;
	height: 230px;
	background-color: #ffffff;
	margin: 0;
	position: relative;
	border-bottom: 1px solid #c4dcde;
	min-width: 960px;
	margin-bottom: 20px;
}
.container {
	width: 960px;
	margin: 0 auto;
}
header .logo {
	width: 752px;
	height: 126px;
	background: #ffffff url("../img/logo-top.png") no-repeat left top;
	float: left;
	margin: 20px 0 0 0;
}
header .logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
header .boutique {
	height: 60px;
	width: 149px;
	/*background: #f5f5f5 url('../img/bt-boutique-top.png') no-repeat 0 0;*/
	float: right;
	margin: -5px 0 0 0;
}
header .boutique a {
	display: block;
	width: 149px;
	height: 42px;
	text-align: center;
	color: #fff;
	font-family: "Open Sans", Arial, "Helvetica Neue", sans-serif;
	font-weight: 700;
	padding: 18px 0 0 0;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 0 1px 1px #424040;
	background: #ffffff url("../img/bt-boutique-top.png") no-repeat 0 0;
}
header .boutique a:hover {
	background-position: 0 -60px;
}
nav {
	width: 960px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	border-top: 2px solid #e8f1ea;
	text-align: left;
}
nav ul.sf-menu {
	font-family: "Open Sans", Arial, "Helvetica Neue", sans-serif;
	font-weight: 700;
	font-size: 0.875em;
}
nav ul li a {
	text-transform: uppercase;
	color: #006771;
	letter-spacing: 1px;
	text-decoration: none;
}
section.main {
	width: 100%;
	text-align: left;
}
div#intro {
	width: 100%;
	height: auto;
	margin-bottom: 60px;
	margin-top: 40px;
}
div#intro h1 {
	color: #73b858;
	font-size: 28px;
	letter-spacing: 2px;
	text-align: center;
}
div#encadre {
	width: 898px;
	background-color: #d7e7c4;
	padding: 20px 20px 20px 40px;
	border: 1px solid #c2d0b0;
	margin-top: 40px;
}
div.presentation {
	width: 640px;
	float: left;
	text-align: left;
}
div.presentation h2 {
	color: #006771;
	font-size: 24px;
	margin: 0 0 10px 0;
}
div.description {
	font-style: italic;
	text-align: justify;
}
.btn {
	border: none;
	padding: 8px 20px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-style: normal;
	background: #00757f; /* Old browsers */
	background: -moz-linear-gradient(top, #00757f 0%, #00545b 100%); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #00757f),
		color-stop(100%, #00545b)
	); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top,
		#00757f 0%,
		#00545b 100%
	); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(
		top,
		#00757f 0%,
		#00545b 100%
	); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00757f 0%, #00545b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #00757f 0%, #00545b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00757f', endColorstr='#00545b',GradientType=0 ); /* IE6-9 */
	behavior: url(pie/PIE.htc); /* Fix IE8 border-radius */
}
:hover.btn {
	background: #eb7104; /* Old browsers */
	background: -moz-linear-gradient(top, #eb7104 0%, #d45111 100%); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #eb7104),
		color-stop(100%, #d45111)
	); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top,
		#eb7104 0%,
		#d45111 100%
	); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(
		top,
		#eb7104 0%,
		#d45111 100%
	); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eb7104 0%, #d45111 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eb7104 0%, #d45111 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb7104', endColorstr='#d45111',GradientType=0 ); /* IE6-9 */
}
.right {
	float: right;
}
.left {
	float: left;
}
.center {
	text-align: center;
}
div.portrait {
	width: 180px;
	height: 220px;
	overflow: hidden;
	float: right;
}
section#accesRapide {
	padding: 40px 0;
	margin: 0 auto;
}
div.fiche {
	width: 265px;
	height: 314px;
	background-color: #ffffff;
	padding: 20px;
	float: left;
	border: 1px solid #e7ede5;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(1, 5, 2, 0.45);
	box-shadow: 0px 1px 1px 0px rgba(1, 5, 2, 0.45);
	margin-bottom: 19px;
	behavior: url(pie/PIE.htc); /* Fix IE8 border-radius */
}
.fichecenter {
	margin: 0 19px 0 19px;
}
div.fiche-wrapper {
	width: 100%;
}
div.fiche-wrapper h3 a {
	color: #006771;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	display: block;
	font-size: 0.85em;
}
div.fiche-wrapper h3 a:hover {
	color: #eb6500;
}
div.picto {
	width: 136px;
	height: 137px;
	overflow: hidden;
	margin: 12px auto 0 auto;
	display: block;
}
div.picto#apprentissage a {
	width: 136px;
	height: 137px;
	display: block;
	background: url("../img/bt-pnlapprentissage.png") 0 0 no-repeat;
}
div.picto#apprentissage a:hover {
	background-position: 0 -137px;
}
div.picto#entreprise a {
	width: 136px;
	height: 137px;
	display: block;
	background: url("../img/bt-pnl-entreprise.png") 0 0 no-repeat;
}
div.picto#entreprise a:hover {
	background-position: 0 -137px;
}
div.picto#seminaires a {
	background: url("../img/bt-seminaires.png") 0 0 no-repeat;
	width: 136px;
	height: 137px;
	display: block;
}
div.picto#seminaires a:hover {
	background-position: 0 -137px;
}
div.picto#boutique a {
	background: url("../img/bt-boutique.png") 0 0 no-repeat;
	width: 136px;
	height: 137px;
	display: block;
}
div.picto#boutique a:hover {
	background-position: 0 -137px;
}
div.picto#infos a {
	background: url("../img/bt-infos.png") 0 0 no-repeat;
	width: 136px;
	height: 137px;
	display: block;
}
div.picto#infos a:hover {
	background-position: 0 -137px;
}
div.picto#inscriptions a {
	background: url("../img/bt-dates.png") 0 0 no-repeat;
	width: 136px;
	height: 137px;
	display: block;
}
div.picto#inscriptions a:hover {
	background-position: 0 -137px;
}
div.excerpt {
	color: #535353;
	text-align: center;
}
footer {
	background: #00545b url("../img/bg-footer.jpg") top center repeat-x;
	width: 100%;
	height: auto;
	padding: 70px 0;
	min-width: 960px;
}
div.infoFooter {
	float: left;
	text-align: left;
	width: 360px;
}
div.infoFooter > p {
	font-size: 0.8125em;
	font-weight: 400;
	color: #ffffff;
}
div.infoFooter address {
	color: #9dc5c3;
	font-weight: 700;
	font-size: 0.8125em;
}
div.infoFooter address a {
	text-decoration: none;
	color: #9dc5c3;
	font-weight: 700;
	font-size: 1em;
}
div.infoFooter address a:hover {
	text-decoration: underline;
	color: #9dc5c3;
	font-weight: 700;
	font-size: 1em;
}
div.logoFooter {
	width: 163px;
	height: 69px;
	margin: 0;
	/*background-color: #FFFFFF;*/
}
div.menuFooter {
	float: right;
	text-align: left;
}
div.menuFooter h3 {
	margin-top: 0;
}
div.menuFooter > p > a {
	color: #ffffff;
	font-size: 0.8125em;
	text-decoration: none;
}
div.left-sidebar {
	float: left;
	width: 260px;
	margin-left: 10px;
}
#filtre-formations {
	background-color: #aacfc1;
	margin-bottom: 20px;
	padding: 15px;
	margin-top: 20px;
}
div#filtre-formations h3.section-name {
	margin: 10px 0 20px 0px;
}
#filtre-formations ul {
	font-size: 85%;
	list-style: none outside none;
	text-transform: uppercase;
	padding: 0px;
	list-style: none;
	margin-bottom: 25px;
}
#filtre-formations ul li {
	margin-bottom: 10px;
}
#filtre-formations ul li a {
	padding: 4px 0;
	text-decoration: none;
	color: #535353;
	display: inline;
	margin-left: 5px;
	position: relative;
	bottom: 2px;
}
#filtre-formations input[type="radio"] {
	cursor: pointer !important;
}
#filtre-formations ul li:hover a,
#filtre-formations ul li.active a {
	font-weight: 700;
}
div#articles-nav {
	background-color: #ffffff;
	padding: 20px 0;
	margin-bottom: 20px;
	margin-top: 22px;
}
h3.section-name {
	font-size: 0.9375em;
	color: #006771;
	margin: 10px 0 20px 30px;
	text-transform: uppercase;
}
h3.section-name a {
	color: #006771;
}
h3.section-name.active {
	color: #eb6400;
}
ul#sub-menu {
	font-size: 0.875em;
	margin: 0;
	padding: 0;
}
ul#sub-menu li {
	display: block;
	height: 44px;
	list-style-type: none;
	margin: 0 0 14px 0;
}
ul#sub-menu li a {
	background-color: #ffffff;
	border-left: 5px solid #ffffff;
	color: #171717;
	display: block;
	height: 24px;
	padding: 12px 0 8px 35px;
	text-decoration: none;
}
ul#sub-menu li a:hover,
ul#sub-menu li.active a {
	border-left: 5px solid #006770;
	background-color: #d7e7c4;
}

/* add 3/3 */
ul#sub-menu li a.submenu:hover,
ul#sub-menu li.active a.submenu {
	border-left: 5px solid #eb6400;
	background-color: #d7e7c4;
}

div.content {
	margin: 0 10px;
	float: right;
	width: 620px;
}
/*div.content > article {
  padding: 30px 0;
}*/
div.content h3 {
	padding-top: 25px;
	color: #eb6400;
	font-weight: 400;
	font-size: 1.3125em;
	text-align: left;
}
div.promotion {
	width: 620px;
	background-color: #d7e7c4;
	margin: 60px 0;
}
div.description-livre {
	float: left;
	padding: 20px 30px 20px 20px;
	width: 360px;
}
div.description-livre > p {
	font-size: 85%;
}
div.packshot {
	width: 200px;
	float: right;
}
div.promotion-col {
	background-color: #d7e7c4;
	margin: 30px 0;
	border-top: 3px solid #eb6500;
}
div.description-livre-col {
	padding: 14px;
	margin-bottom: 2.5em;
}
div.description-livre-col > h3 {
	color: ;
	margin-top: 0.25em;
}
div.description-livre-col > p {
	font-size: 85%;
	margin-bottom: 1.5em;
}
div.packshot-col {
	display: block;
	background-color: #ffffff;
}
div.packshot-col > img {
	margin: 0 auto;
	display: block;
	padding: 30px 0 30px 0;
}
#newsletter {
	padding: 15px;
	background: #ffffff;
	border: 1px solid #c4dcde;
}
#newsletter p {
	float: left;
	margin: 0.32em 0 0 0;
}
#newsletter,
#submitForm {
	margin-bottom: 20px;
}
strong.news {
	color: #006771;
}
.sinscrire {
	background: #ffffff;
	border: 1px solid #c4dcde;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
}
.sinscrire a {
	text-decoration: none;
	color: #006771;
}
h2.date {
	color: #eb6500;
	font-size: 2em;
}
div.content h3.type-formation,
div.content h3.type-seminaire {
	color: #006771;
	font-weight: 700;
	font-size: 26px;
	line-height: 36px;
	margin-top: -50px;
}
.frame {
	width: 580px;
	height: auto;
	padding: 0px 20px 20px 20px;
	background-color: #ffffff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 2px 2px 2px -1px #d6d6d6;
	margin: 0 0 30px 0;
	behavior: url(pie/PIE.htc); /* Fix IE8 border-radius */
}

.frame legend {
	text-transform: uppercase;
	font-family: "Open Sans";
	font-weight: 700;
	font-size: 30px;
	color: #29abe2;
	margin: 0 0 10px 0;
	padding-top: 20px;
}
.frame ul.liste-formations {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.liste-formations li {
	font-weight: 700;
	font-size: 20px;
	color: #006771;
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid #bad5d2;
}
ul.liste-formations li:last-child {
	border-bottom: none;
}
ul.liste-formations li input {
	margin: 0;
}
ul.liste-formations li input[type="checkbox"] {
	margin-right: 10px;
}
ul.liste-formations li p {
	font-size: 14px;
	line-height: 21px;
	color: #535353;
	font-weight: normal;
	margin: 0;
}
strong.bold {
	color: #434242;
}
span.important {
	color: #eb6500;
}

a {
	text-decoration: none;
	color: #73b958;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	text-align: center;
	font-weight: bold;
}
.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.btn-confirm,
.btn-cancel {
	width: 250px;
}

.btn-cancel {
	float: left;
}

.bootbox p {
	font-weight: bold;
}

article img {
	border-radius: 5px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
     * Don't show links for images, or javascript/internal links
     */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}
