/*
Theme Name: Wine Day Tour
Author: BGInfographie
Author URI: http://www.agence-bgi.com/
*/

body,html{
	margin:0;
	font-size:14px;
	font-family: "Open sans",'sans-serif';
	color:#62625f;
}

a {
    color: #6e1873;
    text-decoration: none;
}

a:focus, a:hover {
    color: #6e1873;
    text-decoration: none;
    outline: 0;
}

a img{
	border:0;
}

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

iframe{
	max-width: 100%;
}

.alignleft {
    float: left;
    margin: 0 20px 0 0;
}

.alignright {
    float: right;
    margin: 0 0 0 20px;
}

p:empty{
	display: none;
}

h1,
h2{
	font-weight: 300;
	text-transform: uppercase;
	font-size : 2.14em;
	margin:20px 0 25px;
	text-align: center;
}

h1 > span,
h2 > span{
	display: inline-block;
	padding:10px 0;
	border : 1px solid #6e1873;
	border-left: none;
	border-right:none;
}

.row{
	margin:0;
}

.container{
	width:1200px;
	padding:0;
}

.nomenu .container{
	padding:0 0;
}

#header{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-top:60px;
	text-align: center;
	background-size: cover;
}

.header_texte{
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
	font-family: "Lora";
	font-style: italic;
	color:#fff;
	font-size:3.28em;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.75);
}

#header.default{
	height: 342px;
	background-image:url(/wp-content/uploads/2016/04/paris-wine-day-tours-header-342.jpg);
}

#header.frontpage{
	height:100vh;
	position: relative;
	/*background:url(images/header_sample.jpg) no-repeat 50% 50%;*/
	overflow: hidden;
	margin-top:0;
}

#nav-top-zone{
	height: 60px;
	border-bottom:2px solid #e6e6e6;
	position : fixed;
	top:0;
	background-color:white;
	width:100%;
	z-index:10;
}

.logged-in #nav-top-zone{
	top:32px;
}

#header.frontpage + #nav-top-zone{
	position: relative;
	margin-top:-60px;
}

#header.frontpage + #nav-top-zone.fixed{
	position: fixed;
	margin-top:0;
}

.logged-in #header.frontpage + #nav-top-zone{
	margin-top:-92px;
}

.slide-left{
	position: absolute;
	top:50%;
	left:20px;
	margin-top:-14px;
	z-index:5;
}

.slide-right{
	position:absolute;
	top:50%;
	right:20px;
	margin-top:-14px;
	z-index:5;
}

.slide-left a,
.slide-right a{
	color:white;
	font-size:2em;
}

.slide{
	height: 100%;
	line-height: 100vh;
	width:100%;
	position: absolute;
	top:0;
	left:0;
	display: inline-block;
	cursor:pointer;
	background-size:cover;
	display: flex;
	white-space: wrap;
}

.slide + .slide{
	display: none;
	z-index:0;
}

.slide-texte{
	display: inline-block;
	text-align: center;
	line-height: normal;
	font-family : "Lora","serif";
	font-weight: 400;
	font-style: italic;
	color:white;
	width:100%;
	font-size:3.28em;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.75);
	margin-top: auto;
	margin-bottom: auto;
}

.slide-bouton{
	width: 100%;
	text-align: center;
}

.slide-bouton a{
	display: inline-block;
	height: 38px;
	line-height: 38px;
	vertical-align: middle;
	border: 1px solid white;
	padding: 0 15px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
   	transition: all .5s;
}

.slide-bouton a:hover {
	background-color: #6e1873;
	border: 1px solid #6e1873;
}

.mini-logo{
	margin-left:0 58px 0 11px;
	line-height: 58px;
	height: 58px;
}

.mini-logo img{
	vertical-align: middle;
}

.menu{
	margin:0;
	padding:0;
}

#menu-menu-haut > li{
	display: inline-block;
	position: relative;
	height: 58px;
	line-height: 58px;
	vertical-align: middle;
	text-transform: uppercase;
	margin-right:20px;
}

#menu-menu-haut > li:last-child{
	margin-right:0;
}

#menu-menu-haut > li > a{
	color:#62625f;
}

#menu-menu-haut > li > a:hover{
	color: #6e1873;
   	transition: all .5s;
}

#menu-menu-haut > li > .sub-menu{
	display: none;
	position: absolute;
	top:58px;
	left:0;
	background-color:#fff;
	padding:10px;
	line-height: normal;
	list-style: none;
}

#menu-menu-haut > li:hover > .sub-menu{
	display: block;
}

#menu-menu-haut > li:hover > .sub-menu > li{
	white-space: nowrap;
	margin: 0 0 5px 0;
	text-transform: none;
}

.menu-toggle{
	display: none;
}

.social{
	display: inline-block;
	height: 58px;
	line-height: 58px;
	vertical-align: middle;
	padding-right:25px;
	text-align: right;
}

.social a {
	color:#62625f;
	display: inline-block;
	margin:0 8px;
}

.social a:hover {
	color: #6e1873;
   	transition: all .5s;
}

.social .sep{
	display: inline-block;
	height:20px;
	width:1px;
	background-color:#62625f;
	position: relative;
	top:5px;
}

.discover-home {
	margin: 0 0 30px 0;
}

.discover-home .container{
	position: relative;
}

.discover-home ul{
	padding:0;
	margin:0;
}

.discover-home ul li{
	display: inline-block;
}

.product-home{
	position: relative;
	width:400px;
	height: 402px;
	line-height: 400px;
	margin:0 auto;
}

.product-home > span{
	display: inline-block;
	position: absolute;
	top:0;
	left:0;
	width:398px;
	text-align: center;
	text-transform: uppercase;
}

.product-home > br{
	display: none;
}

.product-home-titre{
	line-height: 400px;
	font-family: "Lora";
	font-size:2.42em;
	color:#fff;
	height: 400px;
	cursor:pointer;
}

.product-home-titre-wrapper{
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
}

.product-home-overlay{
	height: 400px;
	background-color:rgba(138,52,143,.9);
	transition: all .5s;
	opacity: 0;
	margin-top: 1px;
	cursor:pointer;
}

