@charset "utf-8";
/* CSS Document */

body, html{
	margin: 0;
	padding: 0;
	height:100%;
	background-size:50%;
}

body {
	display:block;
}

img{
	border: 0;
	max-width: 900px;
}

h2 {
  font-size: 1.3rem;
  font-family: 'Lato', Helvetica, sans-serif;
  font-weight: 700;
}


/* top menu */

.menutext {
  position: relative;
  top: 20px;
  left: -7px;
  font-size: 0.7rem;
   font-family: 'Lato', Helvetica, sans-serif;
   margin: 0 auto;
   padding: 0;
   font-weight: 800;
   color: #000;
   text-decoration: none;
}



.menu {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 46px;
  width: 46px;
}


.menu-link {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1002;
}

.menu-icon {
  position: absolute;
  width: 20px;
  height: 14px;
  margin: auto;
  left: 14px;
  top: 0;
  right: 0;
  bottom: 1px;
}

.section {
   z-index: 1; 
}

.menu-circle {
  background-color: #fff;
  width: 130%;
  height: 130%;
  position: absolute;
  border-radius: 50%;
  transform: scale(1);
  z-index: 1000;
 }

.menu-overlay {
  background-color: #000;
  color: #333;
  height: 100%;
  width: 100%;
  padding-top: 10rem;
  position: fixed;
  text-align: center;
  transition: opacity .3s ease-in-out;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
}

.menu-overlay a {
  font-weight: 600;
  font-size: 8rem;
  display: inline-block;
}

.menu-overlay.open {
 opacity: 1;
 visibility: visible;
 z-index: 1001;
}

.menu.open .menu-circle { transform: scale(10);
}

.menu.open .menu-line-2 { opacity: 0; }

.menu.open .menu-line-1 {
 transform: rotate(-45deg);
 filter: invert(100%);
}

.menu.open .menu-line-1 {
 transform: translateY(7px) translateY(-50%) rotate(-45deg);
 filter: invert(100%);
}

.menu.open .menu-line-3 {
 transform: translateY(-7px) translateY(50%) rotate(45deg);
 filter: invert(100%);
}

.menu-line {
 background-color: #000;
 height: 2px;
 width: 100%;
 border-radius: 2px;
 position: absolute;
 left: 0;
 transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.menu-line-1 { top: 0; }

.menu-line-2 {
 top: 0;
 bottom: 0;
 margin: auto;
}

.menu-line-3 { bottom: 0; }

.menu:hover .menu-circle { transform: scale(1.4); }

.nav {
  font-family: 'Lato', Helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}

.nav * {
  box-sizing: border-box;
  transition: all .35s ease;
}

.nav li {
  display: inline-block;
  list-style: outside none none;
  margin: .5em 1em;
  padding: 0;
}

.nav a {
  padding: .5em 2em;
  color: rgba(255,255,255,.8);
  position: relative;
  text-decoration: none;
  letter-spacing: 0.2em;
  font-size: 20px;
}

.nav a::before,
.nav a::after {
  content: '';
  height: 14px;
  width: 14px;
  position: absolute;
  transition: all .35s ease;
  opacity: 0;
}

.nav a::before {
  content: '';
  right: 0;
  top: 0;
  border-top: 3px solid #f11c8b;
  border-right: 3px solid #f11c8b;
  transform: translate(-100%, 50%);
}

.nav a:after {
  content: '';
  left: 0;
  bottom: 0;
  border-bottom: 3px solid #f11c8b;
  border-left: 3px solid #f11c8b;
  transform: translate(100%, -50%)
}

.nav a:hover:before,
.nav a:hover:after{
  transform: translate(0,0);
  opacity: 1;
}

.nav a:hover {
  color: #f11c8b;
}

.head {
  display: flex;
  padding-bottom: 1px;
  z-index: 999;
  background-color: transparent;
  position: fixed;
  right: 0;
  left: 0;
}



.top-icon {
  display: inline-block;
  padding: 0.5em;
  margin-left: auto;
} 

#icon {
  padding: 0.5rem 1rem;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
  width: 100%;
}

/* END top menu */

