/* CSS Document */
* {
	padding:0;
	margin:0;
	list-style:none;
}
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
} 
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background:#F3F4F4;
	font-size:100%;
	color:#000;
	line-height:100%;
	font-style:normal;
	font-weight:normal;
}
input { background:none; border:0 none; outline:none; }
table {
	border:0 none;
	border-collapse:collapse;
	border-spacing:0;
}
td { vertical-align:top; }
img	{ border:0 none; max-width:100%; }
a	{ outline:none; cursor:pointer; }
.left	{ float:left; }
.right	{ float:right; }
.clear { clear:both; }
.text_right { text-align:right; }
.text_left { text-align:left; }
.text_center { text-align:center; }
.text-justify { text-align:justify; }
.clearfix {
	clear:both;
	/*content:" "; never use this property error in opera*/
	display:block;
	font-size:inherit;
	height:0;
	line-height:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display:block;
}

/******23 April 2015******/
/**************** Header ****************/

body{
	background:#fff;
}

#header{
	height: 156px;
	border-bottom: 3px solid #C23488;
	background:#FFFFFF;
}
.header-height {

}

.container{
	width:1170px;
	margin:0 auto;
}

#logo{
	width:356px;
	height:80px;
	display:block;
	float:left;
}

.header{
	float: left;
	float: left;
	margin-top: 20px;
	width:100%;
}

.header .number{
	float:right;
	margin-top: 15px;
}

.header .number img{
	float:left;
}

.header .number p{
	float:left;
	font-family:'Lato',sans-serif;
	color:#30B6CF;
	font-size:22px;
	margin:17px 0 0 10px;
}

.header #menu-main-menu{
	float:left;
}
.header #menu-main-menu ul li{
    display: inline-block;
    float: left;
    height:47px;
}
.header #menu-main-menu ul li.sec-logo{
	display:none;
}
.header #menu-main-menu ul li.sec-logo a{
	padding-left:0!important;
	height:47px;
}
.header #menu-main-menu ul li.sec-logo a img{
	height:47px;
}
.header #menu-main-menu ul li a{
	font-family:'Lato',sans-serif;
	color:#454545;
	font-size:17px;
	text-decoration:none;
	outline:none;
	display:block;
	line-height:47px;
	padding:0 40.3px;
    background-color:#F4F4F4;
    background-image: url("../images/menu_line.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.header #menu-main-menu ul li a:hover, .header #menu-main-menu ul li a.mPS2id-highlight {
	color:#fff;
	background-color:#C23488;
}

.header #menu-main-menu ul li:first-child a{
	background-image:none;
}

/**************** Close ****************/

/**************** Content ****************/

ul.bx-wrapper .bx-controls-direction a.disabled{
	display:block !important;
}

.bx-wrapper .bx-controls-direction a {
    margin-top: -23px !important;
}

#hero_image ul{
	float:left;
	width:100%;
}

#hero_image ul li{
	width:100%;
}

#hero_image ul li img{
	width:100%;
	height:auto;
}
#hero_image ul li .image_content{
	position:absolute;
	bottom:48px;
	left:48px;
}
#hero_image ul li .image_content p:first-child{
	font-family:'Oswald',sans-serif;
	color:#30B6CF;
	font-size:30px;
	margin-bottom:11px;
	line-height:100%;
}

#hero_image ul li .image_content p:nth-child(2){
	font-family:'Lato',sans-serif;
	color:#BF3386;
	font-size:40px;
	font-weight:bold;
	line-height:100%;
}

#hero_image{
	float:left;
	width:100%;
}

.myfeatures{
	background:#f3f3f3;
	width:100%;
	height:auto;
	float:left;
	margin-bottom:55px;
}

.features{
	float:left;
}

.features .feature{
	background: none repeat scroll 0% 0% #E6E6E6;
	width: 28%;
	float: left;
	padding: 15px 30px;

}

