@charset "UTF-8";
/*
 * ==================
 * CSS RESET
 * http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0 | 20110126
 * License: none (public domain)
 * ==================
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  /*vertical-align: baseline;*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  min-width:320px;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * ============================
 * Pour garder le pied de page toujours dans le bas
 * ============================
 */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

#site-container {
  min-height: 100%;
  position: relative;
}

#page {
  padding-bottom: 195px;
  position:relative;
  z-index:2;
}

#site-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index:3;
}

/*
 * ============================
 * Styles des différents blocs du template
 * ============================
 */
.site-wrapper {
  width: 1295px;
  margin-left: auto;
  margin-right: auto;
}

/*
 * ============================
 * En-tête du site
 * ============================
 */
#site-header {
  background: left bottom repeat-x url("../images/site-header_bg.png");
  color: white;
  height: 61px;
  padding-top: 66px;
  position:relative;
  z-index:3;
}
#site-header .site-wrapper {
  position: relative;
  margin:0px auto;
}
#site-header a {
  color: inherit;
}
#site-header .moduletable_tagline {
  font-weight: 700;
  font-size: 28px;
  line-height: 61px;
}
#site-header .moduletable_logo {
  position: absolute;
  text-align: center;
  width: 200px;
  left: 50%;
  margin-left:-100px;
  top: -66px;
}
#site-header .moduletable_logo img {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#site-header .moduletable_menu {
  font-size: 16px;
  line-height: 61px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
	padding-right: 15px;
}
#site-header .moduletable_menu li {
  display: inline-block;
  margin-left: 22px;
}

#site-header .moduletable_menu #pull{
	display:none;
}

#site-header .moduletable_changementlangue {
  display:none;
  position: absolute;
  top: 20px;
  right: 15px;
  text-transform: uppercase;
}

/*
 * ============================
 * Les bannières rotatives dans le haut de la page produits.
 * ============================
 */
#page-banners {
  font-size: 36px;
  color: white;
  text-align: center;
  font-weight: 600;
  line-height: 1.152;
  margin-top: 76px;
  height: 200px;
  overflow: hidden;
  position: relative;
  width:100%;
}
#page-banners strong {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 42px;
}
#page-banners .small strong {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 39px;
}
#page-banners .banners-previous, #page-banners .banners-next {
  background: no-repeat top left url("../images/page-banners_arrows.png");
  cursor: pointer;
  display: block;
  width: 75px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 99;
}
#page-banners .banners-previous {
  left: 0;
  top:30px;
}
#page-banners .banners-next {
  background-position: top right;
  right: 0;
  top:30px;
}
#page-banners .banners {
  margin: 0 auto;
  width: 100%;
}
#page-banners .custom {
  padding-top: 18px;
  width: 100%;
}

#page-banners .custom .quality, #page-banners .custom .temps{
	padding-top:32px;
	width:100%;
}
#page-banners .custom .gros{
	padding-top:12px;
	width:100%;
}

/*
 * ============================
 * Cette classe est mise sur les éléments contenant une liste de blocs produits
 * et définit le style de ces blocs.
 * ============================
 */
.products-blocks .custom {
  background-color: white;
  position: relative;
  padding: 6px 6px 55px;
  width: 294px;
  text-align: left;
}
.products-blocks .custom img {
  display: block;
}
.products-blocks .custom:hover .product-block-hover {
  display: block;
}
.products-blocks .custom .product-block-hover {
  display: none;
  /* Shown on mouse hover */
  background: #bc0b03 center center no-repeat url("../images/products-blocks_hover-bg.jpg");
  color: white;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  bottom:0;
  right:0;
  height: 100%;
  width: 100%;
}
.products-blocks .custom .product-block-label {
  color: #414a53;
  font-size: 16px;
  position: absolute;
  left: 7px;
  bottom: 6px;
  width: 100%;
}
.products-blocks .custom .product-block-label strong {
  text-transform: uppercase;
  font-weight: 700;
}
.products-blocks .custom .product-block-hover-title {
  font-size: 24px;
  font-weight: 700;
  padding: 25px 12px 0;
  line-height: 28px;
}
.products-blocks .custom .product-block-hover-notes {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  position: absolute;
  left: 12px;
  bottom: 40px;
}
.products-blocks .custom .js-product-link {
  background: url("../images/trans.png");
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-indent: -200px;
  overflow: hidden;
}

.products-blocks .custom .product-block-hover-notes sup{
  text-transform:lowercase;
  font-size: 0.83em;
vertical-align: super;
line-height: 0;
}

/*
 * ============================
 * Pied de page du site
 * ============================
 */
