/* Styles liees aux differentes dispositions de colonnes dans e-majine */

/* Table of Content
==================================================
 #Custom styles for catalog
 #Custom styles for articles list
 #Custom styles for search results
 #Custom styles for actualites
 #Custom styles for navigation menu
 #Custom styles for products
 #Custom styles for elements
 #Custom styles for header
 #Custom styles for footer
 #Custom styles for diaporama
 #Custom styles for search bar buttons
 #Custom styles for images
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */




/* #Custom styles for catalog
================================================== */

/* Mobile all smartphones*/
@media only screen and (max-width: 767px) {
  .additionnalPicture {
    padding: 0px;
  }
}


/* #Custom styles for articles list
================================================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #articlesList .chapo {
    margin: 5px 5px 15px 0px;
  }
}

@media only screen and (max-width: 479px) {
  #articlesList .chapo {
    margin: 5px 5px 15px 0px;
  }
}


/* #Custom styles for search results
================================================== */

#catalog_search_string_in_content_recherche {
	width: auto;
}

#contents .simpleCatalogSearch.header_widget_search {
/*  background: url("/media/searchbackground__088474500_1713_21082013.png") no-repeat scroll center top transparent;*/
  background:  none;
  float: right;
  margin: 30px 10px 0 0;
  width: 400px;
}

/*div.col1 .short_product .pictureContainer,
div.col2 .short_product .pictureContainer,
div.col3 .short_product .pictureContainer,
div.col4 .short_product .pictureContainer {
  height: 147px;
}*/


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #contents .simpleCatalogSearch.header_widget_search {
    width: 380px;
  }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  div.col1 .short_product .pictureContainer,
  div.col2 .short_product .pictureContainer,
  div.col3 .short_product .pictureContainer,
  div.col4 .short_product .pictureContainer {
   height: 127px;
  }

  #contents .simpleCatalogSearch.header_widget_search {
    width: 260px;
  }
}


/* #Custom styles for actualites
================================================== */

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .chapoPicture {
  /*height: 193px;*/
  }
}

/* #Custom styles for navigation menu
================================================== */

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #header #headerInner .nested {
    margin: 10px 0 0 0;
  }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  #header #headerInner .nested {
    margin: 10px 0 0 0;
  }
}

/* #Custom styles for products
================================================== */

/* Full screen */
@media only screen and (min-width: 960px) {
/* Modification must be reported in ie8.css */
  .product_detail #ProductLeftCol{
    float:left;
    width:auto;
    margin-top:0px;
  }
  .product_detail #ProductRightCol{
    float:right;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .product_detail #ProductLeftCol{
    float:left;
    width:auto;
    margin-top:0px;
  }
  .product_detail #ProductRightCol{
    float:right;
  }
  .short_product h3 {
    color: #000000;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    margin: 0 0 0 5px;
    overflow: hidden;
    padding-top: 5px;
  }
  .short_product .viewProduct a {
    color: #FFFFFF;
    font-size: 10pt;
    text-decoration: none;
  }
  #productPicture {
    height: 147px;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .product_detail #ProductLeftCol{
    float:left;
    margin-top:0px;
  }
  .product_detail #ProductRightCol{
    float:right;
    width:auto;
  }
  #contents .widget.widgetProduct {
    padding: 10px 0 10px 0;
  }
  body:after {
      content: 'narrowscreen';
      display: none;
      }
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .product_detail #ProductLeftCol{
    float:left;
    width:auto;
    margin-top:0px;
  }
  .product_detail #ProductRightCol{
    float:right;
    width:auto;
  }
  #contents .widget.widgetProduct {
    padding: 10px 0 10px 0;
  }
  body:after {
      content: 'narrowscreen';
      display: none;
      }
  }
  #prodAssocContainer {
    padding: 10px 0 10px 0;
  }
}


/* #Custom styles for elements
================================================== */
@media only screen and (max-width: 767px) {
  .nested {
    float: left;
    margin: 10px 0 0 0;
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  h1 {
    font-size: 2em;
    font-style: italic;
    font-weight: bold;
    margin: 0 0 10px;
  }
}


/* #Custom styles for header
================================================== */
@media only screen and (min-width: 480px) {
/* Modification must be reported in ie8.css */
  #header {
    height: 320px;
  }
  
}

.big_logo {
  display: block;
}
.small_logo {
  display: none;
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .big_logo {
    display: none;
  }
  .small_logo {
    display: block;
  }
}


/* #Custom styles for footer
================================================== */

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #footer {
    font-size: 0.8em;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 380px;
  }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .container {
    width: 260px;
  }
}

