/* Reset Eric Meyer */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	outline: none;
	text-decoration: none;	
}

strong, b {
	font-weight: bold;
}

.Clearer {
	clear:both;
}

.Hr {
	margin: 10px 0;
	border-bottom: 1px solid #e2ded8;
}

.Hr hr { 
	display: none;
}

td { 
	vertical-align: top;
	text-align: left;
}

th { 
	text-align: left;
}

/* Neotelis */

/* -============== Layout ==============- */

html { 
	background: url(../interface/neotelis/global/bg_html.png) repeat top left;
}

html html { 
	background: none !important;
}

html.NoBackground {  
	background: #ffffff;
}

body {
	font: normal 100% Arial, Helvetica, sans-serif !important;
	color: #000000;
	/*background: url(../interface/neotelis/global/bg_body.png) no-repeat center 203px;*/
}

body#Homepage {
	background: url(../interface/neotelis/global/bg_body-homepage.png) no-repeat center 203px;
	background-position: center 449px;
}

body.body_without_header { 
	background: #ffffff;
	height: 100%;
	padding: 20px 2.91667%;
}

/* Editor */

h1, .g2_titre {
	font-size: 33px; /* 33px / 13px */
	font-family: 'Cuprum', sans-serif;
	color: #ed9b13;
	margin-bottom: 6px;
}

h2 {
	font-size: 26px; /* 26px / 13px */
	font-family: 'Cuprum', sans-serif;
	font-weight: bold;
	color: #bf3038;
	margin-bottom: 38px;
}

h3, .g2_soustitre {
	font-size: 22px; /* 22px / 13px */
	font-family: 'Cuprum', sans-serif !important;
	font-weight: normal;
	color: #dc6d00;
	padding: 3px 0;
	margin-bottom: 15px;
	border-top: 2px solid #f3f1ef;
	border-bottom: 2px solid #f3f1ef;
	text-decoration: none !important;
}

.page_system_preview {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px !important;
	color: #000000 !important;
}

.page_system_preview p, .page_system_preview .g2_texte { 
	margin-bottom: 15px;
}

.page_system_preview ul {
	margin: 0 0 20px 30px;
}

.page_system_preview ul li {
	font-size: 13px !important;
	color: #000000 !important;
	background: url(../interface/neotelis/global/puce_list.png) no-repeat left 4px;
	padding-left: 21px;
	margin-bottom: 10px;
}

.page_system_preview a { 
	color: #C61333;
	font-weight: bold;
}

/* Base */

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

img[usemap] {
    border: medium none;
    height: auto;
    max-width: 100%;
    width: auto;
}

#Wrapper {
	width: 90%;
    max-width: 960px;
	min-height: 500px;
	margin: 0 auto;
    top: -96px; position: relative; z-index: 2;
}
#Homepage #Wrapper{top: 0; position: relative; z-index: 2;}
#Homepage #FooterWrapperWrap{
    position: absolute; 
    bottom: 135px;  
    width: 100%; 
    background:url('../interface/neotelis/global/bg_html.png');
}
#Homepage #CourbeHaut{background: url('../interface/courbe_haut.png') center top no-repeat; }
#Homepage #GrayWraper{margin-top: 365px; margin-bottom: 0; }

#GrayWraper{
    background-color:#eeeeeb ; 
    position: relative; 
    width: 100%;
    margin-top: 109px; 
    margin-bottom: 79px;
}
#CourbeHaut{
    background: url('../interface/courbe_haut.png') center top no-repeat; 
    width: 100%; 
    height: 79px; 
    position: absolute; 
    top: -79px;
}
#FooterWrapperW{
    position: absolute; 
    bottom: -150px;  
    width: 100%; 
    background:url('../interface/neotelis/global/bg_html.png');
}
#CourbeBas{
    width: 100%; 
    height: 80px; 
    background: url('../interface/courbe_bas.png') center top no-repeat;
}


@media screen and (max-width: 768px) {
	
	#Wrapper {
		width: 100%;
		max-width: 768px;
		margin: 0 auto;
	}
	
	body, body#Homepage {
		background: none;
	}
}

/* -============== Header ==============- */

#HeaderWrapper {
	background: url(../interface/neotelis/global/bg_headerwrapper.png) repeat-x bottom left;
	height: 118px;
	width: 100%;
	margin-bottom: 12px;
	box-shadow: 0 0 16px 0 rgba(0,0,0,0.5);
}

#Header {
	overflow: hidden;
	width: 90%;
	height: 118px;
	max-width: 960px;
	margin: 0 auto;
}

#Logo { 
	float: left;
	display: block;
	width: 315px;
	height: 74px;
	background: url(../interface/neotelis/global/logo_neotelis.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-top: 22px;
}

html[lang=fr] #Logo {
	width: 319px;
	height: 73px;
	background: url(../interface/neotelis/global/logo_neotelis-fr.png) no-repeat 0 0;
}

#HeaderContent {
	position: relative;
	width: 59.375%; /* 570px / 960px */
	height: 118px;
	float: right;
}

#ContentWideNav {
	position: relative;
	height: 47px;
	padding: 12px 0;
}

#ContentWideNav #Avatar {
	position: absolute;
	top: 12px;
	right: 0;
	max-width: 47px;
	max-height: 47px;
}

#MainContent #ProfileAvatar { 
	display: block !important;
	max-width: 47px !important;
	max-height: 47px !important;
}

@media screen and (max-width: 900px) {
	
	#Logo { 
		width: 141px;
	}
	
	html[lang=fr] #Logo {
		width: 141px;
	}
}

@media screen and (max-width: 480px) {
	
	#HeaderWrapper {
		position: relative;
		margin-bottom: 0px;
        z-index: 999;
	}
	
	#Header {
		width: 100%;
	}
	
	#Logo {
		width: 116px;
		height: 58px;
		background: url(../interface/neotelis/global/logo_neotelis-mobile.png) no-repeat 0 0;
		text-indent: -9999px;
		margin: 36px 0 0 5.625%;
	}
	
	#HeaderContent {
		position: absolute;
		width: 100%;
		height: auto;
		padding-top: 68px;
	}
	
	#ContentWideNav {
		position: absolute;
		top: 0;
		width: 100%;
		height: 16px;
		padding: 5px 0 0 0;
		background: #c61333;
	}
    #Wrapper{
        top: -109px;
    }
}

/* -============== Member Navigation ==============- */

#MemberNavigation {
	position: absolute;
	right: 11.33333333333333%; /* 76px / 570px */ 
	overflow: hidden;
}

#MemberNavigation.NotLogged, #MemberNavigation.NotLogged + #SiteWideNavigation {
	right: 0;
}

#SiteWideNavigation { 
	position: absolute;
	top: 48px;
	right: 11.33333333333333%; /* 76px / 570px */ 
	overflow: hidden;
}

#MemberNavigation li, #SiteWideNavigation li { 
	float: left;
	font-size: 0.6875em;
	line-height: 11px;
	color: #4f4a42;
	border-left: 1px solid #4f4a42;
	margin-left: 6px;
}


#MemberNavigation li a, #SiteWideNavigation li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #4f4a42;
	padding-left: 6px;
}

#MemberNavigation li a:hover, #MemberNavigation li.Active a, #SiteWideNavigation li a:hover, #SiteWideNavigation li.Active a {
	color: #c61333;
}

#MemberNavigation li:first-child, #SiteWideNavigation li:first-child  {
	border-left: none;
}

#MemberNavigation li:first-child a, #SiteWideNavigation li:first-child a { 
	padding-left: 0;
}

#MobileSiteWideNavigation {
	display: none;
	position: absolute;
	right: 0;
	padding-top: 1px;
}

#MobileSiteWideNavigation li { 
	float: left;
	margin-left: 13px;
}

#MobileSiteWideNavigation li:first-child { 
	margin-left: 0;
}

#MobileSiteWideNavigation li a { 
	display: block;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	background: url(../interface/neotelis/global/btn_mobile-sitewidenavigation.png) no-repeat 0 0;
}

#MobileSiteWideNavigation li#MobileBtnLanguage.Francais a { 
	background-position: 0 -25px;
}

#MobileSiteWideNavigation li#MobileBtnContact a { 
	background-position: 0 -50px;
}

#MobileSiteWideNavigation li#MobileBtnSearch a { 
	background-position: 0 -75px;
}

#MobileSiteWideNavigation li#MobileBtnMenu a { 
	background-position: 0 -100px;
}



@media screen and (max-width: 968px) {
    	
	#MemberNavigation, #SiteWideNavigation {
		right: 0;
	}
	
	#MemberNavigation li, #SiteWideNavigation li { 
		font-size: 0.625em; /* 10px / 16px */
	}
		
	#Avatar {
		display: none;
	}
}


@media screen and (max-width: 768px) {
	
	#SiteWideNavigation { 
		display: none;
	}
	
	#MobileSiteWideNavigation {
		display: block;
	}
	
	#MobileSiteWideNavigation li#MobileBtnMenu {
		display: none;
	}	

}

@media screen and (max-width: 480px) {
	
	#MobileSiteWideNavigation { 
		margin-right: 5.625%;
	}
	
	#MobileSiteWideNavigation li#MobileBtnMenu {
		display: block;
	}
	
	#MemberNavigation li { 
		border-left: 1px solid #ffffff;
	}
	
	#MemberNavigation {
		margin-right: 4.5%;
	}
	
	#MemberNavigation li, #MemberNavigation li a, #MemberNavigation li a:hover, #MemberNavigation li a:active { 
		color: #ffffff;
	}
	
	#MemberNavigation li.Portail {
		display: none;
	}

}

/* -============== Social Links ==============- */

#SocialLinks {
	position: absolute;
	right: 56.49122807017544%; /* 322px / 570px */ 
	overflow: hidden;
}

#SocialLinks li { 
	float: left;
	margin-left: 9px;
}

#SocialLinks li:first-child { 
	margin-left: 0;
}

#SocialLinks li a { 
	display: block;
	width: 27px;
	height: 27px;
	text-indent: -9999px;
	background: url(../interface/neotelis/global/picto_social.png) no-repeat 0 0;
}

#SocialLinks li #LinkedIn { 
	background-position: 0 -27px;
}

#SocialLinks li #Twitter { 
	background-position: 0 -54px;
}

#SocialLinks li #Facebook { 
	background-position: 0 -81px;
}

@media screen and (max-width: 768px) {
	
	#SocialLinks {
		right: 35%;	
	}
	
}

@media screen and (max-width: 600px) { 
	
	#SocialLinks { 
		display: none;
	}

}

/* -============== Search ==============- */

#Search {
	position: relative;
	float: right;
	overflow: hidden;
	width: 46.31578947368421%; /* 264px / 570px */
	height: 25px;
	padding: 1px 5.6140350877193% 0 0;
}

