﻿@font-face
{
	font-family:"Eras";
	src:url(../fonts/ERASMD.TTF);
	font-style:normal;
	font-weight:normal;
}

.fa {border-radius:14px;background-color:rgba(255,255,255,0.4);color:rgba(255,255,255,0.25)}
.fa{text-decoration:none;float:right;padding:6px;}
.fa:hover{background-color:#1da1f2;color:#fff;}

html, body
{
	margin:0px;
	padding:0px;
	width:100%;
	min-height:100%;
}

body
{
	font-family:Eras, Helvetic, Arial, sans serif;
	font-size:14px;
	
	background-color:#00205B;
	background-image:linear-gradient(to bottom, #00205B 200px, #FFFFFF 250px, #FFFFFF 300px, #EF3340 350px, #EF3340 550px, #FFFFFF 600px, #FFFFFF 650px, #00205B 700px);
}

div.content
{
	position:relative;
	
	width:998px;
	min-height:100%;
	margin:0px auto;
}

header
{
	margin-top:5px;
	position:relative;
	
	padding:0.1rem 5px 0px 37px;
	
	z-index:50;
	
	height:175px;
}

header img
{
	float:left;
	margin-right:57px;
}

.title
{
	color:#fff;
	margin:0px 0px 10px 0px;
	font-size:2rem;
	text-transform:uppercase;
	padding-top:10px;
}

.title sup
{
	text-transform:lowercase;
}

.subtitle
{
	margin:10px 0px;
	font-size:1.3rem;
	color:#fff
}

.bottom
{
	position:absolute;
	bottom:5px;
	left:269px;
	font-size:1rem;
	color:#FFF;
}

aside
{
	float:left;
	margin-top:18px;
	z-index:40;
	
	width:255px;
}

nav
{	
	background-color:#00205B;
	border-radius:6px;
	width: 280px; /*to increase the width due to text*/
	overflow:hidden;
}

nav a
{
	display:block;
	padding:8px 10px;
	text-decoration:none;
	color:#fff;
	
	font-size:1.1em;
	
	transition:background-color 0.6s ease, color  0.5s ease;
}

nav a:before
{
	content:'• ';
	color:#000;	
}

nav a:hover
{
	background-color:#e60000;
	color:#fff;
}

nav hr
{
	margin:0px;
	height:1px;
	border:0px;
	background-color:#000;
}

div.insert
{
	margin-top:15px;
	border-radius:6px;
	overflow:hidden;
}

.insertColor1
{
	background-color:#e60000;
	color:#fff;
}

.insertColor2
{
	background-color:#762967;
	color:#fff;
}

.insertColor3
{
	background-color:#0285a6;
	color:#fff;
}

div.titleInsert
{
	text-align:center;
	border-bottom:1px solid #000;
	padding:6px;
	
	font-weight:bold;
}

div.contentInsert
{
	font-size:0.70rem;
	margin:4px;
}

section
{
	padding:8px;
	margin:18px 0px 0px 270px;
	line-height:1.5rem;
	margin-left:280px; /*to avoid overlap with naviguation bar (nav)*/
	border-radius:6px;
	
	background-color:#fff;
}

h1
{
	font-size:1.7rem;
	color:#EF3340;
	width:80%;
	padding-bottom:0.4rem;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#00205B;
	
	margin-top:0px;
}

h2
{
	font-size:1.1rem;
	color:#00205B;
}

h3
{
	font-size:1em;
	font-weight:bold;
	line-height:0em;
	padding-top:1em;
}

.contact label
{
	display:inline-block;
	width:150px;
	text-align:right;
	padding-right:0.5rem;
}

.contact input[type=text], .contact input[type=email], .contact textarea
{
	width:450px;
}

.contact textarea
{
	vertical-align:top;
	height:500px;
	max-width:450px;
	min-width:450px;
}

.footer-size
{
	clear:both;
}

footer
{	
	margin:-10px 0px 5px 280px;
	font-size:0.72rem;
	text-align:center;
	padding:8px 0px;
	color:#fff;
	border-radius:6px;
}

div.dateSchedule
{
	font-size:1.4rem;
	color:#fda128;
	border-top:3px solid #fda128;
	
	padding-bottom:0.5rem;
	margin-top:30px;
}

div.sectionSchedule
{
	padding-top:10px;
	border-top:1px solid #ccc;
}

div.sectionSchedule, div.detail
{
	margin-bottom:10px;
}

div.sectionSchedule:after
{
	content:'';
	display:block;
	clear:both;
}

div.schedule
{
	float:left;
	width:100px;
	
	color:#666666;
}

div.section
{
	float:right;
	width:610px;
	
	font-size:0.96rem;
	
	color:#02a1c6;
	font-style:italic;

	border-bottom:1px solid #02a1c6;
	
	margin-bottom:5px;
}

div.detail
{
	float:right;
	width:610px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}

div.profil
{
	height:110px;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}

div.profil0
{
	height:110px;
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
}

div.profil2
{
	height:110px;
	/*border-bottom:1px solid #FFF;*/
	margin-bottom:10px;
}

div.profil3
{
	height:70px;
	border-bottom:1px solid #ccc;
	/*margin-bottom:10px;*/
}

div.section-light
{
	font-size:0.96rem;
	
	color:#02a1c6;
	font-style:italic;

	border-bottom:1px solid #02a1c6;
	
	margin-top:15px;
}

div.detail-light
{
	padding-bottom:10px;
	
	border-bottom:1px solid #ccc;
	margin-left:15px;
}

div.detail img, div.profil img
{
	width:80px;
	float:left;
	margin-right:10px;
}

div.detail img, div.profil0 img
{
	width:80px;
	float:left;
	margin-right:10px;
}

div.detail img, div.profil2 img
{
	width:80px;
	float:left;
	margin-right:10px;
}

div.detail img, div.profil3 img
{
	width:180px;
	float:left;
	margin-right:10px;
	margin-top:5px;
}

span.entitle
{
	color:#e60000;
}

a.select
{
	background-color:#fda128;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	padding: 0px 2px 0px 2px;
}

a.button
{
	display:inline-block;
	border:1px solid #999;
	text-decoration:none;
	padding:5px 30px;
	color:#000;
	text-shadow:1px 1px 1px #adadad;
	background-color:#e1e1e1;
	cursor:default;
}

label
{
	display:inline-block;
	width:10rem;
	text-align:right;
}

input[type=text], textarea
{
	width:29.3rem;
	font-size:0.8rem;
	border:1px solid #777;
}

input[type=email]
{
	width:20rem;
	font-size:0.8rem;
	border:1px solid #777;
}

input[type=file]
{
	width:15rem;
	overflow:hidden;
}

input[type=submit], input[type=reset], button.submit
{
	padding:5px 20px;
}

textarea
{
	max-width:29.3rem;
	min-width:29.3rem;
	height:25rem;
	vertical-align:top;
}

.groupInput
{
	display:inline-block;
	vertical-align:top;
	text-align:left;
}

.groupInput label
{
	text-align:left;
}

.required
{
	font-weight:bold;
	color:red;
}

#windowGrey
{
	display:none;
	
	position:fixed;
	z-index:100;
	top:0px;
	right:0px;
	left:0px;
	bottom:0px;
	
	background-color:rgba(110, 110, 110, 0.7);
}

.window
{
	margin:0px auto;
	margin-top:250px;
	display:block;
	width:430px;
	background:#ccc;
	border:1px solid #333;
	padding:5px;
}

#progress_percent
{
	border:1px solid #333;
	width:400px;
	margin:0px auto;
	background:url(../img/progress.gif) -400px 0px repeat-y;
}

#abstractFileShow
{
	display:none;
	
	position:relative;
	vertical-align:middle;
	width:29.5rem;
	height:1.5rem;
	border:1px solid #777;
	padding:0px;
	overflow:hidden;
	
	white-space:nowrap;
}

#abstractFileDisplay
{
	display:inline-block;
	position:relative;
	
	width:27.4rem;
	height:1.5rem;
	padding:0px 2px;
	
	font-size:0.8rem;
	overflow:hidden;
	white-space:nowrap;
}

.btBox
{
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	
	font-size:0.5rem;
}

#bankTransfert
{
	display:none;
	
	position:absolute;
	margin:0px auto;
	margin-left:120px;
	width:450px;
	top:300px;
	
	background-color:#e1e1e1;
	border:1px solid #C3C3C3;
	padding:10px;
	
	z-index:50;
}

button.close
{
	position:absolute;
	top:0px;
	right:0px;
	
	font-size:0.7rem;
}

div.educname
{
	color:#02a1c6;
	border-bottom:1px solid #02a1c6
}

.bold
{
	font-weight:bold;
}

blockquote
{
	margin:0px;
	font-style:italic;
}

form.cadre
{
	position:relative;
	border:1px solid #e60000;
	padding: 14px 5px 10px 5px;
}

form.cadre .titleForm
{
	position:absolute;
	top:-0.7rem;
	
	padding:0rem 0.7rem;
	
	background-color:#e60000;
	font-size:15px;
	color:#FFF;
}

form th
{
	text-align:right;
	font-weight:normal;
}

form td
{
	text-align:center;
}

thead th
{
	font-weight:bold;
}

.timeSchedule
{
	display:inline-block;
	width:84px;
	color:#fda128;
	font-style:normal;
	font-size:14px;
}

.chair, .participants
{
	color:#000;
	font-style:normal;
	font-size:14px;
}

.important
{
	color: #EF3340;
	border:1px solid #00205B;
	border-radius:10px;
	padding:4px;
	font-weight: bold;
}

.important:hover
{
	background-color: #EF3340;
  color: #00205B;
 }

a.abstract
{
	text-decoration:none;
}

a.abstract:hover
{
	text-decoration:underline;
}

a.abstract .author
{
	font-weight:bold;
}

.sponsor
{
	display:inline-block;
	padding:4px;
	font-size:24px;
	border:1px solid #02a1c6;
}
.justify{
	text-align:justify;
}

figure
{
	position:relative;
	display:inline-block;
	margin:0px;
	width:710px;
	overflow:hidden;
	border:1px solid #000;
	text-align:center;
}

figure a
{
	display:block;
	height:100%;
	width:100%;
	z-index:50;
}

figure.tiny
{
	width:350px;
}

figure.tiny2
{
	line-height:160px;
	white-space:nowrap;
	width:172px;
	height:160px;
	vertical-align:middle;
	margin-bottom:7px;
}

figure img
{
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
}

figcaption
{
	line-height:1rem;
	text-align:right;
	font-size:10px;
	padding:0px 4px;
	margin:0px;
	position:absolute;
	bottom:0px;
	right:0px;
}

table
{
	border-collapse:collapse;
}

table td, table th
{
	text-align:left;
	padding:4px;
	border:1px solid #000;
}

/*new table*/
.abstracth{
  font-family: calibri;
  font-size: 20px;
  border: 1px solid black;
  border-bottom: 3px solid #00205B;
  padding: 7px;
	text-align: center;
}

.abstractd{
  font-family: calibri;
  border: 1px solid black;
  padding: 5px;
  width: 60%;
}

.regtd{
  font-family: calibri;
  border: 1px solid black;
  padding: 5px;
  width: 41%;
}

.regtd2{
  font-family: calibri;
  border: 1px solid black;
  padding: 5px;
  width: 40%;
}

.regtd3{
  font-family: calibri;
  border: 1px solid black;
  padding: 5px;
}

.abstractable{
  border-collapse: collapse;
  border: 3px solid #EF3340;
	caption-side: bottom;
}

.registable{
  border-collapse: collapse;
  border: 3px solid #EF3340;
	caption-side: bottom;
	width: 80%;
}

.info{
  background-color: #CDDFFF;
  border: 1px solid black;
  width: 39%;
  padding-left: 10px;
	text-align: center;
}

.reginfo{
	font-family: inherit;
  background-color: #CDDFFF;
  border: 1px solid black;
  padding-left: 10px;
	text-align: center;
}

.money{
  text-align: right;
}


/*tight paragraph*/
.tightp{
	line-height: 1.4em;
}

/*text sizes*/
.big{
	font-size: 150%;
}
.big-{
	font-size: 120%;
}

.small{
	font-size: 90%;
}

.underline{
	text-decoration: underline;
}

/*hotel*/

.container{
	display: grid;
	grid-template-rows: repeat(3 1fr);
	grid-template-columns: 1fr 1fr;
	column-gap: 0.5vh;
	}
	
.hotel{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	}
	
.hotel > a > img{
	width: 300px;
  }

.hotel > a > p{
	text-align: center;
	align-self: flex-start;
}


.hotel > a {
	color: #00205B;
}

.hotel > a:hover {
	color: #EF3340;
}
	
.container > div:nth-child(1){grid-area: 1 / 1 / 2 / 2}
.container > div:nth-child(2){grid-area: 1 / 2 / 2 / 3}
.container > div:nth-child(3){grid-area: 2 / 1 / 3 / 2}
.container > div:nth-child(4){grid-area: 2 / 2 / 3 / 3}
.container > div:nth-child(5){grid-area: 3 / 1 / 4 / 2}
.container > div:nth-child(6){grid-area: 3 / 2 / 4 / 3}
