* { box-sizing: border-box; }

body
{
	margin: 0px;
	padding: 0px;
	background: #f8f8f8;
	
	font-family: 'Roboto', sans-serif;
	overflow: hidden;
}

.header
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 40px;
	
	z-index: 1101;
}

.logo
{
	position: absolute;
	
	top: 40px;
	width: 150px;
	height: 30px;
	background: url('/img/logo.png');
	background-size: 100%;
	background-repeat: no-repeat;
	
	left: 50%;
	margin-left: -75px;
}
.right_menu
{
	position: relative;
	text-align: right;
	margin-top: 6px;
}

.right_menu div
{
	display: inline-block;
	margin: 0px 10px;
	font-weight: bold;
}



.htmlshel
{
	height: 400vh;
}

.hmp1
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 106px 0px 0px 5%;
	background: #f8f8f8;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
	
	z-index: 1100;
}

.hmp1_title
{
	color: #f3c800;
	font-weight: bold;
}

.hmp1_subtitle
{
	padding: 10px 0px;
	font-size: 40px;
	font-weight: bold;
}

.hmp1_text
{
	font-size: 15px;
}

.hmp1_button
{
	display: inline-block;
	margin-top: 20px;
	padding: 10px 20px;
	background: #f3c800;
	
	color: #000;
	font-weight: bold;
	
	border-radius: 50px;
}

.hmp1_left
{
	max-width: 40%;
	padding-top: 30vh;
}

.hmp1_right
{
	position: absolute;
	right: 40px;
	top: 27vh;
	width: 901px;
	height: 481px;
	max-height: 60vh;
	max-width: 55%;
	background: url('/img/home_banner2.png');
	
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}








.hmp2
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 106px 120px 0px 120px;
	
	background: #FFFFFF;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
	
	z-index: 1099;
}

.hmp6
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 106px 10px 0px 10px;
	
	background: #FFFFFF;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
	
	z-index: 1099;
}

.hmp2_title, .hmp6_title
{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	
	transform: scale(1);
	transform-origin: center bottom;
	transition: transform 0.7s;
}

.hmp2_subtitle, .hmp6_subtitle
{
	padding-top: 10px;
	text-align: center;
	font-size: 20px;
	color: #f3c800;
	
	transform: scale(1);
	transform-origin: center bottom;
	transition: transform 0.7s;
}

.hmp2_bottom_line, .hmp6_bottom_line
{
	width: 140px;
	height: 3px;
	margin: 10px auto;
	background: #f3c800;
}

.hmp2_set
{
	text-align: center;
	
	transform: scale(1);
	transform-origin: center center;
	transition: transform 0.7s;
}

.hmp2_set_item
{
	display: inline-block;
	width: 30%;
	margin-top: 40px;
	margin-left: 1%;
	margin-right: 1%;
	padding-top: 140px;
	
	background-image: url('/img/home_icon1.png');
	background-repeat: no-repeat;
	background-position: top center;
	
	vertical-align: top;
}

.hmp2_set_item1 { background-image: url('/img/home_icon1.png'); }
.hmp2_set_item2 { background-image: url('/img/home_icon2.png'); }
.hmp2_set_item3 { background-image: url('/img/home_icon3.png'); }

.hmp2_set_title
{
	font-weight: bold;
	font-size: 22px;
}

.hmp2_set_text
{
	font-size: 15px;
	color: #333;
	line-height: 25px;
}

.hmp2_set_button
{
	display: inline-block;
	margin-top: 20px;
	padding: 10px 20px;
	background: #f3c800;
	
	color: #000;
	font-weight: bold;
	
	border-radius: 50px;
}


.hmp3
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 106px 120px 0px 120px;
	
	background: #f8f8f8;
	text-align: right;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
	
	z-index: 1098;
}

.hmp3_right
{
	display: inline-block;
	max-width: 40%;
	padding-top: 30vh;
	text-align: left;
	
	transform: scale(1);
	transform-origin: center bottom;
	transition: transform 0.7s;
}

.hmp3_title
{
	font-size: 30px;
	font-weight: bold;
}