#Search input[type=text] {
	width: 93.18181818181818%; /* 246px / 264px */
	height: 25px;
	padding: 0 3.37837837837838%;
	margin: 0;
	border: 0;
	box-shadow: inset 0 0 4px 0 #888;
}

#BtnSearch {
	position: absolute;
	top: 1px;
	right: 0;
	width: 32px;
	height: 25px;
	padding: 0;
	margin: 0;
	background: url(../interface/neotelis/global/btn_search.png) no-repeat 0 0;
	text-indent: -9999px;
}

@media screen and (max-width: 768px) {
	#Search {
		display: none;
	}
}

/* -============== Main Navigation ==============- */

#MainNavigation div.Clearer{display: none;}

#MainNavigation {
	width: 90%;
    max-width: 960px;
	margin: 0 auto 13px auto;
}

#MainNavigation ul { 
	width: 100%;
    position: relative;
    /**z-index: 500;**/

}

#MainNavigation ul li {
	position: relative;
	float: left;
	margin-left: 0.20833333333333%;
	width: 16.45833333333333%; /* 158px / 960px */
}

#MainNavigation ul li:first-child {
	margin-left: 0;
}

#MainNavigation ul li a {
	display: block;
	height: 32px;
	background: #ed9b13;
	font-family: 'Cuprum', sans-serif;
	font-size: 0.8125em; /* 14px / 16px */
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

#MainNavigation ul li a.MenuItem.Submenu {
	cursor: default;
}

#MainNavigation ul li a:hover, #MainNavigation ul li a.Active {
	color: #ffffff;
	background: #dc6d00;
}

#MainNavigation ul li ul { 
	display: none;
	position: absolute;
	z-index: 999;
	top: 32px;
	left: 0;
	background: #e2ded8;
	width: 171px;
	padding: 7px 0;
	border-top: 2px solid #a3112e;
}

#MainNavigation ul li ul li {
	float: none;
	width: 100%;
	margin: 0;
	background: #e2ded8;
}

#MainNavigation ul li ul li a {
	height: auto;
	padding: 4px 07.01754385964912%;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	font-weight: normal;
	color: #4e4e4e;
	text-align: left;
	text-transform: none;
	background: #e2ded8;
}

#MainNavigation ul li ul li:hover, #MainNavigation ul li ul li a:hover{ 
	background: #ed9b13;
	color: #fff;
}

#MainNavigation ul li:hover ul {
	display: block;
}

@media screen and (max-width: 1024px) {
    
			
	#MainNavigation ul li a.MenuItem.Submenu {
		cursor: pointer;
	}
}


@media screen and (max-width: 900px) {
    
	#MainNavigation ul li a {
		font-size: 0.75em; /* 12px / 16px */
	}
}


@media screen and (max-width: 768px) {
    
    #MainNavigation ul li {
		margin: 0 0.4% 5px 0;
		width: 33%;
    }
	
	#MainNavigation ul li:nth-of-type(3n) { 
		margin: 0 0 5px 0;
	}
	
	#MainNavigation ul li a {
		font-size: 0.875em; /* 14px / 16px */
		line-height: 32px;
	}
	
	#MainNavigation ul li ul {
		width: 100%;
		border-top: 5px solid #a3112e;
	}
}

@media screen and (max-width: 480px) { 

	#MainNavigation {
		margin: 25px auto 13px auto;
		display: none;	
	}
    
    #Homepage #MainNavigation{margin: 25px auto 3px auto;}
    
    #MainNavigation div.Clearer{display: block;}
	
	#MainNavigation ul li {
		margin: 0 0 3px 0 !important;
		width: 50%; !important;
    }
	
	#MainNavigation ul li a {
		border-right: 3px solid #a3112e;
    }	
	
	#MainNavigation ul li ul {
		width: 98.5%;
		border-top: 3px solid #a3112e;
	}
	
	#MainNavigation ul li ul li a {
		border: none;
	}
	
}

/* Slider  */

#SliderWrapper {
	position: relative;
	z-index: 5;
	margin-bottom: 8px;
}

#SliderBottom {
	width: 100%;
	position: absolute;
	bottom: 0;
}

.SliderContent {
	overflow: hidden;
	position: relative;
}

.SliderDescription {
	font-family: 'Cuprum', sans-serif;
	position: absolute;
	top: 0;
	right: 0;
	width: 26.14583333333333%; /* 251px / 960px */
	height: 87.75510204081633%; /* 258px / 294px  */
	padding: 36px 4.16666666666667% 0 21.77083333333333%; /* 40px / 960px */  /* 209px / 960px */
	background: url(../interface/neotelis/global/bg_sliderdescription.png) no-repeat top left;	
}

.SliderDescription .Mention {
	color: #ed9b13;
	font-size: 1.375em; /* 22px / 16px */
}

.SliderDescription h2, .Date_conf {
	font-family: 'Cuprum', sans-serif;
	color: #c61333;
	font-size: 2.2em; /* 40px / 16px */
	line-height: 0.86em;
	margin-bottom: 0;
    margin-top: 3px;
}

.SliderDescription .BannerDate {
	display: block;
	color: #000000;
	font-size: 1.375em; /* 22px / 16px */
}

.SliderDescription p {
	color: #000000;
	font-size: 0.9375em; /* 15px / 16px */
	margin-bottom: 5px;
}

.SliderDescription a {
	color: #ffffff;
	font-size: 0.6875em !important; /* 11px / 16px */
	text-transform: uppercase;
	padding: 3px 22px 2px 7px;
	display: none;
	margin-top: 5px;
	background: #ed9b13 url(../interface/neotelis/global/bg_sliderdescription-link.png) no-repeat 44px 5px;	
}

.SliderDescription p + a { 
	margin-top: 0;
}

#SliderContent.Link .SliderDescription a { 
	display: inline-block;
}

#SliderWrapper .SliderGlobe {
	width: 27.39583333333333%;  /* 263px / 960px */
	position: absolute;
	left: 0;
	bottom: 0;
}

#SliderWrapper .SliderGlobe img { 
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1080px) {
    
	.SliderDescription .Mention {
		font-size: 1.25em; /* 20px / 16px */
	}
	
	.SliderDescription h2 {
		font-size: 1.875em; /* 30px / 16px */
	}
	
	.SliderDescription .BannerDate {
		font-size: 1.0625em; /* 22px / 16px */
	}
	
	.SliderDescription p {
		font-size: 0.75em; /* 12px / 16px */
	}
	
	.SliderDescription a {
		font-size: 0.6875em; /* 11px / 16px */
	}
}

@media screen and (max-width: 900px) {
	
	#SliderWrapper .SliderDescription {
		background: url(../interface/neotelis/global/bg_sliderdescription.png) no-repeat 40% top;	
	}
    
	.SliderDescription .Mention {
		font-size: 1em; /* 16px / 16px */
	}
	
	.SliderDescription h2 {
		font-size: 1.255em; /* 20px / 16px */
	}
	
	.SliderDescription .BannerDate {
		font-size: 0.875em; /* 14px / 16px */
	}
	
	.SliderDescription p {
		font-size: 0.75em; /* 12px / 16px */
	}
	
	.SliderDescription a {
		font-size: 0.6875em; /* 11px / 16px */
	}
	
}

@media screen and (max-width: 768px) {
    
	#SliderWrapper {
		margin-bottom: 17px;
	}
	
	.SliderDescription {
		top: -15px;
		height: 100%;
	}
	
}

@media screen and (max-width: 600px) {
	
	#SliderWrapper {
		margin-bottom: 22px;
	}
	
	#SliderWrapper, #SliderWrapper li { 
		padding-bottom: 53px;
	}
	
	#SliderBottom {
		display: none;
	}
		
	#SliderWrapper ul.bjqs { 
		overflow: visible;
	}
	
	#SliderWrapper .SliderDescription {
		position: absolute;
		top: auto;
		bottom: 0 !important;
		left: 0;
		right: auto;
		width: 100%;
		height: 35px;
		padding: 9px 5.625%;
		background: #ed9b13;	
	}
    
    .br_txt_slider{display: none;}
    /*.small_txt_slider{display: none;}*/
	
	#SliderWrapper ol.bjqs-markers.h-centered {
		top: auto;
		bottom: 10%;
	}
	
	#SliderWrapper ol.bjqs-markers li {
		height: 15px;
	}
	
	#SliderWrapper ol.bjqs-markers li a { 
		width: 15px;
		height: 15px;
		border-radius: 20px;
	}
	
	.SliderDescription .Mention {
		display: none;
	}
	
	.SliderDescription h2 {
		color: #ffffff;
        margin-top: 0;
	}
	
	.SliderDescription .BannerDate, .SliderDescription p {
		display: inline;
		color: #ffffff;
	}
	
	#SliderWrapper .SliderDescription a {
		position: relative;
		left: 5px;
		width: 12px;
		height: 11px;
		padding: 0;
		text-indent: -9999px;
		background: url(../interface/neotelis/global/bg_sliderdescription-link-mobile.png) no-repeat;	
	}
	
	#SliderWrapper .SliderGlobe {
		display: none;
	}

}

@media screen and (max-width: 600px) { 

	.SliderDescription p {
		display: none;
	}

}

/* ContentWrapper */

#ContentWrapper {
	overflow: hidden;
	background: #ffffff url(../interface/neotelis/global/bg_contentwrapper.png) no-repeat top center;
	padding: 69px 2.91666666666667% 28px 2.91666666666667%; /* 28px / 960px */ 
	margin-bottom: 30px;
	min-height: 447px;
	box-shadow: -1px 2px 2px rgba(0,0,0,0.3);
}

#Homepage #ContentWrapper {
	background: #ffffff;
	padding: 0;
	margin-bottom: 13px;
}

@media screen and (max-width: 768px) {
	
	#ContentWrapper {
		padding: 69px 4.8% 28px 4.8%; /* 36px / 750px */
	}
}

@media screen and (max-width: 480px) {
	
	#ContentWrapper {
		padding: 40px 4.8% 28px 4.8%; /* 36px / 750px */
		background: #ffffff;
	}
}

/* Main Content  */

#MainContent {
	width: 74.33628318584071%; /* 672px / 904px */
	float: left;
	font-size: 0.8125em !important;  /* 13px / 16px */
	color: #000000 !important;;
	margin-right: 2.43362831858407%; /* 22px / 904px */
}

#ServicesDirectory #MainContent {  
	width: 100%;
	margin: 0;
	position: relative;
}

#WideContent #MainContent { 
	width: 100%;
	margin: 0;
}

#ServicesDirectory #MainContent #DirectoryCourseDetail {
	float: left;
	width: 74.33628318584071%; /* 672px / 904px */
	margin-right: 2.43362831858407%; /* 22px / 904px */
}

#ServicesDirectory #MainContent #DirectoryCourseDetail div { 
	margin-bottom: 15px;
}

#MainContent .Breadcrumb {
	position: absolute;
	margin-top: -23px;
	font-size: 0.8461538461538462em; /* 11px / 13px */
}

