app-web h1 {
	font-size: 1.3em;
	position: absolute;
	padding: 1em 0 1em 0;
	/* background: rgba(128, 0, 255, 0.2); debug touch areas*/
	top: 0;
	z-index: 2;
	-webkit-touch-callout: none; /* iOS Safari */
}

app-web h1 b {
	display: block;
	font-weight: 700;
	white-space: nowrap;
	background: #fff;
	color: #000;
	border: 0.125rem solid #000;
	padding: 0.30em 0.7em 0.25em 0.4em;
	border-left-width: 0;
	box-shadow: 0.15em 0.15em 0.2em 0.1em rgba(0, 0, 0, 0.2);
	position: relative;
}

app-web h1.back b:before {
	content: "";
	display: inline-block;
	margin-left: -0.3em;
	margin-right: 0.5em;
	vertical-align: -0.05em;
	width: 0.8em;
	line-height: 0;
	height: 0.8em;
	background-image: url('/assets/img/arrow.svg');
}

app-web h1.live b {
	background: rgb(255, 228, 23);
}

app-web h2,
app-web .indent + .centerContainer h2 {
	font-size: 2.2em;
	font-weight: 700;
	line-height: 1.25em;
}

app-web h3 {
	font-size: 1.3em;
	margin-bottom: 0em;
	font-weight: 700;
}

app-web h4 {
	font-size: 1.3em;
	margin-bottom: 1.250em;
	font-weight: 700;
}

app-web hr {
	margin: 1em 0;
	border: none;
	background: rgba(255, 255, 255, .5);
	height: 1px;
}

app-web p {
	font-size: 1.3rem;
	margin-bottom: 0.0em;
	line-height: 1.2em;
}

app-web ol {
	font-size: 1.3em;
	list-style: none;
}

app-web ol li {
	list-style-type: decimal;
	list-style-position: inside;
	display: list-item;
}

app-web b {
	font-weight: 700;
}

app-web a {
	text-decoration: none;
	cursor: pointer;
}

app-web article a {
	text-decoration: underline;
}

app-web .center {
	text-align: center;
}

app-web .click {
	cursor: pointer;
}

.image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
}

.image.square {
	height: 0;
	padding-bottom: 100%;
}

.image.sixteenByNine,
.image.landscape {
	height: 0;
	padding-bottom: calc(100% * 9 / 16);
}

.image.fourByThree {
	height: 0;
	padding-bottom: calc(100% * 3 / 4);
}

.image.portrait {
	height: 0;
	padding-bottom: calc(100% * (9 / (16 - 9)));
}

.image.placeholder {
	background-size: 59%;
}


app-web input,
app-web button,
app-web .button,
app-web .welcomeText a s,
app-web select {
	height: 2.5em;
	margin-bottom: 0.625em;
	outline: 0;
	box-shadow: none;
}

app-web .sign {
	margin-bottom: 2.25em;
	margin-top: 1em;
}

app-web input[disabled] {
	opacity: 0.5;
	filter: grayscale(100);
}

app-web .inputPlaceholder {
	height: 2.5em;
	margin-bottom: 0.625em;
	font-size: 16px;
}

app-web .inputGroup {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-left: -0.625em;
	width: calc(100% + 0.625em);
}

app-web .inputGroup > * {
	margin-left: 0.625rem;
}

app-web input.half {
	flex: 1 1 auto;
	width: calc(50% - 0.625rem);
}

app-web input:not([type='checkbox']),
app-web textarea {
	background: white;
	border: 2px solid white;
	font-size: 16px;
	white-space: nowrap;
	padding: 0.625em 1em;
	border-radius: 0.15rem;
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
}

app-web input.bot {
	height: 0;
	width: 0;
	opacity: 0;
	opacity: 0;
	padding: 0;
	margin: 0;
	float: left;
}

app-web textarea {
	font-family: 'Burda', Helvetica, sans-serif;
	font-weight: 500;
	margin-bottom: 0.625em;
	min-height: 5em;
}

app-web input[type="checkbox"] {
	width: auto;
	height: auto;
}

app-web input[list] {
	padding: 0.21em 2.5em 0.21em .9em;
	background: #fff url(../img/arrow_dropdown.svg) no-repeat right center / 1.8em auto;
}

input[list]::-webkit-calendar-picker-indicator {
	display: none;
}

app-web select {
	border-right: 0;
	border: none;
	padding: 0.21em 2.5em 0.21em .9em;
	width: 100%;
	font-size: 16px;
	background: #fff;
	border-right: 0;
	box-shadow: none;
	border-radius: 0;
	font-size: 16px;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0.15rem;
	background: #fff url(../img/arrow_dropdown.svg) no-repeat right center / 1.8em auto;
}

app-web option {
	font-size: 1em;
	padding: 0;
	color: #000;
}

app-web select:required:invalid {
	color: rgba(232, 78, 15, .6);
}

