html,
body {
	/*font-size: 17px;*/
	height: 100%;
	background-color: #eaeaea;
	/*color: #333;*/
	font-family: "Roboto", sans-serif;
}

#index-bgimg {
	height: 100%;
	background-image: url(/images/ADERA005-1400x550.jpg);
	background-size: cover;
	background-position: center center;
}

#index-colright {
	color: white;
}

h1 {
	font-size: 24pt;
	font-weight: bold;
	color: #636c76;
}
h2 {
	font-size: 18pt;
	color: #636c76;
}
h3 {
	color: #5bc0de;
	font-size: 14pt;
}
hr {
	border-top: 1px solid #bbb;
}
a,
a:link,
a:visited {
	/*color: white;*/
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.bg-danger {
	color: #333;
	padding: 15px;
}

label {
	font-size: 13px;
	font-weight: normal;
}

.index-logo {
	background-color: white;
	padding: 20px 0;
	border-radius: 10px;
	margin: 15px 0 30px 0;
	background-image: url(/images/Logo_AC.png);
	height: 100px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.congresform-line {
	border-bottom: 1px solid #eee;
}
.congresform-line .checkbox {
	margin: 0;
}
.congresform-cell {
	padding-top: 10px;
	padding-bottom: 10px;
}
.congresform-compteur h1,
.congresform-compteur h3 {
	margin: 0;
	padding: 0;
}
.congresform-compteur h1 {
	font-size: 18pt;
}
.congresform-compteur h3 {
	font-size: 12pt;
}
h3.disabled {
	color: #636c76;
	margin: 0;
	padding: 0;
}
.congresform-compteur .col-md-2 {
	cursor: pointer;
}
#congres-form-prices {
	width: 100%;
}
#congres-form-prices td {
	text-align: right;
}

#winAffiliation {
	display: none;
	position: fixed;
	top: 20%;
	min-height: 300px;
	border: 1px solid gray;
	width: 96%;
	margin-left: -48%;
	left: 50%;
	background-color: white;
	padding: 30px;
	height: 60%;
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
	#winAffiliation {
		width: 1200px;
		/* max-width: 96%; */
		margin-left: -600px;
	}
}
#winAffiliationClose {
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
	font-size: 2rem;
}

.btn-sm,
.btn-group-sm > .btn {
	padding: 1px 10px;
}
