/*Top Menu*/
#top-menu ul.menu li{
	display : inline-block;
}






.top-menu .tck-module-text > ul li {
    display: inline-block;
}



#top-menu ul.nav{
	margin-bottom : 0px;
	
}

/*MENU*/
.nav ul.nav-child:before{
	content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
    position: absolute;
    top: -7px;
    left: 31px;
    z-index: 470;
}
.nav ul.nav-child:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #F0F0F0;
    position: absolute;
    top: -8px;
    left: 30px;
    z-index: 460;
}
#menu ul.menu li{
    position: relative;
    z-index: 1;
}

/*SEARCH*/
#menu .inner{
	position: relative;
}
#menu .search{
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    text-align: right;
}
#menu .search .inputbox{
  border-radius: 3px;
}
#menu .search .inputbox:focus{
	border-color: #d4c842;
  	box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgb(200, 192, 42);
}

@media screen and (max-width: 900px) {
  #menu .search {
	position: inherit;
    top: inherit;
    text-align: center;
  }
}

/*Footer*/
.customfooter h3{
    margin-bottom: 30px;
    color: #363940;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
}

/*Footer menu*/
#footer-left .moduletablefooter{
    height: 100%;
    display: flex;
}
#footer-left .moduletablefooter .nav{
	margin: auto;
}

/*Social*/
.moduletablesocial{
    display: flex;
    height: 100%;
}
.customsocial{
    margin: auto;
    flex: 1;
}
.customsocial img{
  height: 36px;
}

/*.breadcrumb*/
.breadcrumb{
  margin: 0;
  padding:0 15px;
}
/*SlideShow*/
.slideshowck{
	margin-top:40px;
 	 margin-bottom: 40px !important;
}
.camera_pag{
	text-align : center;
}
.slideshowck .camera_pag_ul{
	display: inline-block;
}
.camera_wrap .camera_pag .camera_pag_ul li{
 margin: 9px 9px;
}

/*Home*/
.home-desc a{
	font-size: 19px;
    color: #3c5378;
    background: #dee6f2;
    padding: 7px 25px;
    border-radius: 3px;
    text-decoration: none;
}
.home-desc a img{
	margin-top: -3px;
}
.home-decouverte h3{
    font-weight: 300;
    margin: 0;
    padding: 0 20px;
}
.home-decouverte h3 a{
	width: 100%;
    height: 175px;
    display: flex;
    color: white;
}
.home-decouverte h3 a span{
  margin:auto;
  text-transform: uppercase;
}

/*Form Contact*/
.form_contact{
	width: 80%;
 	margin:auto;
}
.form_contact .nav{
	display:none;
}
.form-actions{
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 18px;
  background-color: transparent;
  border-top: none;
}
.form-actions .span4{
	width: 100% !important;
    text-align: center;
}
.form-actions .span4 .btn{
    padding: 6px 20px;
}
.g-recaptcha{
    width: 300px;
    margin: auto;
}

/*HikaShop*/
.hikashop_subcontainer{
	border: none;
    box-shadow: none;
    margin: 0;
    padding: 0 0 7px 0;
}
.hikashop_container .thumbnail:hover{
    box-shadow: none;
}
.hikashop_product_listing_image{
	border-radius: 3px;
}
#hikashop_product_description_main,.hikashop_product_name a{
	color:#363636;
}
.hikashop_product_name_main{
	color:#363636;
  	font-size:25px;
}

/*RECETTE*/
h2.article-title{
text-align:center;
} 
.item-image{
  text-align:center;
  width:100%;
}
.item-image img{
  max-width:800px;
  width:100%
}
.ingredients{
	color: #5F4E3D;
    background-color: #EBEBEB;
    border-radius: 3px;
    margin: 30px 0;
    padding: 30px;
}
.ingredients h3{
	margin:0;
}
.ingredients ul li{
	padding: 15px 5px;
    border-bottom: 1px solid;
    list-style: none;
}
.liste-recette ol {counter-reset: count;}
.liste-recette ol li{
  position: relative;
	list-style-type: none;
	counter-increment: count;
  	padding:15px 0 15px 30px;
}
.liste-recette ol li:before {
  	content: counter(count);
    font-size: 24px;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1.4;
    padding: 0;
    margin-right: 20px;
    height: 100%;
    position: absolute;
    top: 10px;
    bottom: 0px;
    left: 0px;
}
.article-info, .tags{
  text-align:center;
}

/*RECETTE BLOG*/
.items-row{
	margin-bottom:30px;
}
.art-blog img{
	max-height: 200px;
    object-fit: cover;
}
.art-blog h2{
    font-size: 25px;
    text-align: center;
    font-family: "Roboto Slab", serif;
    font-weight: initial;
    line-height: 30px;
}
.art-blog h2 a{
	color: #363940;
    text-decoration: none;
    text-align: center;	
}
.tags{
	margin: 5px 0;
}
.tags li a.label {
    background: #F2F2F2;
    color: #4e4e4e;
    text-shadow: none;
}

/*Social*/
.social2s_credits, .art-blog .s2s_supra_contenedor{
	display:none;
}
.globo{
 box-shadow: none !important;
}
.btn-print button.dropdown-toggle{
	border: none;
    margin-top: 16px;
    background: #c7c02a;
    color: white;
    width: 25px;
    height: 25px;
    padding: 3px;
}
.btn-print .caret{
	display: none;
}



