@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}

@font-face {
	font-family: 'BernardoModaSemibold';
	src: url("fonts/bernardomodasemibold-webfont.eot");
	src: url("fonts/bernardomodasemibold-webfont.eot?#iefix") format('embedded-opentype'),
	url("fonts/bernardomodasemibold-webfont.woff2") format('woff2'),
	url("fonts/bernardomodasemibold-webfont.woff") format('woff'),
	url("fonts/bernardomodasemibold-webfont.ttf") format('truetype');

	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url("fonts/roboto-light-webfont.eot");
	src: url("fonts/roboto-light-webfont.eot?#iefix") format('embedded-opentype'),
	url("fonts/roboto-light-webfont.woff2") format('woff2'),
	url("fonts/roboto-light-webfont.woff") format('woff'),
	url("fonts/roboto-light-webfont.ttf") format('truetype');

}

*{
	margin: 0;
	padding: 0;
}
html, body {
	margin:0 !important;

	/* font-family: 'Questrial', sans-serif !important; */
	font-family: 'Roboto' !important;
	padding:0 !important;

	
	/* font-family: 'futura medium bt' !important; */
	background: #000;

	overflow-x: hidden;
}

body p{
	/* font-family: 'BernardoModaSemibold' !important; */
}
body h1, body h2{
	font-family: 'BernardoModaSemibold' !important;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

body li{
	list-style: none;
}
body a{
	text-decoration: none;
}
.wrapper{
   
	/* border: 1px solid #f00; */
    height: auto;
	background: #000;

}

.left{
	float : left;
}
.right{
	float: right;
}
.clear{

	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	margin-bottom: 10px;
	
}
.clear1{

	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 8000px;
	margin-bottom: 10px;
	
}
.clear:after {

	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	margin-bottom: 0px;
	
}

body p{
	font-size: 19px;
}

/* ********************************** Header page ****************************/

header{
	position: relative;
	z-index: 3;
	/* border: 1px solid #f00; */
	width: 100%;
	height: 100px;
	/* background: #f00; */
	position: absolute;
	top: 0;
	left: 0;
}

header .logo{
	/* border: 1px solid #f00; */
	width: 240px;
	height: auto;
	margin-top: 20px;
	margin-left: 10em;
}

/* ********************************** PRELOAD PAGE ****************************/

.preload{
	/* border: 1px solid #f00; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    z-index: 1000;
}
.preload.active{
    display: none;
}
.preload:before{
    content: '';
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    background: #000;
    transition: 1s;
  	/*opacity: .9;*/

}
.preload.complete:before{
    left: -50%;


}
.preload:after{
	/* border: 1px solid #f00; */
    content: '';
	position: absolute;
	top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #000;
    transition: 1s;
  	/*opacity: .9;*/


}

.preload.complete:after{
    right: -50%;
   

}

.preload .pre-slogan {
    /* border: 1px solid #f00; */
    position: relative;
    top: 52%;
    left: 40%;
    z-index: 3000;
    height: 40px;
    width: 100%;
    max-width: 320px;
    
}
.preload .pre-slogan>p{
	color: #fff !important;
    font-size: 1.35em !important;
	font-family: 'roboto' !important;
	text-align: center !important;
	font-weight: bolder !important;
}
.preload .loading-bar {
    /*border: 1px solid #f00;*/

  position: relative;
  top: 50%;
  left: 40%;
  z-index: 3000;
  height: 10px;
  width: 100%;
  max-width: 320px;
  box-shadow: inset 0px 0px 0px 1px #C8C8CD;
  border-radius: 50px;
  overflow: hidden;
}
@-webkit-keyframes progress-animation {
  0% {
    width: 0%;
  }
  20% {
    width: 10%;
  }
  40% {
    width: 30%;
  }
  50% {
    width: 60%;
  }
  100% {
    width: 90%;
  }
}
@keyframes progress-animation {
  0% {
    width: 0%;
  }
  20% {
    width: 10%;
  }
  40% {
    width: 30%;
  }
  50% {
    width: 60%;
  }
  100% {
    width: 90%;
  }
}
.loading-bar.complete{
    display: none
}
.preload .loading-bar .progress-bar {
    /*border: 1px solid #f00;*/
  display: flex;
  height: 100%;
  width: 90%;
  background: #fff;
  -webkit-animation: progress-animation 5s ease-in-out;
          animation: progress-animation 5s ease-in-out;
position: relative;
}
/* ********************************** page 1 ****************************/

#page-1{
	
	/* border: 1px solid #f90; */
	width: 100%;
	height: 100vh;
	background: #000;
	color: aliceblue;
}

