/* debut parametres generaux */
@font-face {
	font-family: 'niewe_boldbold';
	src: url('./inc/fonts/niewe-bold-webfont.eot');
	src: url('./inc/fonts/niewe-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('./inc/fonts/niewe-bold-webfont.woff') format('woff'),
		url('./inc/fonts/niewe-bold-webfont.ttf') format('truetype'),
		url('./inc/fonts/niewe-bold-webfont.svg#niewe_boldbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* les fonds des slides par defaut */
#slide1 {
	background-image: url('https://funkymonkey.anthony-jacob.com/img/bg1-16-9-1920x1080.jpg');
}

#slide2 {
	background-image: url('https://funkymonkey.anthony-jacob.com/img/bg2-16-9-1920x1080.jpg');

}

#slide3 {
	background-image: url('https://funkymonkey.anthony-jacob.com/img/bg3-16-9-1920x1080.jpg');


}

#slide4 {
	background-image: url('https://funkymonkey.anthony-jacob.com/img/bg4-16-9-1920x1080.jpg');


}

#slide5 {
	background-image: url('https://funkymonkey.anthony-jacob.com/img/bg5-16-9-1920x1080.jpg');


}

#slide6 {
	background-image: url('https://funkymonkey.anthony-jacob.com/img/bg6-16-9-1920x1080.jpg');


}

#slide7 {
	background-image: url('https://funkymonkey.anthony-jacob.com/img/bg7-16-9-1920x1080.jpg');

}

#slide8 {
	background-image: url('https://funkymonkey.anthony-jacob.com/img/bg8-16-9-1920x1080.jpg');


}

#slide9 {
	background-image: url('https://funkymonkey.anthony-jacob.com/img/bg9-16-9-1920x1080.jpg');


}

#slide10 {
	background-image: url('https://funkymonkey.anthony-jacob.com/img/bg10-16-9-1920x1080.jpg');


}



@media only screen and (min-width: 1200px) {
	html {
		font-size: 70%;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
	html {
		font-size: 60%;
	}
}


@media only screen and (max-width: 1023px) {
	html {
		font-size: 40%;
	}
}

body {
	/* =20px */
	font-size: 20px;
	font-size: 2.0rem;
	background-color: gray;

	background: url('https://funkymonkey.anthony-jacob.com/img/background.png') repeat;
}

html,
body,
div {
	margin: 0px;
	padding: 0px;
}

a {
	color: white;
}

a:visited {
	color: white;
}

a:hover {
	color: purple;
}

.violet {
	display: inline;
	color: purple;
	text-shadow: 0.1em 0.1em 0.2em black;
}

#preload {
	position: absolute;
	height: 100%;
	width: 100%;
	background: url('https://funkymonkey.anthony-jacob.com/img/background.png') repeat;
	background-color: black;
	z-index: 9999;
}

.loader {
	margin: auto;
	margin-top: 100px;
	display: block;
}

.ajax-loader {
	display: block;
	margin: auto;
	margin-top: 30px;
}

noscript {
	font-size: 30px;
	color: white;
	margin-top: 30px;
}

/* fin des parametres generaux */

/* debut menu */
#menu {
	position: fixed;
	top: 0px;
	left: -3000px;
	color: white;
	z-index: 849;
}


#menu-button {
	cursor: pointer;
	position: fixed;
	z-index: 850;
	height: 60px;
	text-align: center;
	padding: 10px;
	padding: 1.0rem;
	padding-top: 0px;
	float: left;
	display: inline-block;
	font-family: 'niewe_boldbold';
	font-size: 30px;
	font-size: 3.0rem;
	color: white;
	font-size: 20px;



}

#menu-button img {
	display: block;
	height: 40px;
}

nav {
	z-index: 800;
	width: 100%;
	position: relative;
	height: 100%;
}

nav a,
nav a:hover,
nav a:visited {
	font-family: 'niewe_boldbold';
	font-size: 30px;
	font-size: 3rem;
	color: white;

}

nav ul {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
	padding-right: 20px;
}

nav li {
	list-style: none;
	padding-left: 20px;
	border-top: 2px solid purple;
	border-bottom: 2px solid purple;
	display: inline-block;
	margin-top: 10px;
}