.features .feature2{
	background:#F3F3F3;
	border:1px solid #E6E6E6;
	border-top:none;
	border-bottom:none;
}

.features .feature1{
	border-right:1px solid #F3F3F3;
}

.features .feature3{
	border-left:1px solid #F3F3F3;
}

.features .feature1_img{
	background:url("../images/feature1.png") no-repeat;
	width:90px;
	height:90px;
	float:left
}

.features .feature2_img{
	background:url("../images/feature2.png") no-repeat;
	width:90px;
	height:90px;
	float:left
}

.features .feature3_img{
	background:url("../images/feature3.png") no-repeat;
	width:90px;
	height:90px;
	float:left
}

.features .feature .feature_content{
	float: left;
	width: 55%;
	margin-top: 15px;
	margin-left: 22px;
}

.features .feature .feature_content h3{
	font-family:'Lato',sans-serif;
	font-weight:300;
	font-size:30px;
	color:#C23488;
	float:left;
}

.features .feature .feature_content p{
	font-family:'Lato',sans-serif;
	font-size:16px;
	color:#333333;
	float:left;
	margin-top: 8px;
	line-height: 23px;
}

.features .feature2 .feature_content p span{
	font-family:'Lato',sans-serif;
	font-size:22px;
	color:#333333;
}

/****Content1*****/
.content1{
	float:left;
	margin-bottom: 55px;
}

.content1_left{
	width:61%;
	float:left;
}

.content1_left h2{
	font-family:'Lato',sans-serif;
	font-weight:300;
	font-size:35px;
	color:#31B9D3;
	float:left;
	margin-bottom: 27px;
}

.content1_left h2 span{
	color:#C23488;
}
.content1_left img{
	float:left;
}

.content1_left p{
	font-family:'Lato',sans-serif;
	font-size:14px;
	color:#333333;
	float:left;
	margin-top: 24px;
	text-align: justify;
	line-height: 23px;
}

.content1_right{
	width: 33%;
	float: right;
	padding: 4px;
	border: 1px solid #EAEAEA;
	background:#fff;
}

.content1_right_wrap{
	background:#F4F4F4;
	padding: 20px 25px;
}

.content1_right h2{
	font-family:'Lato',sans-serif;
	font-weight:300;
	font-size:30px;
	color:#C23488;
	float:left;
	line-height: 40px;
	margin-bottom: 6px;
}

.content1_right p{
	font-family:'Lato',sans-serif;
	font-size:14px;
	color:#333333;
	float:left;
	text-align: justify;
	line-height: 23px;
}

.content1_right img{
	margin-top:10px;
}

.content1_right .content1_right_wrap_content{
	float:right;
	width: 62%;
}

/*******Content 2 ***********/

.content2{
	float:left;
	background-color:#30B6CF;
	width:100%;
}

.content2 .content2_wrap{
	float: left;
	width: 100%;
}

.content2_divider{
	background:url("../images/content2_divider.png") no-repeat;
	width:8px;
	height:150px;
	display:block;
	float:left;
	margin-top:40px;
}

.content2 .content2_wrap ul{
	width:28%;
	float:left;
	margin:55px;
	margin-bottom:22px;
}

.content2 .content2_wrap ul:first-child{
	margin-left:0;
	margin-right:0;
}

.content2 .content2_wrap ul:last-of-type{
	margin-left:32px;
	margin-right:0;
}

.content2 .content2_wrap ul li{
	font-family:'Lato',sans-serif;
	font-size:30px;
	color:#fff;
	font-weight:300;
	margin-bottom:23px;
	background:url("../images/list_bullet.png") no-repeat;
	background-position: left;
	padding-left: 28px;
	line-height:100%;
}

/***Content 3***/

.content3{
	float:left;
	margin:52px 0;
}

.content3 p,.content3 li{
	font-family:'lato',sans-serif;
	font-size:14px;
	color:#333333;
	float:left;
	line-height:23px;
}

