/* ***** ** ******* ** ***** */
/* ***** ** GENERAL ** ***** */

@font-face { 	font-family: "Montserrat-Regular"; 	src: url('../fonts/montserrat/Montserrat-Regular.otf'); }
@font-face { 	font-family: "myriad-pro-regular"; 	src: url('../fonts/MYRIADPRO-REGULAR.otf'); }
@font-face { 	font-family: "helvetica-neue"; 	src: url('../fonts/HelveticaNeueLTStd Lt.otf'); }

html, body {
	padding: 0;
	height: 100%;
	margin: 0;
}

/* centrer horizontalement un élément en position absolute */
/* 
** margin: 0 auto;
** left: 0;
** right: 0;
*/


/* ***** ** ****** ** ***** */
/* ***** ** NAVBAR ** ***** */

nav {
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.navbar-default {
	background-color: transparent;
	padding-top: 40px;
}

/*color: #34495e; COULEUR A SAVE POUR FUTUR nav scroll*/
.navbar-default .navbar-nav > li > a {
	color: white;
}

.navbar-default .navbar-nav > li > a.navbar-home {
	color: #1179f2;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
	border-top-color: white;
	border-bottom-color: white;
}
.dropdown-menu > li > a {
	color: white;
	border-bottom: 1px solid #424242;  /*gris leger*/
}

.navbar-brand-img {
	width: 180px;
	height: 23px;
	background-image: url("../img/assets/nav-logo-white.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
@media (max-width: 350px) {
	.navbar-brand-img {
		width: 180px;
		height: 23px;
		background-image: url("../img/assets/nav-logo-white.png");
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	.navbar-brand {
		padding: 14px 0px;
	}
}

.navbar-default .navbar-nav > li > a, .dropdown-menu > li > a {
	font-size: 13px;

	 text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #1179f2 !important; /*bleu*/
	background-color: transparent;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
	border-top-color: #1179f2 !important; /*bleu*/
	border-bottom-color: #1179f2 !important; /*bleu*/
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #1179f2; /*bleu*/
	background-color: transparent;
}
.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
	border-top-color: #1179f2; /*bleu*/
	border-bottom-color: #1179f2; /*bleu*/
}
.dropdown-menu, .select2-drop {
	background-color: #1C1C1C; /*gris*/
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #1179f2; /*bleu*/
	background-color: #424242;  /*gris leger*/
}

@media (max-width: 995px) {
	.navbar-nav > li > a {
		padding: 15px 13px;
	}
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
		color: #1179f2 !important; /*bleu*/
		background-color: transparent !important;
	}
	.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
		border-top-color: #1179f2 !important; /*bleu*/
		border-bottom-color: #1179f2 !important; /*bleu*/
	}
	.dropdown-menu, .select2-drop {
		background-color: #1C1C1C !important; /*gris*/
	}
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
		color: #1179f2 !important; /*bleu*/
		background-color: #424242 !important;  /*gris leger*/
	}
	.dropdown-menu > li > a {
		color: white !important;
		border-bottom: 1px solid #424242 !important;
	}
	.navbar-brand-img {
		margin-left: 0px !important;
	}

	.navbar-toggle:before, .navbar-toggle:before {
		color: white !important; /*#1C1C1C !important;*/
	}
	.navbar-toggle:hover:before, .navbar-toggle:focus:before {
		color: grey !important; /*#1179f2 !important;*/;
	}
}

.navbar a {
	font-family: "Montserrat-Regular", sans-serif;
}

.navbar-scroll {
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.15);
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.15);
}


/* ***** ** **** ** ***** */
/* ***** ** MAIN ** ***** */

#black-background {
	position: absolute;
	background-color: black;
	width: 100%;
	height: 100%;

	opacity: 0;
}

.slide {
	position: relative;
	overflow: hidden;
	height: 100%;
	/*padding: 25% 0;*/
	/**/
	padding: 35% 0;
}
.slide .image {
	position: absolute;
	top: -10%; /* -25% */
	left: 0;
	right: 0;
	bottom: -10%; /* -25% */
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.slide2 .parallax-img {
	top: 21%;
}
.slide3 .parallax-img {
	top: 40%;
}
.slide4 .parallax-img {
	bottom: 0%;
}
.slide .banner {
	background: white;
	/*padding: 10% 0;*/

	position: absolute;
	top: 0;

	/**/
	width: 100%;
	padding: 5% 0; /*10*/
}

@media (max-width: 1700px) {
	.slide .banner {
		padding: 75px 0 !important;
	}
}
@media (max-width: 1600px) {
	.slide .banner {
		padding: 50px 0 !important;
	}
}
@media (max-width: 1500px) {
	.slide .banner {
		/*padding: 50px 0;*/
	}
}


.left-banner {
	/*background-color: antiquewhite;*/
}
.right-banner {
	/*background-color: cadetblue;*/
}
.left-banner img, .right-banner img {
	display: block;
	margin: auto;
	max-width: 370px;
	max-height: 370px;
}
.banner .container {
	margin-bottom: 30px;
}

#message .banner h2 {
	margin-top: 42px;
}
#reply .banner h2 {
	margin-top: 42px;
}
#game_strategy .banner h2 {
	margin-top: 42px;
}