/* #Custom styles for diaporama
================================================== */

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #header {
      height: 272px;
  }
  .widgetDiaporama {
      width: 767px;
      height: 187px;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #header {
    height: 165px;
  }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  #header {
    height: 200px;
  }  
}

/* Custom styles for navigation menu
================================================== */

/* Mobile Portrait Size AND Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 767px) {
  .tinynav { display: block }
  #nav { display: none }	
}

/* Custom styles for 2 columns text
================================================== */

/* Mobile Portrait Size AND Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 767px) {
  .colright {
   float:none;
   width:100%;
  }
  .colleft {
   width:100%;
  }
}

/* #Custom styles for search bar buttons
================================================== */

.header_widget_search {
  background: url("/media/searchbackground__088474500_1713_21082013.png") no-repeat scroll center top transparent;
  float: right;
  margin: 30px 10px 0 0;
  width: 400px;
}

#header .widgetCatalogSearch .wordsbox {
  margin: 4px 0 0 5px;
  height: 17px;
}

.search_group {
  width: 400px;
}
.search_text_group {
  float: left;
}
.search_button {
  margin: 4px 0 0 0;
}

.link_group img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
}

.btnSeparator {
    margin: 0 0 0 0;
}
.btnHome {
    margin: 0 20px 0 30px;
}
.btnMail {
    margin: 0 20px 0 20px;
}
.btnUS {
    margin: 0 0 0 20px;
}
.btnFacebook {
    margin: 0 0 0 5px;
}
.btnTwitter {
    margin: 0 0 0 5px;
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

  .header_widget_logo {
      margin: 0 auto 0 auto;
      width: 380px;
  }
.header_widget_logo img {
    margin:auto;
}

  .header_widget_search {
    background: url("/media/searchbackground__088474500_1713_21082013.png") no-repeat scroll center top transparent;
    float: right;
    margin: 0 auto 0 auto;
    width: 380px;
  }
  
  #header .widgetCatalogSearch .wordsbox {
    margin: 4px 0 0 5px;
    height: 17px;
  }
  
  .search_group {
    margin: 0 0 0 0;
    width: 380px;
  }
  .search_text_group {
    float: left;
  }
  .search_button {
    margin: 4px 0 0 -1px;
  }
  .search_button input {
    height: 17px;
    width: 23px;
  }
  
  .link_group img {
    border: 0 none;
    max-width: 100%;
    vertical-align: middle;
  }
  
  .btnSeparator {
      margin: 0 0 0 0;
  }
  .btnHome {
      margin: 0 15px 0 20px;
  }
  .btnMail {
      margin: 0 15px 0 15px;
  }
  .btnUS {
      margin: 0 0 0 20px;
  }
  .btnFacebook {
      margin: 0 0 0 5px;
  }
  .btnTwitter {
      margin: 0 0 0 5px;
  }

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

  .header_widget_search {
    background: none;
    float: left;
    margin: 0 auto 0 auto;
  }
  
  #header .widgetCatalogSearch .wordsbox {
    margin: 4px 0 0 5px;
    height: 17px;
    width: 214px;
  }
  
  .search_group {
    background: url("/media/searchbackground__088474500_1713_21082013.png") no-repeat scroll center top transparent;
    float: left;
    width: 260px;
  }
  .search_text_group {
    float: left;
  }
  .search_button {
    margin: 4px 0 0 -1px;
  }
  .search_button input {
    height: 17px;
    width: 23px;
  }
  .link_group {
    background: url("/media/searchbackground__088474500_1713_21082013.png") no-repeat scroll center top transparent;
    float: left;
    margin: 10px 10px 0 0;
    width: 260px;
  }
  
  .btnSeparator {
      margin: 0 0 0 0;
  }
  .btnHome {
      margin: 0 20px 0 30px;
  }
  .btnMail {
      margin: 0 20px 0 20px;
  }
  .btnUS {
      margin: 0 0 0 20px;
  }
  .btnFacebook {
      margin: 0 0 0 5px;
  }
  .btnTwitter {
      margin: 0 0 0 5px;
  }
}




/* #Custom styles for images
================================================== */