.hmp3_subtitle
{
	padding-top: 10px;
	font-size: 20px;
}

.hmp3_button
{
	display: inline-block;
	margin-top: 20px;
	padding: 10px 20px;
	background: #f3c800;
	
	color: #000;
	font-weight: bold;
	
	border-radius: 50px;
}

.hmp3_left
{
	position: absolute;
	bottom: 0px;
	left: 50%;
	
	width: 60%;
	height: 660px;
	max-height: 80vh;
	margin-left: -40%;
	
	background: url('/img/home_banner_app2.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right bottom;
	
	transform: scale(1);
	transform-origin: center bottom;
	transition: transform 0.7s;
}









.hmp4
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 106px 120px 0px 120px;
	
	background: #ffd200;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
	
	z-index: 1097;
	transition: background 0.7s;
}

.hmp4_left
{
	display: inline-block;
	max-width: 40%;
	padding-top: 30vh;
	text-align: left;
	
	transform: scale(1);
	transform-origin: center bottom;
	transition: transform 0.7s;
}

.hmp4_uptitle
{
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.hmp4_title
{
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
}

.hmp4_subtitle
{
	padding-top: 10px;
	font-size: 17px;
	color: #FFFFFF;
}



.hmp4_right
{
	position: absolute;
	right: 40px;
	top: 27vh;
	width: 901px;
	height: 481px;
	max-height: 60vh;
	max-width: 50%;
	background: url('/img/home_banner_recent.png');
	
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	
	transform: scale(1);
	transform-origin: center bottom;
	transition: transform 0.7s;
}




.hmp5
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 106px 0px 0px 0px;
	
	background: #FFFFFF;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
	
	z-index: 1096;
}

.hmp5_title
{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	
	transform: scale(1);
	transform-origin: center bottom;
	transition: transform 0.7s;
}

.hmp5_subtitle
{
	padding-top: 10px;
	text-align: center;
	font-size: 20px;
	color: #f3c800;
	
	transform: scale(1);
	transform-origin: center bottom;
	transition: transform 0.7s;
}

.hmp5_bottom_line
{
	width: 140px;
	height: 3px;
	margin: 10px auto;
	background: #f3c800;
}

.hmp5_prt
{
	position: relative;
	text-align: center;
}

.hmp5_prt_inside
{
	position: absolute;
	left: 0px;
	top: 100px;
	width: 100vw;
	height: calc(100vh - 350px);
}

.hmp5_item
{
	display: inline-block;
	width: 25vw;
	height: 50%;
	
	background-size: cover;
	
	border: 2px solid #FFF;
	box-shadow: 0px 0px 2px 2px inset rgba(0, 0, 0, 0.3);
	
	vertical-align: top;
	
	transform: scale(1);
	transform-origin: center center;
	transition: transform 0.7s;
}

.hmp5_itemcont
{
	opacity: 0;
	height: 100%;
	padding: 30px 10px;

	background: rgba(0, 0, 0, 0.7);

	color: #FFF;
	text-align: left;
	line-height: 27px;
	transition: opacity 0.7s;
	
	cursor: default;
}

.hmp5_itemcont:hover
{
	opacity: 1;
}

.hmp5_itemcont span
{
	display: block;
	font-weight: bold;
	text-align: center;
	color: #f3c800;
}

.hmp5_itemcont div
{
	display: none;
	
	width: 70%;
	margin: 10px auto auto auto;
	padding: 3px;

	background: #f3c800;
	color: #000;
	text-align: center;
	font-weight: bold;

	border-radius: 50px;
}

.h5_i1 { background-image: url('/img/portfolio/ipledge.jpg'); background-position: center bottom; }
.h5_i2 { background-image: url('/img/portfolio/bouclair.jpg'); background-position: center top; }

.h5_i3 { background-image: url('/img/portfolio/bluefox.jpg'); background-position: center center; }
.h5_i4 { background-image: url('/img/portfolio/bouclair.jpg'); background-position: center bottom; }
.h5_i5 { background-image: url('/img/portfolio/gaz.jpg'); background-position: center 76%; }
.h5_i6 { background-image: url('/img/portfolio/bouclair.jpg'); background-position: center top; }
.h5_i7 { background-image: url('/img/portfolio/bouclair.jpg'); }
.h5_i8 { background-image: url('/img/portfolio/bouclair.jpg'); }