#MainContent .Breadcrumb a {
	font-weight: normal;
	color: #c81735;
}

#MainContent h1, #MainContent .gi2_titre {
	display: block;
	font-size: 2.538461538461538em !important; /* 33px / 13px */
	font-family: 'Cuprum', sans-serif;
	font-weight: normal !important;
	line-height: normal;
	color: #ed9b13 !important;
	padding: 0 0 4px 40px;
	margin-bottom: 6px;
	background: url(../interface/neotelis/global/picto_title.png) no-repeat left top;
}

#MainContent h2, #MainContent .gi2_soustitreintro {
	display: block;
	font-size: 2em !important; /* 26px / 13px */
	font-family: 'Cuprum', sans-serif;
	font-weight: bold;
	color: #bf3038 !important;
	margin-bottom: 38px !important;
}

#MainContent h3, #MainContent .gi2_soustitre {
	display: block;
	font-size: 1.692307692307692em !important; /* 22px / 13px */
	font-family: 'Cuprum', sans-serif;
	font-weight: normal !important;
	color: #dc6d00!important;
	padding: 3px 0;
	margin-bottom: 15px;
	border-top: 2px solid #f3f1ef;
	border-bottom: 2px solid #f3f1ef;
	text-decoration: none !important;
}

#MainContent p, #MainContent .gi2_texte, #MainContent .gi2_texte_bold {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 1em !important;
	line-height: 1.230769230769231em; /* 16px / 13px */
	color: #000000 !important;
	margin-bottom: 15px;
}

#MainContent ul {
	margin: 0 0 20px 30px;
}

#MainContent ul li {
	background: url(../interface/neotelis/global/puce_list.png) no-repeat left 4px;
	padding-left: 21px;
	margin-bottom: 5px;
}

#MainContent ul li span{margin-bottom: 5px !important;}
#MainContent ul li.List{
	background: url(../interface/neotelis/global/puce_list.png) no-repeat left 4px;
	padding-left: 21px;    
}

#MainContent a { 
	color: #C61333;
}


#MainContent table img { 
	  /*display: none;*/	
}


#MainContent img { 
	display:block;
	max-width:100% !important;
    height: auto !important;
}

.ecommerce_box_text img{
    display: inline-block !important;
}

#MainContent table.tableau_image { 
	width: 100%;
}

#MainContent table.tableau_image img { 
	display: block;
}

.Notice {
	padding: 12px 12px 2px 12px;
	background: #f3f1ef;	
}

#ListeClients{
    background: #c91736;
    padding: 5px 10px;
    margin: 0 0 25px 0;
    color: #fff;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
	
	#MainContent {
		width: 65.04424778761062%; /* 210px / 678px */
		margin-right: 0;
	}
	
	#ServicesDirectory #MainContent #DirectoryCourseDetail {
		width: 65.04424778761062%; /* 672px / 904px */
		margin-right: 0; /* 22px / 904px */
	}
}

@media screen and (max-width: 600px) {
	
	#MainContent {
		width: 100%;
	}
	
	#ServicesDirectory #MainContent #DirectoryCourseDetail {
		width: 100%;
		margin-right: 0;
	}
	
	

}

@media screen and (max-width: 480px) {
	
	.Breadcrumb {
		display: none;
	}

}

/* Secondary Content  */

#SecondaryContent {
	width: 23.23008849557522%;   /* 210px / 904px */
	float: right;
}

@media screen and (max-width: 768px) { 

	#SecondaryContent {
		width: 30.97345132743363%;   /* 210px / 678px */
		float: right;
	}
}

@media screen and (max-width: 600px) { 

	#SecondaryContent {
		display: none;
	}
	
	#ServicesDirectory #SecondaryContent {
		width: 100%;
		display: block;
	}
}

/* Homepage  */

#HomeContent {
	padding: 0 2.91666666666667% 20px 2.91666666666667%; /* 28px / 960px;  */ 
	overflow: hidden;
}

.HomeBlock {
	overflow: hidden;
	position: relative;
	float: left;
	width: 32.23008849557522%; /* 210px / 904px */ /* Moins padding de HomeContent  */
	height: 275px;
	margin-left: 1.32300884955752%; /* 21px / 904px */ /* Moins padding de HomeContent  */
	padding-bottom: 100px;
}

#ServiceConseil { 
	margin-left: 0;
}

.HomeBlock h2 {
	display: block;
	height: 50px;
	padding-left: 26.57142857142857%;
	margin-bottom: 15px;
	font-family: 'Cuprum', sans-serif;
	font-weight: normal;
	font-size: 1.3125em; /* 21px / 16px */
	line-height: 50px;
	color: #4f4a42;
}

/*#HomeNews ul li{display: none;}*/

.HomeBlock h2 a { 
	color: #4f4a42;
}

#ListeFormations, #ListeFormations a {
	display: none;
}

#ServiceConseil h2 { 
	background: #e2ded8 url(../interface/neotelis/global/picto_homepage-serviceconseil.png) no-repeat 9px 6px;
}

#Publications h2 { 
	background: #e2ded8 url(../interface/neotelis/global/picto_homepage-publications.png) no-repeat 9px 6px;
}

#Conferences h2 { 
	background: #e2ded8 url(../interface/neotelis/global/picto_homepage-conferences.png) no-repeat 9px 6px;
}

#Formations h2 { 
	background: #e2ded8 url(../interface/neotelis/global/picto_homepage-formations.png) no-repeat 9px 6px;
}

.HomeBlockContent {
	display: block;
	height: 200px;
	overflow: hidden;
	color: #000000;
	font-size: 0.75em; /* 12px / 16px */
}

#system_page_FR_1420 p:first-child, #system_page_FR_1419 p:first-child{margin-bottom:0 !important ;}

.HomeBlockContent span{ margin-bottom: 5px !important;}

.HomeBlockContent p:first-child { 
	margin-bottom: 10px;
}

.HomeBlockContent div { 
	margin-bottom: 5px;
}

.HomeBlockContent a {
	font-weight: bold;
	color: #c61333;
}
.HomeBlockContent a:hover{color: #ED9B13;} 

.HomeBlock img { 
	position: absolute;
	bottom: 0;
	left: 0;
}

@media screen and (max-width: 1000px) {
	
	.HomeBlockContent {
		overflow: visible;
	}
    
	.HomeBlock h2 {
		font-size: 0.875em !important; /* 15px / 16px */
		padding-left: 50px !important;
		background-size:30px !important;
		background-position: 10px 11px !important;
	}

	.HomeBlock img {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	
	#HomeContent { 
		padding: 0 4.8% 0 1.2%; /* 36px / 750px */
	}

	.HomeBlock {
		width: 46.1%; /* 335px / 705px;  */
		min-height: 200px;
		margin-left: 3.82978723404255%; /* 27px / 705px */ /* Moins padding de HomeContent  */
		padding-bottom: 20px;
		height: auto;
	}
	
	#ServiceConseil {
		margin-left: 3.82978723404255%; /* 27px / 705px */ /* Moins padding de HomeContent  */
	}
	
	.HomeBlock span, .HomeBlockContent { 
		height: auto;
	}
	
	.HomeBlock h2 {
		font-size: 1.375em; /* 22px / 16px */
		padding-left: 21.57142857142857%;
	}
	
	.HomeBlock img { 
		display: none;
	}
    
    #MainContent .DirectoryTable h3 {
        line-height: 20px !important;
    }
    .CacherListe{
        margin-top: 15px !important;
    }	
}

@media screen and (max-width: 600px) {
	
	#HomeContent { 
		padding: 0 4.8%;
	}

#HomeContent .HomeBlock{
	width: 100%;
	float: none;
	display: block;
	margin-left: 0 !important;
}
	
	.HomeBlock h2 {
		font-size: 1.375em; /* 22px / 16px */
		padding-left: 14.57142857142857%;
	}
	
	#HomeContent .HomeBlockContent {
		height: auto;
	}
}

@media screen and (max-width: 480px) {
	
	.HomeBlock h2 {
		padding-left: 20.57142857142857%;
	}
	
	#ListeFormations {  
		display: block;
		margin-bottom: 25px;
	}
	
	#ListeFormations a   {
		display: block;
		font-family: 'Cuprum', sans-serif;
		font-weight: bold;
		font-size: 1.25em;  /* 20px / 16px */
		line-height: 27px;
		color: #ffffff !important;
		background: #ed9b13 url(../interface/neotelis/global/puce_arrow.png) no-repeat right 14px;
		padding: 8px 24px 6px 9px;
		border-right: 8px solid #ed9b13;
		border-bottom: 1px solid #797877;
		border-left: 1px solid #a4a3a1;
		
	}
}

/* -============== Repertoire Service ==============- */

.tabs .active{display: none !important;}


/* -============== News ==============- */

#News {
	float: left;
	width: 49.10714285714286%; /* 330px  / 672px  */
	margin-bottom: 25px;
}

#Capsules {
	float: right;
	width: 49.10714285714286%;
	margin-bottom: 25px;
}

#News h2, #Capsules h2 {
	font-weight: normal;
	font-size: 1.538461538461538em !important; /* 20px / 13px */
	color: #ffffff !important;
	background: #c91737;
	padding: 3px 5.23076923076923%;
	margin: 15px 0 15px 0 !important;
}

.NewsSummary { 
	margin-bottom: 15px;
}

#MainContent .NewsSummary h3 {
	font-weight: bold !important;
	font-size: 1.384615384615385em !important; /* 18px / 13px */
	line-height: 1em;
	padding: 0;
	margin: 10px 0 2px 0;
	border: none;
}

#MainContent #Capsules .NewsSummary h3 {
	margin: 10px 0 10px 0;
}

.NewsSummary .Date, #RssNews .Date {
	display: block;
	font-size: 0.9230769230769231em !important; /* 12px / 13px */
	color: #000 !important;
	font-weight: bold;
	margin-bottom: 5px;
}

#MainContent .NewsSummary p {
	margin: 0;
}

#MainContent .NewsDetail, .NewsBack {
	font-weight: normal !important;
}

#MainContent .Archive {
	font-family: 'Cuprum', sans-serif;
	font-size: 0.8461538461538462em; /* 11px / 13px */
	color: #ffffff;
	text-transform: uppercase;
	padding: 3px 18px 2px 7px;
	display: inline-block;
	background: #ed9b13 url(../interface/neotelis/global/bg_sliderdescription-link.png) no-repeat right 5px;
	border-right: 5px solid #ed9b13;
}

#MainContent #Rss { 
	position: relative;
	overflow: hidden;
	padding: 40px 2.74725274725275% 15px 2.74725274725275%;
}

#MainContent #Rss h3 {
	width: 97.25274725274725%;
	padding: 0 0 0 2.74725274725275% !important
}

#MainContent #Rss .Archive { 
	position: absolute;
	right: 2.74725274725275%;
	top: 5px;
}