nav li:hover {
	background: purple;
}

.active {
	background: purple;
}


.button {
	z-index: 700;
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	background-color: black;
	opacity: 0.75;
	filter: alpha(opacity=75);
	left: 50%;
	margin-left: -25px;
}

.button-down {
	bottom: 5px;
	background-image: url('https://funkymonkey.anthony-jacob.com/img/arrow.png');
	-webkit-background-size: cover;
	/* pour Chrome et Safari */
	-moz-background-size: cover;
	/* pour Firefox */
	-o-background-size: cover;
	/* pour Opera */
	background-size: 100%;
	/* version standardisée */


}

.button-up {
	top: 5px;
	background-image: url('https://funkymonkey.anthony-jacob.com/img/arrowup.png');
	-webkit-background-size: cover;
	/* pour Chrome et Safari */
	-moz-background-size: cover;
	/* pour Firefox */
	-o-background-size: cover;
	/* pour Opera */
	background-size: 100%;
	/* version standardisée */
}

.button:hover {
	background-color: purple;
	cursor: pointer;
}

/* fin menu */

/* debut parametres generaux slide */
.slide {
	height: 800px;
	position: relative;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 0;
	-webkit-background-size: cover;
	/* pour Chrome et Safari */
	-moz-background-size: cover;
	/* pour Firefox */
	-o-background-size: cover;
	/* pour Opera */
	background-size: auto 100%;
	background-attachment: fixed;
}

.bg-noir {
	background: url('https://funkymonkey.anthony-jacob.com/img/backgroundnoir.png') repeat;
}

.border-radius-10px {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.slide-content {
	font-family: helvetica;
	color: white;
	text-align: justify;
	padding: 10px;
	padding: 1.0rem;
	z-index: 200;
	position: relative;

}

.content-titre {
	position: relative;
	padding-top: 70px;
	z-index: 200;
}

.titre {
	width: 32%;
}

.titre h1 {
	text-align: center;
	font-family: 'niewe_boldbold';
	font-size: 45px;
	font-size: 4.5rem;
	text-transform: uppercase;
	color: white;
	margin: 0;

}

.slogan,
.titre {
	text-align: center;
	font-family: 'niewe_boldbold';
	font-size: 45px;
	font-size: 4.5rem;
	text-transform: uppercase;
	display: block;
	color: white;
	padding: 10px;
	margin: auto;

}

.bg {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 1;
}

/* fin parametres generaux slide */


/* debut slide1 */

#slide1 {
	text-align: center;
}

.logo {
	height: 33%;
}

.slogan {
	display: block;
}

#slogan1 {
	width: 22%;
}

#slogan2 {
	width: 24%;
	margin-top: 25px;
	margin-top: 2.5rem;
}

#slogan3 {
	width: 28%;
	margin-top: 25px;
	margin-top: 2.5rem;
	margin-bottom: 70px;
}


@media only screen and (max-height: 600px) {
	.slogan {
		display: inline-block;
		width: auto;
	}

}



/* fin slide1 */

/* debut slide2 */


.bg-vase {
	background: url('https://funkymonkey.anthony-jacob.com/img/vase.png') 80% 68% no-repeat;

}

.bg-horloge {
	background: url('https://funkymonkey.anthony-jacob.com/img/horloge.png') 10% 58% no-repeat;

}

.bg-bamboo {
	background: url('https://funkymonkey.anthony-jacob.com/img/bamboo.png') 80% 5% no-repeat;

}

.slide-content-agency {
	width: 60%;
	margin-left: 8%;
	margin-top: 5%;
	margin-bottom: 70px;
}

/* fin slide2 */

/* debut slide3 */
.grid-services {
	margin-top: 6%;
	margin-bottom: 70px;
}

.ico-handler {
	position: relative;
	display: inline-table;
	vertical-align: top;
	width: 15%;
	margin: 5px;

}

img.icone-services {
	width: 60px;
	display: block;
	margin: auto;
}

.titre-services {
	color: white;
	font-size: 25px;
	font-size: 2.5rem;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'niewe_boldbold';
}

.titre-services:visited {
	color: white;
}

