/*.scroller { height: 1000px !important; }*/
/*======================================*/
.font-size10 {
	font-size: 10px !important;
}
.font-size11 {
	font-size: 11px !important;
}
.font-size12 {
	font-size: 12px !important;
}
.font-size14 {
	font-size: 14px !important;
	line-height: 20px;
}
.font-size16 {
	font-size: 16px !important;
	line-height: 22px;
}
.font-size18 {
	font-size: 18px !important;
	line-height: 24px;
}
.font-size24 {
	font-size: 24px !important;
	line-height: 30px;
}
.no-border-radius {
	border-radius: 0 !important;
}
.no-text-shadow {
	text-shadow: none !important;
}
.no-padding { padding: 0 px !important }
.no-padding-top { padding-top: 0px !important }
.no-padding-right { padding-right: 0px !important }
.no-padding-bottom { padding-bottom: 0px !important }
.no-padding-left { padding-left: 0px !important }
.no-margin { margin: 0 px !important }
.no-margin-top { margin-top: 0px !important }
.no-margin-right { margin-right: 0px !important }
.no-margin-bottom { margin-bottom: 0px !important }
.no-margin-left { margin-left: 0px !important }
.padding10 { padding: 10px !important; }
.padding5 { padding: 5px !important }
.margin10 { margin: 10px !important }
.margin5 { margin: 5px !important }
.marginLeft10 { margin-left: 10px !important }
.vide50 {
	display: block !important;
	margin: 25px auto !important;
	float: left !important;
	width: 100% !important
}
.vide100 {
	display: block !important;
	margin: 50px auto !important;
	float: left !important;
	width: 100% !important
}
.font-normal {
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
}
.underlined {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E5E5E5;
}
.underlined2 {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E5E5E5;
	width: 30%;
	clear: both;
}
.border-light {
	border: 1px solid #BDD2D2;
}
.border-left {
	border-left: solid 1px #E6E6E6;
}
.border-right {
	border-right: solid 1px #E6E6E6;
}
.smoke-style {
	background: whiteSmoke;
	text-shadow: none;
	color: #4E535C;
	font-weight: normal;
	padding: 8px;
	margin: 0px;
}
.boxGray {
	margin-bottom: 5px;
	background: rgb(251,251,251);
	border: solid 1px #FFF;
	color: #4E535C;
	cursor: default;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.boxGray:hover {
	background: rgb(255,255,255);
	border: solid 1px #F5F9FA;
}
.boxWhite {
	margin-bottom: 5px;
	background: FFF;
	border: solid 1px #FFF;
	color: #4E535C;
	cursor: default;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.boxWhite:hover {
	background: rgb(251,251,251);
	border: solid 1px #F5F9FA;
}
.boxWhite .cursusNom {
	padding-left: 0px !important;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.boxWhite:hover .cursusNom {
	padding-left: 15px !important;
}
/*section .boxWhite:hover {
	box-shadow: 0 0 5px #E0E0E0;
}*/

.btn-pink.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-pink {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #800040;
	background-image: -moz-linear-gradient(top, #800040, #B9005C);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#800040), to(#B9005C));
	background-image: -webkit-linear-gradient(top, #800040, #B9005C);
	background-image: -o-linear-gradient(top, #800040, #B9005C);
	background-image: linear-gradient(to bottom, #800040, #B9005C);
	background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#800040', endColorstr='#B9005C', GradientType=0);
	border-color: rgba(102,0,51,0.25);
  *background-color: #B9005C;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-pink:hover,
.btn-pink:active,
.btn-pink.active,
.btn-pink.disabled,
.btn-pink[disabled] {
	color: #ffffff;
	background-color: #B9005C;
  *background-color: #B9005C;
}
.btn-pink:active,
.btn-pink.active {
  background-color: #710038 \9;
}

.strong-none {
	font-weight: normal !important;
}

.strong-light {
	font-weight: normal;
	color: #6D858B;
	padding-left: 10px;
	background: url(../../images/icons/gray_light/play_6x8.png) no-repeat 0px 4px;
	margin-left: 4px;
}
.strong-light-blue {
	font-weight: normal;
	color: #0080FF;
	padding-left: 10px;
	background: url(../../images/icons/cyan/play_6x8.png) no-repeat 0px 4px;
	margin-left: 4px;
}
.strong-light-red {
	font-weight: normal;
	color: #9D0000 !important;
	padding-left: 10px;
	background: url(../../images/icons/red/play_6x8.png) no-repeat 0px 4px;
	margin-left: 4px;
}
.strong-light-green {
	font-weight: normal;
	color: #009900;
	padding-left: 10px;
	background: url(../../images/icons/gray_light/play_6x8.png) no-repeat 0px 4px;
	margin-left: 4px;
}
.label, .badge {
	white-space: normal;
}
.label-brown {
	background: #8D6752;
}
.label-orange {
	background: #D44A26;
}
.label-pink {
	background: #936;
}
.label-pinkDark {
	background: #420021;
}

.label-darkBlue {
	background: #1E4757;
}
.label-white {
	background: #FFF;
	color: #1D77A3 !important;
	border: solid 1px #0099CC;
	text-shadow: none;
}


html { height: 100%; }

*,
*:after,
*:before {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, sans-serif;
	padding-top: 0px !important;
	background: #fff;
	font-size: 18px;/*100%*/
	color: #333;
	height: 100%;
}
.fontLato {
	font-family: 'LatoLight';
}
.js body {
	overflow: hidden;
}

a {
	color: #555;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000;
}

.container,
.bb-custom-wrapper,
.bb-bookblock {
	width: 100%;
	height: 100%;
}

.container {
	position: relative;
	left: 0px;
	-webkit-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}

.slideRight {
	left: 240px;
}

.no-js .container {
	padding-left: 240px;
}

.menu-panel {
	width: auto; /*240px*/
	height: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
	background-color: #0D469D;
}

.js .menu-panel {
	position: absolute;
	left: -240px;
}

.menu-panel h3 {
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 10px;
	font-weight: 300;
	color: #fff;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.05);
} 

.menu-toc {
	list-style: none;
	margin-left: 0px;
}

.menu-toc li a {
	display: block;
	color: #fff;
	font-size: 14px;
	text-decoration: none !important;
	line-height: 3.5;
	padding: 0 20px;
	cursor: pointer;
	-moz-transition: background .3s ease-in-out;
	-webkit-transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background-color: #0D469D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #09316C;
}

.menu-toc li a:hover,
.menu-toc li.menu-toc-current a{
	color: #2F040C;
	background-color: #146FE9;
}

.menu-panel div {
	margin-top: 20px;
}

.menu-panel div a {
	text-transform: uppercase;
	font-size: 10px;
	line-height: 1;
	padding: 5px 20px;
	display: inline-block;
	border: none;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-weight: normal;
	text-shadow: 0 1px rgba(255,255,255,0.2);
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
} 

.menu-panel div a:hover {
	background: inherit;
	color: #39F;
	text-shadow: none;
}

.bb-custom-wrapper nav {
	top: 20px;
	left: 60px;
	position: absolute;
	z-index: 1000;
}

.bb-custom-wrapper nav span,
.menu-button {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0;
	left: 0;
	background: #f1103a;
	border-radius: 10%;
	color: #fff;
	line-height: 30px;
	text-align: center;
	speak: none;
	font-weight: bold;
	cursor: pointer;
}

.bb-custom-wrapper nav span:hover,
.menu-button:hover {
	background: #000;
}

.bb-custom-wrapper nav span:last-child {
	left: 40px;
}

.menu-button {
	z-index: 1000;
	left: 20px;
	top: 20px;
	text-indent: -9000px;
}

.menu-button:after {
	position: absolute;
	content: '';
	width: 50%;
	height: 2px;
	background: #fff;
	top: 50%;
	margin-top: -1px;
	left: 25%;
	box-shadow: 0 -4px #fff, 0 4px #fff;
}

.no-js .bb-custom-wrapper nav span,
.no-js .menu-button {
	display: none;
}

.js .content {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	bottom: 50px;
	overflow: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
}

.scroller {
	padding: 10px 5%;
}

.js .content:before,
.js .content:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	z-index: 100;
	pointer-events: none;
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.js .content:after {
	top: auto;
	bottom: 0;
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.content h2 {
	font-weight: 400;
	font-size: 3em;
	font-family: 'LatoLight';
	padding: 0 0 15px;
	color: #AEB3BD;
	margin: 0 1% 40px;
	text-align: right;
	box-shadow: 0 10px 0 rgba(0,0,0,0.02);
	text-shadow: 0 0 2px #fff;
	text-transform: uppercase;
}

.no-js .content h2 {
	padding: 40px 1% 20px;
}

.content .descriptionContenu {
	text-align: justify;
}
.content p,
.content section,
.content article,
.content .scroller > div {
	line-height: 1.6;
	font-weight: 300;
	padding: 5px 0px;
}

@media screen and (max-width: 800px){
	.no-js .menu-panel {
		display: none;
	}

	.no-js .container {
		padding: 0;
	}
}

@media screen and (max-width: 400px){
	.menu-panel,
	.content {
		font-size: 75%;
	}
}

/* ========= HEADER */
header {
	padding: 0px 20px;
	background-color: #041E31 !important;
	min-height: 40px;
}
header h1 {
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, sans-serif;
	color: #FAFEFE;
}
#navigationTop {
	position: absolute;
	top: 0;
	right: 0px;
	z-index: 333;
}
#navigationTop h2 {
	display: inline;
	padding: 0px;
	font-size: 14px;
}
#navigationTop h2 > a {
	float: left;
	padding: 0px 10px;
	width: auto;
	height: auto;
	border-bottom: 3px solid #3CF;
	-webkit-transition: ease-in-out all .3s;
	-moz-transition: ease-in-out all .3s;
	-o-transition: ease-in-out all .3s;
	-ms-transition: ease-in-out all .3s;
	transition: ease-in-out all .3s;
}
#navigationTop h2 > a:hover {
	padding: 5px 10px;
	color: #FFF;
	background: #09F;
}
#navigationTop #homePage > a {
	font-weight: bold;
	border-left: 1px solid #3CF;
}
#navigationTop #profilPage > a {
	color: #FFF;
	border-right: 1px solid #3cF;
}
#navigationTop #profilPage > a:hover {
	background: #0000FF;
	border-right-color: #0000FF;
	border-bottom: 3px solid #0000FF;
}
#etabHead {
	position: absolute;
	top: 0px;
	left: 10px;
	z-index: 333;
}

/* ===== CURSUS CONTENT ===== */
#cursusContent > div[class*='active'] {
	background: rgb(251,251,251);
}
.descriptionHead {
	margin: -10px 0 0 0 !important;
	color: #031F34;
	padding-left: 10px;
	padding-right: 10px;
}
.descriptionHead > i {
	margin-left: -15px !important;
	margin-top: 0px !important;
	font-size: 36px;
	color: #646671;
}
.descriptionHead > strong {
	margin-left: 10px !important;
}
.cursusNom {
	font-size: 24px !important;
	line-height: 30px;
	margin: 5px 0 0 0;
	padding: 3px 10px 3px 10px !important;
	display: inline !important;
	text-transform:uppercase;
}
.cursusNom > i {
	margin-top: 5px;
	margin-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #D8E0E2;
	float: right;
	color: #D8E0E2;
}