::placeholder {
	color: rgb(232, 78, 15);
	opacity: 0.6;
}

app-web option[value=""][disabled] {
	color: rgba(232, 78, 15, .6);
	display: none;
}

app-web button,
app-web .button,
app-web .welcomeText a s{
	border: 2px solid;
	font-size: 1em;
	white-space: nowrap;
	padding: 0 2em;
	display: inline-block;
	border-radius: 0.45rem;
	font-weight: 700;
	text-align: center;
	font-family: 'Burda', Helvetica, sans-serif;
	text-decoration: none;
	cursor: pointer;
	font-size: 16px;
}

app-web .button {
	line-height: 2.4em;
	font-size: 1em;
}

app-web button.secondary,
app-web .button.secondary {
	border-width: 1px;
	font-weight: 500;
}

app-web button.error {
	background: #D11E00;
}

app-web button.error:hover {
	background: #fff;
}

app-web input.highlight:placeholder-shown,
app-web textarea.highlight:placeholder-shown {
	background: #551769;
	color: #fff;
}

app-web input.highlight::placeholder,
app-web textarea.highlight::placeholder {
	color: #fff;
}

.textColumn form button {
	width: auto;
}

app-web video {
	width: 100%;
}

app-web .swiper-slide.video {
	width: calc(3 / 4 * 100%);
}

app-web input[type='file'] {
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	cursor: pointer;
	left: 0px;
	top: 0px;
	overflow: hidden;
	background: #fff;
}


/* checkbox css */
app-web label.checkbox {
	display: block;
	position: relative;
	padding-left: 2.5em;
	padding-top: 0.45em;
	margin-bottom: 0.625em;
	cursor: pointer;
	font-size: 16px;
	user-select: none;
	height: 2em;
	white-space: nowrap;
}

/* Hide the browser's default checkbox */
app-web label.checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
app-web .checkmark {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2em;
	width: 2em;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 0.15rem;
}

/* On mouse-over, add a grey background color */
app-web label.checkbox:hover input ~ .checkmark {
	background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
app-web label.checkbox input:checked ~ .checkmark {
	background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	opacity: 0;
}

/* Show the checkmark when checked */
app-web label.checkbox input:checked ~ .checkmark:after {
	opacity: 1;
}

/* Style the checkmark/indicator */
app-web label.checkbox .checkmark:after {
	left: 10px;
	top: 4px;
	width: 7px;
	height: 14px;
	border: solid rgba(232, 78, 15, 1);
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}

app-web label.checkbox:hover input ~ .checkmark:after {
	opacity: 0.6;
}

/*** clamps ***/

.clamp {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
}

.clamp.two {
	-webkit-line-clamp: 2;
}

.clamp.three {
	-webkit-line-clamp: 3;
}

.clamp.four {
	-webkit-line-clamp: 4;
}

.clamp.five {
	-webkit-line-clamp: 5;
}

.clamp.six {
	-webkit-line-clamp: 6;
}

.clamp.seven {
	-webkit-line-clamp: 7;
}

.clamp.eight {
	-webkit-line-clamp: 8;
}

.clamp.nine {
	-webkit-line-clamp: 9;
}

.clamp.ten {
	-webkit-line-clamp: 10;
}

app-web table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

app-web table td p {
	margin-bottom: 0;
}

app-web table td,
app-web table th {
	padding: 0.5em 0;
}

app-web .page.wrapper table tr td:first-child {
	vertical-align: top;
	padding-right: 0.5em;
	font-weight: 700;
}

/***SPEAKERS & PARTNERS***/

app-web .socialNetworks {
	align-self: end;
}

app-web .socialNetworks ul {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-evenly;
}

app-web .socialNetworks li {
	list-style-type: none;
	margin-bottom: 1.5em;
	margin-right: 3em;
}

app-web .socialNetworks i {
	opacity: 0.8;
}

app-web .media {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

app-web .media iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}


/***BANNER WIDGET (HIERARCHIE PROBLEMS)***/
html.twoColumnDisplay div.page.wrapper.running app-conference-banner-widget button {
	margin-top: 1em;
}


html.twoColumnDisplay div.page.wrapper.running app-conference-banner-widget h3,
html.twoColumnDisplay div.page.wrapper.running app-conference-banner-widget h4 {
	font-size: 1em;
}


button {
	transition: all .2s ease-in-out;
	position: relative;
}

button.loading {
	opacity: 0.8;
	pointer-events: none;
	cursor: wait;
	padding-right: 4em;
}

button.loading:after {
	transition: opacity .2s ease-in-out;
	content: '';
	width: 50px;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0.8;
	background: transparent url("../../assets/img/spinner.svg") no-repeat center center / 1.5em auto;
}


app-web .welcomeText .button
{
	padding: 0 .8em;
	line-height: 1.8em;
	height: auto;
	margin:1em 0 0 0;

}