.titre-services:hover {
	color: purple;
}

.slide-content-services {
	text-align: center;
}


/* fin slide3 */

/* debut slide4 */



.slide-content-web {
	width: 50%;
	margin: auto;
	margin-top: 5%;
	margin-bottom: 70px;
}

.imgresponsive {
	display: block;
	margin: auto;
	width: 50%;
	max-width: 250px;
	position: relative;
}

/* fin slide4 */

/* debut slide5 */


.bg-cart {
	background: url('https://funkymonkey.anthony-jacob.com/img/cartpunaise.png') 10% 58% no-repeat;
	background-size: 30%;

}

.bg-shop {
	background: url('https://funkymonkey.anthony-jacob.com/img/shoppunaise.png') 80% 78% no-repeat;
	background-size: 40%;

}

.slide-content-eboutique {
	width: 50%;
	margin: auto;
	margin-top: 5%;
	margin-bottom: 70px;
}

/* fin slide5 */

/* debut slide6 */


.slide-content-dev {
	width: 50%;
	margin: auto;
	margin-top: 5%;
	margin-bottom: 70px;
	text-align: center;

}

.slide-content-dev p {
	text-align: justify;

}

.devspe {
	width: 90%;
	margin: auto;

}

/* fin slide6 */

/* debut slide7 */


.slide-content-community {

	display: inline-table;
	vertical-align: top;
	width: 20%;
	margin: auto;
	margin-top: 5%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 70px;
}

