@import url(https://fonts.googleapis.com/css?family=Roboto);

@font-face{
	font-family: tape;
    src: url(tape.ttf);
}

body, html{
  color:#111;
  font-family:roboto,arial,helvetica,sans-serif;
  font-size:1em;
  margin:0;
  padding:0;
  padding-top:1%;
}
html{background:url(../pictures/background.png) #666;}

header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  height:65px;
  background:#222;
  padding:1%;
  box-shadow:0 0 5px #000;
  z-index:100;
}
.bloc-center{
 display:block;
  margin:0 auto;
  width:90%;
  max-width:1200px;
}
header #h-left, header #h-right{
 display:inline-block;
  vertical-align:middle;
  width:30%;
}
header #h-right{
  text-align:right;
  margin:0;
  padding-top:0px;
  width:64%;
}
header #h-left h1{
  display:inline-block;
  vertical-align:top;
  height:10%;
  max-height:100px;
  margin:0;
  overflow:hidden;
}
header #h-left h1 img{
  height:8%;
  max-height:60px;
  width:auto;
  display:inline-block;
  margin-top:1%;
}
header #h-right li{
  display:inline-block;
  vertical-align:top;
  font-size:22px;
  border-left:1px solid #333;
  color:#333;
}
header #h-right li:first-child, header #h-right li:last-child{border:none;}
header #h-right li:last-child{margin-top:3%;color:#000;}
header #h-right li.list, header #h-right li a{
  font-size:16px;
  padding: 2px 2%;
  margin-top:0;
  color:#777;
  text-decoration:none;
  vertical-align:middle;
  transition:all 0.2s;
}
header #h-right li:hover, header #h-right li:hover a{color:#fff;}
header #h-right li a{
  font-size:16px;
  padding: 0px 0px;
  margin-top:0;
  display:block;
  color:#777;
  text-decoration:none;
}
header #h-right li span{
  font-size:12px;
  display:inline-block;
  vertical-align:middle;
  padding-bottom:2px;
  margin-right:-5px;
}

header #h-right li ul{
  display:block;
  position:absolute;
  background:#000;
  text-align:left;
  border-radius:4px;
  margin-top:2px;
  margin-left:-10px;
  overflow:hidden;
  height:0;
  transition:all 0.2s;
  padding:0;
}
header #h-right li#li-prod:hover ul{
  box-shadow:0 0 4px rgba(0,0,0,.5);
  padding:4px 0;
  height:96px;
}
header #h-right li#li-lang:hover ul{
  height:64px;
}

header #h-right li ul li, header #h-right li ul li:last-child{
  display:block;
  border:none;
  padding:0;
  margin:2px 0;
}
header #h-right li ul li a{
  padding:4px 15px;
}
header #h-right li ul li a:hover{
  background:#444;
  color:#fff;
}
header #h-right li.download a, #download-block #adapter .blocks .explication a.dl{
  background:#c11;
  padding:5px 15px;
  border-radius:3px;
  color:#fff;
  box-shadow:0 0 5px #000;
  border:1px solid #d44;
  text-shadow:1px 1px 1px #000;
  text-decoration:none;
}


h1, h2, h3, h4, h5{font-weight:normal;color:#fff;text-transform:uppercase;margin-bottom:0;text-shadow:1px 1px 0px #000;}
h2{font-size:45px;padding-top:0px;margin-top:-10px;border-bottom:1px solid#555;padding-bottom:10px;}
h2 span{display:block;padding-top:110px;}
h3{border-top:1px solid #555;padding-top:40px;margin-top:50px;}


section a {
text-decoration:none;
  color:#fff;
}

.parallax-window {
    min-height: 900px;
    background: transparent #000;
}
.sep.parallax-window {  min-height: 60px;height:60px; }
.sep.parallax-window:last-child {  min-height: 300px;height:300px; }
.bg1.parallax-window {  min-height: 650px;height:60px; }


.parallax-window div{
 font-size:30px;
  color:#fff;
  text-shadow:0 0 10px rgba(0,0,0,.75);
}
.parallax-window div span{
 font-size:50px;
 text-transform:uppercase;
}

.parallax-window#img-cdv div, .parallax-window#img-goodies div{
  position:absolute;
  left:5%;
  margin-top:10%;
}
.parallax-window#img-goodies div{
  left:25%;
  margin-top:35%;
}
.parallax-window#img-affiche div{
  position:absolute;
  left:5%;
  margin-top:4%;
}