/* (1) HOME PAGE - width: 3 cols */
.widgetContainer .short_product .picture img {
  margin: 0px;
  padding: 0px;
  width: 160px;
}
.widgetContainer .short_product .pictureContainer {
  height: 78px;
}
.widgetContainer .short_product_container {
  height: 140px;
}
#produitsAssocies #prodAssocContainer .short_product_container {
  height: 140px;
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .widgetContainer .short_product .pictureContainer {
      height: 51px;
  }
  #produitsAssocies #prodAssocContainer .short_product_container {
    height: 100px;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .widgetContainer .short_product .picture img {
      margin: 0px;
      padding: 0 0 0 10px;
      width: 380px;
  }
  .widgetContainer .short_product .pictureContainer {
/*	  height: 186px;*/
  }
  .widgetContainer .short_product_container {
	  height: 240px;
  }
  #produitsAssocies #prodAssocContainer .short_product_container {
    height: 340px;
  }
  .short_product_container {
    width:100%;
    height:255px;
  }
  .widgetContainer .short_product .pictureContainer {
    height: 185px;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .widgetContainer .short_product .picture img {
      margin: 0px;
      padding: 0 0 0 10px;
      width: 260px;
  }
  .widgetContainer .short_product .pictureContainer {
	  height: 127px;
  }
  .widgetContainer .short_product_container {
	  height: 140px;
  }
  #produitsAssocies #prodAssocContainer .short_product_container {
    height: 220px;
  }
  .short_product_container {
    width:100%;
    height:205px;
  }
}
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .widgetContainer .short_product .picture img {
      margin: 0px;
      padding: 0px;
      width: 124px;
  }
  .widgetContainer .short_product .pictureContainer {
	  height: 61;
  }
  .widgetContainer .short_product_container {
/*	  height: 140px;*/
	  height: 60px;
  }
}


/*(2) FAMILY - width: one-third */
.catalog .short_product .picture img {
    margin: 0px;
    padding: 0px;
    width: 300px;
}
.catalog .short_product .pictureContainer {
    height: 147px;
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .catalog .short_product .picture img {
      margin: 0px;
      padding: 0 0 0 0;
      width: 380px;
  }
  .catalog .short_product .pictureContainer {
      height: 186px;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .catalog .short_product .picture img {
      margin: 0px;
      padding: 0 0 0 0;
      width: 260px;
  }
  .catalog .short_product .pictureContainer {
      height: 127px;
  }
}
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .catalog .short_product .picture img {
      margin: 0px;
      padding: 0px;
      width: 124px;
  }
  .catalog .short_product .pictureContainer {
      height: 101px;
  }
}

/* (3) PRODUCT - width: 7 cols */
.productPictures #productPicture img, .product_detail #ProductLeftCol {
    margin: 0px;
    padding: 0px;
    width: 400px;
    max-width: none;
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .productPictures #productPicture img, .product_detail #ProductLeftCol {
      margin: 0px;
    /*padding: 0 0 0 10px;*/
      width: 380px;
      max-width: none;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .productPictures #productPicture img, .product_detail #ProductLeftCol {
      margin: 0px;
    /*padding: 0 0 0 10px;*/
      width: 260px;
      max-width: none;
  }
}
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .productPictures #productPicture img, .product_detail #ProductLeftCol {
      margin: 0px;
      padding: 0px;
      width: 300px;
      max-width: none;
  }
}

/* (4) ASSOCIATED PRODUCTS - width:3 cols */
#produitsAssocies .short_product .picture img,
#produitsAssocies .short_product,
#produitsAssocies .short_product .pictureContainer,
#produitsAssocies .short_product .description,
#produitsAssocies .short_product_container {
    margin: 0px;
    padding: 0px;
    width: 160px;
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #produitsAssocies .short_product .picture img,
  #produitsAssocies .short_product,
  #produitsAssocies .short_product .pictureContainer,
  #produitsAssocies .short_product .description,
  #produitsAssocies .short_product_container {
      margin: 0px;
      padding: 0 0 0 0;
      width: 380px;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  #produitsAssocies .short_product .picture img,
  #produitsAssocies .short_product,
  #produitsAssocies .short_product .pictureContainer,
  #produitsAssocies .short_product .description,
  #produitsAssocies .short_product_container {
      margin: 0px;
      padding: 0 0 0 0;
      width: 260px;
  }
}
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #produitsAssocies .short_product .picture img,
  #produitsAssocies .short_product,
  #produitsAssocies .short_product .pictureContainer,
  #produitsAssocies .short_product .description,
  #produitsAssocies .short_product_container {
      margin: 0px;
      padding: 0px;
      width: 124px;
  }
}