.wrape-video{
	position: relative;
	top: 0;
	z-index: 1;
	/* border: 1px solid #0c0; */
	width: 100vw;
	height: 100vh;
	margin: 0px auto;
	background-image: url('../images/1-1.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.mask-bubbles{
	/* border: 1px solid #0c0; */

	width: 100%;
	height: 120px;
	position: absolute;
	bottom: 0;
	z-index: 5;
	
	/* background: rgba(0,0,0,1); */


}
.wrape-video img{
	/* border: 1px solid #0c0; */
	position: absolute;
	top: 5%;
	right: 10%;
	display: block;
	width: 400px;
	height: 600px;
	margin: auto;
	z-index: 0;
}

.slogan{
	/* border: 1px solid #f00; */
	display: table;
	color: aliceblue;
	text-transform: uppercase;
	position: relative;
	top: 40%;
	left: 20%;
	font-family: 'BernardoModaSemibold' !important;
	font-weight: bold;
	text-align: justify;
	letter-spacing: 0.09em;
	word-spacing: -.09em;
	line-height: 1.9em;
	font-size: 3.3em;
	.slogan {
		/* border: 1px solid #f00; */
		
		

	
		top: 522px;
		left: calc(50% - 389px);
		font-size: 46pt;
	}
	
}
.bubbles {
	/* border: 1px solid #fc0; */

    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:80vh;
    z-index: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}


.bubbles li {
    position: absolute;
    list-style: none;
    display: block;
	/* background-color: rgba(255, 255, 255, 0.15); */
	/* background: #646164; */
	background: #020102;
    bottom: -100px;
    -webkit-animation: square 20s infinite;
    animation: square 20s infinite;
    -webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	transition: background-color 2s ease-out;
}

.bubbles li:nth-child(1) {
    width: 40px;
    height: 40px;
	left: 20%;
	
	/* background: #c9c9c9; */
	/* background: #fff; */
}
.bubbles li:nth-child(2) {
    width: 60px;
    height: 60px;
    left: 40%;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 17s;
	animation-duration: 30s;
	

}

.bubbles li:nth-child(3) {
    width: 10px;
    height: 10px;
    left: 60%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-duration: 13s;
	animation-duration: 60s;

}

.bubbles li:nth-child(4) {
    width: 80px;
    height: 80px;
    left: 80%;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 22s;
	animation-duration: 82s;

}

.bubbles li:nth-child(5) {
    width: 50px;
    height: 50px;
    left: 50%;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
    -webkit-animation-duration: 12s;
	animation-duration: 12s;


}

.bubbles li:nth-child(6) {
    width: 16px;
    height: 16px;
    left: 70%;
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
    -webkit-animation-duration: 12s;
	animation-duration: 20s;


}

.bubbles li:nth-child(7) {
    width: 30px;
    height: 30px;
	left: 45%;
	
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
    -webkit-animation-duration: 12s;
    animation-duration: 10s;
	
}

.bubbles li:nth-child(8) {
    width: 40px;
    height: 40px;
	left: 50%;

    -webkit-animation-delay: 12s;
    animation-delay: 12s;
    -webkit-animation-duration: 12s;
    animation-duration: 30s;
	
}
.bubbles li:nth-child(9) {
    width: 15px;
    height: 15px;
	
    left: 30%;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
	
}

.bubbles li:nth-child(10) {
    width: 50px;
    height: 50px;
    left: 20%;
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
    -webkit-animation-duration: 12s;
    animation-duration: 12s;

}
@-webkit-keyframes square {
    0% {
		opacity: 0;
        -webkit-transform: translateY(0);
		transform: translateY(0);
		/* background: #000; */
	}
	10% {
		opacity: 1;
		/* background: #c9c9c9; */
    }
    100% {
		opacity: 1;
        -webkit-transform: translateY(-1080px) rotate(630deg);
		transform: translateY(-1080px) rotate(630deg);
		/* background: #c9c9c9 */
    }
}

@keyframes square {
    0% {
		opacity: 0;
        -webkit-transform: translateY(0);
		transform: translateY(0);
		/* background: #000; */
	}
	10% {
		opacity: 1;
		/* background: #464545; */
    }
    100% {
		opacity: 1;
        -webkit-transform: translateY(-1080px) rotate(630deg);
		transform: translateY(-1080px) rotate(630deg);
		/* background: #464545; */
    }
}

#container {
	width: 45px;
	height: 45px;
	margin: 50px auto;
  }
  .topArrow {
	fill: #fff;
	transform: rotate(-90deg);
	width: 45px;
	height: 45px;
	position: absolute;
	bottom: 0%;
	margin: 0 0 0 -22px;
	z-index: 300;
  }