.bgsmall{
	width: 500px;
	margin: 2.5rem auto 0 auto;
	position: absolute;
	z-index: 20;
}

.listtext {
  color: #000;
   list-style-type: disc;
   list-style-position: outside;
   list-style-image: none;
   font-size: 1rem;
   font-family: 'Raleway', Helvetica, sans-serif;
   line-height: 1.3rem;
   text-align: left;
}


#header h1, #pixels{
	color: #48941A;
}

.float-left{
	float: left;	
	margin: 0 0 0 20px;
}

.float-right{
	float: right;
	margin: 0 20px 0 0;
}

.center{
	font-size: 2.5em;
	padding: 80px 0 0 0;
	text-align: center;
}

#loader {
	position:absolute;
	width:100%;
	height:2000%;
	z-index:100;
	 background-color:  #f1941c;
  background-image:
    linear-gradient(
      to right, 
      #f1941c, #f11c8b
    );
}

#load {
	position:fixed;
	width:206px;
	left:50%;
	margin-left:-103px;
	top:50%;
	margin-top:-103px;
}

#load img {
	position:absolute;
}

#load #cl  { 
	left:50%; 
	margin-left:-36px; 
	top:50%;
	margin-top:63px; 
	opacity:0.8; 
	position:absolute;  
	}


#share {
	float:left;
	position:fixed;
	z-index:50;
	left:40px;
	bottom:40px;
}

#share a {
	opacity:0.4;
		-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
}

#share a:hover {
	opacity:1;
}
	
#content {
	width:210px;
	float:left;
	position:absolute;
	bottom: 4px;
	left: 39px;
	height:41px;
	z-index:50;
	display:none;
	list-style: none;
	border-radius:0 3px 3px 0;
	background-color: rgba(255,255,255,0.4);
}


#content li {
	margin-top:10px;
	margin-left:10px;
	display:inline;
	float:left;
	width:95px;
	
}

#content li a{
	width:88px;
}

#nav{
	list-style: none;
	position: fixed;
	right: 44px;
	z-index:50;
	height:280px;
	margin-top:100px;
}


#menu {
	float:left;
	position:fixed;
	top:40px;
	left:40px;
	z-index:50;
	
}
#know {
	opacity:0.5;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
}

#know:hover {
	opacity:1;
}

#shop {
	opacity:0.5;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
}

#shop:hover {
	opacity:1;
}

#menu img {
	margin-right:30px;
}
#nav li{
	margin: 0 0 10px;
	height:10px;	
}
#nav li a{
	opacity:0.4;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	
}
#nav li a:hover{
	opacity:1;
	
}
#nom {
		opacity:1;
	right:20px;
	position:absolute;
}
#nom li a{
	opacity:1;
	display:none;
	float:right;
}


#intro{
	background:url(../images/titre.jpg) 0 no-repeat;
	background-position: center;
	background-color:#000;
	background-size: auto;
	position: relative;
	height: 100%;
	width: 100%;
	color: white;
	padding: 0;
	margin: 0 auto;
}

#intro a {	
		border:none;	
		background-color:transparent;	
	opacity:0.6;	
	bottom:15px;	
	position:fixed;	
	left:50%;	
	width:30px;	
	margin-left:-15px;	
	z-index:20;	
	-moz-transition: all 0.2s ease-in-out;	
	-webkit-transition: all 0.2s ease-in-out;	
	-o-transition:all 0.2s ease-in-out;	
}	

#intro a:hover {	
	opacity:1;	
}	
@-moz-document url-prefix()	
{	
    #content {	
        bottom:6px;	
	}	
}	
@-moz-document url-prefix()	
{	
    #intro a {	
        bottom:0px;	
		
}	
		
}


#services{
	background: url(../images/services.jpg) 50% no-repeat fixed;
	background-color:#f19fca;
	background-size:1071px;
	color: white;
	height: 120%;
	width:100%;
	margin: 0 auto;
	padding-top:0;
	overflow: hidden;
	position:relative;
}

#services .bg{
	background: url(../images/can.png) 50% 84.5% no-repeat fixed;
	height: 100%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}


