@font-face {
	font-family: "Whitney";
	src: url("../fonts/Whitney.ttf") format("ttf");
}

body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
}

.limiter {
	width: 100%;
	position: relative;
}

h1, h2, h3, h4, p{
	margin: 0;
}

a {
	text-decoration: none;
	color: inherit;
}


.spliter {
	width: 100%;
	height: 15px;
	background-image: linear-gradient(to right, #fd8a13, #f19f0f);
}

.title {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: 'Open Sans', sans-serif;
	color: #4f545c;
	padding: 30px;
	text-align: center;
}

.title_news {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-family: 'Open Sans', sans-serif;
        color: #4f545c;
        padding: 30px;
        text-align: center;
}

.title h1 {
	padding: 15px;
	font-size: 50px;
	letter-spacing: 1px;
	font-weight: 500;
	color: #131313;
}

.title h2 {
	color: #68727e;
	font-size: 30px;
	font-weight: 400;
	width: 75%;
}

.white h1 {
	color: white;
} 

.white h2 {
	color: #cccccc;
} 

.title #underline {
	height: 1px;
	background: #131313;
	width: 30%;
	margin: 30px;
}

.glow h1 {
    color: #f1c40f;
    text-shadow: 0 0 8px rgb(241, 157, 20);
}

.glow h2 {
    color: #b1ac97;
}

.glow #underline {
    background: #b1ac97;
}

.transition {
	z-index: 1;
	width: 100%;
	position: absolute;
	bottom: 100%;
	fill: currentColor;
}

.transition2 {
	background: inherit;
	z-index: 1;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	height: 40px;
	width: 40px;
	margin-bottom: -20px;
	transform: rotate(45deg);
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	background: #f1f1f1;
	z-index: 10;
	font-size: 35px;
}

.fixed-header #logo img {
	height: 80px;
}

#preloader {
	width: 100vw;
	height: 100vh;
	background: white;
}

/* START */

#start {
	width: 100%;
	height: 100vh;
	background: url('../images/image1-min.png') no-repeat fixed center / cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

#start #downarrow {
	position: absolute;
	bottom: 50px;
	display: flex;
	width: 100%;
	justify-content: center;
	color: white;
}

#start #downarrow i {
	font-size: 40px;
	color: white;
}

/* HOME */

#home {
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #e1e1e1;
    align-items: center;
    position: relative;
    color: #e1e1e1;
}

.menu #nav #logo a img {
	width: 300px;
}

#nav {
	margin-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
	padding: 10px;
}

#nav ul {
	list-style: none;
	padding: 0;
	display: flex;
	color: #7b7b7b;
	font-size: 35px;
	font-weight: 500;
	margin: 0 20px 0 20px;
}

#nav ul li {
	margin: 0 5px 0 5px;
	padding: 10px;
	cursor: pointer;
}


#title {
    font-family: 'Open Sans', sans-serif;
    color: black;
    flex-direction: column;
    justify-content: center;
	width: 100%;
	margin-top: 100px;
}

#title h1 {
    text-align: center;
	font-size: 50px;
	font-weight: 300;
    text-shadow: 0 0 8px rgba(0,0,0,0.24);
}

#title #separator {
	height: 1px;
	margin: 30px 0 30px 0;
	background: #888888;
}

#title h1 span {
	font-weight: 700;
	color: #f19b10;
    text-shadow: 0 0 8px rgb(241, 157, 20);
}

#title h2 {
    text-align: center;
	letter-spacing: 0.03em;
	font-weight: 400;
	font-size: 40px;
	color: #252525;
}

#title p {
    text-align: center;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.03em;
	font-weight: 300;
	font-size: 30px;
	color: #68727e;
	margin: 20px 0 20px 0;
}

#title img {
	display: block;
	margin-left: auto;
	margin-right: auto;
    top: 0;
}

.right {
	justify-content: flex-end !important;
	margin-top: -150px;
	margin-bottom: 150px;
}

.right #title img {
	display: none;
}

.half-split {
	justify-content: flex-start;
	position: relative;
}

/* SERVICES */

#services {
	background: #fff;
	color: #fff;
	position: relative;
	display: flex;
	justify-content: center;
	padding-bottom: 50px; 
	min-height: 67%;
}

#services .tiles-cont {
	display: flex;
	align-items: center;
	flex-direction: column;
}

#services .tiles {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    padding: 20px;
    margin: 20px;
    box-sizing: border-box;
    align-items: center;
    flex-wrap: wrap;
    transition: 0.2s;
	justify-content: center;
	width: 80%;
	border-width: 3px;
}

