/*
Name: Visia
Version: 1.1
Author: Aether Themes
Author URI: http://www.aetherthemes.com
*/


/* =Table of Contents
--------------------------------------------------------------
	=Common Styles
	=Typography
	=Buttons
	=Content Styles
	=Navigation
	=Hero
	=Services
	=Portfolio
	=Project
	=Team
	=Testimonials
	=Footer
	=Blog
	=Slider
	=Media
*/


/* =Common Styles
-------------------------------------------------------------- */

body { 
	background: #fff;
	color: #424242;
	font: normal 0.85em "Open Sans", arial, sans-serif;
	font-weight: 300;
}

section { overflow: hidden; }
::selection { background: #060606; color: #fff; }
::-moz-selection { background: #060606; color: #fff; }
#loading { display: none; }
#contact{height: 400px;}
#image3{height: 600px;}

/* =Typography
-------------------------------------------------------------- */

p { color: #424242;
	line-height: 1.4em;
	margin: 0 0 20px;
}

em { font: italic 1.1em "Open Sans", arial, sans-serif;font-weight: 300;line-height: 0.7xem;}
strong {  font: bold 1.1em "Open Sans", arial, sans-serif; font-weight: 400; }
small { font-size: 0.75em; }

h2,h3,h6 {
	color: #000;
	font-style: normal;
	font-weight: 300;
	line-height: 1.17em;
	margin: 0 0 20px;
}

h1 {
	color: #FFFFFF;
	font-size: 3.1em;
	letter-spacing: 0.10em;
	font-style: normal;
	font-weight: 300;
	line-height: 1.17em;
	margin: 0 0 20px;
}

h2 {
	font-size: 2.4em;
	text-transform: uppercase;
	letter-spacing: 0.20em;
}

h3 {
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 0.20em;
	font-weight: 400;
	padding:10%;
	
}

h4 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 400;	
	margin-top:30px;
	margin-bottom:10px;
}

h5 {
	font-size: 1.05em;
	font-weight: 400;
	font-style: italic;
	margin-top:10px;
}

h6 {
	font-size: 0.8em; font-style:italic;
	font-weight: 500;
	text-align:center;
	color:#a8a8a8;
	
}
h7 {
	font-size: 0.8em; 
	font-weight: 400;
	text-align:center;
		text-transform: uppercase;


	color:#a8a8a8;
}
h8 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff!important;
}

h9 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 400;	
	margin-bottom:20px;
}
/* Typography for dark backgrounds */