.titreH4 {
	padding: 0px 10px;
	margin: 0 0 0 10px;
	border-left: 4px solid #CCC;
	display: inline !important;
}
.boxGray > hgroup {
	border-bottom: 1px solid #DCDFE4;
	margin-bottom: 4px;
	padding-bottom: 4px;
}
.contenuCursus .filiereNom {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

/* ===== CURSUS DETAILS ===== */

#defaultTexte h3 {
	padding: 0 40px;
	color: #999;
}
#cursusDetails {
	border-left: 1px solid #E8E8E8;
	min-height: 1800px;
}
#cursusDetails #cursusNom {
	font-size: 24px;
	margin: 0 10px;
	padding: 0;
	text-transform: uppercase;
}
#cursusDetails #filiereHeader {
	font-size: 16px;
	text-align: center;
	padding: 5px 0px;
	margin-top: -10px;
	margin-bottom: 0px;
	background: #FCFEFE;
	border-bottom: 1px solid #E8E8E8;
}
#cursusDetails #filiereHeader > i {
	color: #5EB7EC;
}
#cursusDetails #filiereBox {
	margin-top: 0px;
}
#cursusDetails #filiereBox .filiereNom {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
#cursusDetails #filiereBox .sousTitre {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-transform: uppercase;
	color: #293034;
	margin-left: 40px;
}
#cursusDetails #filiereBox .sousTitre > i {
	margin-right: 10px;
}
#cursusDetails #filiereBox #filiereDebouches {
	margin: 1em 60px;
}

