body{
	margin:		0px;
	padding:	0px;
	font-family: 	'Open Sans', sans-serif;
	font-weight:	400;
	font-size:	11pt;
	color:		#333;
	background:	#fff;
}

header img{
	width: 		100%;
	height:		auto;
}

.nopadding {
	padding:	0px!important;
}

#main{
	border: 	15px solid #f9f9f9;
	background:	#fff;
}

@media (max-width: 990px){
	#main{
		margin:		0px;
	}
}

.clearfix {
	clear: both;
}

#text{
	padding: 	50px;
}

footer{
	line-height:	50px;
	text-align:	center;
	font-size:	0.85em;
	color:		#fff!important;
}

footer a{
	color:		#fff!important;
}

p{
	text-align:	justify;
}

blockquote{
	font-size:	11pt!important;
	margin-left: 	3px;
}


h1{
	margin:		0px;
	color:		#016fec;
	font-weight:	800;
	font-size:	32pt;
	border-bottom:	1px solid #f6f6f6;
	padding:	50px;
}

h2{
	font-weight:	800;
	font-size:	18pt;
	color:		#ff5700;
        margin-top: 	30px;
        margin-bottom: 	20px;
}

h3 {
	font-size:	16pt;
}

h2 em {
        font-size: 0.7em;
        color: #333;
        font-style: normal;
}

h3 em{
	font-size:	0.8em;
}

@media (max-width: 767px){
	h1{
		font-size:	24pt;
		padding:	30px;
	}
	
	h2{
		font-size:	16pt;
	}
	
	#text{
		padding: 	30px;
	}
}

@media (max-width: 479px){
	h1{
		font-size:	18pt;
		padding:	20px;
	}
	
	h2{
		font-size:	14pt;
	}
	
	#text{
		padding: 	20px;
	}
}

a{
	text-decoration:none;
	color:		#ff5700;
}

a:hover{
	text-decoration:underline;
	color:		#ff5700;
}


td{
	vertical-align:	middle!important;
}

td.amount{
	padding:	5px;
	width:		150px;
	font-weight:	bold;
	color:		#FFA10D;
	text-align:	right;
}

th.amount{
	padding:	5px;
	width:		150px;
	font-weight:	bold;
	text-align:	right;
}

@media (max-width: 767px){
	td.amount,th.amount{
		width:	100px;
	}
}


td.qty{
	width:		40px;
}

th.deadline{
	text-align:	right;
}


div#signup, div#signin 
{
	position: relative;
	padding: 0px 30px 60px 30px;
	overflow: hidden;
	border-left: none;
	border-right: none;
	border: 1px solid #e3e3e3;
	background: #f9f9f9;
	margin: 30px 0px 30px 0px;
	min-height: 350px;
}

div#signin_phase3
{
	position:	relative;
	margin-top:	20px;
	min-height:	260px;
}


div#signup h2, div#signin h2
{
	font-size:	16pt;
}

div.forgottenpass
{
	margin-top:	-10px;
	text-align:	right;
}

a.forgottenpass
{
	font-size:	0.85em;
	font-style:	italic;
}

#signin_btn, #signup_btn
{
	position:	absolute;
	left:		30px;
	bottom:		30px;	
}

@media print {
  .container {
    width: auto;
  }
}

.alert{
	padding:	30px!important;
}

table.summary td{
	vertical-align: 	top!important;
	border-bottom: 		1px solid #ccc;
}

td.tdlabel{
	background-color: 	#dcdcdc;
	text-align: 		right;
	padding-right: 		5px;
	width:			50%;
	color:			#3c3c3c;
}

td.tdvalue{
	padding-left: 5px;
}

.infowarning
{
	background:		url("../content/img/warning.png") no-repeat left 50%;
	padding:		30px 0px 30px 80px;
	margin:			0px 0px 30px 0px;
	clear:			both;
}

.table>tbody>tr>td .table, .table>tbody>tr>td .table tr, .table>tbody>tr>td .table th, .table>tbody>tr>td .table td
{
	border:none;
	background:none;
}

span#accolade
{
	display: block;
	float: left;
	margin-right: 10px;
	font-size: 7em;
	font-weight: lighter;
	color: #eeeeee;
	padding-top: 0px;       
}