li:hover .product-home-overlay{
	opacity: 1;
   	transition: all .5s;
}

.product-home > span.product-home-booknow{
	line-height: normal;
	top:270px;
	opacity: 0;
	transition: all .5s;
}

li:hover .product-home > span.product-home-booknow{
	opacity: 1;
}

.product-home-booknow a{
	display: inline-block;
	height: 38px;
	line-height: 38px;
	vertical-align: middle;
	border:1px solid white;
	padding:0 15px;
	font-size:1.28em;
	font-weight: 700;
	color:#fff;
	text-transform: uppercase;
}

.product-home-img img{
	max-width: 398px;
	height:auto;
}


#footer{
	height:170px;
	background-color:#e7e6db;
}

#nav-footer{
	border-bottom:1px solid #b0b0b0;
	height: 81px;
	line-height: 81px;
	vertical-align: middle;
}

#nav-footer .menu li{
	display: inline-block;
}

#nav-footer .menu li + li{
	margin-left:20px;
}

#nav-footer a{
	font-size:0.92em;
	color:#62625f;
	text-transform: uppercase;
}

#nav-footer a:hover {
	color: #6e1873;
   	transition: all .5s;
}

.beyond-title a,
.beyond-excerpt a{
	color: #62625f;
}

.beyond-title a:hover,
.beyond-excerpt a:hover {
	color: #6e1873;
}

#copyright{
	font-size:0.85em;
	height: 89px;
	line-height: 89px;
	display: inline-block;
}

#copyright > div{
	display: inline-block;
	height: auto;
	line-height: 20px;
	vertical-align: middle;
	padding: 25px 0 0 0;
	font-size: 12px;
}

#logo-footer{
	line-height: 170px;
	height: 170px;
	display: inline-block;
	margin:0;
}

#logo-footer img{
	vertical-align: middle;
}

.inner-social-advantages{
	background:url(images/social_advantage_fond.jpg) no-repeat 50% 50%;
	height: 223px;
}

.inner-social-link{
	margin-top:40px;
	font-size:2.5em;
	text-align: center;
}

.inner-social-link a{
	color:#6e1873;
	transition: all .5s;
}

.inner-social-link a:hover{
	color:#474640;
}

.inner-social-link a + a{
	display: inline-block;
	margin-left:75px;
}

.advantages-link{
	text-align: center;
	margin-top:20px;
}

.advantages-link ul{
	margin:0;
	padding:0;
}

.advantages-link li{
	display: inline-block;
	vertical-align: top;
}

.advantages-link a{
	display: inline-block;
	width:100px;
	text-align: center;
	font-weight: 300;
	color : #6e1873;
	text-transform: uppercase;
	transition: all .5s;
}

.advantages-link a:hover{
	font-weight: 300;
	color : #62625f;
}

.advantages-link a span{ 
	background-position:50% 0;
	background-color:transparent;
	background-position:50% 0;
	background-repeat:no-repeat;
	width:100%;
	height: 62px;
	display: inline-block;
	margin-bottom:5px;
}

.all_inclusive span{
	background-image : url(/wp-content/uploads/2016/03/all_inclusive.png);
}
.easy_booking span{
	background-image : url(/wp-content/uploads/2016/03/easy_booking.png);
}
.authenticity span{
	background-image : url(/wp-content/uploads/2016/03/authenticity.png);
}
.conviviality span{
	background-image : url(/wp-content/uploads/2016/03/conviviality.png);
}
.careful_selection span{
	background-image : url(/wp-content/uploads/2016/03/careful_selection.png);
}

.advantages-link a:hover span{ 
	background-position:50% 100%;
}

.beyond{
	background-color:#f3f2ea;
	position: relative;
	padding-bottom: 30px;
}

.beyond-content > div{
	background-color:white;
	width:290px;
	height:390px;
}

.beyond-image {
    text-align: center;
}

.beyond-title{
	font-weight: 600;
	font-size : 1.28em;
	text-transform: uppercase;
	padding:15px;
}

.beyond-excerpt{
	font-weight: 300;
	padding:0 15px 15px;
	text-align: justify;
}

.beyond-more{
	position: absolute;
	bottom:15px;
	right:15px;

}

.beyond-more a{
	text-align: center;
	display: inline-block;
	width:33px;
	height: 33px;
	line-height: 33px;
	background-color:#eaeaea;
	color : #606060;
	font-size:1.25em;
}

.beyond-more a:hover{
	background-color:#6e1873;
	color : #ffffff;
}

#guarantees-payment{
	background-color:#f3f2ea;
	text-align:center;
	padding:20px 0 40px;
}

#guarantees-payment img + img{
	margin-left:25px;
}

.marron{
	background-color:#e7e6db;
}

.blanc{
	background-color:white;
}

.entete-contact{
	height: 170px;
}

.entete-contact .container{
	height: 170px;
	width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
}

.entete-contact .col-md-4{
	text-align: center;
}

.entete-contact .col-md-4 .conteneur-entete-contact{
	text-align: left;
	display: inline-block;
}

.icone-entete-contact{
	display: inline-block;
	font-size:3em;
	color:#6f1a74;
}

.texte-entete-contact{
	display: inline-block;
	margin-left:10px;
}

.titre-entete-contact{
	font-size:1.14em;
	text-transform: uppercase;
	color:#6f1a74;
}

.texte-entete-contact a{
	color:#62625f;
}

.our-value-bloc{
	border:2px solid #eeeeee;
	padding:15px;
	margin-bottom:30px;
}

.our-value-bloc h3{
	margin:0;
	padding-bottom:0;
	border:none;
	font-size:1.43em;
	font-weight:300;
	text-transform: uppercase;
	transition : all .5s;
}

.our-value-bloc.open h3{
	border-bottom:1px solid #b0b0b0;
	margin:0 0 20px;
	padding-bottom:10px;
}

.our-value-bloc h3 a{
	display: inline-block;
	float:right;
	width:23px;
	height: 23px;
	line-height: 20px;
	vertical-align: middle;
	color:#606060;
	background-color:#e7e6db;
	text-align: center;
	font-weight:700;
	font-size:1.5em;
}

