html, body {overflow:hidden;margin:0px;padding:0px;}
body { font-family: trebuchet ms,arial,tahoma,verdana,sans-serif;}
code {font-size:1em;}


@media (max-width: 640px) {
#bandeau {
width : 100%;
height: 100%;
position: fixed;
overflow: hidden;
}}

@media (min-width: 641px) {
#bandeau {
width : 100%;
height: 100%;
position: fixed;
overflow: hidden;
}}

@media screen and (orientation: portrait) and (max-width: 640px) {
#top {
width : 100%;
height: 60px;
position: absolute;
background-image: url("mobil-img/Top-fond2.jpg");
background-position: top center;
background-repeat: no-repeat;
background-size: 100%;
overflow: hidden;
display: block;
}
}

@media screen and (orientation: portrait) and (min-width: 641px) {
#top {
width : 100%;
height: 120px;
position: absolute;
background-image: url("mobil-img/Top-fond2.jpg");
background-position: top center;
background-repeat: no-repeat;
background-size: 100%;
overflow: hidden;
display: block;
}
}

@media screen and (orientation: portrait) and (max-width: 640px) {
#navigation {
padding-top: 0px;
top:60px;
width: 100%;
height:20px;
position: relative;
background-image: url("mobil-img/nav.jpg");
background-repeat: repeat-x;
background-opacity: 0.2;
color:white;
overflow: hidden;
z-index: 3000;
border-bottom:1px ridge white;
border-top:1px ridge white;
display: block;
}
}

@media screen and (orientation: portrait) and (min-width: 641px) {
#navigation {
padding-top: 0px;
top:120px;
width: 100%;
height:20px;
position: relative;
background-image: url("mobil-img/nav.jpg");
background-repeat: repeat-x;
background-opacity: 0.2;
color:white;
overflow: hidden;
z-index: 3000;
border-bottom:1px ridge white;
border-top:1px ridge white;
display: block;
}
}


@media screen and (orientation: landscape) and (max-height: 640px) {
#top {
width : 100%;
height: 100px;
position: absolute;
background-image: url("mobil-img/Top-fond2.jpg");
background-position: top center;
background-repeat: no-repeat;
background-size: 100%;
overflow: hidden;
display: block;
}
}

@media screen and (orientation: landscape) and (min-height: 641px) {
#top {
width : 100%;
height: 140px;
position: absolute;
background-image: url("mobil-img/Top-fond2.jpg");
background-position: center -14px;
background-repeat: no-repeat;
background-size: 100%;
overflow: hidden;
display: block;
}
}

@media screen and (orientation: landscape) and (max-height: 640px) {
#navigation {
padding-top: 0px;
top:100px;
width: 100%;
height:20px;
position: relative;
background-image: url("mobil-img/nav.jpg");
background-repeat: repeat-x;
background-opacity: 0.2;
color:white;
overflow: hidden;
z-index: 3000;
border-bottom:1px ridge white;
border-top:1px ridge white;
display: block;
}
}

@media screen and (orientation: landscape) and (min-height: 641px) {
#navigation {
padding-top: 0px;
top:140px;
width: 100%;
height:20px;
position: relative;
background-image: url("mobil-img/nav.jpg");
background-repeat: repeat-x;
background-opacity: 0.2;
color:white;
overflow: hidden;
z-index: 3000;
border-bottom:1px ridge white;
border-top:1px ridge white;
display: block;
}
}

@media screen and (orientation: portrait) and (max-width: 640px) {
#contenu { 
width: 100%;
position: fixed;
z-index: 4000;
overflow-y: scroll;
background-image : url("mobil-img/ombre-bottom.png"), url("mobil-img/ombre-top.png"), url("mobil-img/fond-contenu.jpg");
background-repeat: repeat-x, repeat-x, repeat-y;
background-position: bottom, top, center -100px;
background-size: 100% 30px, 100% 30px, 100%;
top:80px;
bottom:20px;
border-bottom:1px ridge white;
border-top:1px ridge white;
height: auto;
}
}

