.u-offcanvas .u-sidenav { flex-basis: 350px!important; } 
.u-black, .u-body.u-black, .u-container-style.u-black:before, .u-table-alt-black tr:nth-child(even) {
    color: #ffffff;
    background-color: #49B287;
	
}
div.u-sidenav-overflow{
	overflow: hidden !important;}

ul.u-nav-0 li.mainmenu {
	display:inline-block!important;
	
}
a.u-button-style.u-nav-link{
	text-align: left!important;
	margin-left: 20px!important;
	
}
a.u-button-style.u-nav-link:hover{
	color:black!important;
}
a.u-button-style.u-nav-link.smenu{
		font-size: 16px!important;
	padding: 0px!important; 
	line-height: 18px!important; 
	margin-left: 40px!important;
}
a.u-button-style.u-nav-link.smenu::before{
		content: "- ";
}


#contenu {
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	max-width: 1180px;
	padding-left:4%;
	padding-right:4%;
}

img.promotion{
	text-align:center; 
	max-width:95%!important; 
	height:auto!important;
}

div#div33{
	width:33%;
	float: left;
	text-align: center;
	display: inline;
}

@media only screen and (max-width: 767px) {
	div#div33{
	width:100%;
	float: left;
	text-align: center;
	display: inline;
	}
	
	
}

img.photosite{
	
	max-width:100%;
	height:auto;
}
	

.u-footer {
  background-image: url("images/fond.jpg");
  background-position: 50% 100% !important;
}


#menu_shop, #menu_newsletter{
	display: block;
	float: left;
	max-width: 96% !important;
	min-width: 96% !important;
	padding: 2% !important;
	text-align: center;
}




@media (min-width: 992px) {
	.divsociete, .divcontact  {
		flex: 0 0 25% !important;
		max-width: 25% !important;
		min-width: 25% !important;
		padding: 0% !important;
		
	}
		.divhoraire  {
		flex: 0 0 50% !important;
		max-width: 50% !important;
		min-width: 50% !important;
			padding: 0% !important;
	}
	
	#menu_shop{
	display: block;
	float: left;
	max-width: 50% !important;
	min-width: 50% !important;
	padding: 3% !important;
	text-align: right;
	}


	#menu_newsletter{
	display: block;
	float: left;
	max-width: 50% !important;
	min-width: 50% !important;
	padding: 3% !important;
	text-align: left;
	}
	
}

a.siteweb {font-size:13px; color:grey;}



/* ------------------------------------------- SLIDER ------------------------------ */

#jubile {
  position: absolute;
  width: 250px;
  right: 20px;
  top:20px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
	#jubile {    width: 120px;}
	#jubile img {width:120px;height: auto;}
}

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 3000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}














/* ------------------------------------------- MEGAMENU ------------------------------ */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.navbar {

  margin-left:30px;
  padding-left: 100px;
  overflow: hidden;
  font-family: verdana;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.navbar a:hover{
	color: white;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: black;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #33B17C;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #33B17C;
  width: 600px;
  left: 200;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}



.dropdown:hover .dropdown-content {
  display: block;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 100%;
  padding: 10px;
  background-color: #33B17C;
  height2: 250px;
}

.column h3{ 
    margin: 0px;
}

.column a {
  float: none;
  color: black;
  padding: 5px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.column a:hover {
  background-color2: #ddd;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