.hmp6_form
{
	margin: 50px auto;
	max-width: 500px;
}

.hmp6_field
{
	position: relative;
	
	transform: scale(1);
	transform-origin: left center;
	transition: transform 0.7s;
}

.hmp6_field div
{
	position: absolute;
	top: 31px;
	left: 12px;
	color: #555555;
	
	transition: all 0.5s;
}

.hmp6_field.active div
{
	top: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

.hmp6_field input, .hmp6_field textarea
{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 10px;
	
	font-size: 16px;
	font-family: inherit;
	
	border: 1px solid #f3c800;
	border-radius: 5px;
	resize: vertical;
}

.hmp6_send
{
	max-width: 140px;
	margin-top: 20px;
	padding: 10px 20px;
	background: #f3c800;
	
	color: #000;
	font-weight: bold;
	text-align: center;
	
	border-radius: 50px;
	
	transform: scale(1);
	transform-origin: center bottom;
	transition: transform 0.7s;
}



.hmp2.away .hmp2_title, .hmp2.away .hmp2_subtitle, .hmp2.away .hmp2_set { transform: scale(0.7); }
.hmp3.away .hmp3_left, .hmp3.away .hmp3_right { transform: scale(0.7); }
.hmp4.away .hmp4_left, .hmp4.away .hmp4_right { transform: scale(0.7); }
.hmp4.away { background: #FFF; }

.hmp5.away .hmp5_title, .hmp5.away .hmp5_subtitle, .hmp5.away .hmp5_item { transform: scale(0.7); }
.hmp6.away .hmp6_title, .hmp6.away .hmp6_subtitle, .hmp6.away .hmp6_field, .hmp6.away .hmp6_send { transform: scale(0.7); }








.ltoogle
{
	position: fixed;
	bottom: 10px;
	left: 10px;
	font-size: 12px;
	z-index: 100000000;
	
	cursor: pointer;
}

.ltog
{
	display: inline-block;
	position: relative;
	top: 2px;

	width: 60px;
	height: 20px;
	padding: 3px 8px;

	background: #CCC;
	text-align: right;

	vertical-align: bottom;
	border-radius: 50px;
	
	transition: background 0.7s;
}

.nightMode .ltog
{
	background: #73D54F;
}

.ltog div
{
	position: absolute;
	left: 2px;
	top: 1px;
	width: 27px;
	height: 17px;
	
	background: #FFF;
	border-radius: 50px;
	
	transition: left 0.7s;
}

.nightMode .ltog div
{
	left: 31px;
}

.ltog::after
{
  content: 'ON OFF';
}

.langicon
{
    display: inline-block;
    margin-right: 5px;
	margin-bottom: 5px;
    padding: 6px;
	
    background: #f3c800;
    font-size: 12px;
    color: #000;
	
    border-radius: 6px;
}



/* NIGHT MODE */


.hmp1, .hmp2, .hmp3, .hmp4, .hmp5, .hmp6, body, .header, .logo { transition: background 0.7s, color 0.7s; }

.nightMode { background: #333; color: #FFF; }
.nightMode .hmp1 { background: #333; }
.nightMode .hmp2 { background: #000; }
.nightMode .hmp3 { background: #333; }
.nightMode .hmp4 { background: #333; }
.nightMode .hmp5 { background: #000; }
.nightMode .hmp6 { background: #333; }
.nightMode .logo { background-image: url('/img/logo2.png'); }
.nightMode .hmp2_set_text { color: #EEE; }
.nightMode .hmp6_field input, .nightMode .hmp6_field textarea { background: transparent; }
.nightMode .hmp6_field div { color: #FFF !important; }

.nightMode .hmp2_set_item1 { background-image: url('/img/home_icon12.png'); }
.nightMode .hmp2_set_item2 { background-image: url('/img/home_icon22.png'); }
.nightMode .hmp2_set_item3 { background-image: url('/img/home_icon32.png'); }