.our-value-bloc.open h3 a{
	line-height: 17px;
}

.our-value-contenu{
	max-height: 0;
	transition:all .5s;
	overflow: hidden;
}

.our-value-bloc.open .our-value-contenu{
	max-height:1000px;
}

.menu-droit-bloc{
	background: #f3f2ea; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f3f2ea, #e7e6db); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f3f2ea, #e7e6db); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f3f2ea, #e7e6db); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f3f2ea, #e7e6db); /* Standard syntax */

    padding:20px;
    margin-bottom:30px;
}

.menu-droit-bloc h2{
	margin-top:0;
	line-height: 1em;
}

.menu-droit-bloc.md-tours{
	background: url(/wp-content/uploads/2016/03/our-tours-md-fd2.jpg) no-repeat 0% 100% #f3f2ea;
}

.menu-droit-bloc.md-tours a{
	color: #ffffff;
}

.menu-droit-bloc.md-tours .menu-droit-contenu{
	color: #ffffff;
	font-weight:600;
	font-size: 15px;
}

.menu-droit-bloc.md-tours .button-container {
    text-align: left;
    margin-top: 10px;
}

.menu-droit-bloc.md-tours .button-container a {
    display: block;
    height: 20px;
    line-height: 20px;
    background-color: transparent;
    padding: 0;
    text-transform: none;
    font-size: 1em;
    font-weight: 600;
}

.cdsROW.narrow.border {
        margin: 0 auto;
}

.button-container{
	text-align: center;
	margin-top:20px;
}

.button-container a{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	background-color:#6e1873;
	color:white;
	padding:0 10px;
	text-transform: uppercase;
	font-size:1.30em;
	font-weight: 400;
	transition: all .5s;
}

.button-container a:hover{
	background-color:#474640;
	text-decoration:none;
}



.menu-droit-contenu.social{
	text-align: center;
	display: block;
	padding-right:0;
}

.menu-droit-contenu.social a{
	color:#6e1873;
	transition: all .5s;
	font-size:1.8em;
}

.menu-droit-contenu.social a:hover{
	color:#474640;
}

.menu-droit-contenu.social a + a{
	display: inline-block;
	margin-left:25px;
}

.advantages-link.menu-droit-contenu li{
	display: block;
	padding: 0 0 0 0;
	background-image : 0 50%;
	white-space: nowrap;
	margin-bottom:10px;
}

.advantages-link.menu-droit-contenu li a{
	height: 63px;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: -20px;
    text-align: left;
    vertical-align: top;
    width: 100%;
}

.advantages-link.menu-droit-contenu br{
	display: none;
}

.advantages-link.menu-droit-contenu{
	text-align:left;
	padding-left:20px;
}

.advantages-link.menu-droit-contenu a span{
	width:62px;
	position:relative;
	top:30px;
	margin-right:15px;
}

/***
Mode liste
*****/
.tours-container{
	position: relative;
	text-align: justify;
}

.tours-container ul{
	padding:0;
	margin:0;
}

.product-list{
	width:386px;
	min-height:486px;
	margin: 0 auto;
	border:1px solid #eeeeee;
}

.tours-container li.product{
	display: inline-block;
	width:386px;
	margin-bottom:40px;
	vertical-align: top;
	min-height: 490px;
}

.tours-container .detail{
	padding:15px;
	/*height:265px;*/
}

.tours-container h3{
	font-size :1.42em;
	color:#62625f;
	font-weight: 600;
	margin-top:0;
	text-transform: uppercase;
}

.txt_liste{
	color:#62625f;
	margin-bottom:20px;
}

.pictos_container_liste{
	margin-bottom:20px;
}

.slick-initialized .slick-slide {
	outline: none;
}

.slick-slide .pictos_container_liste .picto_img,
.pictos_container_liste .picto_img{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	line-height: normal;
}

.pictos_container_liste .picto_img + .picto_img{
	margin-left:5px;
}

.prix_liste span{
	display: block;	
	color:#6e1873;
	font-size:2.3em;
	line-height: 1em;
}

.prix_liste{
	float:right;
	color:#62625f;
	font-style:italic;
	font-size:0.92em;
	position: relative;
	top:-10px;
}

.liste_more{
	text-align: center;
}

.tours-container .nav-left,
.tours-container .nav-right,
.discover-home .nav-left,
.discover-home .nav-right,
.discover-home2 .nav-left,
.discover-home2 .nav-right{
	color:#6e1873;
	position: absolute;
	top:210px;
	left:-10px;
	cursor:pointer;
}

.discover-home2 .nav-left{
	left: 0;
}

.discover-home .nav-left,
.discover-home .nav-right,
.discover-home2 .nav-left,
.discover-home2 .nav-right{
	top:200px;
}

.tours-container .nav-right,
.discover-home .nav-right,
.discover-home2 .nav-right{
	left : auto;
	right:0;
}

.bottom-tours-container {
	margin:0 0 30px 0;
}

.discover-home .nav-right{
	right: -10px;
}