#toolstrade
{
	background: url(../images/tools.jpg) 65% 0 no-repeat fixed;
	background-color:#7990e2;
	background-size:100%;
	height: 100%;
	padding:0;	
}

#toolstrade
 .bg{
	background: url(../images/tools.png) 65% 78.5% no-repeat fixed;
	height: 100%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}

#equipment
{
	background: url(../images/equipment.jpg) 50% 10% no-repeat fixed;
	background-color:#000;
	background-size:1071px;
	color: white;
	height: 100%;
	padding:0;	
}

#equipment
 .bg{
	background: url(../images/equipment.png) 50% no-repeat fixed;
	height: 100%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}

#partners{
	background: url(../images/partners.jpg) 50% 10% no-repeat fixed;
	background-color:#ffffff;
	background-size:100%;
	color: white;
	height: 100%;
	padding:0;	
}

#partners .bg{
	background: url(../images/broadcastp.png) no-repeat fixed center top;
	height: 100%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}

#partners2{
	background: url(../images/partners2.jpg) 50% 10% no-repeat fixed;
	background-color:#ffffff;
	background-size:100%;
	color: white;
	height: 100%;
	padding:0;	
}

#partners2 .bg{
	background: url(../images/businessp.png) no-repeat fixed;
	height: 100%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}


#about{
	background: url(../images/aboutus.jpg) 50% no-repeat fixed;
	background-color:#000;
	background-size:1071px;
	color: white;
	height: 100%;
	width:100%;
	margin: 0 auto;
	padding-top:0;
	overflow: hidden;
	position:relative;
	z-index:2;
}

#about .bg{
	background: url(../images/lens.png) 77% 100% no-repeat fixed;
	height: 120%;
	padding: 0;
	background-size:60%;
	position: absolute;
	width:inherit;
	z-index: 10;
	top:0px;
}

#about img {
	position:fixed;
	bottom:44px;
	right:40px;
	display:none;
}

#about p {
	font-family:'Raleway', 'Helvetica', sans-serif;
	font-size:11px;	
	color:#fff;
	position:fixed;
	bottom:96px;
	right:32px;
	text-align:center;
	display:none;
}

.bodytext {
	font-family:'Raleway', 'Helvetica', sans-serif;
	font-size:1.1rem;	
	color:#fff;
	width:50%;
	height: 100%;
	margin: 15% auto 0 auto;
	text-align:center;
	display:block;
	z-index: 21;
}


.bodytext2 {
	font-family:'Raleway', 'Helvetica', sans-serif;
	font-size:1.1rem;	
	color:#000;
	width:45%;
	height: 90%;
	margin: 13rem auto 0 2rem;
	text-align:left;
	display:block;
	z-index: 21;
}


.bodytext3 {
	font-family:'Raleway', 'Helvetica', sans-serif;
	font-size:1.1rem;	
	color:#000;
	width:35%;
	height: 90%;
	margin: 8rem auto 0 12rem;
	text-align:left;
	display:block;
	z-index: 21;
}




#about hr {
	color:#fff;
	position:fixed;
	bottom:86px;
	right:39px;
	width:40px;
	display:none;	
}



.story{
	margin: 0 auto;
	min-width: 980px;
	min-height: 100%;
	overflow: hidden;
	width: 980px;
}

.story .float-left, .story .float-right{
	padding: 100px 0 0 0;
	position: relative;
	width: 350px;	
}

footer {
	position:relative;
	z-index:-10;
	margin:0;
	padding:15% 0;
	height:100%;
	 background-color:  #f1941c;
  background-image:
    linear-gradient(
      to right, 
      #f1941c, #f11c8b
    );	
	text-align:center;
}

#fond18 {
	text-align:center;
	position:fixed;
	top:50%;
	margin-top:-180px;
	margin-left:-300px;
	width:600px;
	left:50%;
}

#footer hr {
	border:none;
	width:280px;
	color:#ffffff;
	height:5px;
	background-color:#FFF;
	margin-top:20px;
	margin-bottom:20px;
}


#fond18 a {
	opacity:1;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
}

#fond18 a:hover {
	opacity:0.6;
}