.content3 li{
	background: url("../images/list_arrow.png") no-repeat;
	background-position: left;
	padding-left: 20px;
}

.content3 .content3_left {
    width: 49%;
    float: left;
    background: url("../images/seperator.png") no-repeat;
    background-position: right 10px;
    padding-right: 15px;
}

.content3 .content3_left ul li{
	line-height:32px;
}
.content3 .content3_left ul{
	float:left;
	margin-top:12px;
}

.content3 .content3_left img{
	float:left;
	margin-bottom:22px;
}

.content3 .content3_left h2{
	color:#31B9D3;
	font-family:'Lato',sans-serif;
	font-size:35px;
	font-weight:300;
	margin-bottom: 27px;
}

.content3 .content3_left h2 span{
	color:#C23488;
}

.content3 .content3_right{
	float: right;
	width: 44%;
	margin-top: 65px;
}

.content3 .content3_right ul{
	width:42%;
	float:left;
	margin-top:18px;
}

.content3 .content3_right ul li{
	line-height:32px;
}

/***Content 4***/

.content4{
	float:left;
	width:100%;
	background:#F3F3F3;
}

.content4 .content4_wrap{
	float:left;
	margin:38px 0 13px 0;
}

.content4Content{
	width:182px;
	float:left;
	margin-left:15px;
	margin-bottom:25px;
}

.content4Content.first{
	margin-left:0;
}

.content4 .content4_image{
	background:#fff;
	padding:5px;
}

.content4 .content4_content{
	text-align:center;
	padding:15px 0 10px 0;
	background:#30B6CF;
}

.content4 .content4_content h4{
	font-family:'Lato',sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#fff;
}

.content4 .content4_content p{
	font-family:'Lato',sans-serif;
	font-size:14px;
	color:#124752;
	margin-top:5px;
}

/***Content 5****/

.content5{
	float:left;
	width:100%;
}

.content5 .content5_header{
	text-align:center;
}

.content5 .content5_header h2{
	color:#31B9D3;
	font-family:'Lato',sans-serif;
	font-size:35px;
	font-weight:300;
	margin:52px 0 18px 0;
}

.content5 .accor{
	margin:52px 0;
}

.content5 .accor h3{
	font-family:'Lato',sans-serif;
	font-size:22px;
	font-weight:300;
	color:#333333;
	padding:26px 22px;
	width:96%;
	background-image:url("../images/arrow.png");
	background-position:98%;
	background-repeat:no-repeat;
	cursor:pointer;
}
.content5 .accor h3.active{
	background-image:url("../images/uparrow.png");
}
.content5 .accor h3:focus{
	background-image:url("../images/uparrow.png");
	background-position:98%;
	background-repeat:no-repeat;
}

.content5 .accor h3:nth-of-type(odd){
	background-color:#F0F0F0;
}

.content5 .accor h3:nth-of-type(even){
	background-color:#F7F7F7;
}

.content5 .accor p{
	background:#fff;
	padding:28px 22px;
	font-family:'Lato',sans-serif;
	font-size:14px;
	color:#333333;
	line-height:22px;
}

.content5 .accor .detail{
	height:auto !important;
	border: 1px solid #F0F0F0;
    height: auto !important;
    width: 99.6%;
}

/**************** Close ****************/

/**************** Footer ****************/

.footer{
	background:url("../images/footer_back.png") repeat;
	width:100%;
	height:250px;
	float:left;
	background-size:cover;
}

.footer .footer_wrap h2{
	font-family:'lato',sans-serif;
	font-size:35px;
	color:#31B9D3;
	font-weight:300;
	margin-top:58px;
}

.footer .footer_wrap h2 span{
	color:#fff;
}

.footer .footer_wrap img{
	margin-top:22px;
	margin-bottom:38px;
	float:left;
}

.footer .footer_wrap .contact_details{
	float:left;
	width:70%;
}