.they-trust-us{
	background-image: linear-gradient(#faf9f1, #e7e6db);
	height:450px;
}

.img-trip-advisor{
	text-align: center;
	margin:45px 0 55px;
}

.discover-cells > div{
	padding:0;
}

.discover-share,
.detail-share{
	padding-top:20px;
	text-align: center;
}

.advantages-discover{
	background-image: linear-gradient(#e7e6db, #faf9f1);
	height:450px;
}

.advantages-discover .advantages-link {
    margin-top: 10px;
}

.advantages-discover h2{
	margin: 20px 0 10px 0;
}

.advantages-discover .advantages-link.menu-droit-contenu li {
    margin-bottom: 5px;
}

.they-trust-us .social{
	text-align: center;
	padding:0;
	display: block;
}

.they-trust-us .social a{
	margin:0 10px;
}

/****
Woocommerce
*****/

.wc-bookings-booking-cost {
 border-top: 0;
}

.wc-bookings-date-picker {
 padding: 1.00em 1.0em 0 1.0em;
 padding-top: 0;
}

.wc-bookings-booking-form{
	border:0;
}

.col1,
.col2{
	margin-bottom:30px;
}

.col2-container{
	background-color:#f3f2ea;
	padding:20px;	
	margin-bottom:30px;
	position: relative;
}

.col1 h2,
.col2-container h2{
	margin-bottom:15px;
	margin-top:0;
	font-size:1.71em;
}

.price{
	text-align: center;
	font-style: italic;
}

.price span{
	color:#6e1873;
	font-size : 2.5em;
}

.entry-summary {
	text-align:justify;
}

.bloc-plus,
.bloc-keypoint,
.bloc-infos{
	background-color:#f3f2ea;
	padding:20px;
	margin-top:30px;
	text-align:justify;
}

.bloc-resa-rwd{
	display: none;
	background-color: #f3f2ea;
  padding: 20px;
	margin-bottom: 30px;
	margin-top: 30px;
  position: relative;
}

@media screen and (max-width: 991px){
	.bloc-resa-rwd{
		display: block;
	}

	.bloc-resa-dsk{
		display: none;
	}
}



.infos_container iframe{
	max-width:100%;
}

.pictos_container{
	text-align: center;
	height: 85px;
	line-height: 85px;
}

.pictos_container .picto_img{
	vertical-align: middle;
	display: inline-block;
	position: relative;
	line-height: normal;
	cursor: pointer;
}

.pictos_container .picto_img + .picto_img{
	margin-left:40px;
}

.picto_legende{
  background-color: #fff;
  border-radius: 3px;
  color: black;
  display: none;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  left: -30px;
  opacity: 0;
  padding: 5px 10px;
  position: absolute;
  top: 43px;
  width: 150px;
  z-index: 9;
  transition: all .5s;
  text-align: center;
  color:#62625f;
}

.picto_img:hover .picto_legende{
	opacity: 1;
	display: block;
}

.keypoint_item{
	background-color:#fff;
	padding:20px;
	margin:30px 90px;
}

.keypoint_title{
	font-size:1.42em;
	text-transform: uppercase;
	border-bottom:1px solid #b0b0b0;
	padding-bottom:5px;
	margin-bottom: 10px;
}

.col2-container ul.products{
	padding:0;
	margin:0;
}

.col2-container .product-list{
	max-width: 100%;
	min-height: 0;
}

.col2-container .product-list h3{
	color:#62625f;
	font-weight: 700;
	text-align: center;
	font-size:1.3em;
}

.col2-container .product-list .prix_liste{
	float:none;
	text-align: center;
	color:#f3f2ea;
	padding-top:10px;
	height: 40px;
	overflow: hidden;
	margin-bottom:5px;
}

.col2-container .product-list .prix_liste span{
	font-size:2.1em;
}

.col2-container .product-list .pictos_container_liste{
	display: none;
}

.col2-container .nav-left,
.col2-container .nav-right{
	position: absolute;
	top:230px;
	left:5px;
	color:#6e1873;
	cursor:pointer;
}

.col2-container .nav-right{
	left:auto;
	right:5px;
}

/** Cellules calendrier **/

.wc-bookings-booking-form{
	padding:0;
}

.wc-bookings-date-picker .label, .wc-bookings-date-picker legend {
	display: none;
}

.wc-bookings-date-picker .ui-datepicker td.ui-datepicker-other-month{
	background-color:#f3f2ea !important;
	color:#a7a19c;
}

td.ui-datepicker-other-month a,
.ui-datepicker-other-month.bookable a{
	background-color:#f3f2ea !important;
	color:#a7a19c;
}

.bookable.ui-state-disabled{
	background-color:#c7c6c0 !important;
	color:#a7a19c;
}

.wc-bookings-date-picker .ui-datepicker-other-month td.bookable a{
	background-color:#f3f2ea !important;
	color:#a7a19c;
}

.wc-bookings-date-picker .ui-datepicker td.bookable a{
	background-color:#c95bc7 !important;
	color:white;
}

.wc-bookings-date-picker .ui-datepicker td.ui-datepicker-current-day a{
	background-color:#69176a !important;
	color:white;
}

.woocommerce-breadcrumb{
	display: none;
}

.woocommerce-info {
	text-align: center;
	margin: 20px 0 10px 0;
	font-weight: 600;
	font-size: 16px;
}

.woocommerce-main-image{
	margin-bottom:3px;
	display: inline-block;
}

.thumbnails{
	margin-top: 10px;
}

.thumbnails a{
	position: relative;
}

.thumbnails > span + span{
	margin-left:4px;
}

.thumbnails a span{
	display: inline-block;
	width:100%;
	height: 100%;
	border:3px solid #6e1873;
	position: absolute;
	top:0;
	left:0;
	opacity: 0;
	transition:all .5s;
}

.thumbnails span.slick-slide{
	display:inline-block;
}

.thumbnails span > a{
	display: inline-block;
}

/*.thumbnails a + a{
	margin-left:4px;
}*/

.thumbnails a:hover span,
.thumbnails a.active span{
	opacity: 1;
}

.type-product .images{
	position: relative;
}

.type-product .images .nav-right,
.type-product .images .nav-left{
	color:#6e1873;
	position: absolute;
	bottom:25px;
	left:-20px;
	cursor: pointer;
}

.type-product .images .nav-right{
	left:auto;
	right:-5px;
}

.images .detail-left,
.images .detail-right{
	cursor:pointer;
	width:24px;
	height: 95px;
	position: absolute;
	top:170px;
	left:0;
	background-image:url(images/detail-left.png);
}

.images .detail-right{
	left:auto;
	right:17px;
	background-image:url(images/detail-right.png);
}



.ui-widget-content{
	background:none !important;
}

.wc-bookings-date-picker .ui-datepicker-header{
	background: transparent !important;
}

.wc-bookings-date-picker .ui-datepicker .ui-datepicker-next, 
.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev{
	background: #e6e5dd !important;
}

.ui-datepicker-prev a span{
	color:black !important;
}

.wc-bookings-date-picker .ui-widget-content{
	box-shadow: none;
}

.wc-bookings-date-picker .ui-datepicker-header{
	border-radius:0 !important;
	border-top:0;
}

.ui-datepicker{
	border-radius:0 !important;
}

.wc-bookings-date-picker .ui-datepicker th{
	background-color:transparent !important;
	border-top:0;
	color:#564745;
}

.ui-datepicker-title{
	color:#564745;
}

.wc-bookings-date-picker .ui-datepicker td{
	border:2px solid #f3f2ea !important;
	border-width:2px !important;
	border-color:#f3f2ea;
}

.ui-datepicker .ui-datepicker-prev span{
	background:url(images/datepicker-left.gif) no-repeat 50% 50%;
}

.ui-datepicker .ui-datepicker-next span{
	background:url(images/datepicker-right.gif) no-repeat 50% 50%;
}

.wc-bookings-date-picker .label,
.wc-bookings-date-picker legend{
	font-size:1.42em;
	color:#6e1873;
	line-height: 35px;
	vertical-align: middle;
	border:0;

}

.wc-bookings-date-picker .label{
	font-size:1em;
	font-weight: 400;
	padding-left:0;
}

.wc-bookings-date-picker .numero{
	display: inline-block;
	width:35px;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	text-align: center;
	background-color:#6e1873;
	color:white;
}

.picker.hasDatepicker{
	padding-bottom:30px;
	border-bottom:1px solid #b0b0b0;
}

.wc_bookings_field_persons{
	text-align:right;
	line-height: 25px;
	vertical-align: middle;
}

.wc-bookings-booking-form fieldset label[for="wc_bookings_field_persons"]{
	width: 50%;
}

.wc-bookings-booking-form .form-field input[type="number"] {
	height: 25px;
	line-height: 20px;
	width: 50px;
	text-indent: 5px;
}

label[for="wc_bookings_field_persons"]{
	font-weight: 300;
}

label[for="wc_bookings_field_persons"]:after{
	content : " : ";
}

.wc-bookings-booking-form .form-field input[type="number"]{
	height:25px;
}

.wc-bookings-booking-cost{
	text-align: right;	
	background-color:transparent !important;
	margin:0 !important;
	padding:0 !important;
	border-top:1px solid #b0b0b0 !important;
}

.wc-bookings-booking-cost strong{
	font-size:2em;
	color:#6e1873;
	font-style: italic;
}

.button{
	padding:0 20px;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	background-color:#6e1873;
	border:0;
	color:white;
	display: inline-block;
   	transition: all .5s;
}

.button:hover{
	background-color:#62625f;
	color:#ffffff;
}

.submit-wrap{
	text-align: center;
	margin: 0 0 40px 0;
}

.submit-wrap input[type="submit"] {
	font-family: 'Open Sans', sans-serif;
 	font-size: 18px;
	font-weight: 300;
    	text-transform: uppercase;
    	color: #fff;
    	height: 45px;
    	line-height: 45px;
    	padding: 0 40px;
	margin-top: 10px;
    	border: none;
	background-color: #6e1873;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
	border-radius: 0;
}

.wpcf7-form div.field {
	margin-top: 10px;
	margin-bottom: 10px;
}

.wpcf7-form div.field input {
	color: #62625f;
	margin: 0;
 	padding: 7px 10px;
	width: 100%;
	line-height: 20px;
}

.field input[type="text"],
.field input[type="email"],
.field textarea {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #62625f;
	background: #fff;
	min-height: 20px;
	margin: 0;
	padding: 7px 10px;
	border:0;
	border-radius: 0;
	width: 100%;
}

.beyond-back{
	text-align: left;
	margin:20px 0 30px;
}

.beyond-list-more{
	text-align: right;
}

.col-md-6:nth-child(odd) .beyond-list-item{
	margin: 0 auto 30px 0;
}

.col-md-6:nth-child(even) .beyond-list-item{
	margin: 0 0 30px auto;
}

.beyond-list-item{
	width: 470px;
}

.beyond-list-thumbnail{
	line-height: 0;
	letter-spacing: 0;
	text-align: center;
	height: 275px;
}

.beyond-list-thumbnail img {
	max-width: 470px;
	height: auto;
	max-height: 275px;
}

.beyond-list-texte{
	background-color:#f3f3eb;
	padding:15px 20px 20px 20px;
	height: 125px;
}

.beyond-list-item h3{
	font-weight: 600;
	font-size: 1.50em;
	text-transform: uppercase;
	padding: 0;
	margin:0 0 15px;
	color:#62625f;
}

.beyond-liste-content{
	color:#62625f;
}

.beyond-list-item + .beyond-list-item{
	border-top:1px solid #6e1873;
}

.wineandregion {
	margin: 0 0 30px 0;
}

.wineandregion .container{
	position: relative;
	padding: 0;
}

.wineandregion ul{
	padding:0;
	margin:0;
}

.wineandregion ul li{
	float:left;
	list-style: none;
}

.woocommerce-message{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background-color:rgba(0,0,0,.5);
	padding-top:150px;
	z-index:100;
}

.woocommerce-message > .wrapper{
	width: 700px;
	margin:0 auto;
	background-color:white;
	position: relative;
}

.woocommerce-message-self {
	text-align: center;
	color: #6e1873;
	margin: 20px auto;
	padding: 20px;
	font-size: 1.28em;
	position: relative;
	height: 140px;
}

.woocommerce-message .ferme{
	position: absolute;
	width:23px;
	height: 23px;
	text-align: center;
	background-color:#454547;
	color:white;
	border-radius: 20px;
	border : 1px solid white;
	top:-12px;
	right:-12px;
	z-index:101;
	opacity: 1;
	-moz-box-shadow: -1px 1px 5px 0px #9b9b9b;
	-webkit-box-shadow: -1px 1px 5px 0px #9b9b9b;
	-o-box-shadow: -1px 1px 5px 0px #9b9b9b;
	box-shadow: -1px 1px 5px 0px #9b9b9b;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=224, Strength=5);
}

.woocommerce-message .ferme a{
	color:white;
}

.woocommerce-message-self .button {
	display: inline-block;
	width:auto;
	font-weight: 600;
	margin: 0 auto;
	color: #6e1873;
	background-color: #f3f3eb;
	position: absolute;
	bottom:20px;
	padding:0px 10px;
	height: auto;
	font-size:0.77em;
}

.woocommerce-message-self .wc-forward{
	right:20px;
}

.woocommerce-message-self .wc-back{
	left:20px;
}

.woocommerce-message-self .button:hover {
	color: #ffffff;
	background-color: #c95bc7;
}

.wrapper-goodies{
	border-top:1px solid #6e1873;
	background-color:#f3f3eb;
	position: relative;
}

.woocommerce-goodies-self{
	padding:0 40px 30px;
}

.wrapper-goodies ul{
	padding:0;
	margin:0;
}

.wrapper-goodies li{
	display: inline-block;
}

.wrapper-goodies .product-list {
    height: auto;
    min-height: 0;
    max-width: 100%;
}

.wrapper-goodies .product-list h3{
	color:#61605b;
	text-align: center;
	font-weight: 700;
	font-size: 1.3em;
	margin: 20px 0 20px 0;
}

.wrapper-goodies .txt-liste,
.wrapper-goodies .pictos_container_liste{
	display: none;
}

.wrapper-goodies .prix_liste{
	display: block;
	float: none;
	text-align: center;
	color:#f3f3eb;
	height: 30px;
	overflow: hidden;
}

.wrapper-goodies .nav-left,
.wrapper-goodies .nav-right{
	position: absolute;
	top:200px;
	left:25px;
	color:#6e1873;
	cursor: pointer;
}

.wrapper-goodies .nav-right{
	left:auto;
	right:25px;
}

.detail-back{
	margin-top:20px;
}

.woocommerce .woocommerce-info {
    border-top-color: #6e1873;
}

.woocommerce .woocommerce-info:before {
    color: #6e1873;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #6e1873;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    color: #515151;
}

.wc-bookings-date-picker .ui-datepicker td.fully_booked a, .wc-bookings-date-picker .ui-datepicker td.fully_booked span {
    background-color: #c95bc7 !important;
}

.wc-bookings-date-picker .ui-datepicker td{
	position: relative;
	overflow: hidden;
}

.wc-bookings-date-picker .ui-datepicker td.partial_booked a:after,.wc-bookings-date-picker .ui-datepicker td.partial_booked span:after,
.wc-bookings-date-picker .ui-datepicker td.fully_booked.ui-datepicker-unselectable a:after,.wc-bookings-date-picker .ui-datepicker td.fully_booked.ui-datepicker-unselectable span:after{
	content:"";
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	background-color:#6e1873;
	position: absolute;
	top: -5px;
	right: -5px;
}

.product_cat-goodies form.cart{
	text-align: center;
}

.product_cat-goodies form.cart .quantity{
	margin-bottom:10px;
}

.coupon .input-text {
    width: 150px;
    height: 34px;
    border-radius: 3px;
    border: 1px solid #dad8da;
    text-indent: 7px;
}

.tripadvisor-liste {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
  }
  
  .tripadvisor-liste .item-ctn {
	width: 25%;
  }
  
  .tripadvisor-liste .item-ctn a {
	color: inherit;
  }
  
  .tripadvisor-liste .item-ctn a .item {
	margin-left: 10px;
	margin-right: 10px;
	background-color: #f1f1e8;
	padding: 20px 20px 30px;
  }
  
  .tripadvisor-liste .item-ctn a .item .logo-ta {
	text-align: center;
	margin-bottom: 10px;
  }
  
  .tripadvisor-liste .item-ctn a .item .titre {
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
  }
  
  .tripadvisor-liste .item-ctn a .item .contenu {
	text-align: justify;
	margin-bottom: 10px;
  }
  
  .tripadvisor-liste .item-ctn a .item .auteur {
	text-align: center;
  }
  
  .tripadvisor-liste .item-ctn a .item .etoiles {
	text-align: center;
  }
  
  .tripadvisor-liste .item-ctn a .item .etoiles span.on {
	color: #f59416;
  }
  
  .tripadvisor-home {
	  position: relative;
	  width: 285px;
	  margin: 0 auto;
  }
  
  .tripadvisor-home .item-ctn a {
	color: inherit;
  }
  
  .tripadvisor-home .item-ctn a .item {
	background-color: #f1f1e8;
	width: 285px;
	height: 285px;
	padding: 20px 40px 30px;
  }
  
  .tripadvisor-home .item-ctn a .item .logo-ta {
	text-align: center;
	margin-bottom: 10px;
  }
  
  .tripadvisor-home .item-ctn a .item .logo-ta img {
	display: inline-block;
  }
  
  .tripadvisor-home .item-ctn a .item .titre {
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
  }
  
  .tripadvisor-home .item-ctn a .item .contenu {
	text-align: justify;
	margin-bottom: 10px;
  }
  
  .tripadvisor-home .item-ctn a .item .auteur {
	text-align: center;
  }
  
  .tripadvisor-home .item-ctn a .item .etoiles {
	text-align: center;
  }
  
  .tripadvisor-home .item-ctn a .item .etoiles span.on {
	color: #f59416;
  }
  
  .tripadvisor-home .nav-left {
	left: 10px;
	top: 150px;
	color: inherit;
  }
  
  .tripadvisor-home .nav-right {
	right: 10px;
	top: 150px;
	color: inherit;
  }
  
  .discover-home2 {
	position: relative;
  }
  
  .discover-home2 li {
	padding: 0 1px;
  }
  
  .discover-home2 .product-home {
	width: 295px;
	height: 295px;
	line-height: 295px;
  }
  
  .discover-home2 .product-home > span {
	width: 285px;
  }
  
  .discover-home2 .product-home > span.product-home-booknow {
	top: 190px;
	}
	
.discover-home2 .product-home > span.product-home-booknow .mention{
	text-transform: capitalize;
	color:white;
	margin-top: 10px;
}
  
  .discover-home2 .product-home .product-home-overlay {
	height: 285px;
  }
  
  .discover-home2 .product-home .product-home-titre {
	height: 285px;
	line-height: 285px;
	font-size: 26px;
  }
  
  .discover-home2 .product-home .product-home-img img {
	max-width: 100%;
  }

.tripadvisor-home .item-ctn a .item {
	padding: 20px 35px 30px;
}

.tripadvisor-liste {
	display: block;
}

.tripadvisor-liste .item-ctn {
	width: 100%;
}

.tripadvisor-liste .item-ctn a .item {
	background-color: transparent;
}

.tripadvisor-liste .item-ctn a .item .titre {
	color:#000;
	font-size: 20px;
}

.tripadvisor-liste .item-ctn a .item .auteur {
	color: #6e1873;
}

.tripadvisor-liste .item-ctn a .item .contenu {
        text-align: center;
}

@media (max-width:1200px){

	h1, h2 {
		font-size: 1.90em;
		margin: 20px 0 20px;
	}
	
	.nav-top.col-md-8 {
		margin-right: 0;
	}

	#menu-menu-haut > li {
		margin-right: 9px;
	}

	.container{
		max-width: 100%;
	}

	.social{
		padding-right:15px;
	}

	.beyond-content {
		padding: 0 10px;
	}

	.beyond-content > div{
		max-width: 100%;
		margin:0 auto;
		position: relative;
	}

	.beyond-title {
		font-size: 1.20em;
		padding: 10px 15px;
	}

	.discover-home .nav-left,
	.tours-container .nav-left{
		left:0;
	}

	.discover-home .nav-right,
	.tours-container .nav-right{
		right:0;
	}

	.inner-social-link a + a{
		margin-left:50px;
	}

	.advantages-link a{
		width:75px;
		font-size:0.8em;
	}

	.wineandregion {
		margin: 0 auto 30px auto;
		width: 800px;
	}

	.our-value-bloc h3 {
		font-size: 1.35em;
	}

	.menu-droit-bloc.md-tours .menu-droit-contenu {
		font-size: 14px;
	}

	.menu-droit-contenu.social a + a {
		margin-left: 18px;
	}

	.advantages-link.menu-droit-contenu li a {
		font-size: 1.1em;
	}

	.pictos_container .picto_img + .picto_img {
		margin-left: 25px;
	}

	.bloc-infos {
		padding: 20px 5px;
		margin-top: 30px;
	}

	.keypoint_item{
		margin:30px 90px;
	}

	.woocommerce-main-image{
		max-width: 100%;
	}

	.images .detail-right{
		right:0;
	}

	.slick-slider{
		max-width: 100%;
	}

	.type-product .images .nav-right{
		right:-15px;
	}
}

@media (max-width: 992px){
	.inner-social-advantages{
		height: auto;
		background: rgba(250,249,244,1);
		background: -moz-linear-gradient(top, rgba(250,249,244,1) 0%, rgba(233,231,219,1) 52%, rgba(250,249,244,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,249,244,1)), color-stop(52%, rgba(233,231,219,1)), color-stop(100%, rgba(250,249,244,1)));
		background: -webkit-linear-gradient(top, rgba(250,249,244,1) 0%, rgba(233,231,219,1) 52%, rgba(250,249,244,1) 100%);
		background: -o-linear-gradient(top, rgba(250,249,244,1) 0%, rgba(233,231,219,1) 52%, rgba(250,249,244,1) 100%);
		background: -ms-linear-gradient(top, rgba(250,249,244,1) 0%, rgba(233,231,219,1) 52%, rgba(250,249,244,1) 100%);
		background: linear-gradient(to bottom, rgba(250,249,244,1) 0%, rgba(233,231,219,1) 52%, rgba(250,249,244,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf9f4', endColorstr='#faf9f4', GradientType=0 );
	}

	.slide-texte {
		font-size: 3em;
	}

	.discover-home .nav-left,
	.tours-container .nav-left{
		left:15px;
	}

	.discover-home .nav-right,
	.tours-container .nav-right{
		right:15px;
	}

	.they-trust-us {
		height: auto;
	}

	.img-trip-advisor {
		margin: 35px 0 35px;
	}

	.inner-social-advantages .advantages{
		margin-top:50px;
		padding-bottom:20px;
	}

	.keypoint_item {
		margin: 30px 50px;
	}

	#guarantees-payment .payment{
		margin-top:50px;
	}

	.advantages-link ul {
		width: 280px;
		margin: 0 auto;
	}

	.advantages-link.menu-droit-contenu li a {
		font-size: 1.25em;
	}

	.inner-social-link a + a{
		margin-left:75px;
	}

	.advantages-link a{
		width:100px;
		font-size:1em;
	}

	.beyond-content > div {
		height: 370px;
	}

	.beyond-content:nth-child(n+4){
		margin-top:20px;
	}

	.bottom-tours-container > div{
		padding : 20px 0;
		text-align: center;
	}

	#header{
		margin-top:48px;
	}

	#nav-footer{
		height: auto;
		line-height: 30px;
		vertical-align: middle;
	}

	#nav-footer .menu{
		margin: 10px 0;
	}

	#nav-footer .menu li + li{
		margin-left:0;
	}

	#nav-footer .menu li{
		margin-right:20px;
	}

	#nav-top-zone{
		height: 48px;
	}

	#header.frontpage + #nav-top-zone{
		margin-top:-48px;
	}

	#nav-top-zone .social{
		position: absolute;
		right:0;
		top:0;
		height: 48px;
		line-height: 48px;
	}

	.menu-toggle > a{
		display: inline-block;
		height:48px;
		line-height: 48px;
		vertical-align: middle;
		text-transform: uppercase;
		color:#7d7d7b;
		font-size:1.2em;
	}

	.menu-toggle > a > .traits{
		display: inline-block;
		margin-right:5px;
	}	

	.traits > span{
		display: block;
		background-color:#7d7d7b;
		width:15px;
		height: 3px;
		margin-top:2px;
	}

	.mini-logo{
		height: 48px;
		line-height: 48px;
		padding: 0 0 0 10px;
	}

	.mini-logo img{
		height: 38px;
	}

	.menu-toggle{
		display: block;
	}

	.menu-menu-haut-container{
		max-height: 0px;
		transition: all 1s;
		overflow: hidden;
		white-space: nowrap;
		position: absolute;
		width:100%;
	}

	.menu-menu-haut-container.actif{
		max-height: 1500px;
	}

	#menu-menu-haut{
		background-color:white;
		border-width: 0 2px 2px 2px;
		border-style: solid;
		border-color: #e6e6e6;
		padding: 10px 15px;
	}

	#menu-menu-haut > li{
		display: block;
		height: auto;
		line-height: 30px;
	}

	#menu-menu-haut > li > .sub-menu{
		display: block;
		position: static;
	}

	#menu-menu-haut > li > .sub-menu a{
		text-transform: uppercase;
	}

	#menu-menu-haut > li > .sub-menu > li{	
		line-height: 30px;
	}

	#menu-menu-haut > li:hover > .sub-menu > li{
		margin:0;
	}

	.col-md-6:nth-child(odd) .beyond-list-item,
	.col-md-6:nth-child(even) .beyond-list-item{
		margin: 0 auto 30px auto;
	}

	.beyond-list-texte{
		height: auto;
	}

	#guarantees-payment {
		padding: 20px 0 20px;
	}

	#copyright {
		height: auto;
		line-height: 100%;
	}

	#copyright > div {
		padding: 10px 0 0 0;
	}

	#logo-footer {
		margin-top: 20px;
		text-align: center;
		width:100%;
	}

	.menu-droit-bloc.md-tours {
		width: 370px;
		margin: 0 auto 30px auto;
	}

	.wineandregion {
		width: 730px;
	}

	.wineandregion .product-home {
		width: 365px;
		height: 367px;
		line-height: 367px;
	}

	.wineandregion .product-home img {
		width: 363px;
		height: auto;
	}

	.wineandregion .product-home > span {
		width: 363px;
	}

	.wineandregion home-overlay {
		height: 365px;
	}

	.wineandregion .product-home-titre {
		line-height: 365px;
		font-size: 2.3em;
		height: 365px;
	}

	.wineandregion .product-home > span {
		width: 363px;
	}

	.wineandregion .product-home > span.product-home-booknow {
		top: 260px;
	}

	.entete-contact .container {
		height: 100%;
		width: 100%;
		margin: 0;
		padding-top: 0;
	}

	.entete-contact .col-md-4 {
		text-align: left;
		margin: 20px auto;
    		width: 350px;
	}

	.images {
	    margin: 0 auto;
	    width: 753px;
	    max-width: 100%;
	}
}

