/* CSS Document */
/* MATHIEU REGNIEZ */
/* AVRIL/MAI 2007 */
/* rrc.fr */
/* DERNIERE MAJ 04/2011 */

@font-face {
    font-family: 'futura_hvheavy';
    src: url('../fonts/futura-heavy-webfont.woff2') format('woff2'),
         url('../fonts/futura-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'geosanslightregular';
    src: url('../fonts/geosanslight-webfont.woff2') format('woff2'),
         url('../fonts/geosanslight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* HEADER */

#header{
width: 62.6%;
height: 100px;
background-color: rgb(255, 255, 255);
min-width: 1194px;
max-width: 1194px
	}

#logo_header{
font-family: verdana;
color: #C0C0C0 !important;
font-size: 16px;
padding-bottom: 31px;
letter-spacing: -1px;
text-align: right;
line-height: 1.6;
float:left;
padding-top: 7px;
padding-left: 114px;
background-image: url(http://duplicationtest.rrc.fr/images/images/top_v4_01.png); 
background-repeat: no-repeat; 
background-position: 0% 0%;
}

#contact_haut {
font-family: futura_hvheavy;
font-size:11.8px;
color: #9e9e9e;
letter-spacing: 0.4px;
padding-top: 23px;
float: right;
padding-right: 20px;
text-align: left;
}

#num_haut {
font-family: futura_hvheavy;
color: #fff;
font-size:12.8px;
letter-spacing: 1.2px;
padding-left: 6px;
background-color: #fb822a;
border-radius: 10px;
padding-right: 6px;
}

#mail_haut {
font-family: futura_hvheavy;
color: #fff;
letter-spacing: 1.2px;
padding-left: 3px;
background-color: #fb822a;
border-radius: 10px;
padding-right: 2px;
font-size: 12.8px;
margin-left: 4px;
}

/* ---------------------- */
/* PETIT MENU HAUT */
#listepetitmenu {
height:auto;
overflow: hidden;
top:0px;
left:0px;
width: 100%; margin:0px auto; 
position: relative;
text-align:center;/* On centre les ŽlŽments */		
}

.petitmenu{ 
vertical-align:middle; /* On aligne les ŽlŽments au milieu */
display:inline-block;/* On le remplace au float:left; */
overflow: hidden; 
position: relative;
text-align:left;/* On rŽinitialise les Žlements centrŽ a gauche */	
font-family: futura_hvheavy;
font-size:13px;
text-decoration: none;
transform: scaleX(0.9);	
font-weight: 100; 
padding-top:3px; 
letter-spacing: 0.3px;				
}

.separateur_petitmenu{ 
vertical-align:middle; /* On aligne les ŽlŽments au milieu */
display:inline-block;/* On le remplace au float:left; */
overflow: hidden; 
position: relative;
text-align:left;/* On rŽinitialise les Žlements centrŽ a gauche */	
font-family: futura_hvheavy;
font-size:13px;
text-decoration: none;
transform: scaleX(0.9);	
font-weight: 100; 
padding-right:3px; 
padding-left:3px; 
letter-spacing: 0.3px;				
}

/* ---------------------- */

/* SLIDER */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
.slider1{
width:100%;
height:auto;
}

/* ---------------------- */
/* MENU HORIZONTAL */
#liste_menu_horizontal {
height:auto;
overflow: hidden;
top:0px;
left:0px;
margin:0px auto; 
position: relative;
text-align:center;/* On centre les ŽlŽments */		
background-color: #fff;
}

.menu_horizontal, .menu_horizontal a:link, .menu_horizontal a:visited { 
vertical-align:middle; /* On aligne les ŽlŽments au milieu */
display:inline-block;/* On le remplace au float:left; */
overflow: hidden; 
position: relative;
text-align:center;/* On rŽinitialise les Žlements centrŽ a gauche */	
font-family: futura_hvheavy;
font-size:14.8px;
color:#fb822a;
text-decoration: none;
transform: scaleX(1);	
font-weight: 100; 
padding-top:0px; 
letter-spacing: 0px;				
}