@media (max-width: 992px) {
	#message .banner img {
		display: none;
	}
	#reply .banner img {
		display: none;
	}
	#game_strategy .banner img {
		display: none;
	}
}

.banner h2 {
	font-size: 60px;
	margin: 0;

	
	max-width: 750px;
	margin: 0 auto;
	font-size: 60px;
	position: relative;
	text-align: center;

	color: black;
}
.banner p {
	max-width: 750px;
	text-align: center;
	margin: auto;

	color: rgb(55, 55, 55);

	margin-top: 60px;

	margin-bottom: 50px;
}

.intro {
	color: white;
	text-align: center;
	padding: 0;
}


.intro .image {
	background-image: url("../img/backgrounds/3565546183_959c18637f_b.jpg");
}
.slide2 .image {
	background-image: url("../img/backgrounds/test-hicham-1.jpg");
}
.slide3 .image {
	background-image: url("../img/backgrounds/test-hicham-2.jpg");
}
.slide4 .image {
	background-image: url("../img/backgrounds/test-hicham-3.jpg");
}

/*
.intro .image {
	background-image: url("../img/backgrounds/bench-chilling-friends-798.jpg");
}
.slide2 .image {
	background-image: url("../img/backgrounds/bus-girl-smartphone-3566.jpg");
}
.slide3 .image {
	background-image: url("../img/backgrounds/animal-bench-couple-717.jpg");
}
.slide4 .image {
	background-image: url("../img/backgrounds/app-hand-person-3720.jpg");
}
*/


.intro h1 {
	position: relative;
	font-size: 70px;
	/*width: 700px;*/
	margin: 100px auto 20px;
}
.intro p {
	font-size: 24px;
	/*width: 700px;*/
	margin: 0 auto;
}

.main {
	height: 100%;
}

.intro .text {
	position: relative;
	margin-left: 0;
	margin-right: 0;
	top: 35%; /*40*/
}
.intro .text h1 {
	max-width: 950px; /*880 750*/
	margin: 0 auto;
	font-size: 70px;
	position: relative;	

	color: white;
	font-size: 70px;
	font-weight: bold;

	font-family: "myriad-pro-regular", "helvetica-neue", sans-serif;
}
.intro .text p {
	max-width: 750px;

	color: white;
	font-weight: 400;
	font-size: 26px;

	margin-top: 45px;
}


/* ***** end slide ***** */

.slide-end {
	/*
	min-height: 531px;
	padding: 75px 0;
	*/
	/*	
	min-height: 450px;
	padding: 50px 0;
	*/

	padding-top: 50px;
	padding-bottom: 50px;

	position: relative;
	overflow: hidden;
}


/* ***** apps ****** */