@media (max-width: 768px){

	h1, h2 {
		font-size: 1.80em;
	}

	.slide-texte {
		font-size: 2.7em;
	}

	.slide-texte img {
		width: 180px;
	}

	.inner-social-advantages .advantages {
		margin-top: 20px;
	}

	.advantages-link ul {
		width: 380px;
	}

	.advantages-link li {
		margin-bottom: 20px;
	}

	.beyond-content {
		margin-bottom: 15px;
	}

	#footer{
		height: auto;
	}

	#logo-footer{
		margin-top:20px;
		text-align: center;
		width:100%;
	}

	#header.default {
		height: 250px;
	}

	.keypoint_item {
		margin: 30px 30px;
	}

	.beyond-list-item {
		width: 440px;
	}

	.beyond-list-thumbnail img {
		width: 440px;
	}

	.beyond-list-item h3 {
		font-size: 1.40em;
	}

	.beyond-content .alignleft {
		float: none;
		margin: 0 auto;
		max-width: 440px;
		display: block;
	}

	.beyond-back {
		text-align: center;
		margin: 20px 0 20px;
	}

	.icone-entete-contact {
		font-size: 2.5em;
	}

	.titre-entete-contact {
		font-size: 1.10em;
	}

	.our-value-bloc {
		padding: 10px;
		margin-bottom: 15px;
	}

	.menu-droit-bloc {
		margin-bottom: 15px;
	}
	
	.pictos_container {
        height: auto;
	}

}