/* ********************************** page 2 ****************************/

.page-2{
	
	/* border: 1px solid #f90; */
	width: 100%;
	height: 100vh;
	background: #000;
	color: aliceblue;
}


#page-2 .affiche-1{
	/* border: 1px solid #f00;	 */
	position: relative;
	padding-left: 0px !important;
	padding-right: 0px !important;
	
}
#page-2 .agence{
	/* border: 1px solid #f00;	 */
	/* background: #000; */

}
#page-2 .wrape-agence {
    /* border: 1px solid #f00; */
    float: right;
    /* background: #f90; */
    width: 100%;
    /* height: 100vh; */
    position: relative;
    top: 100px;
    right: -22px;
    color: aliceblue;
}
#page-2  .wrape-img{
	/* border: 1px solid #f00;	 */
	float: right;
	/* background: #f90; */
	/* width: 60%; */
	height: 100vh;
	position: relative;
	top: 0;
	left: 0;

}
#page-2 .wrape-img img{
	
	/* border: 1px solid #f00; */
	/* background: #f90; */
    min-width: 300px;

}
#page-2 .layers{
	background-size: cover;
	/* left: 50%; */
	/* position: absolute; */
	/* top: 50%; */
}
#page-2 .layer-1{
		/* border: 1px solid #fc0; */
	width: 100%;
	height: 100vh;
	background-image: url('../images/affiche-1-1.jpg');
	background-position: left;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	 
}
#page-2 .layer-2{
	/* border: 1px solid #f00; */
	width: 500px;
	height: 260px;
	background-image: url('../images/affiche-1-2.png');
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 45%;
	right: 10%;

}
#page-2 .layer-3{
	/* border: 1px solid #f00; */
	width: 360px;
	height: 450px;
	background-image: url('../images/affiche-1-3.png');
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 2%;
	right: 45%;
	z-index: 300;
}
#page-2 .layer-4{
	/* border: 1px solid #f00; */
	width: 100px;
	height: 100px;
	background-image: url('../images/affiche-1-4.png');
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 45%;
	right: 35%;

}

/* ********************************** page 3 ****************************/

#page-3{
	
	/* border: 1px solid #f90; */
	width: 100%;
	height: 100vh;
	background: #000;
	color: aliceblue;

}

.outer{
	/* border: 3px solid #f00; */
	/* position: relative !important; */

   }
   .inner{
	/* border: 1px solid #f00; */

	}
#page-3 .affiche-2{
	/* border: 1px solid #f00; */	
}
#page-3 .wrape-img img{
	
    /* border: 1px solid green; */
    min-width: 300px;

}
#page-3 .boxeur{
	border: 0px solid #f00;	

	/* left: 50%; */
	/* position: relative; */
	/* top: 0; */
}
#page-3 .boxeur-plan img{
		/* border: 1px solid #fc0; */
	width: 100%;
	height: auto;

	/* background-position: center;
	background-repeat: no-repeat;
	background-size: cover; */

	position: absolute;
	top: 0px;
	/* left: 0px; */
	left: 0px !important;
	/* overflow-x: hidden; */
}
#page-3 .boxeur-plan1 img{
	/* border: 1px solid #f00; */
	/* width: auto;
	height: 100vh; */
	position: absolute;
	bottom: 0%;
	right: 30%;
	
}

#page-3  .agence-web{
	/* border: 1px solid #f00;	 */
	float: right;
	/* background: #f90; */
	width: 48%;
	height: 100vh;
	position: relative;
	top: 0px;
	right: 40px;
	color: aliceblue;
}
#page-3  .wrape-img{
	/* border: 1px solid #f00;	 */
	float: left;
	/* background: #f90; */
	width: 50%;
	height: 100vh;
	position: relative;
	top: 0;
	left: 0;

} 
#confettiCanvas{
	/* border: 1px solid #fc0; */

	position: relative;
    top: 0;
	left: 0;
	width: 100%;
    height: auto;
    display: block !important;
    z-index: 99;

}