footer p {
	left:40px;
	z-index:0;
	position:fixed;
	float:left;
	bottom:6px;
	font-family:'Raleway', 'Helvetica', sans-serif;
	font-size:9.5px;
	color:#ffffff;
	font-weight:100;
}

@media (min-height:649px) {
	
	#about{
	background: url(../images/aboutus.jpg) 50% no-repeat fixed;
    background-color:#000;
	background-size:1071px;
	color: white;
	height: 100%;
	width:100%;
	margin: 0 auto;
	padding-top:0;
	overflow: hidden;
	z-index:2;
}

#about .bg{
	background: url(../images/lens.png) 54% 105% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
	top:0px;
}
}

@media (min-height:679px) {
	
	#about{
	background: url(../images/aboutus.jpg) 50% no-repeat fixed;
background-color:#000;
	background-size:1071px;
	color: white;
	height: 100%;
	width:100%;
	margin: 0 auto;
	padding-top:0;
	overflow: hidden;
	z-index:2;
}

#about .bg{
	background: url(../images/lens.png) 54% 97% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
	top:0px;
}
	
	
	#services{
	background: url(../images/services.jpg) 50% no-repeat fixed;
	background-color:#f19fca;
	background-size:1200px;

	color: white;
	height: 120%;
	width:100%;
	margin: 0 auto;
	padding-top:0;
	overflow: hidden;
}


#services .bg{
	background: url(../images/can.png) 50% 84.5% no-repeat fixed;
	height: 100%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}

#toolstrade
{
	background: url(../images/tools.jpg) 50% 0 no-repeat fixed;
	background-color:#7990e2;
	background-size:100%;
	height: 100%;
	padding:0;	
}

#toolstrade
 .bg{
	background: url(../images/tools.png) 65% 78.5% no-repeat fixed;
	height: 100%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}

#equipment
{
	background: url(../images/equipment.jpg
) 50% 0 no-repeat fixed;
	background-color:#000000;
	background-size:1200px;

color: white;
	height: 120%;
	padding:0;	
}

#equipment
 .bg{
	background: url(../images/equipment.png) 50% 83% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}

#partners{
	background: url(../images/partners.jpg) 50% 0 no-repeat fixed;
	background-color:#ffffff;
		background-size:1200px;
    color: white;
	height: 100vh;
	padding:0;	
}

#partners .bg{
	background: url(../images/broadcastp.png) no-repeat fixed center top;
	width: 100%;
	padding: 0;
	height: 100vh;
	position: absolute;
	z-index: 10;
}

#partners2{
	background: url(../images/partners2.jpg) 50% 10% no-repeat fixed;
	background-color:#ffffff;
		background-size:1300px;
    color: white;
	height: 100vh;
	padding:0;	
}	
}

#partners2 .bg{
	background: url(../images/businessp.png) no-repeat fixed center center;
	width: 100%;
	padding: 0;
	position: absolute;
	z-index: 10;
}



@media (min-height:720px) {
	
	#about{
	background: url(../images/aboutus.jpg) 50% no-repeat fixed;
background-color:#000;
	background-size:1071px;
	z-index:2;
	color: white;
	height: 100%;
	width:100%;
	margin: 0 auto;
	padding-top:0;
	overflow: hidden;
}

#about .bg{
	background: url(../images/lens.png) 54% 85% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
	top:0px;
}
}

@media (min-height:750px) {
	
	#about{
	background: url(../images/aboutus.jpg) 50% no-repeat fixed;
background-color:#000;
	background-size:1400px;
	z-index:2;
	color: white;
	height: 100%;
	width:100%;
	margin: 0 auto;
	padding-top:0;
	overflow: hidden;
}

#about .bg{
	background: url(../images/lens.png) 54% 95% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
	top:0px;
}

.bodytext {
	font-family:'Raleway', 'Helvetica', sans-serif;
	font-size:1.1rem;	
	color:#fff;
	width:50%;
	height: 100%;
	margin: 20% auto 0 auto;
	text-align:center;
	display:block;
	z-index: 21;
}

.bodytext3 {
margin-top: 13rem;
}

}