#RssNews a {
	display: block;
	width: 28.18532818532819%; /* 146px / 518px */
	margin: 5px 0 0 7.72200772200772% !important; /* 40px / 518px */
	float: left;
	font-weight: normal;
}

#RssNews a:first-child {
	margin-left: 0 !important;
}
#RssNews a:nth-child(5) {
	margin-left: 0 !important;
}

@media screen and (max-width: 768px) { 

	#News, #Capsules {
		width: 100%;
	}
	
}


@media screen and (max-width: 480px) {

	#Rss .Archive {
		display: none;	
	}
	
	#RssNews a {
		float: none;
		width: 100%;
		margin: 0 0 15px 0 !important;
	}
	
}

/* -============== Become a member ==============- */

#ContentWrapper #form_new, #ContentWrapper #MainContent .lienCommerce {
	display: block;
	background: #f3f1ef;
    margin-bottom: 25px;
    padding: 18px 1.76991%;
    width: 96.4602%;
	border-top: 12px solid #c91737;
}

#MainContent .lienCommerce #ProfileAvatar { 
	float: left;
	margin-right: 10px;
}

#ContentWrapper #form_new table table, #ContentWrapper #MainContent .lienCommerce table table {  
	margin-bottom: 10px;
}

#ContentWrapper #form_new h2 { 
	font-size: 1.538461538461538em !important /* 20px / 13px */;
	margin-bottom: 20px !important;
}

#ContentWrapper #form_new .Hr, #ContentWrapper #form_edit .Hr {
	width: 104%;
	border-bottom: 11px solid #ffffff;
	margin: 0 0 0 -1.8%;
}

#ContentWrapper #secure_level {
	border: none !important;
	background: #ffffff !important;
	box-shadow: inset 0 0 4px 0 #888 !important;
}

#ContentWrapper #form_new td.main, #ContentWrapper #form_edit td.main, #AccountPassword td.main { 
	width: 40%;
}

#ContentWrapper #form_new td.main b, #ContentWrapper #form_edit td.main b {
	margin: 10px 0;
	font-size: 1.230769230769231em; /* 16px / 13px */
}

#CheckoutPaymentAddressBook table td.main { 
	width: 30%;
}

#CheckoutPaymentAddressBook table td.field {  
	width: 70%:
}

#ContentWrapper #form_new td.main .BoxList, #ContentWrapper #form_edit td.main .BoxList { 
	margin-bottom: 20px;
}

#ContentWrapper #form_new td.field, #ContentWrapper #form_edit td.field, #AccountPassword td.field { 
	width: 60%;
}

#ContentWrapper #form_new td.field input, #ContentWrapper #form_new td.field select, #ContentWrapper #form_new td.field textarea, #ContentWrapper #form_edit td.field input, #ContentWrapper #form_edit td.field select, #ContentWrapper #form_edit td.field textarea, #CheckoutPaymentAddressBook table td.field input, #CheckoutPaymentAddressBook table td.field select, #CheckoutPaymentAddressBook table td.field textarea, #AccountPassword td.field input[type=password], #AccountPassword td.field input[type=text], #PasswordForgotten input[type=text] { 
	margin: 0 0 10px 0;
}

#ContentWrapper #form_new td.field input + input, #ContentWrapper #form_edit td.field input + input { 
	margin: 0 10px 10px 10px !important;
}

#ContentWrapper #form_new td.field select + input, #ContentWrapper #form_edit td.field select + input {
	margin: 0 0 10px 10px !important;
}

#ContentWrapper #form_new td.field input[type=text], #ContentWrapper #form_new td.field input[type=password], #ContentWrapper #form_edit td.field input[type=text], #ContentWrapper #form_edit td.field input[type=password], #CheckoutPaymentAddressBook table td.field input[type=text], #AccountPassword td.field input[type=password], #AccountPassword td.field input[type=text], #PasswordForgotten input[type=text] {
	width: auto;
	height: 25px;
	padding: 0 2%;
	border: 0;
	box-shadow: inset 0 0 4px 0 #888;
}

#ContentWrapper #form_new td.field input[type=text], #ContentWrapper #form_new td.field input[type=password], #ContentWrapper #form_edit td.field input[type=text], #ContentWrapper #form_edit td.field input[type=password] { 
	width: 55%;
}

#ContentWrapper #form_new td.field select, #ContentWrapper #form_edit td.field select {
	position: relative;
	top: -1px;
	width: auto;
	max-width: 230px;
	padding: 0;
	height: 22px;
	border: 1px solid #cccccc;
}

#ContentWrapper #form_new td.field textarea, #ContentWrapper #form_edit td.field textarea {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 1em !important;
	overflow: hidden;
	padding: 2%;
	width: 55% !important;
	border: 0;
	box-shadow: inset 0 0 4px 0 #888;
}

#ContentWrapper #form_new input[type=checkbox], #ContentWrapper #form_new input[type=checkbox], #ContentWrapper #form_edit input[type=checkbox], #ContentWrapper #form_edit input[type=checkbox] {
	position: relative;
	bottom: -1px;
	margin: 5px 5px 10px 0 !important;
}

#ContentWrapper #form_new input[type=radio], #ContentWrapper #form_new input[type=radio], #ContentWrapper #form_edit input[type=radio], #ContentWrapper #form_edit input[type=radio] {
	position: relative;
	bottom: -1px;
	margin: 5px 5px 10px 0 !important;
}

#ContentWrapper #form_new table, #ContentWrapper #form_edit table { 
	width: 100%;
}

.QuestionMark {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	display: block;
	padding: 4px 5px 5px 5px;
	margin: 11px 0 0 60%;
	width: 15px;
	height: 16px;
	background: #bf3038;
	border-radius: 25px;
	color: #fff;
	font-size: 1.153846153846154em; /* 15px / 13px */
	text-align: center;
	line-height: normal;
	font-weight: bold;
	cursor: pointer;
}

.QuestionMark .MessagePopUp {
	display: none;
	position: absolute;
	top: -80px;
	right: -165px;
	width: 160px;
	height: auto;
	padding: 10px;
	text-align: left;
	font-size: 0.7333333333333333em; /* 11px / 15px */
	color: #ffffff;
	background: #ed9b13;
}

.QuestionMark:hover .MessagePopUp { 
	display: block;
}

@media screen and (max-width: 480px) {
	
	.QuestionMark { 
		margin-left: 0;
	}
	
	#ContentWrapper #form_new tr, #ContentWrapper #form_edit tr, #CheckoutPaymentAddressBook table tr, #AccountPassword table tr { 
		display: block;
		width: 100%;
		position: relative;
	}
	
	#ContentWrapper #form_new td, #ContentWrapper #form_edit td, #CheckoutPaymentAddressBook table td, #AccountPassword table td { 
		display: block;
		width: 100%;
		position: relative;
	}
	
	#ContentWrapper #form_new td.main, #ContentWrapper #form_edit td.main, #CheckoutPaymentAddressBook table td.main, #AccountPassword table td.main {
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		padding: 0 0 5px 0;
	}
	
	#ContentWrapper #form_new td.field, #ContentWrapper #form_edit td.field, #CheckoutPaymentAddressBook table td.field, #AccountPassword table td.field {
		display: block;
		width: 100%;
	}
	
	#ContentWrapper #form_new td.field input[type=text], #ContentWrapper #form_new td.field input[type=password], #ContentWrapper #form_edit td.field input[type=text], 	#ContentWrapper #form_edit td.field input[type=password], #CheckoutPaymentAddressBook table td.field input[type=text] {
		margin: 0 0 10px 0;
		padding: 2px 2%;
		width: 88% ;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box; 
	}
    
    #ext_tel_travail{width: 45px!important; display: inline !important;}
    #content_ext input{width: 45px!important; display: inline !important;}
    #content_ext {}
    #content_tel{width:65% !important;}
	
	#ContentWrapper #form_new td.field select + input, #ContentWrapper #form_edit td.field select + input {
		margin: 0 0 10px 0 !important;
	}
	
	#ContentWrapper #form_new input[type=radio], #ContentWrapper #form_new input[type=radio], #ContentWrapper #form_edit input[type=radio], #ContentWrapper #form_edit input[type=radio] {
		margin: 5px 0 10px 0 !important;
	}

}


/* Account  */

#ProfileTitle { 
	font-size: 1.538461538461538em !important; /* 20px / 13px */
}

#AccountNavigation .BtnForms { 
	float: left;
	width: 150px;
	font-size: 1.076923076923077em;  /* 14px / 13px * */
	margin: 15px 5% 0 0;
}

#BtnAccountKneoledgePortal {
	float: right;
	display: block;
	width: 150px;
	overflow: hidden;
	font-family: 'Cuprum', sans-serif;
	font-weight: bold;
	font-size: 1.384615384615385em;  /* 18px / 13px */
	line-height: 20px;
	color: #ffffff !important;
	background: #ed9b13 url(../interface/neotelis/global/puce_arrow.png) no-repeat right 6px;
	padding: 5px 24px 5px 9px;
	margin-left: 10px;
	border-right: 8px solid #ed9b13;
	border-bottom: 1px solid #797877;
	border-left: 1px solid #a4a3a1;
}

@media screen and (max-width: 700px) {
	
	#BtnAccountKneoledgePortal {
		float: none;
		margin: 10px 0 10px 0;
	}

}

/* -============== Directory ==============- */

#ServicesDirectory #DirectoryIntro {
	font-family: 'Cuprum', sans-serif;
	font-size: 1.384615384615385em; /* 18px / 13px */
	color: #bf3038;
	margin-bottom: 30px;
}

#DirectoryAdvancedSearch, #DirectoryDateSearch{display: none;}

#DirectoryAdvancedSearch, #DirectoryDateSearch, #DirectoryLocationSearch {
	position: relative;
	float: left;
	width: 70.57522123893805%; /* 638px / 904px */
	background: #f3f1ef;
	padding: 47px 1.65929203539823% 15px 1.65929203539823%; /* 15px / 904px */
	margin: 0 0 15px 0; 
    /*display: none;*/
}

#DirectoryLocationSearch {  
	width: 73.89380530973451%; /* 668px / 904px */
	padding: 32px 0 0 0;
    
}

#DirectoryAdvancedSearch h2, #DirectoryDateSearch h2, #DirectoryLocationSearch h2{
	position: absolute;
	top: 0;
	left: 0;
	width: 97.75449101796407%;
	height: 32px;
	background: #dad9d7;
	margin: 0 !important;
	padding-left: 2.24550898203593%;
	font-size: 1.692307692307692em !important; /* 22px / 13px */
	line-height: 32px;
	font-weight: normal;
}

#ServicesTypes, #Domains, #TrainingFormat {
	width: 31.03448275862069%; /* 198px / 638px */
	float: left;
	margin: 0 0 15px 3.44827586206897%;
}

#From, #To {
	width: 50%;
	float: left;
	margin: 0 0 15px 0;
	overflow: hidden;
}