#services .tiles:hover {
    box-shadow: 0 0 30px -3px rgb(19, 19, 19,0.2);
    border-color: transparent;
}

#services .tiles h1 {
	text-align: center;
    color: #131313;
	font-weight: 700;
	margin-bottom: 25px;
	padding-bottom: 15px;
	font-size: 40px;
}

#services .tiles p {
	text-align: center;
	color: #949494;
	font-size: 30px;
	margin-bottom: 50px;
}

#services .tiles .boutonsrv {
	justify-content: center;
	text-align: center;
	color: #131313;
	text-decoration: none;
	border: 2px solid #131313;
	width: fit-content;
	padding: 8px;
	border-radius: 4px;
	font-size: 30px;
	margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

#services .tiles .boutonsrv:hover {
	background: #fbc219;
	color: white;
	border-color: #fbc219;
}

#services .tiles i {
	padding-left: 8px;
}

#services .tiles .image {
	justify-content: center;
}

#services .tiles .image img {
	width: 40%;
	margin-left: 30%;
}

#services .tiles .desc {
	margin: 50px 0 50px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#projects {
	background: #e6e6e6;
	display: flex; justify-content: center;
}

#tile-cont {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#tile-cont .tile {
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 240px;
	background: white;
	border-radius: 4px;
	margin: 15px;
	padding: 15px;
	box-sizing: border-box;
	box-shadow: 0 0 15px 0px rgba(0,0,0,0.3);
}

#tile-cont .tile h1 {
	font-size: 30px;
}

#tile-cont .tile i {
	font-size: 80px;
	margin: 15px;
}

#tile-cont .tile p {
    font-size: 16px;
    color: #787788;
}

/*GAMES*/

#games {
	background: url('../images/pattern4.png');
	color: #fff;
	position: relative;
	display: flex;
	justify-content: center;
	padding-bottom: 50px; 
}

#games .title h1 {
	padding: 15px;
	font-size: 28px;
	letter-spacing: 1px;
	font-weight: 500;
	color: #626262;
}

#games .title h2 {
	color: #68727e;
	font-size: 18px;
	font-weight: 400;
	width: 75%;
}

#games .tiles-cont {
	display: flex;
	align-items: center;
}

#games .tiles {
	width: 70%;
    border-radius: 4px;
    padding: 20px;
    margin: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    transition: 0.2s;
    justify-content: center;
	border: 1px solid #626262;
}

#games .tiles:hover {
    border: 1px solid #f1c40f;
	box-shadow: 0 0 20px 0px rgba(241, 196, 15,0.6);
}

#games .tiles h1 {
    color: #626262;
	font-weight: 700;
	margin-bottom: 25px;
	padding-bottom: 15px;
	font-size: 25px;
}

#games .tiles p {
	color: #949494;
}

#games .tiles a {
	color: #131313;
	text-decoration: none;
	margin-top: 20px;
	border: 2px solid #131313;
	width: fit-content;
	padding: 8px;
	border-radius: 4px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#games .tiles a:hover {
	background: #fbc219;
	color: white;
	border-color: #fbc219;
}

#games .tiles i {
	padding-left: 8px;
}

#games .tiles .image {
	height: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#games .tiles .image img {
	height: 100%;
}

#games .tiles .desc {
	margin: 50px 0 50px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 500px;
}

/* PARTENAIRE */

#partenaire {
	padding: 60px 0 60px 0;
	display: flex;
	justify-content: center;
	background: url('../images/image2.png') no-repeat fixed center / cover;
}

#partenaire p {
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	width: 70%;
	margin: 0 auto;
}

#partners {
	margin-top: 50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#partners div {
    margin: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 250px;
    height: 250px;
    transition: 0.15s;
}	

#partners div h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #505050;
}

#partners div img {
	max-width: 160px;
	cursor: pointer;
	filter: grayscale(100%);
}

#partners div:hover {
	transform: scale(1.03);
}

#partners div:hover img {
	filter: none;
}

/* PROJECTS */

#projects {
	background: url('../images/pattern2.png');
	padding-bottom: 50px;
	display: flex;
	justify-content: center;
}

#projects .tiles-cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#projects .tiles-cont .tiles {
	padding: 20px;
    box-sizing: border-box;
    margin: 15px;
    background: white;
    box-shadow: 0 9px 30px rgba(121, 121, 121, .2);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 300px;
    transition: 0.2s;
}

#projects .tiles-cont .tiles:hover {
	transform: translateY(-10px);
}

#projects .tiles-cont .tiles img {
    height: 100%;
    width: 100%;
}