.menu_horizontal1{ 
font-family: verdana;
font-size:10px;
color:#ec7909;
text-decoration: none;
font-weight: 100; 
padding-top:3px; 
letter-spacing: 0px;				
}

.separateur_menu_horizontal{ 
vertical-align:middle; /* On aligne les ŽlŽments au milieu */
display:inline-block;/* On le remplace au float:left; */
overflow: hidden; 
position: relative;
text-align:left;/* On rŽinitialise les Žlements centrŽ a gauche */	
font-family: futura_hvheavy;
font-size:13px;
text-decoration: none;
transform: scaleX(0.9);	
font-weight: 100; 
padding-right:3px; 
padding-left:3px; 
letter-spacing: 0.3px;				
}
/* ---------------------- */

/* MENU gauche mobile et tablette */
/* Responsive Navigation styles begin here */

nav > input,
.nav-button {
  display: none; /* hidden on large screens */
}

/* small screens styles */

@media screen and (max-width: 1023px) {
 .menu_gauche {
   position: absolute;
   width: 70vw;  
   transform: translateX(-100%) translateZ(0);
   transition: transform .2s;
   will-change: transform;
  }
  /* here's goes the slide effect */
  input:checked ~ .menu_gauche {
    transform: translateX(0);
  }

  /* Button deco */
  .nav-button {
    display: block;
    position: absolute;
    top: 1rem; right: 1rem;
    z-index: 1;
    height: 3.5rem; width: 3.5rem;
    background-color: transparent;
    background-image: linear-gradient(to right, #333, #333),
      linear-gradient(to right, #333, #333),
      linear-gradient(to right, #333, #333);
    background-position: center top, center, center bottom;
    background-repeat: no-repeat;
    background-size: 3.5rem .9rem;
    padding: 0;
    outline: 0;
    border: 0;
    cursor: pointer;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
  }
}


/* PAGE DUPLICATION CHOIX */

#titres_choix {
font-family: futura_hvheavy;
font-size: 22px;
padding-left: 17px;
letter-spacing: 0.1px;
float: left;
padding-right: 22px;	
}

/* ---------------------- */
body, td
{
	font-family: Verdana;
	font-size: 0.65em;
	text-align:justify;
	margin: 0;
	color:#858687;
	background-color:#c1c1c1;
}
body{
	overflow: scroll !important;
}
td
{
	background:none;
}

.table_main
{
	background-color:#fff;
	height:100%;
	width: 62.6%;
	min-width: 1194px;
	max-width: 1194px;
}

.td_main
{
	background-image: url(../images/duplication_v2_03.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}
.null
{
	background-color:#ff821c;
	border: 1px solid #000000;
}

.no_under
{
	text-decoration:none;
}
h1
{
	font-size: 16px;
	color: #EC6C13;
	font-weight: bolder;
	text-decoration:underline;
}

h1.titre_gris
{
text-decoration: none;
font-family: futura_hvheavy;
font-weight: normal;
color: rgb(143, 144, 146);
font-size: 22px;
padding-left: 24px;
float: left;
margin-top: 0;
padding-right: 9px;
margin-bottom: 0;
}

h2
{
	margin-top:0;
	padding-top:0;
	font-size: 14px;
	color: #EC6C13;
	font-weight: bold;
}

hr
{
	width:100%;
	height: 1px;
	color:#c0c0c0;
	background-color:#c0c0c0;
}

.soustitre_gris{
text-decoration: none;
font-family: futura_hvheavy;
font-weight: 100;
color: rgb(199, 199, 199);
font-size: 18px;
padding-left: 9px;
padding-top: 4px;
}

.cadre_page
{
	margin-left:20px;
	margin-right:19px;
	overflow: hidden;
	padding-top: 28px;
}
.choix_titre
{
	font-family:Futura(T1), Futura, Verdana; 
	font-weight:heavy; 
	font-size:22pt; 
	color:#88898a;
}
.choix_form
{
	display:inline;
	vertical-align:top;
	margin:0;
	padding:0;
}
.orange
{
	font-size: 12px;
	color: #EC6C13;
	font-stretch:wider;
	font-family: Verdana;
}

.orange a:hover, .orange a:active, .orange a:link, .orange a:visited
{
	text-decoration:none;
	color: #88898a;
}

.slash
{
	color: #c0c0c0;
}


.gros_titre
{
	margin-left:-29px;
	margin-right:-29px;
}

.liens_bas_de_page
{
	font-size: 12px;
	color: #c0c0c0;
	font-stretch:wider;
	font-family: Verdana;
}

.liens_bas_de_page a:hover, .liens_bas_de_page a:active, .liens_bas_de_page a:link, .liens_bas_de_page a:visited
{
	text-decoration:none;
	color: #c0c0c0;
}

.titre_clair
{
	color:#ffaf04;
}

.titre_fonce
{
	color:#ec7c27;
}


/* MISE EN FORME DES INPUT */

.identification td, .identification_link, .identification_link a:link, .identification_link a:visited, .identification_link a:active
{
	color:#feb314;
	font-size:8px;
	font-weight:bold;
	text-decoration:none;
}

.identification input
{
	width:80px;
}

input, select, textarea
{
	font-family: Verdana;
	font-size: 10px;
	text-align:left;
	margin: 1px;
	padding: 2px;
	color:#88898a;
	border: 1px solid #88898a;	
}

input
{
	background-image:url(../images/v4/fond_form.jpg);
	background-repeat: y-repeat;
	background-position:center;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.submit, .submitVar
{
	border:1px solid #ff821c;
	background-image:none;
	background-color:#ff821c;
	color:#fff;
	font-size:12px;
	text-decoration:none;
	padding:1.2px;
}

.submitVar
{
	background-color:#ff271c;
}

.submit:hover, .submitVar:hover
{
	border:1px solid #ff821c;
	background-image:none;
	background-color:#fff;
	color:#ff821c;
	font-size:12px;
	text-decoration:none;
	padding:1.2px;
}

.submit:active, .submitVar:active
{
	border:1px solid #a14f0b;
	background-image:none;
	background-color:#fff;
	color:#a14f0b;
	font-size:12px;
	text-decoration:none;
	padding:1.2px;
}

.paypal input
{
	background-image:none;
	border:0px hidden;
}

select, .opera
{
	border: 1px solid #88898a;	
}

.border_null
{
	border: 0 hidden;
}

#bloc0, #bloc1, #bloc2, #bloc3, #bloc4, #bloc5, #bloc6, #bloc7, #bloc8, #bloc9, #bloc10, #bloc11, #bloc12, #bloc13, #bloc14, #bloc15, #bloc16, #bloc17, #bloc18, #bloc19, #bloc20  
{
	padding-left:10px;
}

.input_connexion
{
	width:100%;
	height:15px;
	border:1px solid #DDDDDD;
	background-color:#FFFFFF;
	background-image:none;
}

.submit_connexion
{
	border:1px solid #DDDDDD;
	background-color:#FFFFFF;
	background-image:none;
}

/* FIN DES INPUT */

/* LE CADRE QUI LIE A LA DEMANDE SPECIFIQUE */
.lien_spec
{
	width: 143px;
	padding: 5px;
	margin:0;
	font-size: 11px;
	background-color: #EC6C13;
	color: #FFFFFF;
	background-image:url(../images/fond_cadre.jpg);
	background-position:bottom center;
	background-repeat: no-repeat;
}

.lien_spec  a:visited, a:hover, a:active, a:link
{
	color: #FFFFFF;
	text-decoration:none
}

/*  LE MENU POUR CHOISIR LES MEDIA */

.cd, .dvd, .k7, .vinyle
{
	margin:0;
	padding:0;
}

.cd img, .dvd img, .k7 img, .vinyle img
{
	margin:0;
	padding:0;
}

.current
{
	border:1px solid #ECECEC;
	background-color:#ECECEC;
	padding:10px;
	text-align:center;
}

.demande_spec_connexion
{
	text-align:right;
}

.dupli_main
{
	margin:0;
	margin-top:2px;
	border:2px solid #ECECEC;
	padding:0;
	margin-right:20px;
}

/* GALERIES D'IMAGE QUI TOURNENT TOUTES SEULES */
#gallery { position: relative;margin:0;padding:0;}
#gallery ul { list-style: none; }
#gallery li { display: block; }

.gallery_image
{
	width:100%;
	height:auto;
	border-top:1px solid #858687;
	border-bottom:1px solid #858687;
}

.menu
{
	/*background-color:none;*/
}

.menu_gauche
{
	background-image:url(../images/images/fond_menu_v4.png);
	width: 171px; 
	float: left; 
	clear: both; 
	text-align: left;
	height:100%;
}

.contenu{
margin-left: 171px;
}

.menu_gauche a:link, .menu_gauche a:visited, .menu_gauche a:active
{
	color:#858687;
	font-size:11px;
	text-decoration:none;
}
.menu_gauche_deco
{
}
.menu_gauche .menu_liste
{
	text-align:left;
}

.menu_gros_gris
{
	color:#858687;
	font-size:13px;
	font-weight:bold;
}

.menu_gros_orange
{
	color:#ff8c04;
	font-size:13px;
	font-weight:bold;
	margin-left:20px;
}

.menu_liste
{
	line-height: 18px; 
}
.menu_texte
{
	font-family: Verdana;
	font-size: 10px;
	color:#4697C2;
}
#current
{
	font-weight:bolder;
	color: #EC6C13;
}

/* FIN DE LA GALERIE D'IMAGES*/

.coord
{
	font-weight:bolder;
	color: #EC6C13;
}
.fiche_rep
{
	color:#858687;
}
.form
{
	text-align: left;
	margin-left: 15px;
	margin-bottom:0;
	font-size: 9px;
}

.form_fiche input
{
	display:inline;
	width:auto;
}

.form_fiche .form_recap
{
	margin:5px;
	background-color:#ededed;
	margin:5px;
	color:#ff821c;
}

.packaging_texte
{
	margin-left:10px;
}

.page_client
{
	min-height:400px;
	/*background-image:url(../images/fond_client.jpg);
	background-position: bottom;
	background-repeat:no-repeat;*/
	margin-left:-30px;
	margin-right:-30px;
	padding-left:30px;
	padding-right:30px; 
}

.prem_page_intro
{
	text-align:justify;
	margin-right:17px;
	font-weight: 100;
	width: 47%;
	float: left;
	overflow: hidden;
}

.zone2{
	width: 50%;
	float: right;
}

.nouveaute
{
	width: 48%;
	height: auto;
	float: left;
	padding-left: 2px;
}

.prem_page_bon_a_savoir
{
	color:#a6a6a6;
	font-style:italic;
}
.prem_page_fab
{
	background-image:url(../images/v4/defaut_fab.png);
	width: 48%;
	height: auto;
	float: right;
	background-repeat: no-repeat;
	background-color: #f3f3f3;
}
.prem_page_fab_texte
{
	text-align:justify;
	padding-left:10px;
	margin-right:10px;
	padding-top:100px;
	font-weight: 100;
}
.prem_page_liste_prod
{
	color:#faa43e;
	font-size:1em;
	font-weight:bold;
}

.recap
{
	background-image:url(../images/fond_cadre_recap.png);
	background-repeat:no-repeat;	
	width:253px;
	height:37px;
	padding-left:15px;
	padding-top:10px;
	color:#ec7c27;
}

.recap h2
{
	margin: 0;
	font-size:14px;
	font-weight: bold;
}
.recap_prix_ht
{
	font-size:20px;
	font-weight:bold;

}
.recap_prix_cadre
{	
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:2px solid #ff821c;
	background-image:none;
	background-color:#fff;
	text-decoration:none;
	padding:5px;
	text-align:right;	
	width:243px;
}
.recap_petit
{
	font-size:9px;
	text-align:justify;
}
#voirRecap
{
	padding-top: 10px;
	padding-left: 5px;
	padding-right:5px;
	padding-bottom:8px;
	background-image:url(../images/fond_cadre.jpg);
	background-position:bottom center;
	background-repeat: no-repeat;	
	background-color: #EC6C13;
	color: #0B14F3;
	margin:0;
}


.recap a:visited, a:hover, a:active, a:link
{
	color: #88898a;
}

.recap_cadre /* chaque petite partie au sein męme du recapitulatif */
{
	background-color: #FFFFFF;
	margin-left: 3px;
	margin-right: 3px;
	margin-top:0;
	margin-bottom:2px;
	margin:0;
	padding: 5px;
	border: 1px solid #EC6C13;
	color: #4697C2;
}

.recap_cadre strong
{
	font-size: 12px;
	font-weight:bolder;
	text-align:center;
}

.rouge
{
	color:red;
}
.table_coord td
{
	font-size:10px;
}

.table_coord input
{
	width:50px;
}

.table_flash
{
	background-color:#eaeaea;
	font-family:Futura, Verdana;
	font-weight:bold;
	font-size:14px;
	color:#898989;
	float:right;
	width:100%
}

.table_flash_de
{
	font-size:9px;
}

.table_realisation a
{
	text-decoration:none;
}

.table_realisation .liens
{
	width:100%;
}

.texte_connexion
{
	font-size:18px;
}

.titre_orange
{
	color:#fff;
	width:100%;
	background-color:#ff821c;
	font-size:16px;
	padding:4px;
	padding-left:15px;
	font-weight:bold;
	margin-bottom:20px;
}
.titre_paragraphe
{
	background-image:url(../images/fond_titres.png);
	background-repeat:no-repeat;	
	width:940px;
	height:39px;
	padding-left:10px;
	padding-top:15px;
	color:#EC7C27;

}

.titre_paragraphe a:link
{
	text-decoration:none;
	font-size:11px;
	color:#EC7C27;
}

.proposition td
{
	font-size: 10px;
}

.texte_orange
{
	color:#EC7C27;
}

/* LES LIENS */

a:link, a:hover
{
	color: #88898a;
}

a:visited, a:active
{
	color: #88898a;
}

/* tableau présent en derničre page du devis */

.table_modif
{	
	border-top: 1px solid #EC6C13;
	border-left: 1px solid #EC6C13;
}
.table_modif td
{
	border-bottom: 1px solid #EC6C13;
	border-right: 1px solid #EC6C13;
}

.etape_bas a:link, .etape_bas a:visited, .etape_bas a:hover, .etape_bas a:active
{
	color: #88898a;
}

.valid_bas
{
	background-color:#FFFFFF;
}

/* LES PAGES D'INFO */
.info_cadre
{
	width:85%;
	height:650px;
	border:2px solid #EAEAEA;
	padding:10px;
	margin-left:30px;
}
.info_cadre_titre
{
	background-image:url(../images/fond_info_titres.png);
	background-repeat:no-repeat;	
	background-position:top left;
	width:410px;
	height:37px;
	padding-left:10px;
	padding-top:12px;
	font-size:11px
}
.info_cadre_titre a:link, .info_cadre_titre a:visited, .info_cadre_titre a:hover, .info_cadre_titre a:active
{
	text-decoration:none;
	font-size:11px;
	color:#EC7C27;
}

.info_cadre_reponse_titre
{
	color:#EC7C27;
}

/* LES PAGES PACKAGING */

.cadre_projet_spec
{
	width:300px;	
	text-align:center;
	margin:auto;
	margin-top:15px;
	padding:5px;
	font-weight:bold;
}

.cadre_projet_spec a:link, .cadre_projet_spec a:active, .cadre_projet_spec a:visited
{
	color:#18719b;
}

.packaging_cadre
{
	height:650px;
	padding:10px;
	padding-left:50px;
	padding-right:50px;
}

.packaging_cadre_titre
{
	background-image:url(../images/fond_cadre_packaging.png);
	background-repeat:no-repeat;	
	width:467px;
	height:37px;
	padding-left:10px;
	padding-top:12px;
	font-size:11px
}
.packaging_cadre_titre a:link, .packaging_cadre_titre a:visited, .packaging_cadre_titre a:hover, .packaging_cadre_titre a:active
{
	text-decoration:none;
	font-size:11px;
	color:#EC7C27;
}
.packaging_td_gauche
{
	padding-right:35px;
	padding-left:10px;
}

.prestations_cadre_gen, .fonctionnement_cadre_gen
{
	width:970px;
	margin-left:15px;
}

/* DEVIS - PAGE OPTIONS */

.options_cadre_titre
{
	background-image:url(../images/fond_cadre_options.png);
	background-repeat:no-repeat;	
	width:705px;
	height:34px;
	padding-left:10px;
	padding-top:10px;
	color:#ec7c27;
	font-size:11px
}
.options_cadre_titre2
{
	background-image:url(../images/fond_cadre_options2.png);
	background-repeat:no-repeat;	
	width:665px;
	height:34px;
	padding-left:10px;
	padding-top:10px;
	color:#ec7c27;
	font-size:11px
}
.options_cadre_titre3
{
	background-image:url(../images/fond_cadre_options2.png);
	background-repeat:no-repeat;	
	width:635px;
	height:34px;
	padding-left:10px;
	padding-top:10px;
	color:#ec7c27;
	font-size:11px
}

.popup_pao_titre
{
	background-image:url(../images/fond_cadre_popup_pao.png);
	background-repeat:no-repeat;	
	width:580px;
	height:41px;
	padding-left:10px;
	padding-top:10px;
	color:#ec7c27;
	font-size:11px;
}

/* PAGE STUDIO*/

.studio_descriptif
{
	background-image:url(../images/studio/fond_cadre.png);
	background-repeat:no-repeat;	
	width:423px;
	height:496px;
}

.studio_descriptif_texte
{
	margin:15px;
	font-size:9px;
}

.studio_devis
{
	background-image:url(../images/fond_cadre_studio_devis.png);
	background-repeat:no-repeat;	
	width:425px;
	height:36px;
}

.studio_devis_texte
{
	padding-left:10px;
	padding-top:10px;
	color:#18719b;
	text-align:center;
}
/* FIN DE PAGE STUDIO */

/* PAGE CLIENTS */

.client_cadre
{
	background-image:url(../images/espace_client_barre.png);
	background-repeat:no-repeat;	
	width:422px;
	height:35px;
}

.client_cadre_titre
{
	padding-left:10px;
	padding-top:10px;
	color:#ec7c27;
}

.client_texte
{
	padding-left:10px;
	margin-bottom:15px;
}

/* FIN DE PAGE CLIENTS */

/* FIN OPTIONS */

/* FICHE DE RECEPTION */

.fiche_titre
{
	font-size:16px;
	font-weight:bold;
	color:#ff821c;
}

.fiche_sstitre
{
	font-size:12px;
	color:#ff821c;
}

.fiche_cadre
{
	margin:10px;
	padding:5px;
	background-color:#ededed;
	color:#ff821c;
}

.fiche_titre_gauche
{
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
}

.fiche_coordonnees td, .fiche_top td
{
	color:#ff821c;
}
.fiche_option
{
	font-size:12px;
	color:#98c007;
}
.fiche_sstitre_orange
{
	color:#ff821c;
}
.fiche_sstitre_noir
{
	color:#000000;
}
.fiche_sstitre_noir_gros
{
	font-size:12px;
}
/* FIN DE FICHE */

/* DIVERS ADMIN */

.debug
{
	position:fixed;
	width:100px;
	bottom:5px;
	right:5px;
	padding:10px;
	border:1px solid #CCCCCC;
	background-color:#DDDDDD;
	text-align:center;

}

#img1
{
	padding-bottom:10px;
}
	
/* FIN DIVERS ADMIN */

/*SITE 1200px MAX*/
@media screen and (max-width: 1200px) {
.table_main{
	min-width: 100%; 
	max-width: 100%;
	width:100%
	}
	
	#header{
width: 100%;
height: 100px;
background-color: rgb(255, 255, 255);
min-width: 100%;
max-width: 100%;
	}
}


/*SITE 1023px MAX*/

@media screen and (max-width: 1023px) {

/* ---------------------- */

/* MENU gauche mobile et tablette */
/* Responsive Navigation styles begin here */

nav > input,
.nav-button {
  display: none; /* hidden on large screens */
}

/* small screens styles */

 .menu_gauche {
   position: absolute;
   width: 171px;  
   transform: translateX(-100%) translateZ(0);
   transition: transform .2s;
   will-change: transform;
   z-index: 1000;
   margin-top: -100px;
   padding-top: 25px;
  }
  /* here's goes the slide effect */
  input:checked ~ .menu_gauche {
    transform: translateX(0);
  }

  /* Button deco */
  .nav-button {
    display: block;
    position: absolute;
    top: 1rem; right: 1rem;
    z-index: 1;
    height: 2.5rem; width: 2.7rem;
    background-color: transparent;
    background-image: linear-gradient(to right, #ff7200, #ff7200), linear-gradient(to right, #ff7200, #ff7200), linear-gradient(to right, #ff7200, #ff7200);
    background-position: center top, center, center bottom;
    background-repeat: no-repeat;
    background-size: 2.6rem .5rem;
    padding: 0;
    outline: 0;
    border: 0;
    cursor: pointer;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
  }


.contenu {
    margin-left: 0px;
    }
    
.table_main {
    width: 100%;
}

#logo_header{
padding-left: 20px;
background-image:url(http://duplicationtest.rrc.fr/images/images/top_v4_01-1.png); 
background-repeat:no-repeat; 
background-position:0% 0%;
padding-top: 37px;
	}

#logo_transparent{
display: none;
	}

#contact_haut {
    padding-right: 90px;
}

}

/*SITE 768px MAX*/
@media screen and (max-width: 768px) {
.prem_page_intro
{
	text-align:justify;
	margin-right:17px;
	font-weight: 100;
	width: 63%;
	float: left;
	overflow: hidden;
}

.zone2{
	width: 34%;
	float: left;
}

.nouveaute
{
	width: 250px;
	height: 220px;
	float: left;
	padding-left: 2px;
}

.prem_page_fab
{
	background-image:url(../images/v4/defaut_fab.png);
	width: 243px;
	height: auto;
	float: right;
	background-repeat: no-repeat;
	background-color: #f3f3f3;
}

}

/*SITE 650px MAX*/
@media screen and (max-width: 650px) {
#contact_haut {
    display: none;
}
}


/*SITE 480px MAX*/
@media screen and (max-width: 480px) {
.rslides {
    display: none;
}

.menu_horizontal {
    width: 46.5%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    border-radius: 3px;
    margin-bottom: 2%;
    padding-top: 1.5%;
	padding-bottom: 1.5%;
    float: left;
	background-color: #f5f5f5;
}

.separateur_petitmenu {
    display: none;
}

#liste_menu_horizontal {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 3%;
}

#logo_header{
text-align: left;
width: 90%;
}


#accroche {
    display: none;
}

.prem_page_intro {
    width: 100%;
    padding-top: 15px;
}

.cadre_page {
    overflow: visible;
}

.prem_page_liste_prod {
    float: left;
}
}

/*SITE 480px MIN*/
@media screen and (min-width: 480px) {

#accroche1 {
    display: none;
}

}