#ServicesTypes {
	margin-left: 0;
}

#ServicesTypes label, #Domains label, #TrainingFormat label, #From label, #To label {
	display: block;
	font-size: 0.9230769230769231em; /* 12px / 13px */
	margin-bottom: 5px;
}

#ServicesTypes select, #Domains select, #TrainingFormat select {
	width: 100%;
}

#BtnDirectoryAdvancedSearch, #BtnDirectoryDateSearch {
	float: left;
	display: block;
	height: 27px;
	font-family: 'Cuprum', sans-serif;
	font-weight: bold;
	font-size: 1.384615384615385em;  /* 18px / 13px */
	line-height: 27px;
	color: #ffffff !important;
	background: #ed9b13 url(../interface/neotelis/global/puce_arrow.png) no-repeat right 6px;
	padding: 0 24px 0 9px;
	border-right: 8px solid #ed9b13;
	border-bottom: 1px solid #797877;
	border-left: 1px solid #a4a3a1;
}

#BtnDirectoryAdvancedSearch:hover, #BtnDirectoryDateSearch:hover {
	background: #dc6d00 url(../interface/neotelis/global/puce_arrow.png) no-repeat right 6px;
	border-right: 8px solid #dc6d00;
}

#MainContent .DirectoryAdvancedSearchPrint {
	float: right;
	overflow: hidden;
	margin: 0;
}

#MainContent .DirectoryAdvancedSearchPrint li {
	float: left;
	background: none;
	padding: 0;
	margin-left: 15px;
}

#MainContent .DirectoryAdvancedSearchPrint li a {
	display: block;
	width: 127px;
	padding: 3px 8px;
	background: #d1cfcd;
	font-size: 0.9230769230769231em; /* 12px / 13px */
	border-left: 1px solid #797877;
	border-bottom: 1px solid #797877;
	border-top: 1px solid #d1cfcd;
	border-right: 1px solid #d1cfcd;
}

#MainContent .DirectoryLegend {
	float: right;
	overflow: hidden;
	margin: 0 0 15px 0;
}

#MainContent #DirectoryTable_publications .DirectoryLegendTitle, #MainContent #DirectoryTable_conference .DirectoryLegendTitle { 
	display: none;
}

#MainContent .DirectoryLegend li, #MainContent .DirectoryLegendTitle li {
	float: left;
	font-size: 0.8461538461538462em;  /* 11px / 13px */
	line-height: 16px;
	padding-left: 20px !important;
	margin: 0 15px 0 0;
}

#MainContent .DirectoryLegend.Main li:first-child {
	background: none;
	padding: 0 !important;
}

#MainContent .DirectoryLegend li.ELearning, #MainContent .DirectoryLegend li.ELearning.actif, #MainContent .DirectoryLegend li.Elearning, #MainContent .DirectoryLegendTitle li.ELearning { 
	background: url(../interface/neotelis/global/picto_elearning.png) no-repeat left 0;
}

#MainContent .DirectoryLegend li.Virtuelle, #MainContent .DirectoryLegend li.Virtuelle.actif, #MainContent .DirectoryLegend li.Classe, #MainContent .DirectoryLegendTitle li.Virtuelle { 
	background: url(../interface/neotelis/global/picto_virtuelle.png) no-repeat left 0;
}

#MainContent .DirectoryLegend li.Presentielle, #MainContent .DirectoryLegend li.Presentielle.actif, #MainContent .DirectoryLegendTitle li.Presentielle { 
	background: url(../interface/neotelis/global/picto_presentielle.png) no-repeat left 0;
}

#MainContent .DirectoryLegend li.Hybride, #MainContent .DirectoryLegend li.Hybride.actif, #MainContent .DirectoryLegendTitle li.Hybride { 
	background: url(../interface/neotelis/global/picto_hybride.png) no-repeat left 0;
}

/* Calendar  */

#ServicesDirectory .ui-widget-header { 
	background: #ed9b13;
}

#ServicesDirectory .ui-datepicker-title { 
	color: #ffffff;
}

#ServicesDirectory .ui-state-highlight {
	border: 1px solid #d3d3d3;
	background: #fff;
}

#ServicesDirectory .ui-state-active {
	color: #ffffff;
	background: #ed9b13;
	border: 1px solid #ed9b13;
}

#ServicesDirectory .ui-datepicker-prev.ui-state-hover {
	top: 2px;
	left: 2px;
}

#ServicesDirectory .ui-datepicker-next.ui-state-hover { 
	top: 2px;
	right: 2px;
}

#ServicesDirectory .ui-datepicker-prev.ui-state-hover, #ServicesDirectory .ui-datepicker-next.ui-state-hover { 
	background: #ed9b13;
	border: none;
}

#ServicesDirectory .ui-datepicker-prev span, #ServicesDirectory .ui-datepicker-next span {
	display: block;
	width: 15px;
	height: 15px;
	background: #ed9b13 url(../interface/neotelis/global/picto_nav-calendrier.png) no-repeat 0 0;
}

#ServicesDirectory .ui-datepicker-next span {
	background-position: 0 -15px;
}


#ServicesDirectory #MainContent .ui-datepicker-trigger { 
	position: relative;
	top: 3px;
	left: 3px;
	display: inline;
}

/* Navigation  */

#MainContent #DirectoryNavigation {
	width: 23.23008849557522%;  /*  210px / 904px */
	float: right;
}

#MainContent #DirectoryNavigation #DirectoryMainNavigation li {
	cursor: pointer;
	display: block;
	/* width: 85.71428571428571; */ /* 180px / 210px */
	background: #f3f1ef;
	padding: 4px 7.14285714285714% 6px 7.14285714285714% !important;
	margin-bottom: 11px;
	border-left: 1px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;
	border-top: 1px solid #f3f1ef;
	border-right: 1px solid #f3f1ef;
}

#MainContent #DirectoryNavigation #DirectoryMainNavigation li.AdvancedSearch { 
	background: #f3f1ef url(../interface/neotelis/global/picto_advancedsearch.png) no-repeat right 0 !important;
}

#MainContent #DirectoryNavigation #DirectoryMainNavigation li.DateSearch { 
	background: #f3f1ef url(../interface/neotelis/global/picto_calendar.png) no-repeat right 0 !important;
}

#MainContent #DirectoryNavigation #DirectoryMainNavigation li.LocationSearch { 
	background: #f3f1ef url(../interface/neotelis/global/picto_localisation.png) no-repeat right 0 !important;
}

#MainContent #DirectoryNavigation #DirectoryMainNavigation li a {
	display: block;
	width: 100px;
	font-family: 'Cuprum', sans-serif;
	font-size: 1.384615384615385em;  /* 18px / 13px */
	line-height: 1.111111111111111em; /* 19px / 18px */
	font-weight: bold;
	color: #c91737;
	padding-right: 22px;
}

#MainContent #DirectoryMainMobileNavigation {
	display: none;
	overflow: hidden;
	margin-bottom: 11px;
}

#MainContent #DirectoryMainMobileNavigation li {
	float: left;
	width: 33%;
	margin: 0 0 0 0.5%;
	padding: 0;
	background: none;
}

#MainContent #DirectoryMainMobileNavigation li:first-child {
	margin-left: 0;
}

#MainContent #DirectoryMainMobileNavigation a {
	display: block;
	background: #ed9b13;
	font-family: 'Cuprum', sans-serif;
	font-weight: bold;
	font-size: 1.384615384615385em;  /* 18px / 13px */
	color: #ffffff;
	text-align: center;
	height: 27px;
	line-height: 27px;
}

#MainContent #DirectoryMainMobileNavigation a:hover, #MainContent #DirectoryMainMobileNavigation li.active a {
	background: #dc6d00;
}

@media screen and (max-width: 900px) {
	
	#MainContent #DirectoryNavigation #DirectoryMainNavigation li.AdvancedSearch, #MainContent #DirectoryNavigation #DirectoryMainNavigation li.DateSearch, #MainContent #DirectoryNavigation #DirectoryMainNavigation li.LocationSearch { 
		background: #f3f1ef !important;
	}

}

@media screen and (max-width: 768px) {
	
	#DirectoryAdvancedSearch, #DirectoryDateSearch, #DirectoryLocationSearch {
		width: 96.68142%;
	}
	
	#DirectoryLocationSearch { 
		width: 100%;
	}
	
	#ServicesTypes, #Domains, #TrainingFormat {
		width: 100%;
		float: none;
		margin: 0 3.44827586206897% 15px 0;
	}
	
	#From, #To {
		width: 100%;
		float: none;
	}
	
	#From input, #To input {
		width: 60% !important;
	}
	
	#MainContent #DirectoryNavigation { 
		float: left;
		width: 100%;
		margin: 0;
	}
	
	#MainContent #DirectoryNavigation #DirectoryMainNavigation { 
		display: none;
	}
	
	#MainContent #DirectoryMainMobileNavigation {
		display: block;
		margin: 0 0 10px 0;
	}
	
	#MainContent .DirectoryTable h3 + p { 
		width: 60%;
	}
}

@media screen and (max-width: 700px) {	
	
	#MainContent .DirectoryTable .DirectoryLegend, #MainContent .DirectoryTable .DirectoryLegendTitle, #MainContent #DirectoryForm .DirectoryLegend {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	
	#MainContent #DirectoryIntro, #MainContent .DirectoryAdvancedSearchPrint { 
		display: none;
	}
	
	#BtnDirectoryAdvancedSearch { 
		margin-bottom: 15px;
	}
	
	#MainContent .DirectoryAdvancedSearchPrint { 
		float: left;
	}
	
	#MainContent .DirectoryAdvancedSearchPrint li { 
		margin: 0 15px 10px 0;
	}
}

/* Directory Tables */

#MainContent .DirectoryTable {
	position: relative;
	padding: 29px 0 0 0;
	margin-bottom: 11px;
	background: #f3f1ef;
	min-height: 35px;
}

#MainContent .DirectoryTable ul { 
	margin:0 0 4px 0;
}

#MainContent .DirectoryTable ul li { 
	display: block;
	background: none;
	padding: 0;
	margin: 0;
	border-top: 2px solid #e2e0dd;
	line-height: 32px;
}

#MainContent .DirectoryTable ul li:first-child { 
	border-top: none;
}

#MainContent .DirectoryTable ul li a.info_bulle { 
	float: left;
	margin-left: 1.65929203539823%;
	font-weight: normal;
	text-decoration: underline;
}

#MainContent .DirectoryTable .DirectoryLegend { 
	float: right;
	margin: 9px 1.65929203539823% 0 0;
}

#MainContent .DirectoryTable .DirectoryLegend li, #MainContent .DirectoryTable .DirectoryLegendTitle li {
	float: left;
	width: 10px;
	font-size: 0.8461538461538462em;  /* 11px / 13px */
	line-height: 16px;
	border: none;
	text-indent: -9999px;
}