.float-left{
  float:left;
  display:inline-block;
  width:50%;
  max-width:500px;
  height:281px;
  margin:0 20px 75px 0 ;
  box-shadow:0 0 5px #bbb;
}
.float-right{
  width:auto;
  height:auto;
  overflow:hidden;
}
iframe{ max-width:100%;margin:25px 0;}


span.with-on{display:block;text-align:center;border-top:1px solid #555;padding-top:25px;}
span.with-on span{display:inline-block;width:400px;margin:0 5%;}
span.with-on img{height:40px;}

ul.plateformes{
  padding:0;
  text-align:center;
  width:104%;
  margin-left:-2%;
}
ul.plateformes li{
  border-radius:5px;
display:inline-block;
  vertical-align:top;
  width:20%;
  min-width:250px;
  padding:10px 1%;
  margin:1%;
  background:#555;
  text-align:center;
  color:#888;
}
ul.plateformes li span{
display:block;
  width:100%;
  text-align:left;
  color:#fff;
  clear:both;
}
ul.plateformes li span img{margin:0;float:left;margin-right:5%;}
ul.plateformes li span:first-child{font-size:30px;line-height:60px;}
ul.plateformes li span:nth-child(2n){
  border-top:1px solid #666;
  font-size:15px;
  margin-top:10px;
  padding-top:10px;
  color:#777;
}
ul.plateformes li ul{ 
margin-top:5px;
  font-size:16px;
  padding-left:25px;
}
ul.plateformes li ul li{
border:none;
  min-width:auto;
  display: list-item;
  margin:10px 0;
  padding:0;
  width:100%;
  list-style-type: disc;
  text-align:left;
}
ul.plateformes a{
  display:block;
  margin:20px auto 0 auto;
  width:90%;
  padding:10px 0;
  font-size:16px;
  background:#333;
  border-radius:3px;
  transition:all 0.2s;
}
ul.plateformes a:hover{ background:#711;}



input[type=submit], input[type="button"], a.button {
  border:none;
  cursor:pointer;
     background: #3e79c2 none repeat scroll 0% 0%;
     border-radius: 2px;
     box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
     color: #ffffff;
     font-family: century gothic,arial,helvetica,sans-serif;
     font-size: 14px;
     letter-spacing: 1px;
     margin: 10px 5px 20px;
     padding: 8px 20px;
     text-decoration: none;
     text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
     text-transform: uppercase;
     transition: all 0.3s ease 0s;
}

input[type=submit]:hover, input[type="button"]:hover, a.button:hover {
     background-color: #4ca5e3;
     box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
     text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

form{
 max-width:600px;
  margin:30px auto 50px auto;
}
form p.demi{
 width:48%;
  display:inline-block;
}
form p.demi:nth-child(2n){ margin-right:3%;}
form p.tiers{
 width:34%;
  display:inline-block;
  margin-right:3%;
}
form p.deuxtiers{
 width:62%;
  display:inline-block;
}
input, select, textarea{
 border:none;
  background:none;
  border-bottom:1px solid rgba(255,255,255,.2);
  width:100%;
  padding:5px;
  color:#fff;
  font-size:22px;
  letter-spacing:1px;
  text-shadow:0 0 3px #000;
  margin-bottom:5px;
  margin-top:3px;
  transition:border-color 0.4s, background 0.4s;
}
input:hover, select:hover, textarea:hover, input:focus, select:focus, textarea:focus{
 border-bottom:2px solid rgba(255,255,255,.75);
  padding-bottom:4px;
}

input:focus, select:focus, textarea:focus{
 background:rgba(0,0,0,.2);
}
textarea, select{
  font-size:16px;
  font-family:tahoma,arial,helvetica,sans-serif;
}
select optgroup{
  border:none;
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  text-transform:uppercase;
  margin:0;
  padding:2px;
  background:#333;
  color:#666;
  padding-top:5px;
}
select option{
  border:none;
  color:#eee;
  margin:0 0 3px 0;
}
input[type=submit]{
 cursor:pointer;
  border:none;
  background:rgba(0,0,0,.4);
  color:#aaa;
  transition:all 0.3s;
  height:40px;
  line-height:20px;
  font-size:20px;
  padding:0;
}
input[type=submit]:hover{
  background:rgba(0,0,0,.9);
  color:#fff;
}
.g-recaptcha{margin:0 auto;width:300px;padding:0;margin-bottom:40px;}

.center{text-align:center;}

section{
	min-height:400px;
  padding:0 0 3% 0;
  overflow:hidden;
  display:block;
  font-size:18px;
  margin-top:-40px;
}
section.mini{
	min-height:200px;
}
section img{
	max-width:100%;
  margin:15px 0 30px 0;
}
section .center{text-align:center;}

img.s80{ width:80%;}

ul#services{
 padding:0;
  text-align:center;
}
ul#services li{
 display:inline-block; 
  vertical-align:top;
  width:28%;
  min-width:300px;
  background:#66bfac;
  border-radius:5px;
  margin:1% 1% 5% 1%;
}
ul#services li#s-vitrine{  background:#2ba9e0;}
ul#services li#s-stop{  background:#ec6621;}
ul#services li a{
 color:#fff;
  text-decoration:none;
  display:block;
  padding:50% 5% 10% 5%;
  font-size:30px;
  background:url(../pictures/contact.png) no-repeat center 10%;
  background-size:40%;
}
ul#services li#s-vitrine a{ background-image:url(../pictures/vitrine.png); }
ul#services li#s-stop a{ background-image:url(../pictures/stoprayon.png);  }