@media screen and (orientation: portrait) and (min-width: 641px) {
#contenu { 
width: 100%;
position: fixed;
overflow-y: scroll;
background-image : url("mobil-img/ombre-bottom.png"), url("mobil-img/ombre-top.png"), url("mobil-img/fond-contenu.jpg");
background-repeat: repeat-x, repeat-x, repeat-y;
background-position: bottom, top, center -100px;
background-size: 100% 30px, 100% 30px, 100%;
top:140px;
bottom:30px;
border-bottom:1px ridge white;
border-top:1px ridge white;
height: auto;
z-index: 4000;
}
}


@media screen and (orientation: landscape) and (max-height: 640px) {
#contenu { 
width: 100%;
position: fixed;
overflow-y: scroll;
background-image : url("mobil-img/ombre-bottom.png"), url("mobil-img/ombre-top.png"), url("mobil-img/fond-contenu.jpg");
background-repeat: repeat-x, repeat-x, repeat-y;
background-position: bottom, top, center -140px;
background-size: 100% 30px, 100% 30px, 100%;
top:120px;
bottom:20px;
border-bottom:1px ridge white;
border-top:1px ridge white;
height: auto;
}
}

@media screen and (orientation: landscape) and (min-height: 641px) {
#contenu { 
width: 100%;
position: fixed;
overflow-y: scroll;
background-image : url("mobil-img/ombre-bottom.png"), url("mobil-img/ombre-top.png"), url("mobil-img/fond-contenu.jpg");
background-repeat: repeat-x, repeat-x, repeat-y;
background-position: bottom, top, center -140px;
background-size: 100% 30px, 100% 30px, 100%;
top:160px;
bottom:30px;
border-bottom:1px ridge white;
border-top:1px ridge white;
height: auto;
}
}


@media screen and (orientation: portrait) and (max-width: 640px) {
#videmob {
background-image: url("mobil-img/video.gif");
background-size: 100%;
position: relative
width: 100%;
height: 94px;
border-bottom:1px ridge white;
}
}
@media screen and (orientation: landscape) and (max-height: 640px) {
#videmob {
background-image: url("mobil-img/video.gif");
background-size: 100%;
position: relative
width: 100%;
height: 166px;
border-bottom:1px ridge white;
}
}

@media screen and (orientation: portrait) and (min-width: 641px) {
#videmob {
background-image: url("mobil-img/video.gif");
background-size: 100%;
position: relative
width: 100%;
height: 187px;
border-bottom:1px ridge white;
}
}
@media screen and (orientation: landscape) and (min-height: 641px) {
#videmob {
background-image: url("mobil-img/video.gif");
background-size: 100%;
position: relative
width: 100%;
height: 250px;
border-bottom:1px ridge white;
}
}

@media screen and (orientation: landscape) and (min-height: 641px) {
#bottom {
width: 100%;
height:30px;
line-height:30px;
position:fixed;
background: red;
bottom:0px;
vertical-align:middle;
display: inline-block;
}
}

@media screen and (orientation: portrait) and (min-width: 641px) {
#bottom {
width: 100%;
height:30px;
line-height:30px;
position:fixed;
background: red;
bottom:0px;
vertical-align:middle;
display: inline-block;
}
}

@media screen and (orientation: portrait) and (max-width: 640px) {
#bottom {
width: 100%;
height:20px;
line-height:20px;
position:fixed;
background: red;
bottom:0px;
vertical-align:middle;
display: inline-block;
}
}

@media screen and (orientation: landscape) and (max-height: 640px) {
#bottom {
width: 100%;
height:20px;
line-height:20px;
position:fixed;
background: red;
bottom:0px;
vertical-align:middle;
display: inline-block;
}
}

#video {
width: 0px;
height:0px;
top:0px;
position: absolute;
}

