/* ================================= M A I N ==================================== */
body, html {
	font-family: 'Open Sans', sans-serif;
	color: #12A19A;
	font-weight: 300;
	background: none;
}
.full {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
a, a:hover {
	color: #fff;
	text-decoration: none;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #333;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
.logo {
	font-size: 36px;
	color: #D64541;
}
.coming-soon {
	padding-top: 200px;
//	padding-top: 520px;
	margin: 0 auto;
	text-align: center;
}
.coming-soon h2 {
	color: #fff;
	font-size: 80px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.coming-soon .tleft {
	font-size: 16px;
	letter-spacing: 5px;
	margin-top: 50px;
}
.coming-soon p {
	font-size: 20px;
	margin: 0;
}
.coming-soon p.teaser {
	color: #fff;
	font-weight: bold;
}
.coming-soon .counter {
	margin: 20px 0;
}
.counter .days-wrapper, .counter .hours-wrapper, .counter .minutes-wrapper, .counter .seconds-wrapper {
	display: inline-block;
	margin: 0 40px;
	font-size: 18px;
}
.counter .days, .counter .hours, .counter .minutes, .counter .seconds {
	font-size: 120px;
	line-height: 90px;
}
.social {
	margin-top: 80px;
	margin-bottom: 30px;
}
.social i {
	color: #12A19A;
	font-size: 24px;
	display: inline-block;
	padding: 0 20px;
}
.social i:hover {
  color: #D64541;
}
.button_shop
{
  transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
//  padding-top: 25px;
//  padding-left: 20px;
}
.button_retail
{
  transform: rotate(+10deg);
  -ms-transform: rotate(+10deg);
  -webkit-transform: rotate(+10deg);
//  padding-top: 25px;
//  padding-left: 20px;
}



.links {
	font-size: 14px;
	margin: 20px 0 10px 0;
}
.links a {
	color: #12A19A;
}
.links a:hover {
	color: #D64541;
}

.content {
	background: #333;
  width: 60%;
  margin: auto;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
	-o-border-radius: cover;
}

.content h2,
h2.iframed {
	color: #fff;
	font-size: 50px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.content p {
	padding: 20px;
}
.content p,
p.iframed,
ul.iframed {
	font-size: 15px;
	margin: 0;
	font-weight: normal;
  text-align: left;
}
iframe {
  height: 570px;
  width: 100%;
  border: 0;
}
.text-danger {
	color: #cc0033;
	text-align: left;
}
input, textarea {
  border: 1px solid #333;
  border-radius: 5px;
  padding:3px;
  width: 90%;
}
textarea {
  height: 225px;
}input:focus, textarea:focus {
  /* Pour souligner légèrement les éléments actifs */
  border-color: #D64541;
}
@media (max-width: 979px) {
  .counter .days-wrapper, .counter .hours-wrapper, .counter .minutes-wrapper, .counter .seconds-wrapper {
  	width: 140px;                                                                          
  	height: 120px;
  	margin: 7px;
  	padding-top: 20px;
  }
  .counter .days, .counter .hours, .counter .minutes, .counter .seconds {
  	font-size: 60px;
  	line-height: 70px;
  }
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

/* =========================== P E R S O N N A L I S A T I O N ============================== */
.live {
	padding-top: 20px;
	margin: 0 auto;
	text-align: center;
}

.live .social {
	margin-top: 35px;
}

table.table
{
}

thead.table_head
{
}

th.table_head_row
{
}

tbody.table_body
{
}

tr.table_body_row
{
}

td.table_body_cell_title
{
  width: 100%;
  text-align: left;
  vertical-align: middle;
	text-decoration: none;
  font-weight: bold;
}

td.table_body_cell_text
{
  text-align: left;
  vertical-align: middle;
	text-decoration: none;
}

td.table_body_cell_picture
{
  text-align: center;
  vertical-align: middle;
}

td.table_body_cell_price
{
  width: 100%;
  text-align: left;
  vertical-align: middle;
	text-decoration: none;
}

td.table_body_cell_cart
{
  width: 1 px;
  text-align: left;
  vertical-align: middle;
	text-decoration: none;
  padding-right: 5px;
}

/* ========================== M E N U   D I S T R I B U T I O N ============================= */
div.menu_distribution
{
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
	-o-border-radius: cover;  
  width:97.5%;  
//  height:180px;
  display: inline-block;
  text-align:center;
  vertical-align:top;
}

/* ============================== M E N U   P R O D U C T S ================================= */
div.menu_product
{
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
	-o-border-radius: cover;  
  width:47.75%;  
  height:524px;
  display: inline-block;
  text-align:center;
  vertical-align:top;
}

div.menu_product img.empty
{
  height:100px;
  width: 1px;
}

div.menu_product img.pic1
{
	float: left;
  transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  padding-top: 50px;
//  padding-left: 20px;
}

div.menu_product img.pic2
{
	float: left;
  transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  padding-top: 25px;
//  padding-left: 20px;
}

div.menu_product img.pic3
{
	float: left;
  transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  padding-top: 10px;
//  padding-left: 20px;
}

div.menu_product img.pic4
{
	float: left;
  transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  padding-top: 25px;
//  padding-left: 20px;
}

div.menu_product img.pic5
{
	float: left;
//  transform: rotate(+20deg);
//  -ms-transform: rotate(+20deg);
//  -webkit-transform: rotate(+20deg);
  padding-top: 50px;
//  padding-left: 20px;
}

div.menu_product img.pic6
{
	float: left;
  transform: rotate(+20deg);
  -ms-transform: rotate(+20deg);
  -webkit-transform: rotate(+20deg);
  padding-top: 0px;
  padding-left: 65px;
}

div.menu_product img.pic7
{
	float: left;
  transform: rotate(+10deg);
  -ms-transform: rotate(+10deg);
  -webkit-transform: rotate(+10deg);
  padding-top: 25px;
  padding-left: 35px;
}

div.menu_product img.pic8
{
	float: left;
//  transform: rotate(+20deg);
//  -ms-transform: rotate(+20deg);
//  -webkit-transform: rotate(+20deg);
  padding-top: 10px;
  padding-left: 35px;
}

div.menu_product img.pic9
{
	float: left;
  transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  padding-top: 20px;
  padding-left: 35px;
}

div.menu_product img.pic10
{
	float: left;
  transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  padding-top: 0px;
  padding-left: 35px;
}

/* =========================== M E N U   E X H I B I T I O N S ============================== */
div.menu_exhibition
{
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
	-o-border-radius: cover;
  width:47.75%;
  height:524px;
  display: inline-block;
  text-align:center;
  vertical-align:top;
}

div.menu_exhibition img.empty
{
  height:180px;
  width: 1px;
}

div.menu_exhibition img.pic1
{
	float: left;
  transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  padding-top: 25px;
  padding-left: 60px;
}

div.menu_exhibition img.pic2
{
	float: left;
  padding-top: 15px;
}

div.menu_exhibition img.pic3
{
	float: left;
  transform: rotate(+20deg);
  -ms-transform: rotate(+20deg);
  -webkit-transform: rotate(+20deg);
  padding-top: 25px;
}

div.menu_exhibition img.pic4
{
	float: left;
  transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  padding-left: 100px;
}

div.menu_exhibition img.pic5
{
	float: left;
  transform: rotate(+10deg);
  -ms-transform: rotate(+10deg);
  -webkit-transform: rotate(+10deg);
}

/* ============================= M E N U   R E T A I L E R S ================================ */
div.menu_retailers
{
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
	-o-border-radius: cover;  
  width:97.5%;  
//  height:150px;
  display: inline-block;
  text-align:center;
  vertical-align:top;
}

/* =============================== D I S T R I B U T I O N ================================== */
div.distribution
{
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
	-o-border-radius: cover;  
}

div.distribution td.table_body_cell_text
{
  width: 70%;
}

div.distribution td.table_body_cell_picture
{
  width: 30%;
}

div.menu_distribution img
{
  padding-top: 10px;
}

/* =================================== P R O D U C T S ====================================== */
div.product
{
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
	-o-border-radius: cover;  
}

div.product td.table_body_cell_text
{
  width: 50%;
}

div.product td.table_body_cell_picture
{
  width: 50%;
}

span.product_reference
{
  text-transform: uppercase;
  font-weight: bold;
}

span.product_title
{
  text-transform: none;
  font-weight: bold;
}

span.product_price
{
  font-weight: bold;
  font-size: 1.17em;
}

/* ================================ E X H I B I T I O N S =================================== */
div.exhibition
{
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
	-o-border-radius: cover;  
}


div.exhibition td.table_body_cell_text
{
  width: 90%;
}

div.exhibition td.table_body_cell_picture
{
  width: 10%;
}

/* ================================== R E T A I L E R S ===================================== */
div.retailers
{
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
	-o-border-radius: cover;  
}

div.retailers td.table_body_cell_text
{
  width: 70%;
}

div.retailers td.table_body_cell_picture
{
  width: 30%;
}

div.retailers td.table_body_cell_picture img
{
  width: 250px;
}

div.retailers span.retailer_channel img,
div.retailers span.retailer_range img
{
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border: 2px solid #f1f1f1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
	-o-border-radius: cover;  
  margin-right: 3px;
  margin-left: 3px;
  width: 32px;
}

/* ================================= R E S P O N S I V E ==================================== */
@media screen and (max-width: 1300px) 
{
  div.product td.table_body_cell_picture img
  {
    object-fit: scale-down;
/*
    max-width: initial;
    max-height: initial;
*/
    width: 100%;
    height: auto;
  }
  div.menu_exhibition img.empty
  {
    height: 140px;  
  }
  div.menu_exhibition img.pic1,
  div.menu_exhibition img.pic2,
  div.menu_exhibition img.pic3,
  div.menu_exhibition img.pic4,
  div.menu_exhibition img.pic5
  {
    width: 75px;
    height: auto;
  } 
  .content {
    width: 65%; /* The width is 65%, when the viewport is 1300px or smaller */
  }
}
@media screen and (max-width: 1225px) 
{
  .content {
    width: 70%;
  }
}
@media screen and (max-width: 1150px) 
{
  .content {
    width: 75%;
  }
}
@media screen and (max-width: 1075px) 
{
  div.menu_retailers img
  {
    height: 35px;
    width: auto;
  }
  .content 
  {
    width: 80%;
  }
  div.exhibition td.table_body_cell_text
  {
    width: 70%;
  }
  div.exhibition td.table_body_cell_picture
  {
    width: 30%;
  }
  div.exhibition td.table_body_cell_picture img {
    width: 100%;
    height:auto;
  }
  div.product td.table_body_cell_picture.pictures_in_table table.table td.table_body_cell_title 
  {
    width: 33.33%;
  }
  div.product td.table_body_cell_picture.pictures_in_table table.table td.table_body_cell_title img 
  {
    width: 100%;
    height:auto;
  }
}
@media screen and (max-width: 1000px) 
{
  .content {
    width: 85%;
  }
}
@media screen and (max-width: 925px) 
{
  div.menu_product,
  div.menu_exhibition
  {
    height: 460px;
  }
  div.menu_product img
  {
    width: 175px;
    height: auto;
  }
  div.menu_product img.pic1
  {
    padding-left: 25px;
    padding-top: 50px;
  }
  div.menu_product img.pic1,
  div.menu_product img.pic2,
  div.menu_product img.pic3,
  div.menu_product img.pic4,
  div.menu_product img.pic5
  {
    width: 64px;
    height: auto;
  }
  div.menu_product img.pic6
  {
    padding-left: 40px;
  }
  div.menu_product img.pic6,
  div.menu_product img.pic7,
  div.menu_product img.pic9,
  div.menu_product img.pic10
  {
    width: 20px;
    height: auto;
  }
  div.menu_product img.pic8
  {
    width: 90px;
    height: auto;
  }
  .content {
    width: 90%;
  }
}
@media screen and (max-width: 850px) 
{
  div.menu_exhibition img
  {
    height: 140px;  
  }
  .content {
    width: 95%;
  }
  div.exhibition td.table_body_cell_picture img
  {
    Width: 50%;
    height:auto;
  }
}
@media screen and (max-width: 775px) 
{
  div.menu_product,
  div.menu_exhibition
  {
    width: 97.5%;  
    height: auto;
    display: block;
  }
  div.menu_product img
  {
    width: 179px;
    height: auto;
  }
  div.menu_product img.empty
  {
    height: 75px;
  }
  div.menu_product img.pic1,
  div.menu_product img.pic2,
  div.menu_product img.pic3,
  div.menu_product img.pic4,
  div.menu_product img.pic5
  {
    width: 64px;
    height: auto;
  }
  div.menu_product img.pic6,
  div.menu_product img.pic7,
  div.menu_product img.pic9,
  div.menu_product img.pic10
  {
    width: 20px;
    height: auto;
  }
  div.menu_product img.pic8
  {
    width: 90px;
    height: auto;
  }
  div.menu_exhibition img.pic4,
  div.menu_exhibition img.pic5
  {
    padding-top: 25px;
  }
  .content {
    width: 100%;
  }
  div.exhibition td.table_body_cell_text,
  div.exhibition td.table_body_cell_picture
  {
    width: 50%;
  }
  div.exhibition td.table_body_cell_picture img {
    width: 100%;
    height:auto;
  }
  div.menu_exhibition img.pic1
  {
    padding-left: 100px;
  }
}
@media screen and (max-width: 700px) 
{
}
@media screen and (max-width: 625px) 
{
}
@media screen and (max-width: 550px) 
{
  div.menu_retailers img
  {
    height: 25px;
    width: auto;
  }
  .content
  {
    width: 100%;
  }
  .logo img
  {
    width: 100%;
    height:auto;
  }
  .content h2,
  h2.iframed
  {
  	font-size: 30px;
  	font-weight: 400;
  }
  .content p,
  p.iframed,
  ul.iframed,
  span.links,
  td.table_body_cell_text
  {
    font-size: 12px;  
  }
  h3
  {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
  }
  h3,
  span.product_reference,
  span.product_title,
  td.table_body_cell_price span.product_price
  {
  	font-size: 15px;
  }
  td.table_body_cell_cart img{
    width: 32px;
    height:auto;
  }
  td.table_body_cell_price{
  	font-size: 9px;
  }
  div.product table.table,
  div.product td.table_body_cell_picture table.table{
    display: block;
  } 
  td.table_body_cell_text,
  td.table_body_cell_picture,
  div.product td.table_body_cell_picture table.table td.table_body_cell_title {
    display: block;
    position: relative;
  }
  div.product td.table_body_cell_text,
  div.product td.table_body_cell_picture,
  div.distribution td.table_body_cell_text,
  div.distribution td.table_body_cell_picture,
  div.exhibition td.table_body_cell_text,
  div.exhibition td.table_body_cell_picture
  {
    width: 100%;
  }
  div.product td.table_body_cell_picture.pictures_in_table table.table td.table_body_cell_title 
  {
    width: 100%;
  }
  div.exhibition td.table_body_cell_picture img {
    width: 100%;
    height:auto;
  }
}
@media screen and (max-width: 475px) 
{
  div.menu_product img.pic1
  {
    padding-left: 40px;
  }
  div.menu_product img.pic1,
  div.menu_product img.pic2,
  div.menu_product img.pic3,
  div.menu_product img.pic4,
  div.menu_product img.pic5
  {
    width: 43px;
    height: auto;
  }
  div.menu_product img.pic6
  {
    padding-left: 65px;
  }
  div.menu_product img.pic6,
  div.menu_product img.pic7,
  div.menu_product img.pic9,
  div.menu_product img.pic10
  {
    width: 12px;
    height: auto;
  }
  div.menu_product img.pic8
  {
    width: 50px;
    height: auto;
  }
  p.iframed img {
    width:100%;
    height:auto;
  }
  div.menu_exhibition img.pic1
  {
    padding-left: 70px;
  }
  div.menu_product img.empty
  {
    height: 150px;
  }
}
@media screen and (max-width: 400px) 
{
  div.menu_product img
  {
    width: 137px;
    height: auto;
  }
  div.menu_product img.empty
  {
    height: 60px;
  }
  div.menu_product img.pic1
  {
    padding-left: 40px;
    padding-top: 50px;
  }
  div.menu_product img.pic2,
  div.menu_product img.pic4
  {
    padding-top: 20px;
  }
  div.menu_product img.pic5
  {
    padding-top: 40px;
  }
  div.menu_product img.pic2,
  div.menu_product img.pic3,
  div.menu_product img.pic4,
  div.menu_product img.pic5
  {
    padding-left: 10px;
  }
  div.menu_product img.pic6
  {
    padding-left: 65px;
  }
  div.menu_product img.pic7,
  div.menu_product img.pic8,
  div.menu_product img.pic9,
  div.menu_product img.pic10
  {
    padding-left: 30px;
  }
  div.menu_product img.pic8
  {
    padding-top: 25px;
  }
  div.menu_exhibition img.empty
  {
    height: 265px;
  }
}
@media screen and (max-width: 375px) 
{
  div.menu_product img
  {
    width: 126px;
    height: auto;
  }
  div.menu_product img.empty
  {
    height: 70px;
  }
  div.menu_product img.pic1
  {
    padding-left: 25px;
    padding-top: 50px;
  }
  div.menu_product img.pic6
  {
    padding-left: 45px;
  }
  div.menu_exhibition img.pic1
  {
    padding-left: 90px;
  }
  div.menu_exhibition img.pic4
  {
    padding-left: 110px;
  }
  div.menu_exhibition img.pic1,
  div.menu_exhibition img.pic2,
  div.menu_exhibition img.pic3,
  div.menu_exhibition img.pic4,
  div.menu_exhibition img.pic5
  {
    width: 50px;
    height: auto;
  }
  div.menu_exhibition img.empty
  {
    height: 200px;
  }
}
@media screen and (max-width: 325px) 
{
  .content h2,
  h2.iframed
  {
  	font-size: 20px;
  	font-weight: 400;
  }
  div.menu_product img
  {
    width: 132px;
    height: auto;
  }
  div.menu_product img.empty
  {
    height: 55px;
  }
  div.menu_product img.pic1
  {
    padding-left: 5px;
    padding-top: 40px;
  }
  div.menu_product img.pic2,
  div.menu_product img.pic4
  {
    padding-top: 20px;
  }
  div.menu_product img.pic5
  {
    padding-top: 40px;
  }
  div.menu_product img.pic2,
  div.menu_product img.pic3,
  div.menu_product img.pic4,
  div.menu_product img.pic5
  {
    padding-left: 10px;
  }
  div.menu_product img.pic6
  {
    padding-left: 25px;
  }
  div.menu_product img.pic7,
  div.menu_product img.pic8,
  div.menu_product img.pic9,
  div.menu_product img.pic10
  {
    padding-left: 30px;
  }
  div.menu_product img.pic8
  {
    padding-top: 25px;
  }
  div.menu_exhibition img.pic1
  {
    padding-left: 60px;
  }
  div.menu_exhibition img.pic4
  {
    padding-left: 80px;
  }
}


    .sitebtn {
	  border-radius: 25px;
	  border: 2px solid #12A19A;
	  padding: 20px;
	  width : 340px;
	  height : 500px;
	  color: #12A19A;
	  text-align: center;
	  margin: 20px;
	  margin-top: 50px;
    }
	
	.sitebtn a {
		color: #12A19A;
	}
	
	.sitebtn img {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.sitebtn a p {
		color: #095450;
	}
	
	.sitebtn a h2 {
		height: 50px;
		vertical-align: middle;
        margin-bottom: 20px;
	}
	
	