#site-footer .affiliates .custom {
  display: inline-block;
  margin-right: 3px;
}
#site-footer .affiliates a {
  display: block;
}
#site-footer .affiliates img {
  display: block;
}
#site-footer .footer-meta {
  background-color: black;
  font-weight: 600;
  color: #b8b8b8;
  font-size: 12px;
  height: 57px;
  text-transform: uppercase;
}
#site-footer .footer-meta .site-wrapper {
  position: relative;
  padding-top: 18px;
}
#site-footer .footer-meta a {
  color: inherit;
}
#site-footer .footer-meta a:hover {
  text-decoration: underline;
}
#site-footer .copyright {
  padding-right: 4px;
}
#site-footer .custom_countries {
  position: absolute;
  top: 14px;
  right: 0;
  font-size: 14px;
}
#site-footer .custom_countries td {
  display: inline-block;
  padding-left: 17px;
}

#site-footer #pull {
  display: none;
}

/*
 * ============================
 * Styles pour la zone principale d'une page
 * ============================
 */
#page .site-wrapper {
  position: relative;
}

#page.with-right-col #page-content {
  padding-right: 334px;
}

#page-right {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 41px;
}

#page-content {
  margin: 111px auto 0px auto;
  max-width:961px;
}

#page-title {
  margin-bottom: 4px;
}

#page-wrapper {
  background-color: white;
  padding: 6px;
}

#page-intro-image {
  margin-bottom: 4px;
}

#page-content-wrapper {
  position: relative;
}
#page-content-wrapper.with-page-content-aside #page-content-cms {
  padding-right: 250px;
}

#page-content-cms {
  padding: 0 21px 15px;
}

#page-content-aside {
  position: absolute;
  top: 0;
  right: 12px;
}

/*
 * ============================
 * Colonne de droite sur certaines pages
 * ============================
 */
#page-right h3 {
  font-size: 28px;
  color: white;
  font-weight: bold;
  margin-bottom: 17px;
  margin-top: 0;
}
#page-right .products-blocks .custom {
  margin-bottom: 23px;
}

/*
 * ============================
 * Style pour les tableaux
 * ============================
 */
table.data {
  border-style: none;
  border-collapse: collapse;
  font-size: 16px;
  margin-bottom: 22px;
  margin-top: 12px;
}
table.data th {
  font-weight: 600;
  text-align: left;
}
table.data td, table.data th {
  padding: 6px 11px 3px 6px;
}
table.data tr.odd td, table.data tr.odd th {
  background-color: #f8fafb;
  border-top: 1px solid #d9e5eb;
  border-bottom: 1px solid #d9e5eb;
}

/*
 * ============================
 * Lien « Retour »
 * ============================
 */
a.back-link {
  background-color: #4d5864;
  color: white;
  font-size: 15px;
  padding: 4px 19px 6px;
  cursor:pointer;
}
a.back-link:hover {
  background-color: #D41906;
}
/*
 * ============================
 * Styles particuliers à la page listant tous les produits.
 * ============================
 */
#all-products {
  margin-top: 30px;
  text-align: center;
}
#all-products .custom {
  display: inline-block;
  margin: 0 7px 17px 7px;
}

#page-content.page-products {
  display: none;
}

/*
 * ============================
 * Styles particuliers à la page compagnie.
 * ============================
 */
.compagnie-float{
	width:50%;
	padding-right:30px;
	float:left;
}

.clr{
	clear:both;
}


/*
 * ============================
 * Styles pour les écrans trop petits pour afficher le design dans sa largeur
 * normale (écrans, tablette, téléphone).
 * ============================
 */
@media only screen and (max-width : 1325px) {
  .site-wrapper {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  #page-intro-image img {
    max-width: 100%;
    height: auto;
  }
}
/*
 * ============================
 * Surtout pour les iPad en mode paysage
 * ============================
 */
@media only screen and (min-width : 1025px) and (max-width : 1325px) {
  body.fr #site-header .custom_tagline {
    font-size: 22px;
  }

  #site-header .custom_tagline {
    padding-left:15px;
  }

  #site-header .moduletable_menu li {
    margin-left: 16px;
    font-size: 15px;
  }
	
}

@media only screen and (max-width : 1111px) {
  #site-header .moduletable_menu li {
    font-size: 14px;
  }
}
/*
 * ============================
 * Pour les tablettes en mode portrait et les téléphones
 * ============================
 */