#MainContent .DirectoryTable .DirectoryLegend li {
	background: #f3f1ef 
}

#MainContent .DirectoryTable .DirectoryLegendTitle {
	position: absolute;
	z-index: 5;
	top: 7px;
	right: 1.65929203539823%;
}

#MainContent .DirectoryTable h3 {  
	/*position: absolute;
	top: 0;
	left: 0;*/
	width: 98.34070796460177%;
	/*height: 29px;*/
	background: #2374aa;
	margin: -29px 0 3px 0 !important;
	padding: 0 0 0 1.65929203539823% !important; /* 15px / 904px;   */
	font-size: 1.384615384615385em !important; /* 18px / 13px */
	line-height: 29px;
	color: #fff !important;
	font-weight: normal;
	border: none;
}

#MainContent .DirectoryTable p { 
	margin: 0 0 11px 1.65929203539823%; 
}

#MainContent .DirectoryTable p span { 
	background: #afe3ff;
	padding: 1px 4px 1px 2px;
}
#MainContent .DirectoryTable p span.no_sub { 
    display: none;
}
#MainContent .DirectoryTable h3 + p { 
	margin: 10px 0 0 1.65929203539823%;
	padding-bottom: 10px;
}

#MainContent .DirectoryTable .CacherListe { 
	position: absolute;
	top: 39px;
	right: 1.65929203539823%;
	font-weight: normal;
	text-decoration: underline;
}

/* Infobulle */

a.info_bulle {
	position: relative; 
}

a.info_bulle div {
	display: none;
    position: absolute;
    z-index: 200;
    bottom: 15px;
    right: -240px;
    width: 200px;
	padding: 10px;
    overflow: hidden;
    background: #ed9b13;   /* Définition du fond, sinon on a le même que notre lien */
	color: #ffffff;
	font-size: 0.8461538461538462em; /* 11px / 13px  */
	line-height: normal;
}

a.info_bulle div .Date {
	display: block;
	font-weight: bold;
	font-size: 1.181818181818182em; /* 13px / 11px */
}

a.info_bulle div .Localisation {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

a.info_bulle:hover div { 
	display: block;
}

/* Course detail   */

#MainContent #BtnBackDirectoryListing {
	position: absolute;
	right: 0;
	top: 16px;
	font-family: 'Cuprum', sans-serif;
	font-weight: normal;
	font-size: 1.384615384615385em;  /* 18px / 13px */
}

#MainContent #BtnDirectoryFavorite, #MainContent #BtnDirectoryPDFDescription {
	display: block;
	font-weight: bold !important;
	padding: 3px 8px;
	margin-bottom: 15px;
	background: #d1cfcd;
	font-size: 0.9230769230769231em; /* 12px / 13px */
	border-left: 1px solid #797877;
	border-bottom: 1px solid #797877;
	border-top: 1px solid #d1cfcd;
	border-right: 1px solid #d1cfcd;	
}

#MainContent #BtnDirectoryRegistrationLink {
	display: block;
	width: 92.55714285714286%; /* 210 /   */
	padding: 0 0 0 7.14285714285714%;
	font-family: 'Cuprum', sans-serif;
	font-size: 2em; /* 26px / 13px */
	line-height: 43px;
	color: #ffffff;
	background: #ed9b13 url(../interface/neotelis/global/puce_big-arrow.png) no-repeat right 7px;
	margin-bottom: 25px;
	border-bottom: 1px solid #797877;
	border-left: 1px solid #a4a3a1;
}

#MainContent #DirectoryCourseDetail #BtnDirectoryRegistrationLink { 
	display: none;
}

#MainContent #BtnDirectoryRegistrationLink:hover { 
	background: #dc6d00 url(../interface/neotelis/global/puce_big-arrow.png) no-repeat right 7px;
}

#ServicesDirectory h2.DirectoryTitle { 
	display: block;
	font-size: 2.538461538461538em !important; /* 33px / 13px */
	font-family: 'Cuprum', sans-serif;
	font-weight: normal !important;
	line-height: normal;
	color: #ed9b13 !important;
	padding: 3px 0 4px 52px;
	margin-bottom: 13px !important;
	background: url(../interface/neotelis/global/picto_title.png) no-repeat left top;
}

#ServicesDirectory h1.DirectoryTitle, #ServicesDirectory h3.DirectoryTitle {
	font-size: 1.692307692307692em !important; /* 22px / 13px */
	line-height: 22px;
	color: #ffffff !important;
	background: #c91737;
	padding: 6px 1.65929203539823%;
	margin-bottom: 29px;
}

#ServicesDirectory h3.DirectoryTitle { 
	margin-bottom: 15px;
	border: none;
}

#ServicesDirectory #SecondaryContent .DirectoryBlock {
	font-size: 0.8461538461538462em; /* 11px / 13px */
	padding: 8px 7.14285714285714%;
	margin-bottom: 25px;
	width: 85.71428571428571%;  /* 180px / 210px */
	color: #000;
	background: #f3f1ef;
    overflow: auto;
}

#ServicesDirectory #SecondaryContent .DirectoryBlock h6 {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.636363636363636em;  /*  18px/ 11px */
	line-height: 1em;
	color: #ed9b13;
}

#ServicesDirectory #SecondaryContent .DirectoryBlock a { 
	font-weight: bold;
	font-size: 1.090909090909091em;  /* 12px  / 11px */
	line-height: 1.090909090909091em;
	color: #c61333;
}

#DirectoryNextCourse div {
	font-size: 1.181818181818182em !important; /* 13px / 11px */
	font-weight: normal !important;
	color: #000000 !important;
}

.conference .DirectoryBlock  {
	display: none;
}

.visible{
    display: block !important;
}

.lieu{
    background: none !important;
}

.conference #DirectoryTestimonial  {
	display: block;
}

#DirectoryExpert h5 {
	font-size: 1.181818181818182em; /* 13px / 11px */
	font-weight: bold;
	margin-bottom: 3px;
}

#DirectoryExpert div {
	position: relative;
	padding-left: 65px;
	min-height: 80px;
}

#DirectoryExpert img {
	max-width: 57px !important;
	position: absolute;
	top: 2px;
	left: 0;
}

#DirectoryAvailability .DirectoryLegend { 
	margin: 10px 0 0 0 !important;
}

#DirectoryAvailability .DirectoryLegend li {
	float: none;
	font-size: 1em;
	margin: 0 0 10px 0;
}

#DirectoryTestimonial .TestimonialDetails { 
	border-top: 1px solid #cccccc;
	padding: 8px 0;
}

#DirectoryTestimonial .TestimonialDetails:first-child { 
	border-top: none;
	padding: 5px 0 8px 0;
}

#DirectoryTestimonial em {
	display: block;
	font-style: italic;
	margin-bottom: 5px;
}

#DirectoryTestimonial span {
	font-size: 1.090909090909091em; /* 12px / 11px */
	font-weight: bold;
	color: #c61333;
}

@media screen and (max-width: 648px) {
	
	#MainContent #BtnBackDirectoryListing {
		position: absolute;
		top: -6px;
		right: 0;
		font-size: 1.384615384615385em;  /* 18px / 13px */
		text-align: right;
		width: 110px;
	}

}

@media screen and (max-width: 600px) {
	
	#MainContent h1.DirectoryTitle {
		padding: 6px 0 6px 3%;
		margin-bottom: 15px;
	}
	
	#MainContent #DirectoryCourseDetail #BtnDirectoryRegistrationLink {
		width: 96.6%;
		display: block;
		padding: 0 0 0 3%;
		margin: 0 0 15px 0;
	}
	
	#MainContent #SecondaryContent #BtnDirectoryRegistrationLink {
		display: none;
	}	
		
	#ServicesDirectory #SecondaryContent .DirectoryBlock {
		min-height: 0;
		padding: 7px 3%;
		width: 94%;
	}
	
	#MainContent #DirectoryNextCourse { 
		margin: 15px 0 25px 0;
	}
	
	#ServicesDirectory #SecondaryContent #DirectoryExpert, #ServicesDirectory #SecondaryContent #DirectoryTestimonial { 
		display: none;
	}
	
	#MainContent #BtnDirectoryFavorite, #MainContent #BtnDirectoryPDFDescription {
		display: none;
	}
	
}

@media screen and (max-width: 528px) {
	
	#ServicesDirectory h2.DirectoryTitle { 
		width: 160px;
	}
	
	#MainContent #BtnBackDirectoryListing {
		position: absolute;
		top: 11px;
		right: 0;
		font-size: 1.384615384615385em;  /* 18px / 13px */
		text-align: right;
		width: 80px;
	}
	
	#MainContent a.info_bulle:hover div { 
		display: none;
	}

}

@media screen and (max-width: 480px) {
	
	#ServicesDirectory #SecondaryContent .DirectoryBlock {
		margin-bottom: 15px;
	}

}


/* -============== Footer ==============- */

#HomeFooter {
	overflow: hidden;
	padding: 20px 2.91666666666667%;
	margin-bottom: 10px;
	background: #ffffff;
	box-shadow: -1px 2px 2px rgba(0,0,0,0.3);
}

@media screen and (max-width: 768px) {
	
	#HomeFooter {
		display: none;
	}
}

/* HomeNews   */

#HomeNews {
	float: left;
	width: 48.78318584070796%;   /* 441px  / 960px */
	font-size: 0.6875em; /* 11px / 16px */
	margin-right: 2.32300884955752%; /* 21px / 904px */ /* Moins padding de HomeContent  */
}

#HomeNews ul { 
	margin-bottom: 5px;
}

#HomeNews ul li h3 {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	color: #bf3038;
	font-size: 1.636363636363636em;  /* 18px  / 11px */
	font-weight: bold;
	margin-bottom: 3px;
	border: 0;
	padding: 0;
}

#HomeNews ul li h3 a { 
	color: #bf3038;
}

#HomeNews ul li span.Date {
	display: block;
	font-weight: bold;
	font-size: 1.090909090909091em;  /* 12px  / 11px */
	margin-bottom: 4px;
}

#HomeNews a.AllNews {
	font-weight: bold;
	font-size: 1.090909090909091em;  /* 12px  / 11px */
	color: #c61333;
}
#HomeNews a.AllNews:hover{color: #ED9B13;}

/* Gray Blocks  */

#Newsletter, #Kneoledge, #Directory {
	min-height: 110px;
	font-size: 0.6875em; /* 11px / 16px */
	padding: 7px 7.14285714285714%;
	margin-bottom: 25px;
	width: 85.71428571428571%;  /* 180px / 210px */
	color: #000;
}

#Homepage #Newsletter, #Homepage #Kneoledge {
	float: left;
	margin-bottom: 0;
}

#Homepage #Newsletter {
	padding: 7px 1.65929203539823%; 
	width: 19.91150442477876%; /* 180px / 904px */ /* Moins padding de HomeContent  */
	min-height: 110px;
}