ul#services li a span{
 display:block;
  font-size:16px;
  margin-top:5%;
}


.bloc-center h2 img{
 background:#66bfac;
  border-radius:100%;
  border:4px solid #66bfac;
  width:74px;
  display:inline-block;
  padding:0;
  margin:0;
  margin-bottom:-20px;
}
#content-vitrine.bloc-center h2 img{
  background:#2ba9e0;
  border:4px solid #2ba9e0;
}
#content-stop.bloc-center h2 img{
  background:#ec6621;
  border:4px solid #ec6621;
}

ul.galerie {padding:0;text-align:center;}
ul.galerie li{display:inline-block;width:48%;margin:.5% .5%;}
ul.galerie li a{padding:0;}
ul.galerie li a img{width:100%;padding:0;display:inline;margin:0;}


#download-block{
	display:none;
  position:fixed;
  top:0;
  right:0;
  left:0;
  bottom:0;
  overflow:hidden;
  overflow-y:auto;
  text-align:center;
  background:rgba(255,255,255,.95);
  z-index:300
}
#download-block #adapter{
	text-align:left;
  display:block;
  margin:5% auto;
  width:95%;
}
#download-block #adapter h2{display:block;border:none;color:#000;text-shadow:0 0 3px #fff;}
#download-block #adapter h2 span{
	float:right;
  margin:0;
  padding:0;
  background:#aaa;
  width:50px;
  height:50px;
  border-radius:25px;
  font-size:36px;
  color:#000;
  text-shadow:none;
  line-height:50px;
  cursor:pointer;
  text-align:center;
}
#download-block #adapter .blocks{
  display:inline-block;
  vertical-align:top;
  border:none;
  width:21%;
  margin:5% 2% 0 2%;
  margin-left:0;
  padding:1% 2% 0 2%;
  padding-left:0;
  border-right:1px solid #aaa;
  min-height:450px;
  text-align:center;
}
#download-block #adapter .blocks:last-child{
  margin-right:0;
  padding-right:0;
    border-right:none;
}
#download-block #adapter .blocks h3{
  border:none;
  padding:0;
  margin:0;
  margin-bottom:5%;
  min-height:50px;
  color:#000;
  text-shadow:0 0 2px #fff;
}
#download-block #adapter .blocks img{  max-width:100%;max-height:300px}
#download-block #adapter .blocks .img{  min-height:300px;max-height:100%}
#download-block #adapter .blocks a.dl {
  font-size:22px;
  margin-top:30px;
  display:block;
}