/* ===== DOCUMENTATION ===== */
a.documentBox1 {
	height: 200px;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
div.documentBox {
	height: 200px;
	background: #F2F4F4;
}
a.documentBox1:hover { background: #E3E8E8; }
a.documentBox1:hover > h3 { color: #16242C; }
a.documentBox1:hover > i {
	font-size: 4em; 
}
a.documentBox1 > i {
	font-size: 6em;
	display: block !important;
	margin-top: 30px !important;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
div.documentBox > i {
	font-size: 6em;
	display: block !important;
	margin-top: 30px !important;
}
a.documentBox1 > h3 {
	font-size: 12px;
	position: relative;
	bottom: 0px;
	color: #FFF;
}
div.documentBox > h3 {
	font-size: 12px;
	position: relative;
	bottom: 0px;
	color: #97A0B0;
	text-shadow: none !important;
}

/* ===== CONTACTS ===== */

#formEtab {
	width: 100% !important;
}
#formEtab input {
	height: 45px !important;
	line-height:45px !important;
	font-size: 12px;
	display: block !important;
	width: 100%;
}
#formEtab input#email,
#formEtab input#tel  {
	width: 48%;
	display: inline !important;
}
#formEtab input#tel  {
	margin-left: 3%;
}
#formEtab textarea {
	font-size: 12px;
	display: block !important;
	width: 100% !important;
}

