/* ewassAbstract.css  // cedric // 7.03.17 */


/* hidding 'I agree to the above Terms and Conditions' */
#submit-page .well {
	display: none;
}

/* hidding 'state / title / position' on authors and affiliations */
.author-container > .form-group:nth-of-type(6), .affiliation-container > .form-group:nth-of-type(4){
	display: none;
}

/* pour les desktop mettre le menu + sign out sur une ligne */
@media (min-width: 768px){
	
.collapse.navbar-collapse > ul {
    display: flex;
}
.collapse.navbar-collapse {
    display: flex !important;
}

.collapse.navbar-collapse > ul > li > a {
    text-align: center;
}

.collapse.navbar-collapse > ul > li:hover {
    background-image: linear-gradient(to bottom,#2b3082 0%,#2e348c 100%);
    background-repeat: repeat-x;
    box-shadow: inset 0 3px 9px rgba(0,0,0,0.25);
}
}

/* @media (min-width: 768px) { */
html {
	font-family: Arial, Helvetica, sans-serif;
}

/* decaler les form vers la droite */
div#main-form {
    padding: 20px 60px;
}

/* decaler les ligne des formulaire vera la droite (idéaleemnt à centrer) */
.row.form-group {
    margin-left: 55px;
}

/* reduction de l'espace entre les "row" */
div.form-group:not(.has-error) .form-control {
    margin-bottom: 8px;
}
.marginBottom {
    margin: 20px;
}
.navbar {
    margin-top: 20px;
} 
/* fin media */


div.form-control {
    border: 1px solid #8e0f4c;
}
.btn-default{
	text-shadow: none;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
	color: #9B1847;
	text-transform: uppercase;
	background-color: #E9E9E9;
	border: 1px solid #4E4E4F;
	padding: 5px 10px;
	border-radius: 6px;
	margin-bottom: 24px;
}



#choix {
	display: flex;
	padding: 30px 15%;
	margin: 0 auto;
	border: 1px solid #636365;
}

#choix a {
	width: 50%;
    text-align: center;
	padding: 0 10px;
	text-decoration: none !important;
	color:	inherit;
	background-color: #e6e6e6;
}

#choix a:hover {
	background-color: #ccc;
	background-image: radial-gradient(circle , #eae9e9 0%, #ccc 70%);
}

#choix a + a {
	margin-left: 10px;
}

#choix [class^=fa]:before {
    font: normal normal normal 14px/1 FontAwesome;
	display: block;
	font-size: 5em;
	margin-bottom: 20px;
}

#choix h3 {
	margin-bottom: 20px;
}