@media only screen and (max-width : 1024px) {
  h1, h2, h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 22px;
  }

  .site-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  #site-header {
    padding-top: 36px;
  }
  #site-header .moduletable_logo{
  	top:auto;
		bottom:-68px;
  }
  
  #site-header .custom_logo{
  	top:auto;
  }
  
  #site-header .moduletable_logo a {
    bottom: 20px;
    display: block;
    height: 165px;
    overflow: hidden;
    position: absolute;
    width: 175px;
  }
  #site-header .custom_logo img {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    width: 175px;
  }
	
  body.fr #site-header .custom_tagline {
    font-size: 18px;
		padding-left:10px;
  }

  #site-header .custom_tagline {
    padding-left:10px;
  }

  #site-header .moduletable_menu {
    font-size: 13px;
		padding-right:10px;
  }
  #site-header .moduletable_menu li {
    margin-left: 8px;
  }

	#page-banners .custom .quality{
		padding-top:12px;
	}
  #page-banners {
    font-size: 30px;
		margin-top: 60px;
  }
  #page-banners strong {
    font-size: 40px;
  }
	#page-banners .small strong {
    font-size: 34px;
	}
  #page-banners .banners-previous, #page-banners .banners-next {
    display: none;
  }

  #all-products {
    margin-top: 0px;
  }
	
	#page-wrapper .produits_content{
		height: 445px;
    max-width: 335px;
	}

  #page-right {
    position: static;
    top: auto;
  }
  #page-right .products-blocks .custom {
    display: inline-block;
    margin-bottom: 17px;
    margin-right: 15px;
  }

  #page.with-right-col #page-content {
    padding-right: 0;
  }
}

@media only screen and (max-width : 926px) {
  #site-header .moduletable_menu li {
    font-size: 12px;
  }
}

@media only screen and (max-width : 826px) {
  #site-header .moduletable_menu li {
    font-size: 11px;
  }
}

/*
 * ============================
 * Pour les téléphones (mode portrait ou paysage)
 * ============================
 */
@media only screen and (max-width : 768px) {
	#site-header .moduletable_logo{
  	top:auto;
		bottom:-68px;
  }
  
  #site-header .custom_logo{
  	top:auto;
  }
  
  #site-header .moduletable_logo a {
    bottom: 20px;
    display: block;
    height: 165px;
    overflow: hidden;
    position: absolute;
    width: 175px;
  }
  
  #site-header .custom_logo img {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    width: 175px;
  }
	
  #site-header .custom_tagline {
    display: none;
  }
#page-banners{
	height: 185px;
}
#page-banners .custom .quality, #page-banners .custom .temps, #page-banners .custom .gros {
    padding-top: 10px;
}
#page-banners p {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
#page-banners strong {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}
#page-banners .small strong {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 29px;
}


  #site-footer .custom_countries {
    display: none;
  }

  #page-content-cms {
    padding: 10px;
  }

  #page-content-wrapper.with-page-content-aside #page-content-cms {
    padding-right: 10px;
  }

  #page-content-aside {
    position: static;
    margin-top: 20px;
  }
  #page-content-aside .custom_person-block {
    display: inline-block;
  }
  
	#site-header .moduletable_menu {
		padding-right:0px;
		position:relative;
  }
  
  #site-header .moduletable_menu .menu-div {
    display: none;
    position: static;
    width: 100%;
    top: auto;
    right: auto;
	border-bottom:3px solid #FFFFFF;
  }
  #site-header .moduletable_menu ul li { 
  	float: none; 
	margin: 0; 
	display:list-item;
	border-top:1px solid #555;
  }
  #site-header .moduletable_menu ul li:first-child {
  	border-top:none;
  }
  #site-header .moduletable_menu ul li a {
    display: block;
    line-height: 1.4em;
    border: 0;
    padding: 6px 9px;
	background:url("../images/site-header-menu_bg.png") repeat scroll left bottom transparent;
	text-align:center;
	font-size:16px;
  }
  #site-header .moduletable_menu ul li a:hover {
    background: #555;
	background:url("../images/site-header-menu_bg2.png") repeat scroll left bottom transparent;
  }
  #site-header .moduletable_menu ul li a.sel {
    color: #6f8767;
    background: #cbdcc5;
  }
   
  #site-header .moduletable_menu #pull {
    display: block;
  }
  
  #site-header .moduletable_menu a#pull {  
	display: block;  
	background:none;
	width:100%;  
	position: absolute; 
	text-align:right;
	height:63px;
	line-height:63px;
	bottom:-97px; 
	min-width:30px;
  }  
  #site-header .moduletable_menu a#pull span{  
	padding-right:10px;
  }   
  #site-header .moduletable_menu a#pull:after {  
	content:"";  
	background: url('../images/nav-icon.png') no-repeat;  
	width: 30px;  
	height: 63px;  
	display: inline-block;  
	position: absolute;  
	right: 5px;  
	top: 22px;  
  }
  
  #site-header{
  	height:auto;
	padding:0px;
	background:url("../images/site-header_bg2.png") repeat-x scroll left bottom transparent;
  } 
  
  #site-header .site-wrapper{
  	height:auto;
	padding-bottom:97px;
	padding-top:0px;
  } 
  
  #site-header .moduletable_logo{
  	top:auto;
		bottom:-68px;
  }
  
  #site-header .custom_logo{
  	top:auto;
  }
  
  #site-header .moduletable_logo a {
    bottom: 20px;
    display: block;
    height: 148px;
    overflow: hidden;
    position: absolute;
    width: 175px;
  }
  
  #site-header .custom_logo img {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    width: 175px;
  }
	
	#page-wrapper .produits_content {
    height: 420px;
    max-width: 260px;
	}
}