.dark p, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 { color: #fff; }
.dark a { color: #fff!important; }

/* Links */
a, a:visited { font-weight: 400; text-decoration: none; color:#a8a8a8; }

a:hover {color:#000; }

/* =Buttons
-------------------------------------------------------------- */

.button {
	display: inline-block;
	padding: 5px 15px;
	font-size: 0.5em;
	text-transform: uppercase;
	letter-spacing: 0.20em;
	
	font-weight: 400;
	
	color:#FFF;
	border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
}

/*.dark*/
.button:hover {text-decoration : underline; }

.button.no-border { border: none!important; padding: 20px 0px; }

.button.no-border:hover {
	border: none!important;
	background: transparent;
	opacity: .7;
    filter: alpha(opacity=70);
}

.button .icon {
	display: inline-block;
	margin-left: 17px;
	margin-bottom: -6px;
	width: 26px;
	height: 26px;
	cursor: pointer;

	background: url(../images/icons/right.png) no-repeat center center;
}
/* =Navigation
-------------------------------------------------------------- */

nav {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	border-bottom: 2px solid #f0f0f0;
	padding: 5px 0px;
	z-index: 999;
	color:#9E5CDF
}

.logo { 
	width: 28%;
	margin-left: 5%;
	float: left;
}



.navigation {
	display: block!important;
	width: 55%;
	margin-right: 5%;
	float: left;
	
}

.navigation .nav-content { float: right; }

.navigation .nav-content li {
	float: left;
	margin-right: 35px;
	line-height: 90px; /* Set to the height of your own logo to center the text */
	color:#060606;
}

.navigation .nav-content a {
	color: #060606;
	text-transform: uppercase;
	font-size: 0.8em;
	opacity: .5;
    filter: alpha(opacity=50);
}

.navigation .nav-content a:hover, .desktop.navigation .nav-content a.active  { opacity: 1; filter: alpha(opacity=100); }

.desktop.navigation .nav-content li:last-of-type { margin-right: 0px; }

/* Mobile Navigation */

.mobile.navigation {
	display: none;
	width: 90%;
	margin: 0 5%;
	float: left;
}

.mobile.navigation .nav-content {
	float: left;
	width: 100%;
}

.mobile.navigation .nav-content li {
	display: block;
	width: 100%;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #f0f0f0;
}

.mobile.navigation .nav-content li:first-of-type { border-top: none; }

.mobile.navigation .nav-content a {
	display: block;
	color: #911818;
	text-transform: uppercase;
	font-size: 0.8em;

}

.nav-button {
	display: none;
	width: 26px;
	height: 30px;
	background: transparent;
	padding: 0;
	margin-right: 5%;
	float: right;
	border: none;
	cursor: pointer;
}

/* Navigation Icon */
.icon-bar {
	display: block;
	float: left;
	width: 100%;
	height: 3px;
	margin-top: 3px;
	background: #911818;
}


/* =Content Styles
-------------------------------------------------------------- */

.content { padding-top: 150px; text-align: center; padding-bottom: 50px; clear:both;}
.content.padded { padding-bottom: 50px; }
.dark.container{
	height: auto;
	text-align: center;
}




/* = TELECHARGEMENT
-------------------------------------------------------------- */
#onglet1, #onglet2, #onglet3, #onglet4{width:49%; margin-top:20px;padding:10px;}
#onglet1, #onglet3{float:left; }
#onglet2, #onglet4{float:right;}


/* =Hero
-------------------------------------------------------------- */

.hero { text-align: center; background-size: cover; }
.hero .content { padding-top: 0px; }

.ticker {
	overflow: hidden;
	height: 90px;
	vertical-align: baseline;
}

.ticker h1 {
color:#FFF;
	margin-bottom: 0px;
	height: 90px;
	width: 100%;
    -webkit-transition: margin-top 0.5s ease-in-out;
    -moz-transition:    margin-top 0.5s ease-in-out;
    -o-transition:      margin-top 0.5s ease-in-out;
    transition:         margin-top 0.5s ease-in-out;
}

.call-to-action { padding-top: 20px; }
.call-to-action li {display: inline-block; margin-right: 55px; }
.call-to-action li:last-of-type { margin-right: 0px;}

/* =Footer
-------------------------------------------------------------- */


footer { width: 100%; background: #060606;}
.contact { text-align: center; color:#FFFFFF;}

.contact ::selection {
	background: #fff;
	color: #060606; 
}

.contact ::-moz-selection { 
	background: #fff;
	color: #060606; 
}

.contact li img { margin-bottom: 15px; }

.contact li:nth-child(1) {
	font-size: 1em; 
	opacity: .8 ;
    filter: alpha(opacity=80); 
}

.contact a {
	display: block;
	font-size: 1em;
	font-weight: 300;
	margin-bottom: 20px;
	opacity: .8;
	font-weight: 400;
    filter: alpha(opacity=80); 
}

.contact a:hover {
	opacity: 1;
    filter: alpha(opacity=100); 
}

.contact-heading { margin-top: 30px; }


#contact-form {
	position: relative;
	display: none;
	text-align: center;
	width: 100%;
	background: #060606;
	padding: 20px 0px 50px 0px;
	margin-top: 20px;
}

/* FORMS */
.form-field label {
	display: block;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #fff;
}

.form-field span input, .form-field span textarea {
	border: none;
	outline: none;
	padding: 0 10px;
	width: 100%;
	height: 35px;
	background: #1e1e1e;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #949494;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 1em;
	-webkit-transition: background 0.33s linear;
	-moz-transition: background 0.33s linear;
	-o-transition: background 0.33s linear;
	transition: background 0.33s linear;
}

.form-field span input:focus, .form-field span textarea:focus {
	background: #fff;
	-webkit-transition: background 0.33s linear;
	-moz-transition: background 0.33s linear;
	-o-transition: background 0.33s linear;
	transition: background 0.33s linear;
}

.form-field span textarea {
	overflow: auto;
	height: 180px;
	padding: 18px;
}

.form-click input {
	margin-top: 50px;
	border: none;
	display: block;
	width: 100%;
	outline: none;
	cursor: pointer;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	-webkit-appearance: none;
	font-size: 1em;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #060606!important;
	background: #949494;
	line-height: 100%;
	padding: 12px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.form-click input:hover { text-decoration: none; color: #060606!important; background: #fff; }

/* END FORMS */

.loader { margin-top: 15px; }

#alert {
	display: none;
	margin-top: 30px;
}

.notification {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 18px;
	text-align: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.notification p {
	display: block;
	padding: 0;
	margin: 0;
	text-align: center;
}

.notification.success { 
	border: 1px solid #50b941;
	background: #338b27; 
}

.notification.success p {  color: #dcdcdc; }

.notification.error { 
	border: 1px solid #cb3838;
	background: #a81c1c; 
}

.notification.error p { color: #dcdcdc;  }

.social-links {
	text-align: center;
	margin-top: 50px;
}

.social-links li {
	display: inline-block;
	margin-right: 15px;
}

.social-links li:last-of-type { margin-right: 0px; }
.social-links a { display: block; }

.social-links a:hover {
	opacity: .5;
    filter: alpha(opacity=50); 
}

.copyright { margin-top: 50px; margin-bottom: 10px; text-align: center; }
.copyright h7 { color: #77777a; letter-spacing: 0.20em; }




/* =Media
-------------------------------------------------------------- */

/* Large screens */
@media only screen and (min-width : 1680px) {
	#section3{height:350px;}
	.bx-next { right: -250px; }
	.bx-prev { left: -250px; }
	#nextProject { right: -250px; }
	#prevProject { left: -250px; }
}
/* descktop Landscape */
 @media only screen and (min-device-width : 980px) and (max-device-width : 1679px)  {
	 #section3{height:350px;}
	.parallax { background-size: cover; background-attachment: scroll; background-position: top center!important; }
	.details { display: none!important;}
	.fade, .slide, .entrance, .hatch { opacity: 1!important; }
	.ae-animation-fade, .ae-animation-slide, .ae-animation-entrance, .ae-animation-hatch { -webkit-animation-name: none; -moz-animation-name: none; -o-animation-name: none; animation-name: none; }
	#bx-prev, #bx-next { display: none; }
	#nextProject, #prevProject { display: none!important; }
	.projectlist a:hover .projectinfo { background: transparent; }
}
/* Tablet Landscape */
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	 #section3{height:350px;}
	.parallax { background-size: cover; background-attachment: scroll; background-position: top center!important; }
	.details { display: none!important;}
	.fade, .slide, .entrance, .hatch { opacity: 1!important; }
	.ae-animation-fade, .ae-animation-slide, .ae-animation-entrance, .ae-animation-hatch { -webkit-animation-name: none; -moz-animation-name: none; -o-animation-name: none; animation-name: none; }
	#bx-prev, #bx-next { display: none; }
	
	#nextProject, #prevProject { display: none!important; }
	.projectlist a:hover .projectinfo { background: transparent; }
}

/* Smaller than 960px *//* Tablet Portrait Size */
@media only screen and (max-width: 959px) {
	
	.content { padding-top: 50px; padding-bottom: 50px;} 
	.content.padded { padding-bottom: 50px; }
	.icons .overview { width: 33.3333333333%; margin-bottom: 30px; }
	.details { display: none!important;}
	.projectlist li { width: 50%; }
	.fade, .slide, .entrance, .hatch { opacity: 1!important; }
	.ae-animation-fade, .ae-animation-slide, .ae-animation-entrance, .ae-animation-hatch { -webkit-animation-name: none; -moz-animation-name: none; -o-animation-name: none; animation-name: none; }

	#onglet1, #onglet2, #onglet3, #onglet4{width:99%; margin-top:10px;}
		#onglet1, #onglet3{float:none;}
	#onglet2, #onglet4{float:none;}
}



/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
	#onglet1, #onglet2, #onglet3, #onglet4{width:99%; margin-top:10px;}
	#onglet1, #onglet3{float:none;}
	#onglet2, #onglet4{float:none;}

}

/* Mobile Landscape Size */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#onglet1, #onglet2, #onglet3, #onglet4{width:99%; margin-top:10px;}
		#onglet1, #onglet3{float:none;}
	#onglet2, #onglet4{float:none;}
}


/* Mobile Portrait Size */
@media only screen and (max-width: 479px) {
	#onglet1, #onglet2, #onglet3, #onglet4{width:99%; margin-top:10px;}
		#onglet1, #onglet3{float:none;}
	#onglet2, #onglet4{float:none;}
}


/* Targets Retina Enabled Devices */
@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (   -moz-min-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  
	.icon.right { background: url(../images/icons/right@2x.png) no-repeat center center; background-size: 26px 26px; }
	.icon.ux { background: url(../images/icons/ux@2x.png) no-repeat top; background-size: 64px 128px; }
	.icon.design { background: url(../images/icons/design@2x.png) no-repeat top; background-size: 64px 128px; }
	.icon.seo { background: url(../images/icons/seo@2x.png) no-repeat top; background-size: 64px 128px; }
	.icon.social { background: url(../images/icons/social@2x.png) no-repeat top; background-size: 64px 128px; }
	.icon.tech { background: url(../images/icons/tech@2x.png) no-repeat top; background-size: 64px 128px; }
	.icon.commerce { background: url(../images/icons/commerce@2x.png) no-repeat top; background-size: 64px 128px; }
	.icon.config { background: url(../images/icons/config@2x.png) no-repeat top; background-size: 64px 128px; }
	.icon.heart { background: url(../images/icons/heart@2x.png) no-repeat top; background-size: 64px 128px; }
	.icon.coffee { background: url(../images/icons/coffee@2x.png) no-repeat top; background-size: 64px 128px; }
	.icon.portfolio { background: url(../images/icons/portfolio@2x.png) no-repeat top; background-size: 64px 128px; }
	.icon.plane { background: url(../images/icons/plane@2x.png) no-repeat top; background-size: 64px 128px; }
	.icon.calculator { background: url(../images/icons/calculator@2x.png) no-repeat top; background-size: 64px 128px; }
	.social-icon.small.facebook { background: url(../images/icons/facebook-small@2x.png) no-repeat center center; background-size: 26px 26px;}
	.social-icon.small.twitter { background: url(../images/icons/twitter-small@2x.png) no-repeat center center; background-size: 26px 26px;}
	.social-icon.small.google { background: url(../images/icons/google-small@2x.png) no-repeat center center; background-size: 26px 26px;}
	.social-icon.small.behance { background: url(../images/icons/behance-small@2x.png) no-repeat center center; background-size: 26px 26px;}
	.social-icon.small.linkedin { background: url(../images/icons/linkedin-small@2x.png) no-repeat center center; background-size: 26px 26px;}
	.social-icon.small.mail { background: url(../images/icons/mail-3.png) no-repeat center center; background-size: 26px 26px;}

	i.icon-remove { background: url(../images/icons/close@2x.png) no-repeat center center; background-size: 26px 26px;}
	.bx-pager-link { background: url(../images/projects/pager@2x.png) no-repeat top center; background-size: 12px 24px; }
	.bx-pager-link.active { background: url(../images/projects/pager-active@2x.png) no-repeat top center; background-size: 12px 12px; }
	.gallery-next .bx-next  { background: #060606 url('../images/blog/next@2x.png') no-repeat; background-size: 22px 22px;}
	.gallery-prev .bx-prev  { background: #060606 url('../images/blog/prev@2x.png') no-repeat; background-size: 22px 22px;}
	.search-submit { 	background: #fff url(../images/blog/search@2x.png) no-repeat center center; background-size: 16px 16px;}

}