@media (max-width: 767px){

	#header.defaut {
		height: 200px !important;
		line-height: 200px !important;
	}

	.header_texte {
		font-size: 2.20em;
	}
	
	#guarantees-payment img + img {
        margin-left: 10px;
	}

	.inner-social {
		padding: 0;
	}

	.inner-social-link {
		margin-top: 20px;
		font-size: 2.25em;
	}

	.inner-social-link a + a {
		margin-left: 15px;
	}

	.inner-social-advantages .advantages {
		padding-left: 0;
		padding-right: 0;
	}

	.advantages-link ul {
		width: 100%;
	}

	#nav-footer {
		line-height: 28px;
	}

	#nav-footer .menu li {
		margin-right: 0px;
		width: 100%;
	}
	
	.woocommerce-message > .wrapper {
        width: 100%;
	}
	
	.woocommerce-message {
		padding-top: 50px;
	}

	.woocommerce-error, .woocommerce-info, .woocommerce-message {
		padding: 0.5em 1em 1em 1em;
	}

	.woocommerce-message-self {
		margin: 20px auto 0 auto;
		font-size: 1.28em;
	}

	.woocommerce-goodies-self {
		padding: 0 20px 20px;
	}
	
	.woocommerce-message .button {
        float: none;
	}

}

@media (max-width:480px){

	h1, h2 {
		font-size: 1.60em;
	}

	.nav-top.col-md-8 {
		width: 30%;
		padding-right: 0;
	}

	.menu-menu-haut-container {
		width: 200px;
	}

	#nav-top-zone .social {
		padding: 0;
		width: 53%;
	}

	.social a {
		margin: 0 5px;
	}

	.header_texte {
		font-size: 1.8em;
	}
	
	.product-home {
        width: 100%;
        height: 340px;
        line-height: 340px;
	}
	
	.product-home-overlay {
        height: 340px;
	}
	
	.product-home-titre {
        line-height: 340px;
        height: 340px;
	}
	
	.product-home > span {
        width: 100%;
	}
	
	.product-list {
		width: 355px;
	}

	.menu-droit-bloc.md-tours {
		width: 345px;
		margin: 0 auto 15px auto;
	}

	.listing-layout .property-item-wrapper {
		margin: 0 0 10px 0;
		border-bottom: 1px solid #cccccc;
	}
	
	.wrapper-goodies .product-list {
        width: 100%;
	}
	
	.wrapper-goodies .product-list h2 {
        font-size: 1.00em;
}

}