span#dispnights
{
	display: block;
	float: left;
	padding-top: 72px;
}

td.quota
{
	font-size:	0.85em;
	color:		#800000;
	text-align:	center;
	width:		80px;
}

span.full
{
	font-weight:	bold;
	color:		#800000;
	text-align:	center;
}

div#userbar
{
	padding:		30px 30px;
	background:		#1d283b;
	color:			#fff!important;
}

div#logout
{
	float:			right;
}

div#logout a
{
	color:			#fff!important;
}

div#logout a:hover
{
	color:			#fff!important;
}

div#stepbar
{
	padding:		20px 20px;
	margin:			15px 0px;
	background:		#1d283b;
	color:			#fff!important;
	font-size:		2.0em;
	text-align:		center;
}

div.cv
{
	overflow: 		hidden;
}

h2.entry-title
{
	font-size:		18px!important;
}

.timeline .post .timeline-content
{
        padding: 26px!important;
}


td.nb_resumes
{
	width:		120px;
	text-align:	right;
}

td.rank
{
	width:		40px;
	text-align:	left;
}

td.evalmark
{
	width:		120px;
}

td.read
{
	font-weight:	normal;
}

td.unread
{
	font-weight:	bold;
}

span.reference
{
	float:		right;
	background:	#3b3b3b;
	color:		#efefef;
	padding:	5px;
	font-weight:	bold;
}

div.abstract_display span
{
	display:	inline;
}

div.abstract_display h2
{
	font-size:	12pt;
	color:		#000;
}

div.abstract_display td
{
	border: 1px solid #000;
}

.titre_resume
{
	margin:		0px 0px 30px 0px;
}

.titre_resume p
{
	font-size:	1.3em;
	font-weight:	bold;
	text-align:	left!important;
}

.auteurs
{
	text-align:	left;
}

.organismes
{
	font-size:	0.9em;
	font-style:	italic;
	margin-bottom:	20px;
	text-align:	left;
}

.adresse
{
	font-size:	0.9em;
	margin-bottom:	20px;
	text-align:	left;
}

.declaration
{
	margin-top:	20px;
	font-size:	0.9em;
}	

.pictboxr
{
	float: right;
}

.sch-list {
	margin-bottom: 40px;
}

fieldset .sch-list {
	margin-bottom: 0px;
}

.sch-list p .lightbox {
	font-size: 1.2em;
}

.sch-reference {
        display: block;
        text-transform: uppercase;
        margin: 20px 0px 5px 0px;
        font-size: 1.0em;
        color: #777;
        border-bottom: 1px solid #efefef;
}

section#abstract {
	padding: 40px 0px;
}

.eposter_lnk{
	margin-left:	20px;
}

#programme ul {
	padding-left: 0px!important;
}

#programme ul > li > ul {
	padding-left: 60px!important;
}

.full {
	font-weight:bold;
	color: #800000;
}

.searchresults {
	display:block;
	line-height: 50px;
	border: 1px solid #ddd;
	margin: 15px 0px;
	text-align: center;
}

.searchresults:hover, .searchresults.active {
	background: #114466;
	color: #fff!important;
	text-decoration: none!important;
}

td.designation {
	height: 60px;
}

td.designation em {
	font-size: 0.85em;
	font-weight:normal;
}

.afterrow {
	padding-bottom: 40px;
}

.afterrow:empty {
	padding-bottom: 0px;
}

#lang {
	float: right;
}

#lang a {
	display: inline-block;
	width: 36px;
}

#lang img {
	width: 100%;
	height: auto;
}


.btn i:first-child {
	margin-right: 1rem;
}

.btn i:last-child {
	margin-left: 1rem;
}

.btn-outline-primary {
        color: #016fec;
	border-color: #016fec;
}

.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:hover {
        color: #fff;
	background-color: #ff5700;
	border-color: #ff5700;
}

.btn-primary {
        color: #fff;
	background-color: #016fec;
	border-color: #016fec;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
        color: #fff;
        background-color: #ff5700;
        border-color: #ff5700;
}

.iradio_square-blue,
.icheckbox_square-blue {
	margin-right: 0.4rem;
}

.alert p:last-child {
	margin-bottom: 0px;
}