#Homepage #Kneoledge {
	padding: 7px 8.84955752212389% 7px 1.65929203539823%;
	width: 12.7212389380531%; /* 180px / 904px */ /* Moins padding de HomeContent  */
	min-height: 110px;
}

#Newsletter {
	background: #f3f1ef url(../interface/neotelis/global/bg_newsletter.png) no-repeat 148px 75px;
}

#Kneoledge {
	background: #f3f1ef url(../interface/neotelis/global/bg_kneoledge.png) no-repeat 132px 40px;
}

#Directory { 
	background: #ed9b13 url(../interface/neotelis/global/bg_directory.png) no-repeat 129px 45px;
}

#Homepage #Kneoledge { 
	margin-left: 2.32300884955752%; /* 21px / 904px */ /* Moins padding de HomeContent  */
}

#Newsletter h6 a, #Kneoledge h6 a, #Directory h6 a {
	display: block;
	margin-bottom: 3px;
	font-size: 1.636363636363636em;  /*  18px/ 11px */
	color: #ed9b13;
}

#Directory h6 a {
	font-family: 'Cuprum', sans-serif;
	font-size: 1.818181818181818em; /* 20px / 11px */
	color: #ffffff;
}

#Newsletter div, #Kneoledge div, #Directory div {
	display: block;
	margin-bottom: 5px;
}

#Newsletter a, #Kneoledge a, #Directory a { 
	font-weight: bold;
	font-size: 1.090909090909091em;  /* 12px  / 11px */
	line-height: 1.090909090909091em;
	color: #c61333;
}
#Newsletter a:hover, #Kneoledge a:hover{
    color:#ED9B13;
}


@media screen and (max-width: 1000px) {
    
	#Newsletter, #Kneoledge {
		background: #f3f1ef;
	}
	
	#Directory { 
		background: #ed9b13;
	}
}

@media screen and (max-width: 900px) {
    
	#Homepage #Newsletter, #Homepage #Kneoledge {
		background: #f3f1ef;
	}
}

@media screen and (max-width: 768px) {
    
	#Newsletter {
		background: #f3f1ef url(../interface/neotelis/global/bg_newsletter.png) no-repeat 148px 75px;
	}
	
	#Kneoledge {
		background: #f3f1ef url(../interface/neotelis/global/bg_kneoledge.png) no-repeat 132px 40px;
	}
	
	#Directory { 
		background: #ed9b13 url(../interface/neotelis/global/bg_directory.png) no-repeat 129px 45px;
	}
}

@media screen and (max-width: 668px) {
    
	#Newsletter, #Kneoledge {
		background: #f3f1ef;
	}
	
	#Directory { 
		background: #ed9b13;
	}
}

/* FooterLinks */

#FooterLinks {
	padding: 0 2.91666666666667%;
	overflow: hidden;
	margin-bottom: 40px;
    height: 220px; margin: 0 auto; padding-top: 20px; max-width: 960px;width: 90%;
}

#FooterLinks .FooterList {
	float: left;
	font-size: 0.6875em;  /* 11px  / 16px */
	width: 13.27433628318584%;  /* 120px / 904px; */
	margin-left: 03.8716814159292%; /* 35px / 904px; */
}

#FooterLinks #FooterListContact {
	width: 23.23008849557522%; /* 210px / 904px */ /* Moins padding de HomeContent  */
	color: #ffffff;
	font-size: 0.75em;  /* 12px  / 16px */
	margin-left: 11.83628318584071%; /* 107px / 904px; */
}

#FooterLinks #FooterListContact h6 {
	font-size: 1.166666666666667em;  /* 14px  / 12px */
	font-weight: bold;
}

#FooterLinks #FooterListContact p { 
	margin-bottom: 10px;
}

#FooterLinks .FooterList:first-child { 
	margin-left: 0;
}

#FooterLinks .FooterList h6 {
	font-size: 1.090909090909091em;  /* 12px  / 11px */
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 10px;
}

#FooterLinks .FooterList li { 
	margin-bottom: 5px;
}

#FooterLinks .FooterList li a, #FooterLinks #FooterListContact a { 
	color: #ffffff;
}

#FooterLinks .FooterList li a:hover { 
	color: #ed9b13;
}

@media screen and (max-width: 768px) {
    
	#FooterLinks { 
		padding: 0 4.8%; /* 36px / 750px */
	}
	
	#FooterLinks .FooterList  { 
		display: none;
	}
	
	#FooterLinks #FooterListContact {
		width: 100%;
		margin-left: 0;
		display: block;
	}
}

/* Login  */

#MainContent form[name=login] {
	overflow: hidden;
}

#Login-AccountCreation, #Login-AccountLogin {
	overflow: hidden;
	float: left;
	width: 41.66666666666667%;  /* 280px / 672px */
	height: 280px;
	padding: 22px 3.27380952380952%; /* 22px / 672px */
	margin: 16px 0;
	background: #f3f1ef;
	border-top: 12px solid #c91737;
}

#Login-AccountCreation .BtnForms, #Login-AccountLogin .BtnForms {
	float: left;
	margin-bottom: 15px;
}

#Login-AccountLogin {
	float: right;
}

#MainContent #Login-AccountCreation h2, #MainContent #Login-AccountLogin h2 { 
	font-size: 1.538461538461538em !important;  /* 20px / 13px */
	text-transform: none;
	margin-bottom: 20px !important;
}

#Login-AccountLogin .Field {
	margin-bottom: 7px;
}

#Login-AccountLogin .Field label {
	display: block;
	font-weight: normal;
	color: #000000;
	margin-bottom: 5px;
}

#Login-AccountLogin .Field input {
	width: 94%;
	height: 25px;
	padding: 0 3%;/
	margin: 0;
	border: 0;
	box-shadow: inset 0 0 4px 0 #888;
}

#Login-AccountLogin .Field + p input {
	position: relative;
	top: 1px;
	margin: 6px 10px 0 0;
	padding: 0;
}

#Login-AccountLogin a { 
	font-weight: normal;
	display: block;
}

@media screen and (max-width: 768px) {
    
	#Login-AccountCreation, #Login-AccountLogin {
		float: none;
		width: 94%;
		height: auto;
		padding: 22px 3%; /* 22px / 672px */
	}
}

/* Newsletter */

#NewsletterSubscriptionForm {
	overflow: hidden;
	width: 95.23809523809524%; /* 640px / 672px */
	padding: 22px 2.38095238095238% 14px 2.38095238095238%;
	margin: 16px 0;
	background: #f3f1ef;
	border-top: 12px solid #c91737;
}

#NewsletterSubscriptionForm h2 {
	font-size: 1.538461538461538em !important;  /* 20px / 13px */
	text-transform: none;
	margin-bottom: 10px !important;
}

#NewsletterSubscriptionForm h2 + Field {
	margin-top: 20px;
}

#NewsletterSubscriptionForm .Field {
	overflow: hidden;
	margin-bottom: 12px;
}

#NewsletterSubscriptionForm .Field Label { 
	display: block;
	font-weight: normal;
	color: #000000;
	margin-bottom: 8px;
}

#NewsletterSubscriptionForm .Field input[type=text] {
	float: left;
	width: 39.13690476190476%;
	height: 25px;
	padding: 0 8px;
	margin: 0 22px 0 0;
	border: 0;
	box-shadow: inset 0 0 4px 0 #888;
}

#NewsletterSubscriptionForm .Field.Checkbox { 
	margin-bottom: 15px;
}

#NewsletterSubscriptionForm .Field.Checkbox input[type=checkbox] { 
	position: relative;
	top: 1px;
	margin: 0 10px 0 0;
}

#NewsletterSubscriptionForm .Field.Checkbox label { 
	display: inline;
}

#NewsletterSubscriptionForm .Field .BtnForms { 
	margin: 0;
}

#NewsletterSubscriptionForm .BtnForms { 
	float: left;
	margin: 0 39px 9px 0;
}

#NewsletterSubscriptionForm .BtnFormsAlt {
	position: relative;
	top: -5px;
	float: right;
	display: block;
	width: 146px;
	padding: 3px 8px;
	background: #d1cfcd;
	font-size: 0.9230769230769231em; /* 12px / 13px */
	border-left: 1px solid #797877;
	border-bottom: 1px solid #797877;
	border-top: 1px solid #d1cfcd;
	border-right: 1px solid #d1cfcd;
}

@media screen and (max-width: 768px) {
	
	#NewsletterSubscriptionForm .BtnForms { 
		margin: 0 39px 20px 0;
	}
    
	#NewsletterSubscriptionForm .BtnFormsAlt {
		float: left;
	}
}

@media screen and (max-width: 480px) {
    
	#NewsletterSubscriptionForm .Field input[type=text] {
		display: block;
		width: 95.97989949748743% /* 382px / 398px; */;
		padding: 0 2.010050251256285%;
		margin: 0 22px 10px 0;
	}
}

/* Product Order */

#MainContent #contenant_form h2.DirectoryTitle {
	width: 96.46017699115044%;
	font-weight: normal !important;
	font-size: 1.692307692307692em !important; /* 22px / 13px */
	line-height: 22px;
	color: #ffffff !important;
	background: #c91737;
	padding: 6px 1.76991150442478%;
	margin: 16px 0 0 0 !important;
}

#ProductOrder { 
	/*overflow: hidden;*/
	width: 96.46017699115044%; /* 872px / 904px */
	padding: 22px 1.76991150442478%; /* 16px / 904px */
	background: #f3f1ef;
}

#ProductOrder .Field.Select { 
	margin-bottom: 15px;
}

#ProductOrder .evenement_item table { 
	width: 100%;
}

#ProductOrder .evenement_item table td { 
	width: 20%;
	padding-right: 10px;
	margin: 0;
}

#ProductOrder .evenement_item table tr:first-child td { 
	padding-bottom: 6px;
}

#ProductOrder .evenement_item table td input[type=text] {
	width: 90% !important;
	height: 25px;
	border: 0;
	padding: 0 5%;
	margin-bottom: 10px;
	box-shadow: inset 0 0 4px 0 #888;
}

#ProductOrder .evenement_item table td select {
	width: 19%;
	margin-bottom: 10px;
}

#ProductOrder .evenement_item table td input[readonly=readonly] {
	font-weight: bold;
	box-shadow: none;
	padding: 0;
}

#ProductOrder .BtnForms { 
	float: left;
	margin-top: 15px;
}

/* Cart */

#CartSteps {
	overflow: hidden;
	width: 96.46017699115044%; /* 872px / 904px */
	padding: 26px 1.76991150442478%; /* 16px / 904px */
	background: #e2ded8;
}

#CartSteps ol li {
	width: 25%;
	float: left;
	border-top: 2px solid #ed9b13;
}

#CartSteps ol li.Last {
	border-top: 2px solid #e2ded8;
}