@media (min-height:780px) {
	
	#about{
	background: url(../images/aboutus.jpg) 50% no-repeat fixed;
background-color:#000;
	background-size:1071px;
	z-index:2;
	color: white;
	height: 100%;
	width:100%;
	margin: 0 auto;
	padding-top:0;
	overflow: hidden;
}

#about .bg{
	background: url(../images/lens.png) 54% 75% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
	top:0px;
}

.bodytext {
	font-family:'Raleway', 'Helvetica', sans-serif;
	font-size:1.1rem;	
	color:#fff;
	width:50%;
	height: 100%;
	margin: 28% auto 0 auto;
	text-align:center;
	display:block;
	z-index: 21;
}
}


@media (min-height:800px) {
	
	#about{
	background: url(../images/aboutus.jpg) 50% no-repeat fixed;
background-color:#000;
	background-size:1200px;
	z-index:2;
	color: white;
	height: 100%;
	width:100%;
	margin: 0 auto;
	padding-top:0;
	overflow: hidden;
}

#about .bg{
	background: url(../images/lens.png) 54% 90% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
	top:0px;
}
	
	
	#services{
	background: url(../images/services.jpg) 50% no-repeat fixed;
	background-color:#f19fca;
	background-size:1200px;

	color: white;
	height: 120%;
	width:100%;
	margin: 0 auto;
	padding-top:0;
	overflow: hidden;
}

#services .bg{
	background: url(../images/can.png) 50% 84.5% no-repeat fixed;
	height: 100%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}

#toolstrade
{
	background: url(../images/tools.jpg) 50% 0 no-repeat fixed;
	background-color:#7990e2;
	background-size:100%;
	height: 100%;
	padding:0;	
}

#toolstrade .bg{
	background: url(../images/tool.png) 65% 78.5% no-repeat fixed;
	height: 100%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}

#equipment
{
	background: url(../images/equipment.jpg
) 50% 0 no-repeat fixed;
	background-color:#000000;
	background-size:1400px;
	color: white;
	height: 120%;
	padding:0;	
}

#equipment
 .bg{
	background: url(../images/equipment.png) 50% 83% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}

#partners{
	background: url(../images/partners.jpg) 50% 0 no-repeat fixed;
	background-color:#ffffff;
	background-size:1200px;
    height: 100%;
	width:100%;
	margin: 0 auto;
	padding-top:0;
	overflow: hidden;
}

#partners .bg{
	background: url(../images/broadcastp.png)no-repeat fixed center 6rem;
	height: 100vh;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}

#partners2{
	background: url(../images/partners2.jpg) 50% 0 no-repeat fixed;
	background-color:#ffffff;
	background-size:1200px;
    height: 100%;
	width:100%;
	margin: 0 auto;
	padding-top:0;
	overflow: hidden;
}

#partners2 .bg{
	background: url(../images/businessp.png) no-repeat fixed center;
	height:90vh;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}

/* Zoom In #2 */


.hover02 figure img {
	width: 25%;
	height: auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover02 figure:hover img {
	width: 45%;
}

@media (min-height:840px) {
	
	#about{
	background: url(../images/aboutus.jpg) 50% no-repeat fixed;
background-color:#000;
	background-size:1200px;
	z-index:2;
	color: white;
	height: 100%;
	width:100%;
	margin: 0 auto;
	padding-top:0;
	overflow: hidden;
}

#about .bg{
	background: url(../images/lens.png) 54% 84% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
	top:0px;
}
}

@media (min-height:860px) {
	
	#about{
	background: url(../images/aboutus.jpg) 50% no-repeat fixed;
background-color:#000;
	background-size:1200px;
	z-index:2;
	color: white;
	height: 100%;
	width:100%;
	margin: 0 auto;
	padding-top:0;
	overflow: hidden;
}

#about .bg{
	background: url(../images/lens.png) 54% 82% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
	top:0px;
}
}

@media (min-height:900px) {
	
	#about{
	background: url(../images/aboutus.jpg) 50% no-repeat fixed;
	background-color:#000;
	background-size:1200px;
	color: white;
	height: 100%;
	width:100%;
	margin: 0 auto;
	padding-top:0;
	overflow: hidden;
	z-index:2;
}

