@font-face {
	font-family: 'Paragon';
	src: url('Parangon 430C.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Parangon 330C';
    src: url('Parangon 330C.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Parangon 130C';
    src: url('Parangon 130C.otf');
    font-weight: normal;
    font-style: normal;
}

/* -------------------------------------------
 	Responsive Grid System
   ------------------------------------------- */

/*  GRID COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {
		margin: 1% 0 1% 0%;
	}
}


/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.2%;	
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}
}




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

body{
	font-size: 100%;
	min-width: 768px;
	overflow: hidden;
}

#page{
    position: absolute;
    top:0;
    width: 100%;
}

img{
	max-width: 100%;
	height: auto;
}

h2,h3,h4,p{
	font-family: "Paragon", Helvetica, Verdana, serif;
	font-weight: 100;
	line-height: 2;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	color: #232323;	
}

h2{
	font-size: 4.2em;
}

h3{
	font-size: 2.8em;
}

.controls{
	position: fixed;
	bottom: 5%;
	right: 5%;
	z-index: 100;
}

.controls span{
	border: 1px solid #888888;
	color: #888888;
	padding: 5px;
	cursor: pointer;
	-o-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}

.controls span:hover{
	background: #fff;
	color: #000;
}

section.landing{
	padding: 0;
	height: 100%;
	min-height: 100%;
	min-width: 768px;
	background-size: cover;
	overflow: hidden;
}

section.landing .inner{
	padding: 4em;
}

section.landing .innernew{
	padding: 4em;
}

section.landing.one{
	background: url('images/one.jpg') no-repeat center center;
    position: relative;
}

.one h2,
.one h3{
	position: relative;
    color: #ffffff;
    font-weight: bolder;
}

.redback {
    background: #c75546;
    display: inline-block;
    height: 0.8em;
    line-height: 1em;
    padding: 5px;
}

.blueback {
    background: #2870a6;
    display: inline-block;
    height: 1em;
    line-height: 1.2em;
    padding: 5px;
}

.redborder {
    border: 4px solid #ef434f;
    display: inline-block;
    height: 0.8em;
    line-height: 1em;
    padding: 5px;
}

.title-1{
	left: -100%;
	-o-transition: all 700ms ease 500ms;
	-moz-transition: all 700ms ease 500ms;
	-webkit-transition: all 700ms ease 500ms;
	transition: all 700ms ease 500ms;	
}
.title-1.animate{left: 0;}

.title-2{
	left: 100%;
	-o-transition: all 700ms ease 1.3s;
	-moz-transition: all 700ms ease 1.3s;
	-webkit-transition: all 700ms ease 1.3s;
	transition: all 700ms ease 1.3s;
}
.title-2.animate{left: 0;}

.title-3{
	opacity: 0;
	-o-transition: all 700ms ease 3s;
	-moz-transition: all 700ms ease 3s;
	-webkit-transition: all 700ms ease 3s;
	transition: all 700ms ease 3.3s;
}
.title-3.animate{opacity: 1}

.title-4{
	opacity: 0;
	-o-transition: opacity 300ms ease 4.8s;
	-moz-transition: opacity 300ms ease 4.8s;
	-webkit-transition: opacity 300ms ease 4.8s;
	transition: opacity 300ms ease 4.8s;
}
.title-4.animate{opacity: 1; transform: scale(1.3);}

.title-5{
	left: -100%;
	-o-transition: all 700ms ease 5.5s;
	-moz-transition: all 700ms ease 5.5s;
	-webkit-transition: all 700ms ease 5.5s;
	transition: all 700ms ease 5.5s;
}
.title-5.animate{left: 0;}

.title-6{
	left: 100%;
	-o-transition: all 700ms ease 6.5s;
	-moz-transition: all 700ms ease 6.5s;
	-webkit-transition: all 700ms ease 6.5s;
	transition: all 700ms ease 6.5s;
}
.title-6.animate{left: 0;}
	
.scroll-message{
	position: absolute;
	bottom: 5%;
	text-align: center;
	width: 100%;	
}
.scroll-message p{color: #fff}
	
section.landing.onenew{
	background: url('images/onenew.jpg') no-repeat center center;
    position: relative;
}

.onenew h2,
.onenew h3{
	position: relative;
    color: #ffffff;
    font-weight: bolder;
}

.redback {
    background: #c75546;
    display: inline-block;
    height: 0.8em;
    line-height: 1em;
    padding: 5px;
}

.blueback {
    background: #2870a6;
    display: inline-block;
    height: 1em;
    line-height: 1.2em;
    padding: 5px;
}

.redborder {
    border: 4px solid #ef434f;
    display: inline-block;
    height: 0.8em;
    line-height: 1em;
    padding: 5px;
}

.title-1{
	left: -100%;
	-o-transition: all 700ms ease 500ms;
	-moz-transition: all 700ms ease 500ms;
	-webkit-transition: all 700ms ease 500ms;
	transition: all 700ms ease 500ms;	
}
.title-1.animate{left: 0;}

.title-2{
	left: 100%;
	-o-transition: all 700ms ease 1.3s;
	-moz-transition: all 700ms ease 1.3s;
	-webkit-transition: all 700ms ease 1.3s;
	transition: all 700ms ease 1.3s;
}
.title-2.animate{left: 0;}

.title-3{
	opacity: 0;
	-o-transition: all 700ms ease 3s;
	-moz-transition: all 700ms ease 3s;
	-webkit-transition: all 700ms ease 3s;
	transition: all 700ms ease 3.3s;
}
.title-3.animate{opacity: 1}

.title-4{
	opacity: 0;
	-o-transition: opacity 300ms ease 4.8s;
	-moz-transition: opacity 300ms ease 4.8s;
	-webkit-transition: opacity 300ms ease 4.8s;
	transition: opacity 300ms ease 4.8s;
}
.title-4.animate{opacity: 1; transform: scale(1.3);}

.title-5{
	left: -100%;
	-o-transition: all 700ms ease 5.5s;
	-moz-transition: all 700ms ease 5.5s;
	-webkit-transition: all 700ms ease 5.5s;
	transition: all 700ms ease 5.5s;
}
.title-5.animate{left: 0;}

.title-6{
	left: 100%;
	-o-transition: all 700ms ease 6.5s;
	-moz-transition: all 700ms ease 6.5s;
	-webkit-transition: all 700ms ease 6.5s;
	transition: all 700ms ease 6.5s;
}
.title-6.animate{left: 0;}
	
.scroll-message{
	position: absolute;
	bottom: 5%;
	text-align: center;
	width: 100%;	
}
.scroll-message p{color: #fff}	
	
section.landing.two{
	background: url('images/map.png') no-repeat center top #ffffff;
    background-size: contain;
    position: relative;
}

section.landing.two .inner{
    height: 80%;
    position: relative;
}
section.landing.two h3{
    font-family: "Parangon 330C";
}

section.landing.two h3:first-child{
	width: 80%;
    left: -100%;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    position: absolute;
}
section.landing.two h3:last-child{
    position: absolute;
    bottom: -100%;
    width: 90%;
    -o-transition: all 700ms ease 700ms;
    -moz-transition: all 700ms ease 700ms;
    -webkit-transition: all 700ms ease 700ms;
    transition: all 700ms ease 700ms;
}

section.landing.two h3:first-child.animate{left: 0;}
section.landing.two h3:last-child.animate{bottom: 0;}

.dev {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dev div {
    position: absolute;
    text-align: left;
}

.dev h4, .dev p {
    font-size: 1em;
    font-family: "Parangon 330C";
    text-transform: none;
    line-height: 1em;
    text-align: left;
    color: #263c57;
}

.dev h4{
    font-weight: bold;
}

.dev div:nth-child(1){
    left: 20%;
    top: 40%
}

.dev div:nth-child(2){
    left: 34%;
    top: 50%
}

.dev div:nth-child(3){
    left: 45%;
    top: 58%
}

.dev div:nth-child(4){
    left: 50%;
    top: 40%
}

.dev div:nth-child(5){
    left: 65%;
    top: 37%
}

.dev div:nth-child(6){
    left: 63%;
    top: 23%
}

section.landing.three{
    text-align: center;
}

#guarantee {
    height: 100%;
    position: relative;
}
#guarantee div, #guarantee h3{
    width: 100%;
    text-align: center;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    color: #4f5ca9;
}

#guarantee div{
    height: 100%;
}

#guarantee img {
    margin-top: 13%;
    opacity: 0;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    height: 50%;
    width: auto;
}

#guarantee h3:first-child {
    position: absolute;
    top: 5%;
    right: -100%;
}

#guarantee h3:last-child{
    position: absolute;
    bottom: 5%;
    left: -100%;
}

#guarantee h3:first-child.animate{
    right: 0;
}

#guarantee h3:last-child.animate{
    left: 0;
}

#guarantee div.animate img{
    opacity: 1;
    -moz-transform:rotate(-360deg);
    -webkit-transform:rotate(-360deg);
    -o-transform:rotate(-360deg);
    -ms-transform:rotate(-360deg);
    transform:rotate(-360deg);
}

.greenback{
    background-color: #ffffff;
    display: inline-block;
    height: 0.8em;
    line-height: 0.9em;
    padding: 5px;
    -o-transition: background-color 700ms ease 1400ms;
    -moz-transition: background-color 700ms ease 1400ms;
    -webkit-transition: background-color 700ms ease 1400ms;
    transition: background-color 700ms ease 1400ms;
}
.animate .greenback{
    background-color: #9bcb3c;
}

section.landing.four{
	
    background-size: contain;
    position: relative;
}

.four h2,
.four h3{
	position: relative;
    color: #ffffff;
    font-weight: bolder;}

.four .dialw {display: block; float: left}

.pone {
    position: absolute;
    bottom: 15%;
    left: 20%;
}

.ptwo {
    position: absolute;
    top: 23%;
    right: 28%;
}

.pthree {
    position: absolute;
    top: 37%;
    right: 20.5%;
}

.pfour {
    position: absolute;
    bottom: 15%;
    right: 15%;
}

.pfive {
    position: absolute;
    left: 17%;
}


section.landing.five{
	background: #cfc8b7;
	text-align: center;
    position: relative;
}

section.landing.five img{
    max-height: 80%;
    max-width: 80%;
    -o-transition: all 400ms ease 400ms;
    -moz-transition: all 400ms ease 400ms;
    -webkit-transition: all 400ms ease 400ms;
    transition: all 400ms ease 400ms;
    opacity: 0;
}

section.landing.five h2{
    opacity: 0;
    color: #296180;
    -o-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

section.landing.five img.animate{
    opacity: 1;
}


section.landing.five h2.animate{
    opacity: 1;
}


section.landing.six{
	position: relative;
	height: 100%;	
}

.six p{
	color: #fff;
	line-height: 1.4;
}

.six p{
	font-size: 1.25em;
}

.rejim{
	margin-top: 2.5em;
	text-align: center;
}

.rejim .time{
	margin-top: 1em;
	font-size: 3em;
}

.rejim .without{
	display: inline-block;	
}

.without .p-left{
	float: left;
	font-size: 4.75em;
	line-height: 0.85;
}

.without .p-right{
	float: right;
	font-size: 2em;
	line-height: 1;
	text-align: left;	
}

.rejim .phone{
	margin-top: 1em;
}

.rejim p{
	font-size: 2em;
}


section.landing.six .contacts{
	position: absolute;
	top: 10%;
	left: 10%;
	padding: 3em 0 1em;
	background: rgba(99, 142, 167, 0.65);
	z-index: 1;
}

section.landing.six .sides{
	position: absolute;
	top: 10%;
	width: 3em;
	height: 78%;
	background: rgba(99, 142, 167, 0.65);
	z-index: 0;	
}

section.landing.six .tosite{
    position: absolute;
    color: #ffffff;
    text-align: center;
    padding-top: 1%;
    text-decoration: none;
    font-family: "Parangon 330C";
    bottom: 0;
    z-index: 1;
    display: block;
    font-size: 4.2em;
    width: 100%;
    height: 10%;
    background: rgba(99, 142, 167, 0.65);
}


.contacts-left{left: -3em;}
.contacts-right{right: -3em;}


#map_canvas{
	width: 100%;
	height: 100%;
}

#map_canvas img{
	max-width: none;
}




@media (max-width: 1200px) {
	body{
		font-size: 67.5%;
	}
}

@media (max-width: 960px) {
	section.landing.two h3{
		width: 70%;
	}
}

@media (max-height: 750px) {
	.dialw canvas{
		width: 75px;
		height: 75px;
	}
	
	.dialw input{
		margin-left: -64px !important;
		margin-top: 22px !important;
	}
	
	.parts li{margin: 1.25em 0;}
	
	.parts li h3{line-height: 75px;}
}



/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

.home_tutoriel
{
    width:500px;
    text-align:center;
    position:absolute;
    left:50%;
    margin-left:-250px;
    top:100%;
    margin-top:-200px;
}

.home_tutoriel img
{
    display:inline-block;
}

.home_tutoriel img:first-child
{
    border-right:1px solid #242424;
}

.home_tutoriel .phrase_tuto
{
    font-family:"batmannnnnn",sans-serif;
    font-size:12px;
    text-transform:uppercase;
}

.scroll_to_discover
{
    width:300px;
    position:absolute;
    height:50px;
    left:50%;
    margin-left:-150px;
    top:100%;
    margin-top:-60px;
    text-align:center;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 	1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
}

.scroll_to_discover p
{
    font-family:"batmannnnnn",sans-serif;
    color:#FFF;
    font-size:14px;
    text-transform:uppercase;
    margin:0;
    padding:0;
}

.scroll_to_discover img
{
    margin:0 auto;
    margin-top:20px;
    width:12px;
    height:14px;
    -webkit-animation: anim_arrow_tuto_home 5s infinite;
    -moz-animation: anim_arrow_tuto_home 5s infinite;
    -o-animation: anim_arrow_tuto_home 5s infinite;
    animation: anim_arrow_tuto_home 5s infinite;
}

@-webkit-keyframes anim_arrow_tuto_home {
    0%   { margin-top: 20px; }
    10%   { margin-top: 10px; }
    20%   { margin-top: 20px; }
    30%   { margin-top: 10px; }
    80%   { margin-top: 10px; }
}

@-moz-keyframes anim_arrow_tuto_home {
    0%   { margin-top: 20px; }
    10%   { margin-top: 10px; }
    20%   { margin-top: 20px; }
    30%   { margin-top: 10px; }
    80%   { margin-top: 10px; }
}

@-o-keyframes anim_arrow_tuto_home {
    0%   { margin-top: 20px; }
    10%   { margin-top: 10px; }
    20%   { margin-top: 20px; }
    30%   { margin-top: 10px; }
    80%   { margin-top: 10px; }
}

@keyframes anim_arrow_tuto_home {
    0%   { margin-top: 20px; }
    10%   { margin-top: 10px; }
    20%   { margin-top: 20px; }
    30%   { margin-top: 10px; }
    80%   { margin-top: 10px; }
}

@media screen and (max-height: 800px) {
   .home_tutoriel{
       display: none;
   }
}