/* ===== SEARCH ENGINE ===== */
#searchEngine .sb-search {
	position: absolute;
	z-index: 999;
	top: 48px;
	right: 120px;
}
#searchEngine .sb-search-input {
	width: 30%;
}
#searchEngine .sb-icon-search {
	font-family: inherit;
	color: #E5E5E5;
	background: #FFF;
	border: 1px solid #E8E8E8;
}
#searchEngine .sb-icon-search:before {
	content: "";
}

/* Ouvert */
#searchEngine .sb-search.sb-search-open .sb-icon-search,
#searchEngine .no-js .sb-search .sb-icon-search {
	background: #177797;
	color: #FFF;
	z-index: 11;
}
#formBox {
	min-height: 500px;
}


.copyright {
	color: #9FC2F7;
	position: relative;
	z-index: 1;
	top: 35px;
	margin-left: -15px;
}
.lienInactif {
	cursor: default !important;
	color: rgb(13, 94, 148) !important;
}
/* ========== */
@media (max-width: 1333px) and (min-width: 980px) {
	.descriptionContenu {
		width: 60% !important;
	}
	.descriptionFiche {
		width: 32% !important;
	}
	#cursusContent {
		width: 32% !important;
	}
	#cursusDetails {
		width: 60% !important;
	}
	#formBox {
		width: 50% !important;
	}
}
@media (max-width: 827px) and (min-width: 768px) {
	#formBox {
		width: 45% !important;
	}
}
@media (max-width: 1000px) and (min-width: 740px) {
	#formBox #email,
	#formBox #tel {
		width: 100% !important;
	}
	#formBox #tel {
		margin-left: 0% !important;
	}
}
@media (max-width: 979px) and (min-width: 827px) {
	.descriptionContenu {
		width: 50% !important;
	}
	.descriptionFiche {
		width: 42% !important;
	}
}
@media (max-width: 826px) and (min-width: 768px) {
	.descriptionContenu {
		width: 44% !important;
		display: inline !important;
	}
	.descriptionFiche {
		width: 40% !important;
		display: inline !important;
	}
}
@media (max-width: 767px) {
	.content h2 {
		font-size: 2em;
	}
	.descriptionFiche {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
@media (max-width: 826px) {
	#cursusContent {
		display: block !important;
		width: 100% !important;
	}
	#cursusDetails {
		display: block !important;
		width: 100% !important;
	}
}
@media (max-width: 1299px) and (min-width: 768px) {
	.documentBox,
	.documentBox1 {
		width: 30% !important;
	}
}
@media (max-width: 767px) and (min-width: 630px) {
	.documentBox,
	.documentBox1 {
		height: 100px !important;
	}
	div.documentBox > i,
	a.documentBox1 > i {
		font-size: 32px !important;
		margin-top: 10px !important;
	}
	div.documentBox > h3,
	a.documentBox1 > h3 {
		bottom: 10px;
	}
}