#about .bg{
	background: url(../images/lens.png) 54% 92% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
	top:0px;
}
	
	#services{
	background: url(../images/services.jpg) 50% no-repeat fixed;
	background-color:#f19fca;
	background-size:1200px;
	color: white;
	height: 120%;
	width:100%;
	margin: 0 auto;
	padding-top:0;
	overflow: hidden;
}

#services .bg{
	background: url(../images/can.png) 50% 84.5% no-repeat fixed;
	height: 100%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}

#toolstrade
{
	background: url(../images/tools.jpg) 50% 0 no-repeat fixed;
	background-color:#7990e2;
	background-size:100%;
	height: 100%;
	padding:0;	
}

#toolstrade .bg{
	background: url(../images/tools.png) 65% 78.5% no-repeat fixed;
	height: 100%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}

#equipment
{
	background: url(../images/equipment.jpg
) 50% top no-repeat fixed;
	background-color:#000000;
	background-size:1200px;

color: white;
	height: 100%;
	padding:0;	
}

#equipment
 .bg{
	background: url(../images/equipment.png) 50% 83% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}



#fond5{
	background: url(../images/fond5.jpg) 50% 0 no-repeat fixed;
	background-color:#f8d5b8;
	background-size:1200px;

color: white;
	height: 120%;
	padding:0;	
}

#fond5 .bg{
	background: url(../images/velo5.png) 50% 85% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}
#fond6{
	background: url(../images/fond6.jpg) 50% 0 no-repeat fixed;
	background-color:#a0e3ff;
	background-size:1200px;

color: white;
	height: 120%;
	padding:0;	
}

#fond6 .bg{
	background: url(../images/velo6.png) 50% 82% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}
#fond7{
	background: url(../images/fond7.jpg) 50% 0 no-repeat fixed;
	background-color:#f7ca7d;
	background-size:1200px;

color: white;
	height: 120%;
	padding:0;	
}

#fond7 .bg{
	background: url(../images/velo7.png) 50% 84% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}
#fond8{
	background: url(../images/fond8.jpg) 50% 0 no-repeat fixed;
	background-color:#fbdff8;
	background-size:1200px;

color: white;
	height: 120%;
	padding:0;	
}

#fond8 .bg{
	background: url(../images/velo8.png) 50% 86% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}
#fond9{
	background: url(../images/fond9.jpg) 50% 0 no-repeat fixed;
	background-color:#c6deff;
	background-size:1200px;

color: white;
	height: 120%;
	padding:0;	
}

#fond9 .bg{
	background: url(../images/velo9.png) 50% 82% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}
#fond10{
	background: url(../images/fond10.jpg) 50% 0 no-repeat fixed;
	background-color:#91f9d3;
	background-size:1200px;

color: white;
	height: 120%;
	padding:0;	
}

#fond10 .bg{
	background: url(../images/velo10.png) 50% 83% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}
#fond11{
	background: url(../images/fond11.jpg) 50% 0 no-repeat fixed;
	background-color:#f8c075;
	background-size:1200px;

color: white;
	height: 120%;
	padding:0;	
}

#fond11 .bg{
	background: url(../images/velo11.png) 50% 80% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}
#fond12{
	background: url(../images/fond122.jpg) 50% 0 no-repeat fixed;
	background-color:#ffd4ab;
	background-size:1200px;

color: white;
	height: 120%;
	padding:0;	
}

#fond12 .bg{
	background: url(../images/velo12.png) 50% 80.5% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}
#fond13{
	background: url(../images/fond13.jpg) 50% 0 no-repeat fixed;
	background-color:#b2fad7;
	background-size:1200px;

color: white;
	height: 120%;
	padding:0;	
}

#fond13 .bg{
	background: url(../images/velo13.png) 50% 82% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}
#fond14{
	background: url(../images/fond14.jpg) 50% 0 no-repeat fixed;
	background-color:#dbdbdb;
	background-size:1200px;

color: white;
	height: 120%;
	padding:0;	
}

#fond14 .bg{
	background: url(../images/velo14.png) 50% 83.5% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}