.buttonessai {
	display: block;
	margin: auto;
	text-align: center;
	width: 100px;
	margin-top: 10px;
	border: 1px solid #800080;
	background: #e02066;
	background: -webkit-gradient(linear, left top, left bottom, from(#f711c1), to(#e02066));
	background: -webkit-linear-gradient(top, #f711c1, #e02066);
	background: -moz-linear-gradient(top, #f711c1, #e02066);
	background: -ms-linear-gradient(top, #f711c1, #e02066);
	background: -o-linear-gradient(top, #f711c1, #e02066);
	background-image: -ms-linear-gradient(top, #f711c1 0%, #e02066 100%);
	padding: 7px 14px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
	-moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
	box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
	text-shadow: #000000 0 1px 0;
	color: white;
	font-size: 14px;
	font-family: helvetica, serif;
	text-decoration: none;
	vertical-align: middle;
}

.buttonessai:hover {
	border: 1px solid #800080;
	text-shadow: #000000 0 1px 0;
	background: #e02066;
	background: -webkit-gradient(linear, left top, left bottom, from(#f711c1), to(#e02066));
	background: -webkit-linear-gradient(top, #f711c1, #e02066);
	background: -moz-linear-gradient(top, #f711c1, #e02066);
	background: -ms-linear-gradient(top, #f711c1, #e02066);
	background: -o-linear-gradient(top, #f711c1, #e02066);
	background-image: -ms-linear-gradient(top, #f711c1 0%, #e02066 100%);
	color: #fff;
}

.buttonessai:active {
	text-shadow: #000000 0 1px 0;
	border: 1px solid #800080;
	background: #f711c1;
	background: -webkit-gradient(linear, left top, left bottom, from(#e02066), to(#e02066));
	background: -webkit-linear-gradient(top, #e02066, #f711c1);
	background: -moz-linear-gradient(top, #e02066, #f711c1);
	background: -ms-linear-gradient(top, #e02066, #f711c1);
	background: -o-linear-gradient(top, #e02066, #f711c1);
	background-image: -ms-linear-gradient(top, #e02066 0%, #f711c1 100%);
	color: #ffffff;
}

/* fin slide7 */

/* debut slide8 */

.slide-content-mobile {
	width: 50%;
	margin: auto;
	margin-top: 5%;
	margin-bottom: 70px;
	text-align: center
}

.slide-content-mobile p {
	text-align: justify;

}

.store-mobile {
	width: 90%;
	margin: auto;

}

/* fin slide8 */

/* debut slide9 */


.bg-appphoto {
	background: url('https://funkymonkey.anthony-jacob.com/img/dslr.png') 10% 88% no-repeat;

}

.bg-moleskine {
	background: url('https://funkymonkey.anthony-jacob.com/img/moleskine.png') 90% 98% no-repeat;

}

.slide-content-portfolio {
	width: 50%;
	height: 50%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 70px;

}

.bx-wrapper {
	height: 100%;

}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('https://funkymonkey.anthony-jacob.com/img/bx_loader.gif') center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}


.bx-wrapper .bx-prev {
	left: 10px;
	background: url('https://funkymonkey.anthony-jacob.com/img/prev.png') no-repeat;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url('https://funkymonkey.anthony-jacob.com/img/next.png') no-repeat;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.block-slider {
	display: block;
}

div.slider-portfolio-txt {
	text-align: justify;
	padding-left: 60px;
	padding-right: 60px;
	margin-bottom: 100px;
}

div.slider-portfolio-img {
	text-align: center;
}

img.slider-portfolio {
	max-width: 300px;
	width: 30%;
	cursor: pointer;
}

h1.slider-portfolio {
	font-family: 'niewe_boldbold';
	margin-top: 0px;
	margin-bottom: 0px;
}


/* debut de la pile d'image */
.ps_overlay {
	z-index: 300;
	background: #111;
	width: 100%;
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	opacity: 0.75;
}

.ps_container {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 301;
	left: 0;
	top: 0;
	overflow: hidden;
}

.ps_container img {
	border: 10px solid #fff;
	position: absolute;
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
	box-shadow: 1px 1px 10px #000;
}

a.ps_close {
	background: #000 url('https://funkymonkey.anthony-jacob.com/img/close.png') no-repeat center center;
	cursor: pointer;
	width: 56px;
	height: 56px;
	position: fixed;
	right: 10px;
	top: 10px;
	z-index: 1000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity: 0.6;
}

a.ps_next_photo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 56px;
	height: 56px;
	margin: -28px 0 0 -28px;
	z-index: 200;
	cursor: pointer;
	background: #000 url('https://funkymonkey.anthony-jacob.com/img/next_photo.png') no-repeat 50% 50%;
	opacity: 0.6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

a.ps_next_photo:hover,
a.ps_close:hover {
	opacity: 0.8;
}

/* fin de la pile d'image*/
/* fin slide9 */

/* debut slide10 */
.contener-slide-contact {
	padding-top: 70px;
}

.info-contact {
	vertical-align: top;
	width: 40%;
	display: inline-table;
	min-height: 300px;
	width: 330px;
	margin-right: 15px;
}

.contact {
	padding: 0px;
	margin: 0px;
}

.contact li {
	min-height: 40px;
	padding-left: 50px;
	margin-top: 15px;
	margin-left: 10px;
	list-style: none;
}

li.adresse {
	background: url('https://funkymonkey.anthony-jacob.com/img/icoadresse.png') no-repeat 0 0;
	line-height: 20px;
}

li.telephone {
	background: url('https://funkymonkey.anthony-jacob.com/img/icotel.png') no-repeat 0 0;
	line-height: 40px;
}

li.mail {
	background: url('https://funkymonkey.anthony-jacob.com/img/icomail.png') no-repeat 0 0;
	line-height: 40px;
}

li.recrutement {

	padding-left: 0px;
	margin-top: 30px;
}




.google-map {
	vertical-align: top;
	width: 40%;
	min-height: 300px;
	display: inline-table;
	margin-left: 15px;
	padding: 10px;
}

#map-container {
	width: 100%;
	height: 280px;
}

.contact-facebook {
	margin: auto;
	margin-top: 20px;
	margin-bottom: 70px;
	display: block;
	width: 175px
}

.join-us {
	text-align: center;

}

.join-us img {
	display: block;
	margin: auto;

}

.container-fb-like {

	width: 100px;
	margin: auto;

}

.fb-like {}

.pls {
	display: none;
}

#footer {
	color: white;
	font-family: helvetica;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-bottom: 10px;
}

#footer ul {}

#footer li {

	list-style: none;
	display: inline-block;
}

a.footer {
	text-decoration: none;
	color: white;
}

a.footer:visited {

	color: white;
}

a.footer:hover {
	color: purple;
}

/* fin slide10 */