svg.graph{
	/* border: 1px solid #f00; */
	width: 304px;
	height: 177px;
}
/* ********************************** page 4 ****************************/

#page-4{
	
	/* border: 1px solid #f90; */
	width: 100%;
	height: 100vh;
	background: #000;
	color: aliceblue;
	overflow: hidden;

}

#page-4 .affiche-3{
	/* border: 1px solid #f00; */
	
	
}
#page-4 .wrape-img{
	float: right;
	/* border: 1px solid #f00; */
	position: relative;
	top: 0px;
	right: -200 ;
	/* padding-right: 0; */
	
}
#page-4 .wrape-img img{
	
    /* border: 1px solid #f90; */
	min-width: 300px;
	position: relative;
	
	right: -600px !important;
	overflow-x: hidden;

}

#page-4 .agence{
	
	margin: 100px 100px;
}

.temoignage{
	 border: 2px solid #fff;

	/*height: auto;
	margin-top: 40pt;
	cursor: pointer; */
	height: 200px;
	/* margin-top: 20pt; */
	cursor: pointer;
	position: relative;
	z-index: 300;

}
.legend{
	/* border: 1px solid #f00; */
	background: #000;
	display: inline-block;
	width: auto;
	height: auto;
	position: relative;
	top: -11px;
	left: 70%;
	transform: translateX(-50%);
	text-transform: uppercase;
	font-size: 16px;
	z-index: 300;
}


img.tem-img{
	/* border: 1px solid #f00; */

}
img.tem-name{
	/* border: 1px solid #fc0; */
	/* float: right; */
	height: 100%;
	margin-top: 15px;
	margin-right: 10px;

}
.temoignage .tem-img{
	/* border: 1px solid #f00; */
	/* margin: 15px 15px 0 5px; */

	
	padding-left:0 !important;
	margin-left: 0 !important;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	/* height: 246px; */

}
.temoignage .tem-name{
	/* border: 1px solid #f00; */
	/* margin: 15px 15px 0 5px; */

	
	padding-left:0 !important;
	margin-left: 0 !important;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 65%;
	
	/* height: 246px; */

}
.temoignage .ttt{
	/* border: 1px solid #f00; */
	border-radius: 0;
	position: absolute;
	top: 130px;
	right: 30px;
	width: 180px;
	height: 40px;
	font-size: 18px;
	background-color: #181818;
	color: #5c5c5c;

}
.ttt:hover{
	background-color: #414040; 
	color: #bababa !important;

}
/* ********************************** page 5 ****************************/

#page-5{
	
	/* border: 1px solid #f90; */
	width: 100%;
	height: 100vh;
	background: #000;
	color: aliceblue;


	/* background-size: 90% 100vh; */
	/* background-size: cover; */

}



#page-5 .affiche-4{
	/* border: 1px solid #f00; */
	
	
}
#page-5 .wrape-img{
	/* float: left; */
	/* border: 1px solid #f00; */
    position: relative;
    top: 0px;
    background: url(../images/affiche-5-2.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 100% auto;
    width: 50%;
    height: 100vh;
}
#page-5 .affiche-4 .balghin{
    /* border: 1px solid #f00; */
    position: absolute;
    bottom: 31px;
    width: 82%;
    min-width: 300px;
    left: calc(50% - 881px) ;
    overflow-x: hidden;
	
	
}


#page-5 .wrape-img img:hover {
	/* transform: rotateY(40deg) ; */
	/* transform: translate(25px, 25px); */


  }

#page-5 .agence{
	float: right;
    /* border: 1px solid #f00;	 */
	margin: 100px 100px;

}


/* ********************************** page 6 ****************************/

#page-6{
	
	/* border: 1px solid #f90; */
	width: 100%;
	height: 100vh;
	background: #000;
	color: aliceblue;
	position: relative;
}

#page-6 .affiche-4{
	/* border: 1px solid #f00; */

}
.axis {
	/* background-color: rgb(235, 205, 20); */
	position: absolute;
	z-index: 100;

  }