/* (5) LE GROUPE - width: 8 cols */
#chapoList .chapo {
    /*margin: 0px;*/
    padding: 0px;
    width: 458px;
    max-width: none;
    float: left;
    height: 240px;
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #chapoList .chapo {
      padding: 0 0 0 10px;
      width: 367px;
      max-width: none;
      float: left;
      height: 250px;    
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  #chapoList .chapo {
      padding: 0 0 0 10px;
      width: 248px;
      max-width: none;
      float: left;
      height: 340px;    
  }
}
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #chapoList .chapo {
      padding: 0px;
      width: 360px;
      max-width: none;
      float: left;
      height: 270px;    
  }
}



/* #Site Styles
================================================== */
/* Actualities page - hide date */
#chapo .date {
    display: none;
}

/* #Page Styles
================================================== */


/* #Hide padlock style for smartphone */
@media only screen and (max-width: 767px) {
    #authIcon { display: none }
    #header .widget.widgetText.container {
      text-align:center;
    }
}




/* #Custom Styles for columns
================================================== */

@media only screen and (max-width: 959px) and (min-width: 768px) {
  #leftbar.container.four.columns {
    width: 193px;
  }
  
  #contents.container.twelve.columns {
    width: 532px;
  }
}


/* #Detection size for mobile prevent usage of the lightbox
================================================== */
@media only screen and (max-width: 481px) {
    body:after {
        content: 'narrowscreen';
        display: none;
    }
}



/* #Custom styles for images on 3 columns
================================================== */
.img-three-columns {
    margin: 0px;
    padding: 0px;
    width: 160px;
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .img-three-columns {
      margin: 0px;
      padding: 0 0 0 10px;
      width: 380px;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .img-three-columns {
      margin: 0px;
      padding: 0 0 0 10px;
      width: 260px;
  }
}
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .img-three-columns {
      margin: 0px;
      padding: 0px;
      width: 124px;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .img-three-columns {
      margin: 0px;
      padding: 0 0 0 10px;
      width: 380px;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .img-three-columns {
      margin: 0px;
      padding: 0 0 0 10px;
      width: 260px;
  }
}

/* #TinyNav styles 
================================================== */

/* styles for desktop */
.tinynav { display: none !important; }

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .tinynav { display: block !important; }
    #nested #nav { display: none; }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    .tinynav { display: block !important; }
    #nested #nav { display: none; }
}

@media only screen and (max-width: 767px) {
  .container .three.columns {
    width: 100%;
  }
  .container .four.columns {
    width: 100%;
  }
  .container .twelve.columns {
    width: 100%;
  }
}

/* #Visiblity styles
================================================== */
.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

/*@media (min-width: 768px) and (max-width: 979px) {*/
@media (min-width: 768px) and (max-width: 959px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .telephone-smartphone {
      color: #000000;
      font-size: 14px;
      font-weight: bold;    
  }
}




/* #Media Queries
================================================== */

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}
  
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
  .short_product, 
  .short_product .description{
	     width: 100%;
      height: auto;
  }
}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {

  .container .three.columns {
    width: 118px;
  }

  #header .container {
   width: 768px;
   height: 287px;
  }

 .nested .firstLevel li a {
    color: #FFFFFF;
    font-size: 10px;
    line-height: 20px;
  } 

  .short_product, 
  .short_product .description{
	     width:90%;
      height: auto;
  }
  #contents .widget .short_product_container {
      width:100%;
      text-align:center;
  }
  #contents .short_product .viewProduct {
      position:static;
  }
  .short_product_container {
      width:100%;
      height:205px;
  }
 }

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
  
  #leftbar {
    display: none;
  }

  .nested ul {
    height: 120px;
    margin: 0;
    padding: 0 0 0 10px;
    z-index: 5000;
    position:  absolute;
    top: 150px;
  }
  
	 .layoutLeftContentRight #leftbar{
      margin-left: 10px;
    }
	  #header #logo a{
      margin:0 auto;
		}
		#header #logo{
      padding:10px 0 20px;
    }

    iframe[src*="dailymotion"],
        iframe[src*="youtube"] {
            width:320px;
    }
    #page .fb_iframe_widget iframe {
      width: 320px !important;
    }
    #header .widgetCatalogSearch .catalog_search_form {
      width:100%;
    }
    #header .widgetCatalogSearch fieldset {
      float: none;
      margin: 0;
    }
    #header .widgetCatalogSearch .row {
      width: 100%;
      margin: 0;
    }
    #header .widgetCatalogSearch .submit {
      width: 100%;
    }
    #header .widgetCatalogSearch label {
      float: none;
    }
    #nested{
      margin:0;
      background:#181818;
      border:1px solid #a9a9a9;
      text-align:center;
      z-index:10;
    }
    #nested .smart-menu, #nested li.active ul{
      display:block;
    }
    #nested .firstLevel{
      display:none;
      overflow:hidden;
      height:auto;
    }
    #nested .firstLevel li span{
      font-size:1.4em;
      font-weight:bold;
    }
    #nested .firstLevel li li span{
      font-size:1.1em;
    }
    #nested .firstLevel li li li span{
      font-size:1em;
      font-weight:normal;
    }
    #nested ul{
      height:100%;
      padding:0;
    }
    #nested .firstLevel li{
      float:none;
      background: url("../../../../images/responsive/menu-flip-dark.png") repeat-x scroll 0 -57px transparent;
    }
    #nested .firstLevel li ul,
    #nested .firstLevel li ul, 
    #nested .firstLevel li ul li ul, 
    #nested .firstLevel li ul li ul li ul{
      width:100%;
      border:none;
    }
    #nested .firstLevel li:hover ul, 
    #nested .firstLevel li.sfhover ul {
      background:none;
    }
    
    #nested .firstLevel li, 
    #nested .firstLevel li ul li, 
    #nested .firstLevel li ul li ul li, 
    #nested .firstLevel li ul li ul li ul li{
      width:100%;
      border-top:1px dotted #a0a0a0;
    }
    #nested .firstLevel li.active li a, 
    #nested .firstLevel li ul li a{
      padding:7px 6px 7px;
    }
    #nested .firstLevel li.active ul, 
    #nested .firstLevel li.active ul li ul{
      position:static;
      margin:0;
      width:100%;
    }
    #nested .firstLevel li ul, 
    #nested .firstLevel li:hover ul ul, 
    #nested .firstLevel li.sfhover ul ul, 
    #nested .firstLevel ul li:hover ul ul, 
    #nested .firstLevel ul li.sfhover ul ul,  
    #nested .firstLevel li ul li:hover ul{
      left:-999em!important;
    }
    #nested .firstLevel li ul li{
      padding:11px 0 0 0;
      margin:0;
      background:#515151;
    }
    #nested .firstLevel li ul li ul li{
      background:#757575;
    }
    #nested .firstLevel ul ul li a {
      color:#ffffff;
    }
    #wrapper #nested, #footer #nested{
      display:none;
    }
    input, select, textarea {
      width:100%;
      height:25px;
    }
    input[type="submit"], input[type="reset"] {
      text-align:center!important;
    }                                      
    fieldset {
      margin-left:0;
      margin-right:0;
      padding-right:0;
      padding-left:0;
    }
    .directoryEnties {
      float:none;
    }
    .group_multi_radio, .group_multi_checkbox, .group_multi, .groupMultiRadio, .groupMulticheckbox, .groupMulti {
      padding:0;
      top:5px;
    }
    .colonne{
      width:100%;
      text-align:center;
      margin:0;
    }
    .colonne p{
      text-align:left;
    }
    table{
      font-size:80%;
    }
    .familly{
      width:100%;
    }
    .famillyContainer{
      margin:0 auto;
      text-align:center;
    }
  
    #productPicture img {
      max-width:200px;
    }
    .short_product, .short_product .description{
	     width:100%;
    }
    #contents .widget .short_product_container {
      width:100%;
      text-align:center;
    }
    #contents .short_product .viewProduct {
      position:static;
    }