.footer .footer_wrap .address p{
	margin-bottom:5px;
}

.footer .footer_wrap .address p,.footer .footer_wrap .phone,.footer .footer_wrap .mail a{
	font-family:'Lato',sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
}

.footer .footer_wrap .address{
	background:url("../images/location.png") no-repeat;
	background-position:left 5px;
	padding-left:26px;
	float:left;
	margin-right:65px;
}

.footer .footer_wrap .phone{
	background:url("../images/footer_phone.png") no-repeat;
	background-position:left;
	padding-left:26px;
	float:left;
	margin-right:65px;
}

.footer .footer_wrap .mail{
	background:url("../images/mail.png") no-repeat;
	background-position:left;
	padding-left:26px;
	float:left;
}

.footer .footer_wrap img:last-of-type{
	float:right;
	margin-top: -116px;
	margin-right:40px;
}

/**footer bottom**/

.footer_bottom{
	background:#333333;
	float:left;
	width:100%;
	height:65px;
}

.footer_bottom p{
	float:left;
	font-family:'lato',sans-serif;
	font-size:13px;
	color:#fff;
	margin-top:28px;
}

.footer_bottom .payment_cards{
	float:right;
	margin-top:20px;
	margin-right:60px;
}

.footer_bottom .payment_cards img{
	float:left;
	margin-right:10px;
}

/* Before/After Slider */
.before-after-slider {
  position: relative;
  max-width: 700px;
  margin: 40px auto;
  overflow: hidden;
}

.before-after-slider img {
  display: block;
  width: 100%;
  height: auto;
}

.after-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.after-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background: #c23488;
  cursor: ew-resize;
  z-index: 2;
}

/**************** Close ****************/

/**************** Close ****************/
/* ...fin de tes autres règles... */

/* Fix BeerSlider display */
.beer-slider {
  position: relative;
  max-width: 700px;
  margin: 40px auto 60px auto;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0,0,0,0.1);
  background: #f0f0f0;
}
.beer-slider img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}
@media (max-width: 700px) {
  .beer-slider, .beer-slider img { height: 220px; }
}
/* Ajoute un espace sous la barre de menu principale */

/* Si tu veux un espace uniquement sous la ligne rose */

/* Optionnel : évite que le sous-menu déborde sur le titre */
/* Fix affichage des sous-menus */
.navi {
  position: relative;
  z-index: 999;
}

/* Assure une bonne position des sous-menus */
.navi ul li {
  position: relative;
}

/* Empêche le sous-menu de masquer le titre */
h1, .main-title {
  position: relative;
  z-index: 1;
}

/* Empêche le titre ou le contenu d’être caché */
h1, .main-title {
  position: relative;
  z-index: 1;
}

/* Règles propres et complètes pour la navigation */
.navi {
  position: relative;
  z-index: 999;
  height: 47px;
  background: #f4f4f4;
  margin: 9px 0 32px 0;
  border-bottom: 2px solid #e1007b;
}

/* Position relative pour les items de menu */
.navi ul li {
  position: relative;
}

/* Sous-menus : cachés par défaut */

/* Affichage du sous-menu au survol */
.navi ul li:hover > ul {
  display: block;
}

/* Style des liens dans les sous-menus */
.navi ul li ul li a {
  padding: 10px 15px;
  font-size: 15px;
  color: #333;
  background: #fff;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #eee;
}

.navi ul li ul li a:hover {
  background: #f4f4f4;
  color: #C23488;
}

/* Empêche les titres d’être masqués */
h1, .main-title {
  position: relative;
  z-index: 1;
}

/* 🔒 Blocage forcé des sous-menus au survol */
ul li:hover ul {
  display: none !important;
}


/* 🚫 Empêche les éléments du menu de passer à la ligne */
#menu-main-menu ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}

#menu-main-menu ul li {
  float: none !important;
  white-space: nowrap;
}