.intro .apps {
	max-width: 450px;
	margin: auto;

	margin-top: 5px;
}
.intro .text .app-appstore {
	width: 200px;
	height: 65px;
	/*background-image: url("../img/apps/AppleAppStorebis.png");*/
	/*background-image: url("../img/apps/app-apple_store.svg");*/
	/*background-image: url("../img/apps/apple_appstore_big.png");*/
	background-image: url("../img/apps/rsz_available_on_the_app_store_01.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;

	float: left;
	margin-right: 50px;
}
.intro .text .app-googleplay {
	width: 200px;
	height: 65px;
	/*background-image: url("../img/apps/store-google-playbis.png");*/
	/*background-image: url("../img/apps/app-googleplay3.svg");*/
	background-image: url("../img/apps/apple_appstore_bigs.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;

	float: left;
}
.intro .text a:hover .app-appstore {
	/*background-image: url("../img/apps/AppleAppStore2.png");*/
	/*background-image: url("../apps/img/apple_appstore_big.png");*/
}
.intro .text a:hover .app-googleplay {
	/*background-image: url("../img/apps/store-google-play2.png");*/
	/*background-image: url("../img/apps/apple_appstore_bigs.png");*/
}
.intro .text a:active .app-appstore {
	/*background-image: url("../img/apps/AppleAppStore3.png");*/
}
.intro .text a:active .app-googleplay {
	/*background-image: url("../img/apps/store-google-play3.png");*/
}


/* ***** apps end slide ****** */

.slide-end .apps {
	max-width: 450px;
	margin: auto;

	margin-top: 5px;
}
.slide-end .text .app-appstore {
	width: 200px;
	height: 65px;
	/*background-image: url("../img/apps/AppleAppStore.png");*/
	/*background-image: url("../img/apps/app-apple_store.svg");*/
	/*background-image: url("../img/apps/apple_appstore_big.png");*/
	background-image: url("../img/apps/rsz_available_on_the_app_store_01.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;

	float: left;
	margin-right: 50px;

	margin-top: 10px;
	margin-bottom: 10px;
}
.slide-end .text .app-googleplay {
	width: 200px;
	height: 65px;
	/*background-image: url("../img/apps/store-google-play.png");*/
	/*background-image: url("../img/apps/app-googleplay3.svg");*/
	background-image: url("../img/apps/apple_appstore_bigs.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;

	float: left;

	margin-top: 10px;
	margin-bottom: 10px;
}
.slide-end .text a:hover .app-appstore {
	/*background-image: url("../img/apps/AppleAppStore2.png");*/
	/*background-image: url("../apps/img/apple_appstore_big.png");*/
}
.slide-end .text a:hover .app-googleplay {
	/*background-image: url("../img/apps/store-google-play2.png");*/
	/*background-image: url("../img/apps/apple_appstore_bigs.png");*/
}
.slide-end .text a:active .app-appstore {
	/*background-image: url("../img/apps/AppleAppStore3.png");*/
}
.slide-end .text a:active .app-googleplay {
	/*background-image: url("../img/apps/store-google-play3.png");*/
}


/* ****** bottom arrow ****** */

.bottom-arrow-intro {
	position: absolute;
	bottom: 0%;
	/*height: 130px;*/
	width: 100%;
}
.bottom-arrow-intro-img {
	cursor: pointer;
	width: 130px;
	height: 130px;

	text-align: center;

	opacity: 0.3;

	-webkit-animation: bounce .5s ease infinite alternate;
	-moz-animation: bounce .5s ease infinite alternate;
	-ms-animation: bounce .5s ease infinite alternate;
	-o-animation: bounce .5s ease infinite alternate;
	animation: bounce .5s ease infinite alternate;

	background-image: url("../img/assets/bottom_arrow.png");
	background-size: 100% 100%;
	background-repeat: no-repeat
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10px);
  }
}

@-moz-keyframes bounce {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10px);
  }
}

@-ms-keyframes bounce {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10px);
  }
}

@-o-keyframes bounce {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10px);
  }
}

@keyframes bounce {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10px);
  }
}

.bottom-arrow-slide {
	cursor: pointer;
	width: 70px;
	height: 70px;
	text-align: center;

	opacity: 0.5;
	
	background-image: url("../img/assets/bottom_arrow.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;

	position: absolute;

	border: 5px solid black;
	border-radius: 50%;
	background-color: grey;

	margin: 0 auto;
	left: 0;
	right: 0;

	bottom: 30px;
	background-position: 0 4px;

	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.bottom-arrow-slide:hover {
	
	background-color: black;

	/*
	-webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
    */
}


/* ***** ** ****** ** ***** */
/* ***** ** FOOTER ** ***** */

.footer {
	width: 100%;
	/*height: 500px;*/
	/*background-color: #f5f5f5;

	background-color: #ecf0f1;
	border-top: 10px solid #e0e3e6;*/
	width: 100%;
	margin-top: 0px;
	text-align: center;


	border-top: 1px solid #e0e3e6;
}

.bottom-menu {
	padding-top: 42px;
	padding-bottom: 42px;
	line-height: 1;
	color: #bcc3ca;
	/*background-color: #ebedef;*/
	background-color: transparent;
}

.bottom-menu a {
	padding-top: 5px;
	padding-bottom: 5px;

	font-size: 18px;
	font-weight: bold;
}
.bottom-menu a:hover, .bottom-menu a:focus {
	color: #1179f2;
}

.bottom-menu-brand {
	width: 180px;
	height: 23px;
	background-image: url("../img/assets/nav-logo-dark.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;

	margin-top: 7px !important;
}