#x-axis {
	bottom: -50%;
	left: 50%;
	top: -50%;
	width: 1px;
  }
  
  #y-axis {
	left: 0;
	top: 50%;
	right: 0;
	height: 1px;
  } 

  

#page-6 .wrape-img{
	
	position: absolute;
	background-image: url('../images/affiche-6-2.jpg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh;
	top: 0px;
	right: 0;
	/* border: 1px solid #f00; */
	z-index: 1;
	overflow: hidden;

}
#page-6 .sky{
	position: absolute;
	/* border: 1px solid #fc0; */
	top: 0;
	z-index: 1;
	/* width: 1000px;
	height: auto;
	background: url('../images/affiche-5-2.png');
	background-repeat: no-repeat;
	background-size: cover; */
}
#page-6 .runner{

	/* border: 1px solid blue; */
    position: absolute;
    bottom: 104px;
    right: calc(50% - 468px) !important;
    z-index: 2;
    width: 700px;
    height: auto;
    min-width: 300px;
    overflow-x: hidden;
	
}
#page-6 .wrape-img img{
	
    /* border: 1px solid #f00; */
    min-width: 360px;

}
#page-6 .wrape-img .sky{
	/* border: 1px solid #f00; */
	height: 100%;
	width: 100%;
}
#page-6 .agence-web{
    /* border: 1px solid #f00; */

	position: absolute;
	top: 60px;
	left: 0;
	z-index: 5;
}
#page-6 .agence{
	
	margin: 0px 100px;
}

/* ********************************** page 7 ****************************/

#page-7{
	
	/* border: 1px solid #f90; */
	width: 100%;
	height: auto;
	background: #000;
	color: aliceblue;
	position: relative;
	overflow: hidden;
}

#page-7 img{
	/* border: 1px solid #f90; */
}
#page-7 img.panel{
	/* border: 1px solid #f00; */
	background: transparent;
	position: absolute;
	top: 20px;
	left: -150px;
	width: 400px;
	height: auto;
	transform: translate(-25px, -25px); 
}

#page-7 img.stade{
	transition: 5s ease-in-out;
}
#page-7  img.stade.active{
	/* position: absolute; */
	/* border: 1px solid #f00;  */
	transition: 20s ease-in-out;
	-ms-transform: scale(1); /* IE 9 */
	-webkit-transform: scale(1); /* Safari 3-8 */
	transform: scale(1.2);
}
#page-7 img.player{
	/* border: 1px solid #f00; */
	background: transparent;
	position: absolute;
	top: 100px;
	left: 300px;
	width: 400px;
	height: auto;
	transition: 16s ease-in-out;
	transition:  2s;
	transition-timing-function: cubic-bezier(.14,.87,.85,.45);
	transform: translate(35px, 45px);
}

#page-7  img.player.active{
	/* border: 1px solid #f00;  */
	/* transition: 16s ease-in-out; */
	transition:  18s;
	transition-timing-function: cubic-bezier(.68,.87,.85,.45);

	transform: translate(-35px, -45px); 
}

#page-7 .agence{
	/* border: 1px solid #f00;  */

	margin: 0px 100px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 30;

}

/* ********************************** page 8 ****************************/

#page-8{
	
	/* border: 1px solid #f90; */
	width: 100%;
	height: 100vh;
	background: #000;
	color: aliceblue;
	background: url('../images/arch-plan2.jpg');
	background-repeat: no-repeat;
	background-position: right;
	background-size: 70% auto;

	/* background-size: 90% 100vh; */
	/* background-size: cover; */

}



#page-8 .affiche-8{
	/* border: 1px solid #f00; */
	
	
}
#page-8 .wrape-img{
	/* float: left; */
	/* border: 1px solid #f00; */
	position: absolute;
	right: 0;
}
#page-8 .wrape-img img{
    /* border: 1px solid #f00; */

	position: absolute;
	top: 80px;
	/* width: 100%; */

    /* min-width: 300px; */
	/* transition: 5s ease-in-out; */
}


#page-8 .wrape-img img:hover {
	/* transform: rotateY(40deg) ; */
	/* transform: translate(25px, 25px); */
  }

#page-8 .agence{
    /* border: 1px solid #f00; */
	margin: 10% 10px;
}

#page-8 h1{
	margin-bottom: 50px;
}



.arch{
	/* border: 1px solid #f00; */
	position: relative;
	right: -150px;
}