footer{
  margin:0;
  padding:2% 0 2% 2%;
  background:rgba(0,0,0,.5); 
}
footer .left{
  display:inline-block;
  width:34%;
  border-right:1px solid #fff;
  color:#fff;
  text-align:right;
  padding-right:3%;
  margin-right:3%;
  font-size:16px;
  list-style:none;
  vertical-align:middle;
}
footer .left li{list-style:none;color:#888;}
footer .left li:first-child{font-size:28px;color:#fff;}
footer .left li ul li, footer .left ul li:first-child{font-size:16px;color:#888;}
footer .left ul li:first-child{font-size:0;}
footer .left ul li ul li:first-child{font-size:16px;}
footer .left a{color:#ddd;text-decoration:none;padding:2px 0;display:block;}

footer .right {display:inline-block;vertical-align:middle;padding:0;margin:0;width:30%;}
footer .right img {width:80%;margin:0;display:inline;max-width:300px;}

footer .bottom{ text-align:center; }


@media screen and (max-width: 950px) {
  header{height:80px}
  header #h-right{
    width:77%;
  }   
  header #h-left{
    width:15%;
  }   
  header #h-left h1 img{
  max-height: 55px;
  } 
  header #h-right li{
    font-size:18px
  }
  .float-left{
    width:40%;
    height:200px;
    margin:40px 20px 65px 0 ;
  }
}

@media screen and (max-width: 650px) {
  header{
    height:90px;
    background-position:90% 50% ;
    background-size:80px;
      }
  header #h-left h1{position:absolute;;width:60%;left:5%;height:70px;top:25%; }
  header #h-left h1 img{ width:100%;height:auto;max-width:325px; }
  
  header #h-right{
    width:77%;
    position:fixed;
    background:#222;
    right:0;
    top:0;
    bottom:0;
    width:0%;
    box-shadow:0 0 5px #000;
    transition:all 0.3s;
    padding:0;
    font-size:30px;
  }     
  
  header.deroule #h-right{
    width:75%;
    padding:0 6%;
  }  
  
  header #h-right li, header #h-right li span{ display:none; }
  header #h-right li.list{
    display:block;
    text-align:left;
    border:none;
    font-size:0px;
    margin-top:30px;
  }
  header #h-right li.list a{margin-top:0;font-size:30px;}
  header #h-right li.list ul, header #h-right li.list:hover ul{
  background:none;
    padding:0;
    margin:0;
    font-size:30px;
    list-style:none;
    text-align:left;
  }
  header #h-right li.list ul, header #h-right li.list:hover ul, header #h-right li#li-prod ul, header #h-right li#li-prod:hover ul, header #h-right li#li-lang ul, header #h-right li#li-lang:hover ul{
  height:auto;
    position:relative;
  box-shadow:none;
    padding:0;
    margin:0;
  }
  header #h-right li.list ul li{
  margin:0 0 30px 0;
  }
  header #h-right li.list ul li a{
  font-size:30px;
    background:none;
    margin:0;
    padding:0;
  }
  
  #message-home span img{max-height:240px;margin-top:150px;}
  #message-home span{font-size:33px;}
  
  section h2{font-size:40px;}
  section h2 span{display:block;}
  section p{font-size:25px;}
  .center img{width:100%;max-width:1200;}
  section .center img{width:112%;max-width:112%;margin-left:-6%}
  
  #content-register .left, #content-register .right{
  display:block;
  border:none;
  width:100%;
  padding:5px 0 5px 0;
	}
  #content-register textarea{margin:10px 0 0 0;}

  
  .parallax-window{max-height:300px;}
  iframe{height:auto;min-height:250px;}
  
  ul.plateformes li{width:85%;padding:10px 5%;}
  
  .float-left{
   float:none;
    margin:0;
    width:100%;
    height:300px;
    max-width:100%;
  }
  
  
  
  
  
footer .left{
  display:block;
  width:91%;
  border-right:none;
  text-align:center;
  padding-right:0%;
  margin-right:0%;
  padding-bottom:20px;
  border-bottom:1px solid;
}
  footer .left ul{
  text-align:center;
  padding:0;
  margin:0%;
}
  footer .right{
  text-align:center;
  width:98%;
    margin-top:10px;
}
  
  #bloc-enroule.deroule{
  z-index:99;
    position:fixed;
	background:none;
	background:rgba(0,0,0,.5);
    top:0;
    bottom:0;
    left:0;
    right:0;
  }
  
}