#CartSteps ol li span {
	position: relative;
	top: -7px;
	left: -1px;
	display: block;
	width: 11px;
	height: 11px;
	background: #ed9b13;
	border-radius: 11px;
}

#CartSteps ol li.Selected { 
	font-weight: bold;
}

#CartSteps ol li.Selected span { 
	background: #c91737;
}

#MainContent form[name=checkout_payment] h2.DirectoryTitle {
	width: 96.46017699115044%;
	font-weight: normal !important;
	font-size: 1.692307692307692em !important; /* 22px / 13px */
	line-height: 22px;
	color: #ffffff !important;
	background: #c91737;
	padding: 6px 1.76991150442478%;
	margin: 16px 0 0 0 !important;
}

#MainContent #CheckoutPayment h3 {
	border: 0;
	padding: 0;
}

/* Payment selection  */

#CheckoutPaymentAddress, #CheckoutPaymentMethod {
	overflow: hidden;
	width: 96.46017699115044%; /* 872px / 904px */
	padding: 22px 1.76991150442478%; /* 16px / 904px */
	margin-bottom: 25px;
	background: #f3f1ef;
}

#CheckoutPaymentAddress .BtnForms, #CheckoutPaymentMethod .BtnForms {
	float: left;
}

#CheckoutPaymentMethod input[type=radio] {  
	position: relative;
	top: 1px;
}

#CheckoutPaymentMethod .BtnForms { 
	margin-top: 15px;
}

/* Validation */

#CheckoutConfirmation .BtnForms { 
	float: left;
}

#CheckoutConfirmation h2.DirectoryTitle { 
	width: 96.46017699115044%;
	font-weight: normal !important;
	font-size: 1.692307692307692em !important; /* 22px / 13px */
	line-height: 22px;
	color: #ffffff !important;
	background: #c91737;
	padding: 6px 1.76991150442478%;
	margin: 16px 0 0 0 !important;
}

#CheckoutConfirmationAddress, #CheckoutConfirmationPayment, #CheckoutConfirmationTotal, #CheckoutConfirmationTerms, #CheckoutConfirmationCheque {
	overflow: hidden;
	width: 96.46017699115044%; /* 872px / 904px */
	padding: 22px 1.76991150442478%; /* 16px / 904px */
	margin-bottom: 25px;
	background: #f3f1ef;
}

#CheckoutConfirmationTotal, #CheckoutConfirmationTerms, #CheckoutConfirmationCheque {
	border-top: 12px solid #c91737;
	padding: 22px 1.76991150442478%; /* 16px / 904px */
}

#CheckoutConfirmationAction {
	overflow: hidden;
	width: 96.46017699115044%; /* 872px / 904px */
	padding: 0 1.76991150442478%; /* 16px / 904px */
	margin-bottom: 25px;
}

#CheckoutConfirmationAction .BtnForms { 
	margin: 0 25px 15px 0;
}

#CheckoutConfirmationAction .BtnForms.Confirm {
	margin: 0 0 15px 0;
	float: right;
}

#CheckoutConfirmationTotal table {
	width: 100%;
	margin-bottom: 25px;
}

#CheckoutConfirmationTotal table th {
	padding: 5px 7px;
	font-family: 'Cuprum', sans-serif;
	font-weight: bold;
	font-size: 1.076923076923077em; /* 14px / 13px */
	text-transform: uppercase;
	color: #ffffff;
	background: #c91737;
}

#CheckoutConfirmationTotal table td {
	padding: 5px 7px;
	border: 2px solid #e2e0dd;
	border-top: none;
}

#CheckoutConfirmationTotal table td.main[align=right] { 
	border: none;
}

#CheckoutConfirmationTotal table td.SubTotalTitle { 
	background: #e2e0dd;
	font-weight: bold;
}

#CheckoutConfirmationTotal .BtnForms { 
	margin-bottom: 15px;
}

#CheckoutConfirmationTerms .Field.Checkbox { 
	margin-bottom: 15px;
}

#CheckoutConfirmationTerms .BtnForms {
	float: left;
	margin-bottom: 15px;
}

#CheckoutConfirmationAction .BtnForms { 
	float: left;
}

@media screen and (max-width: 480px) {
    
	#CheckoutConfirmationAction .BtnForms.Confirm {
		float: left;
	}
}

/* Checkout success  */

#CheckoutSuccess h2.DirectoryTitle { 
	width: 96.46017699115044%;
	font-weight: normal !important;
	font-size: 1.692307692307692em !important; /* 22px / 13px */
	line-height: 22px;
	color: #ffffff !important;
	background: #c91737;
	padding: 6px 1.76991150442478%;
	margin: 16px 0 0 0 !important;
}

#CheckoutSuccessDetails { 
	overflow: hidden;
	width: 96.46017699115044%; /* 872px / 904px */
	padding: 22px 1.76991150442478%; /* 16px / 904px */
	background: #f3f1ef;
}

#CheckoutSuccessAction {
	overflow: hidden;
	width: 96.46017699115044%; /* 872px / 904px */
	padding: 0 1.76991150442478%; /* 16px / 904px */
	background: #f3f1ef;
}

#CheckoutSuccessAction .BtnForms {
	margin: 0 25px 15px 0;
	float: left;
}

#CheckoutSuccessAction .BtnForms.Confirm {
	margin: 0 0 15px 0;
	float: right;
}

@media screen and (max-width: 480px) {
    
	#CheckoutSuccessAction .BtnForms.Confirm {
		float: left;
	}
}

/* Checkout Cancel */

#CheckoutCancel h2.DirectoryTitle { 
	width: 96.46017699115044%;
	font-weight: normal !important;
	font-size: 1.692307692307692em !important; /* 22px / 13px */
	line-height: 22px;
	color: #ffffff !important;
	background: #c91737;
	padding: 6px 1.76991150442478%;
	margin: 16px 0 0 0 !important;
}

#CheckoutCancel .BtnForms {
	float: left;
	margin-left: 1.76991150442478%;
}

#CheckoutCancelDetails { 
	overflow: hidden;
	width: 96.46017699115044%; /* 872px / 904px */
	padding: 22px 1.76991150442478%; /* 16px / 904px */
	margin-bottom: 25px;
	background: #f3f1ef;
}

/* Paymeent address  */

#CheckoutPaymentAddressBook .Field.Radio {
	position: relative;
	padding-left: 20px;
	margin-bottom: 25px;
}

#CheckoutPaymentAddressBook .Field.Radio input[type=radio] {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

#CheckoutPaymentAddressBook .Field.Radio strong { 
	display: block;
}

/* Contact */

#ContactDetails, #ContactForm {
	float: left;
	width: 42.85714285714286%; /* 288px / 672px  */
	height: 605px;
	padding: 22px 2.67857142857143%; /* 18px / 672px  */
	margin: 16px 0;
	background: #f3f1ef;
	border-top: 12px solid #c91737;
}

#ContactDetails h2 {
	font-size: 1.538461538461538em !important; /* 20px / 13px */
	margin-bottom: 0px !important;
}

#ContactDetails iframe { 
	margin: 10px 0 15px 0;
}

#ContactDetails a {
	font-weight: normal !important;
	color: #c91737 !important;
}

#ContactForm {
	float: right;
}

#ContactForm .Field { 
	margin-bottom: 10px;
}

#ContactForm .Field Label { 
	display: block;
	font-weight: normal;
	color: #000000;
	margin-bottom: 5px;
}

#ContactForm .Field input[type=text] {
	width: 94%;
	height: 25px;
	padding: 0 3%;
	border: 0;
	box-shadow: inset 0 0 4px 0 #888;
}

#ContactForm .Field textarea {
	width: 94%;
	height: 100px;
	padding: 5px 3%;
	margin-bottom: 5px;
	border: 0;
	box-shadow: inset 0 0 4px 0 #888
}

#ContactForm .BtnForms { 
	float: left;
}

@media screen and (max-width: 900px) {
	
	#ContactDetails, #ContactForm {
		width: 94.64285714285714%;
		height: auto;
	}
}

/* Client List */

#ClientList h3.DirectoryTitle { 
	font-size: 1.692307692307692em !important; /* 22px / 13px */
	line-height: 22px;
	color: #ffffff !important;
	background: #c91737;
	padding: 6px 1.65929203539823%;
	margin-bottom: 20px;
	border: none;
}

#ClientList img[usemap] { 
	margin: 10px 0 25px 0;
}

.ClientDetails {
	float: left;
	width: 38.5%;
	padding: 0 5% 0 42px;
	margin-bottom: 15px;
	position: relative;
	font-size: 0.9230769230769231em;  /*  12px / 13px */
}

.ClientDetails img {
	position: absolute;
	top: 2px;
	left: 0;
}

.Country {
	display: block;
	text-transform: uppercase;
}

#MainContent .ClientDetails ul {
	width: auto;
	margin: 0 0 0 13px;
}

#MainContent .ClientDetails ul li {
	background: none;
	padding: 0;
	margin-bottom: 3px;
	list-style: disc outside;
}

@media screen and (max-width: 900px) {
    
	.ClientDetails {
		width: 85%;
		padding-right: 5%;
	}
}


/* Formulaires */

.BtnForms {
	display: block;
	height: 27px;
	font-family: 'Cuprum', sans-serif;
	font-weight: bold;
	font-size: 1.384615384615385em;  /* 18px / 13px */
	line-height: 27px;
	color: #ffffff !important;
	background: #ed9b13 url(../interface/neotelis/global/puce_arrow.png) no-repeat right 6px;
	padding: 0 24px 0 9px;
	border-right: 8px solid #ed9b13;
	border-bottom: 1px solid #797877;
	border-left: 1px solid #a4a3a1;
}

.BtnForms.Back { 
	float: left;
	background: #ed9b13 url(../interface/neotelis/global/puce_arrow_back.png) no-repeat left 6px;
	padding: 0 9px 0 24px;
	border-left: 8px solid #ed9b13;
	border-bottom: 1px solid #797877;
	border-right: 1px solid #a4a3a1;
	
}

/* loading paiement */

#loading {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  display: none;
  opacity: 0.8;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}

#loading-texte {
    color: black;
    display: none;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.5em;
    margin: 100px auto;
    width: 500px;
    z-index: 100;
}
#loading-image{
    display: none;
    margin: 0 auto;
}
#loading-texte img{display: block !important;}


/*---------------------------------------------------------------------------------------------*/
/* ajustement 2018-08 VG-045087 */

#HomeContent #Conferences{
    display: none;
}

#HomeContent #Formations{
    margin-left: 0;
}
#HomeContent #ServiceConseil {
    margin-left: 1.32300884955752%;
}
.HomeBlock img {
    width: 100%;
}
#News {
    float: none;
    width: 100%;
}
#Capsules, #DirectoryTable_conference{
    display: none;
}
#DirectoryNextCourse p{
    margin-bottom: 7px;
}
i{
	font-style: italic;
}
sup{
	position: relative;
	top: -0.35em;
	font-size: 80%;
}