#fond15{
	background: url(../images/fond15.jpg) 50% 0 no-repeat fixed;
	background-color:#fddcae;
	background-size:1200px;

color: white;
	height: 120%;
	padding:0;	
}

#fond15 .bg{
	background: url(../images/velo15.png) 50% 83% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}
#fond16{
	background: url(../images/fond16.jpg) 50% 0 no-repeat fixed;
	background-color:#fb9d79;
	background-size:1200px;

color: white;
	height: 120%;
	padding:0;	
}

#fond16 .bg{
	background: url(../images/velo16.png) 50% 82.5% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}
#fond17{
	background: url(../images/fond17.jpg) 50% 0 no-repeat fixed;
	background-color:#f6978f;
	background-size:1200px;

color: white;
	height: 120%;
	padding:0;	
}

#fond17 .bg{
	background: url(../images/velo17.png) 50% 79.5% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}
}


@media (min-height:940px) {
	
	#about{
	background: url(../images/aboutus.jpg) 50% no-repeat fixed;
    background-color:#000;
	background-size:1200px;
	z-index:2;
	color: white;
	height: 100%;
	width:100%;
	margin: 0 auto;
	padding-top:0;
	overflow: hidden;
}

#about .bg{
	background: url(../images/lens.png) 54% 77% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
	top:0px;
}
}

@media (min-height:980px) {
	
	#about{
	background: url(../images/aboutus.jpg) 50% no-repeat fixed;
background-color:#000;
	background-size:1200px;
	z-index:2;
	color: white;
	height: 100%;
	width:100%;
	margin: 0 auto;
	padding-top:0;
	overflow: hidden;
}

#about .bg{
	background: url(../images/lens.png) 54% 83% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
	top:0px;
}
}

@media (min-height:1020px) {
	
	#about{
	background: url(../images/aboutus.jpg) 50% no-repeat fixed;
background-color:#000;
	background-size:1200px;
	z-index:2;
	color: white;
	height: 100%;
	width:100%;
	margin: 0 auto;
	padding-top:0;
	overflow: hidden;
}

#about .bg{
	background: url(../images/lens.png) 54% 81% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
	top:0px;
}
}

@media (min-height:1070px) {
	
	#about{
	background: url(../images/aboutus.jpg) 50% no-repeat fixed;
	background-color:#000;
	background-size:1300px;
	color: white;
	height: 100%;
	width:100%;
	margin: 0 auto;
	padding-top:0;
	overflow: hidden;
	z-index:1;
}

#about .bg{
	background: url(../images/lens.png) 54% 98% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
	top:0px;
}
	
	#services{
	background: url(../images/services.jpg) 50% no-repeat fixed;
	background-color:#f19fca;
	background-size:1300px;
	color: white;
	height: 120%;
	width:100%;
	margin: 0 auto;
	padding-top:0;
	overflow: hidden;
}

#services .bg{
	background: url(../images/can.png) 50% 84.5% no-repeat fixed;
	height: 100%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}

#toolstrade
{
	background: url(../images/tools.jpg) 50% 0 no-repeat fixed;
	background-color:#7990e2
	height: 100%;
	padding:0;	
}

#toolstrade
 .bg{
	background: url(../images/tools
.png) 65% 78.5% no-repeat fixed;
	height: 100%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}

#equipment
{
	background: url(../images/equipment.jpg
) 50% 0 no-repeat fixed;
	background-color:#000000;
	background-size:1300px;

	color: white;
	height: 120%;
	padding:0;	
}

#equipment
 .bg{
	background: url(../images/equipment.png) 50% 83% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}

#partners{
	background: url(../images/partners.jpg) 50% 0 no-repeat fixed;
	background-color:#ffffff;
	background-size:100%;
	height: 150%;
	padding:0;	
}

#partners .bg{
	background: url(../images/broadcastp.png) no-repeat fixed center top;
	height: 150%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}

#partners2{
	background: url(../images/partners2.jpg) 50% 0 no-repeat fixed;
	background-color:#ffffff;
	background-size:100%;
	height: 140%;
	padding:0;	
}

