@import url('https://pergens.fr/css/open-sans.css');

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', 'Helvetica', sans-serif, 'FontAwesome';
	color: #fff !important;
	background-color: #181a1b !important;
	line-height: 1.428;
}
h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
	color: #eee !important;
}
h1 {
	font-size: 30px;
	font-weight: 600 !important;
}
h2 {
	font-size: 24px;
	font-weight: 600;
}
h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
}
hr {
	margin-top: 35px;
	margin-bottom: 35px;
	border: 0;
	border-top: 1px solid #bfbebe;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li {
	display: inline-block;
	float: right;
	margin-left: 20px;
	line-height: 35px;
	font-weight: 100;
}
a {
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
li a {
	color: white;
	margin-left: 3px;
}
li > i {
	color: white;
}
.column-wrap a {
	color: #5c34c2;
	font-weight: 600;
	font-size:16px;
	line-height:24px;
}
.column-wrap p {
	color: #717171;
	font-size:16px;
	line-height:24px;
	font-weight:300;
}
.container {
	margin-top: 100px;
}
.container-fluid {
    padding: 0 15px;
}
.navbar {
	position: relative;
	padding: 0;
	min-height: 45px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}
.navbar-brand {
	float: left;
	height: auto;
	margin: 0 0 0 -15px;
	padding: 10px 10px;
	font-size: 18px;
	line-height: 20px;
}
.navbar-nav > li,
.navbar-nav > li > a {
	font-size: 13px;
}
.navbar-nav > li > a {
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 5px;
	padding-right: 5px;
}
.navbar-nav > li > a:hover {
	text-decoration: none;
	color: #cdc3ea!important;
}
.navbar-nav > li > a i {
	margin-right: 5px;
}
.navbar-nav > li > input[type="checkbox"] {
    margin-right: 3px;
    vertical-align: -2px;
}
.nav-bar img {
	position: relative;
	top: 3px;
}
.congratz {
	margin: 0 auto;
	text-align: center;
}
.message::before {
	content: " ";
	background: url(../images/hostinger-dragon.png);
	width: 141px;
	height: 175px;
	position: absolute;
	left: -150px;
	top: 0;
}
.message {
	width: 50%;
	margin: 0 auto;
	height: auto;
	padding: 40px;
	background-color: #1e1f21;
	margin-bottom: 12px;
	border-radius: 5px;
	position:relative;
}
.message p {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
}
#pathName {
	margin: 20px 10px;
	color: grey;
	font-weight: 300;
	font-size:18px;
	font-style: italic;
}
.column-custom {
	border-radius: 5px;
	background-color: #eeecf9;
	padding: 35px;
	margin-bottom: 20px;
}
.footer {
	font-size: 13px;
	color: gray !important;
	margin-top: 25px;
	line-height: 1.4;
	margin-bottom: 45px;
}
.footer a {
	cursor: pointer;
	color: #646464 !important;
	font-size: 12px;
}
.copyright {
	color: #646464 !important;
	font-size: 12px;
}
.navbar a {
	color: white !important;
}
.navbar {
	border-radius: 0px !important;
}
.navbar-inverse {
	background-color: #434343;
	border: none;
}
.column-custom-wrap {
	padding-top: 10px 20px;
}
@media screen and (max-width: 900px) {
	.message {
		width: 100%;
		padding: 35px;
	}
	.container {
		margin-top: 30px;
	}
}

.apps {
	margin-bottom: 20px;
	text-align: center;
}
.apps a {
	text-decoration: none;
}
.apps img {
	width: 100%;
}
.apps div {
	display: inline-block;
	margin: 0px 20px;
	padding: 5px;
	width: 92px;
	border-radius: 10px;
	transition: all .15s ease-in-out;
}
.apps div:hover {
	transform: scale( 1.2 );
}

.clickable {
    cursor: pointer;
}