/*    .short_product_container {
      width:100%;
      height:245px;
}*/
    .sendCart {
      margin: 60px 0 10px 0;
    }
    #header .widgetLogin fieldset {
      width:100%;
      margin-bottom:10px;
    }
    .short_product{
      border-bottom: 1px dotted #E0E0E0;
      border-right:none;
    }
    div.boardActions {
      margin-top:0;
      float:none;
    }
    div.boardActions .logIn{
      float:none;
      width:100%;
    }
    
    
    /* Force table to not be like tables anymore */
		table, thead, tbody, th, td, tr { 
			display: block; 
		}
		
		/* Hide table headers (but not display: none;, for accessibility) */
		thead tr, th{ 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		tr { border: 1px solid #ccc; }
		
		td { 
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee; 
			position: relative;
			text-align:center;
		}
		
		td:before { 
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;
		}
		#footer .widget{
      margin:10px 0 10px 0;
    }
    #footer .widget{
      width:100%;
    }
    
  }
 
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
  }
   
	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
    #header .widgetLogin .row, 
    #header .widgetLogin label, 
    #header .widgetLogin form, 
    #header .widgetLogin .submit, 
    #header .widgetLogin .widgetLoginLinks {
      display: block;
    }
    #productPicture{
      width:240px;
      height: 127px;
    }
    #productPicture a{
      /*width:322px;*/
    }
    
  }


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/