div#bloc-textile {
overflow: hidden;
position:relative;
max-height: auto;
overflow: hidden;
width: 100%;
}

div#textile {
overflow: hidden;
position:relative;
float: right;
max-height: inherit;
width: 40%;
display: inline-block;
}

div#textile figure img { width: 20%; height: auto; float: right; }
div#textile figure { 
  width: 500%;
  position:relative;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 18s slidy infinite; 
}
div#textile2 {
background-color : rgba(255,255,255,0.15);
position: absolute;
margin: 0px;
padding: 0px;
spacing :0px;
height:100%;
width:60%;
float: left;
height: 100%;
display:block;
}





div#bloc-plv {
overflow: hidden;
position:relative;
max-height: auto;
overflow: hidden;
width: 100%;
}

div#plv {
overflow: hidden;
position:relative;
float: left;
max-height: inherit;
width: 40%;
display: inline-block;
}

div#plv figure img { width: 20%; height: auto; float: left; }
div#plv figure { 
  width: 500%;
  position:relative;
  margin: 0;
  left: 0;
  text-align: right;
  font-size: 0;
  animation: 14s slidy infinite; 
}
div#plv2 {
background-color : rgba(255,255,255,0.15);
position: absolute;
margin-left: 40%;
spacing :0px;
height:100%;
width:60%;
float: right;
height: 100%;
display:block;
}




div#bloc-goodies {
overflow: hidden;
position:relative;
max-height: auto;
overflow: hidden;
width: 100%;
}

div#goodies {
overflow: hidden;
position:relative;
float: right;
max-height: inherit;
width: 40%;
display: inline-block;
}

div#goodies figure img { width: 20%; height: auto; float: right; }
div#goodies figure { 
  width: 500%;
  position:relative;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 16s slidy infinite; 
}
div#goodies2 {
background-color : rgba(255,255,255,0.15);
position: absolute;
margin: 0px;
padding: 0px;
spacing :0px;
height:100%;
width:60%;
float: left;
height: 100%;
display:block;
}



div#reference {
background-color : rgba(255,255,255,0.78);
position: relative;
margin: 0px;
padding: 0px;
spacing :0px;
height:40px;
width:100%;
display:block;
overflow: hidden;
}

@media screen and (orientation: portrait) and (max-width: 640px) {
div#reference2 {background-image: url("img/logos_ref2.png");
background-position: center;
background-size: 100%, 100%;
background-repeat: no-repeat;
  overflow: hidden;
  background-color : rgba(255,255,255,0.08);
  display: block;
  height: 140px;
  width: 100%;
}}

@media screen and (orientation: portrait) and (min-width: 641px) {
div#reference2 {background-image: url("img/logos_ref2.png");
background-position: center;
background-size: 100%, 100%;
background-repeat: no-repeat;
  overflow: hidden;
  background-color : rgba(255,255,255,0.08);
  display: block;
  height: 280px;
  width: 100%;
}}

@media screen and (orientation: landscape) and (max-height: 640px) {
div#reference2 {background-image: url("img/logos_ref2.png");
background-position: center;
background-size: 100%, 100%;
background-repeat: no-repeat;
  overflow: hidden;
  background-color : rgba(255,255,255,0.08);
  display: block;
  height: 260px;
  width: 100%;
}}

@media screen and (orientation: landscape) and (min-height: 641px) {
div#reference2 {background-image: url("img/logos_ref.png");
background-position: center;
background-size: 100%, 100%;
background-repeat: no-repeat;
  overflow: hidden;
  background-color : rgba(255,255,255,0.08);
  display: block;
  height: 160px;
  width: 100%;
}}




div#marche {
background-color : rgba(255,255,255,0.78);
position: relative;
margin: 0px;
padding: 0px;
spacing :0px;
height:40px;
width:100%;
overflow: hidden;
}

