/*
font-family: 'Eczar', serif;
font-family: 'Poppins', sans-serif;
*/

body, html {
  height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	
	background-color: #0c0b0b;
}

form {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}


a {
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


div#master {
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	border: 0;
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
}

div#left {
	width: 33%;
	background-color: #000;
	height: 100vh;
	display: flex;
	justify-content: center;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
}
div#left div {
	text-align: center;
}

div#right {
	width: 67%;
	height: 100vh;
	position: relative;
}
div#btleft {
	position: absolute;
	z-index: 20;
	top: 50%;
	margin-top: -27px;
	margin-left: 25px;
	cursor: pointer;
}
div#btright {
	position: absolute;
	z-index: 20;
	top: 50%;
	right: 0;
	margin-top: -27px;
	margin-right: 25px;
	cursor: pointer;
}

#progressBar {
	width: 500px;
	height: 24px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -250px;
}


.txt1 {
	font-family: 'Eczar', serif;
	font-weight: 700;
	color: #fe1601;
	font-size: 26px;
	text-align: center;
	text-transform: uppercase;
	line-height: 31px;
}

.txt2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #f3d0d0;
	font-size: 22px;
}

.txt3 {
	font-family: 'Eczar', serif;
	font-weight: 700;
	color: #fe1601;
	font-size: 38px;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
}

.txt4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #f3d0d0;
	font-size: 15px;
}

.txt5 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #f3d0d0;
	font-size: 22px;
	text-transform: uppercase;
}

.txt6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #f3d0d0;
	font-size: 18px;
	text-transform: uppercase;
}

.margin1 {
	margin: 5px 0 38px 0;
}
.margin2 {
	margin: 22px 0 20px 0;
}
.margin3 {
	margin: 0 0 8px 0;
}
.margin4 {
	margin: 32px 0 40px 0;
}

.btrouge {
	background-color: #ff0000;
	padding: 34px 42px;
}
a.btrouge {
	display: inline-block;
}

.masterlistpicto {
	position: absolute;
	z-index: 18;
	bottom: 80px;
	left: 0;
	right: 0;
	min-height: 32px;
	cursor: pointer;
}


div.listpicto {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}
div.listpicto .picto {
	width: 30px;
	height: 32px;
	/*background-image: url("tete_inactive.png");*/
	background-position: center center;
	background-repeat: no-repeat;
	margin: 8px 8px 0;
	opacity: 0.2;
	flex-shrink: 1;
}
div.listpicto .pictoon {
	/*background-image: url("tete_active.png");*/
	opacity: 1;
}

.stlinfo {
	padding-left: 70px;
	padding-top: 150px;
}

.stltxt {
	padding-left: 70px;
}

.backlink {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #fe1601;
	font-size: 18px;
	background-image: url("left.png");
	background-position: left center;
	background-repeat: no-repeat;
	height: 46px;
	line-height: 46px;
	padding-left: 65px;
	display: block;
}

.red {
	color: #fe1601;
}

.txt21 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #f3d0d0;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
}

.txt22 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #f3d0d0;
	font-size: 14px;
}

.txt23 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #f3d0d0;
	font-size: 13px;
	max-width: 700px;
}

.margin21 {
	margin: 42px 0 35px 0;
}
.margin22 {
	margin: 25px 0 28px 0;
}
.margin23 {
	margin: 25px 0 0 0;
}



.btrouge2 {
	background-color: #ff0000;
	padding: 20px 52px;
	height: 38px;
}
a.btrouge2 {
	display: inline-block;
	text-decoration: none;
}
.txt26 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #f3d0d0;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
}
.smaller {
	font-size: 14px;
	line-height: 22px;
}