#partners2 .bg{
	background: url(../images/businessp.png) no-repeat fixed center;
	height: 150%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}

#fond5{
	background: url(../images/fond5.jpg) 50% 0 no-repeat fixed;
	background-color:#f8d5b8;
	background-size:1300px;

	color: white;
	height: 120%;
	padding:0;	
}

#fond5 .bg{
	background: url(../images/velo5.png) 50% 85% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}
#fond6{
	background: url(../images/fond6.jpg) 50% 0 no-repeat fixed;
	background-color:#a0e3ff;
	background-size:1300px;

	color: white;
	height: 120%;
	padding:0;	
}

#fond6 .bg{
	background: url(../images/velo6.png) 50% 82% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}
#fond7{
	background: url(../images/fond7.jpg) 50% 0 no-repeat fixed;
	background-color:#f7ca7d;
	background-size:1300px;

	color: white;
	height: 120%;
	padding:0;	
}

#fond7 .bg{
	background: url(../images/velo7.png) 50% 84% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}
#fond8{
	background: url(../images/fond8.jpg) 50% 0 no-repeat fixed;
	background-color:#fbdff8;
	background-size:1300px;

	color: white;
	height: 120%;
	padding:0;	
}

#fond8 .bg{
	background: url(../images/velo8.png) 50% 86% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}
#fond9{
	background: url(../images/fond9.jpg) 50% 0 no-repeat fixed;
	background-color:#c6deff;
	background-size:1300px;

	color: white;
	height: 120%;
	padding:0;	
}

#fond9 .bg{
	background: url(../images/velo9.png) 50% 82% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}
#fond10{
	background: url(../images/fond10.jpg) 50% 0 no-repeat fixed;
	background-color:#91f9d3;
	background-size:1300px;

	color: white;
	height: 120%;
	padding:0;	
}

#fond10 .bg{
	background: url(../images/velo10.png) 50% 83% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}
#fond11{
	background: url(../images/fond11.jpg) 50% 0 no-repeat fixed;
	background-color:#f8c075;
	background-size:1300px;

	color: white;
	height: 120%;
	padding:0;	
}

#fond11 .bg{
	background: url(../images/velo11.png) 50% 80% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}
#fond12{
	background: url(../images/fond122.jpg) 50% 0 no-repeat fixed;
	background-color:#ffd4ab;
	background-size:1300px;

	color: white;
	height: 120%;
	padding:0;	
}

#fond12 .bg{
	background: url(../images/velo12.png) 50% 80.5% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}
#fond13{
	background: url(../images/fond13.jpg) 50% 0 no-repeat fixed;
	background-color:#b2fad7;
	background-size:1300px;

	color: white;
	height: 120%;
	padding:0;	
}

#fond13 .bg{
	background: url(../images/velo13.png) 50% 82% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}
#fond14{
	background: url(../images/fond14.jpg) 50% 0 no-repeat fixed;
	background-color:#dbdbdb;
	background-size:1300px;

	color: white;
	height: 120%;
	padding:0;	
}

#fond14 .bg{
	background: url(../images/velo14.png) 50% 83.5% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}
#fond15{
	background: url(../images/fond15.jpg) 50% 0 no-repeat fixed;
	background-color:#fddcae;
	background-size:1300px;

	color: white;
	height: 120%;
	padding:0;	
}

#fond15 .bg{
	background: url(../images/velo15.png) 50% 83% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}
#fond16{
	background: url(../images/fond16.jpg) 50% 0 no-repeat fixed;
	background-color:#fb9d79;
	background-size:1300px;

	color: white;
	height: 120%;
	padding:0;	
}

#fond16 .bg{
	background: url(../images/velo16.png) 50% 82.5% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}
#fond17{
	background: url(../images/fond17.jpg) 50% 0 no-repeat fixed;
	background-color:#f6978f;
	background-size:1300px;

	color: white;
	height: 120%;
	padding:0;	
}

#fond17 .bg{
	background: url(../images/velo17.png) 50% 79.5% no-repeat fixed;
	height: 120%;
	padding: 0;
	position: absolute;
	width:inherit;
	z-index: 10;
}



}