@media only screen and (max-width : 592px) {
  #page-intro-image img{
  	width:560px;
		margin-left:-392px;
		position:absolute;
		left:70%;
		max-width:none;
  }
  
  #page-intro-image{
  	position:relative;
		overflow:hidden;
		width:100%;
		height:130px;
  }
}

/*
 * ============================
 * Pour les téléphones en mode paysage
 * ============================
 */
 @media only screen and (max-width : 481px) {
#site-header .moduletable_logo {
	margin-left: -85px;
}

#page-banners {
    height: 160px;
		margin-top:50px;
}
#page-banners .custom .quality, #page-banners .custom .temps{
    padding-top: 0;
}
#page-banners .custom .gros{
	padding-top: 0;
}
#page-banners p {
    font-size: 16px;
}
#page-banners p strong {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
#page-banners .small strong {
    font-size: 18px;
}
.compagnie-float{
	width:100%;
	padding:0px 0px 15px 0px;
	border-bottom:1px dotted #777777;
	margin-bottom:15px;
}

#page-wrapper .produits_content {
    height: 400px;
    max-width: 200px;
	}

}


@media only screen and (max-width : 360px) {
  #page-banners {
    height: 160px;
		margin-top:50px;
	}
	#page .site-wrapper{
  	margin:0px;
  }
  .products-blocks .custom {
    width: auto;
	margin:0px;
  }
}

/*
 * ============================
 * Pour les téléphones en mode portrait
 * ============================
 */
@media only screen and (max-width : 320px) {
	#site-header .moduletable_logo {
		margin-left: -85px;
	}
	
	#page .site-wrapper{
  	margin:0px;
  }
  .products-blocks .custom {
    width: auto;
	margin:0px;
  }
  .products-blocks .custom img {
    max-width: 100%;
    height: auto;
  }

  #all-products .custom {
    margin-right: 0;
  }

  #page-right .products-blocks .custom {
    margin-right: 0;
  }
#page-banners {
    height: 130px;
}
#page-banners .custom .quality {
    padding-top: 0;
}
#page-banners p {
    font-size: 16px;
}
#page-banners .small strong {
    font-size: 20px;
}
#page-banners strong {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
#page-wrapper .produits_content {
    max-width: 275px;
		height: 425px;
}
}
/*
 * ============================
 * Styles pour les vieux IE (une classe oldie ainsi que ie7 ou ie8 est ajouté
 * à l'élément <html> si nous sommes sur IE7 ou IE8)
 * ============================
 */
html.oldie .products-blocks .custom:hover .product-block-hover-notes {
  display: block;
}
html.oldie .products-blocks .product-block-hover-notes {
  display: none;
}

html.ie7 .site-wrapper {
	width:100%;
	max-width:1295px;
}

html.ie7 #site-header,
html.ie8 #site-header,
html.ie7 .site-wrapper,
html.ie7 .footer-meta,
html.ie8 .footer-meta {
  min-width: 980px;
}

html.ie7 #site-header .moduletable_menu {
  font-size: 14px;
  padding-right: 10px; 
}

html.ie7 #site-header .moduletable_menu ul li {
  margin-left: 10px;
}

html.ie8 #site-header .moduletable_menu {
  font-size: 15px;
  padding-right: 40px;  
}


html.ie7 #site-header .moduletable_menu li,
html.ie8 #site-header .moduletable_menu li {
  margin-left: 20px;
}

html.ie7 #site-header .moduletable_tagline,
html.ie8 #site-header .moduletable_tagline {
  font-size: 24px;
}

html.ie7 #site-header .moduletable_menu li {
  *display: inline;
  zoom: 1;
}

html.ie7 #site-header .moduletable_menu li a {
  color: white;
}

html.ie7 #all-products .custom {
  *display: inline;
  zoom: 1;
}

html.ie7 #site-footer a {
  color: white;
}

html.ie7 #site-footer .affiliates .custom {
  *display: inline;
  zoom: 1;
}

html.ie7 #site-footer .custom_countries li {
  *display: inline;
  zoom: 1;
}

html.ie7 #page-intro-image {
  overflow: hidden;
}

html.ie7 #site-footer .custom_countries table,
html.ie8 #site-footer .custom_countries table {
  margin-right: 40px;
}

html.ie7 #page-right{
	margin-top:125px;
}

html.ie7 .formResponsive h2{
	margin-top:33px;
}