div#marche2 {
background-color : rgba(255,255,255,0.78);
position: relative;
margin: 0px;
padding: 0px;
spacing :0px;
height:40px;
width:100%;
overflow: hidden;
}


p {
font-family:"arial";
line-height: 0px;
font-size:14;
padding-top:3px;
color:white;
background-color:transparent;
}
p2 {
font-family:"arial";
line-height: 25px;
font-size:16;
padding-top:1px;
color:white;
background-color:transparent;
}
p3 {
font-family:"arial";
font-size:1vw;
color:white;
background-color:transparent;
text-align:left;
padding-left:10%;
}


a:link {
font-family: "arial";
color:white;
background-color:transparent;
text-decoration:none; 
}


a:visited {
font-family: "arial";
color:white;
background-color:transparent;
text-decoration:none; 
}
a:hover {
font-family: "arial";
color:red;
background-color:transparent;
text-decoration:none; 
}
a:active, a:focus {
font-family: "arial";
color:white;
background-color:transparent;
text-decoration:none; 
}

@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

h1 {
font-family:"arial";
font-size:1.5vw;
color:white;
background-color:transparent;
text-align:center;
}

h2 {
font-family:"arial";
font-size:1.5vw;
color:white;
background-color:transparent;
text-align:center;
}
h3 {
font-family:"arial";
font-size:80%;
color:#212121;
background-color:transparent;
text-align:center;
line-height: 25%;
vertical-align: middle;
}

td#t01{
cursor:pointer;
}















p2 {
font-family:"arial";
line-height: 20px;
padding-top: 2px;
font-size:1.4vw;
color:white;
background-color:transparent;
vertical-align:center;
}
p {
font-family:"arial";
line-height: 0px;
font-size:1.4vw;
color:white;
background-color:transparent;
vertical-align:center;
}
a:link {
font-family: "arial";
color:white;
background-color:transparent;
text-decoration:none; 
}
a:visited {
font-family: "arial";
color:white;
background-color:transparent;
text-decoration:none; 
}
a:hover {
font-family: "arial";
color:red;
background-color:transparent;
text-decoration:none; 
}
a:active, a:focus {
font-family: "arial";
color:white;
background-color:transparent;
text-decoration:none; 
}



@media (max-width: 1080px) {
   /* CSS appliqué aux petits écrans */
#imagegm0 {
background-image: url("img/pub-01.jpg");
background-size: 100%;
background-repeat: no-repeat;
overflow: hidden;
position:absolute;
max-height: 432px;
width: 100%;
margin: 0px;
padding: 0px;
spacing :0px;
}
}

@media (max-width: 1920px) {
   /* CSS appliqué aux petits écrans */
#imagegm0 {
background-image: url("img/pub-01.jpg");
background-size: 100%;
background-repeat: no-repeat;
overflow: hidden;
position:absolute;
max-height: 768px;
width: 100%;
margin: 0px;
padding: 0px;
spacing :0px;
}
}



#imagegm {
overflow: hidden;
position:relative;
width: 100%;
height: auto;
margin: 0px;
padding: 0px;
spacing :0px;
}

div#imagegm figure img { width: 11.1111%; float: left;}
div#imagegm figure {
  position:relative;
  width: 900%;
  height: auto;
  margin: 0px;
  left: 0px;
  text-align: left;
  animation: 24s slido infinite;
}

@keyframes slido {
0% { left: 0%; }
10% { left: 0%; }
12.5% { left: -100%; }
22.5% { left: -100%; }
25% { left: -200%; }
35% { left: -200%; }
37.5% { left: -300%; }
47.5% { left: -300%; }
50% { left: -400%; }
60% { left: -400%; }
62.5% { left: -500%; }
72.5% { left: -500%; }
75% { left: -600%; }
85% { left: -600%; }
87.5% { left: -700%; }
97.5% { left: -700%; }
100% { left: -800%; }
}


#imagegm2 {
position:absolute;
color: #212121;
width: 100%;
overflow: hidden;
z-index:60;
}