/*
Theme Name: Titus
Theme URI: http://41.77.115.106/~titus
Author: Amine Faiz / Synchronism
Author URI: http://www.synchronism.com
Description: Titus
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Monegasque
Text Domain: titus
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*
*  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}


@font-face {
    font-family: 'archisticonormal';
    src: url('assets/fonts/archistico_simple-webfont.eot');
    src: url('assets/fonts/archistico_simple-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/archistico_simple-webfont.woff2') format('woff2'),
         url('assets/fonts/archistico_simple-webfont.woff') format('woff'),
         url('assets/fonts/archistico_simple-webfont.ttf') format('truetype'),
         url('assets/fonts/archistico_simple-webfont.svg#archisticonormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'archisticobold';
    src: url('assets/fonts/archistico_bold-webfont.eot');
    src: url('assets/fonts/archistico_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/archistico_bold-webfont.woff2') format('woff2'),
         url('assets/fonts/archistico_bold-webfont.woff') format('woff'),
         url('assets/fonts/archistico_bold-webfont.ttf') format('truetype'),
         url('assets/fonts/archistico_bold-webfont.svg#archisticobold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* Titus Site Start */

body {
	font-family: 'Marcellus', serif;
	font-size: 12px;
	color: #666666;
	background: transparent url(images/product_bg.jpg) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.titus-site-width-layout {

}

.bx-sizing {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.clearfix {
  clear: both;
}

.gallery {

}

.gallery-cell {
width: 33.3%;
    height: 250px;
    padding: 20px 0px;
    counter-increment: gallery-cell;
}

.gallery-cell.is-selected {
  background: #ED2;
  border-radius: 25px;
  
}
.titus-main-header-wrapper {
	width: 100%;
	height: 122px;
	background: transparent url(images/header_bg.jpg) 0 0 repeat-x;
  position: relative;
}

.titus-main-header {
	width: 100%;
	margin: 0 auto;
	/*overflow: hidden;*/
}

.titus-header-left-menu {
	width: 300px;
	float: left;
	margin: 50px 0;
}

.titus-main-logo {
	width: 100%;
	float: left;
	margin: 10px 0;
	text-align: center;
}

ul.titus-listing-menu-items {
	list-style: none;
	color: #fff;
}
ul.titus-listing-menu-items li{
	display: inline;
	margin: 0 10px;
	vertical-align: top;
	
}
ul.titus-listing-menu-items li a{
	display: inline-block;
	color: inherit;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-shadow:0px 0px 1px rgba(0,0,0,0.6);	
}

ul.titus-listing-menu-items li ul.submenu {
  background-color: #d80018;
  margin-top: 50px;
  min-width: 200px;
      margin-left: -60px;
}
ul.titus-listing-menu-items li ul.submenu li {
  background-color: #d80018; 
  text-align: center;
  margin: 0;
}
ul.titus-listing-menu-items li ul.submenu li a {
  display: block;
  padding: 10px;
  margin: 0;
  color: #fff;
  background-color: #d80018; 
  text-align: center;
  border-bottom: 1px solid #c20016;
}


.carousel-cell {
counter-increment: carousel-cell;
}


ul.titus-listing-menu-items li ul.submenu li:last-child a {
  border: none;
}

.sep-menu {
	font-size: 25px;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    top: -10px;
}

.langs-nav {
    position: absolute;
    top: 10px;
    right: 30px;
}
.titus-main-header-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index:999;
}
.titus-home-main-slider-wrapper {
	width: 100%;
	/*height: 472px;*/
	height: unset;
	/*background: transparent url(images/slider_sample_1.jpg) 50% 50% no-repeat;*/
	-webkit-background-size: cover;
	background-size: cover;
}

.titus-home-main-slider-wrapper ul li {
  /*width: 100% !important;
  max-width: 100% !important;*/
}

.titus-home-main-slider-wrapper ul li img {
  width: 100% !important;
  max-width: 100% !important;
}

.titus-home-main-slider-wrapper .bjqs-prev a{
    font-size: 18px;
    padding: 15px;
    background-color: rgba(216,0,24,0.5);
    color: #fff;
}

.titus-home-main-slider-wrapper .bjqs-next a{
    font-size: 18px;
    padding: 15px;
   background-color: rgba(216,0,24,0.5);
    color: #fff;
}

#banner-slider {
  width: 100%;
  margin: auto;
}

.home-seprator {
	width: 100%;
	height: 49px;
	background: transparent url(images/divider.png) 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	margin-top: -40px;
 }

 .capuchon-icon {
    width: 100px;
    height: 100px;
    margin: -36px auto 0;
    position: relative;
    background: transparent url(images/capuchon_icon.png) 50% 50% no-repeat;
 }

 .titus-home-product-listing-wrapper {
 	  width: 100%;
    min-height: 509px;
    background: transparent url(images/product_bg.jpg) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    /* overflow: hidden; */
    float: left;
    clear: both;

 }

 .espace-recette-wrapper {
 	width: 100%;
 	height: 300px;
 	/*background: transparent url(images/bottom_footer_bg.jpg) 50% 50% no-repeat;*/
 	/*-webkit-background-size: cover;
 	background-size: cover;*/
 	overflow: hidden;
 }

 .footer-slide {
  width: 100%;
  height: 267px;
  border-top: 4px solid;
  border-bottom: 4px solid;
  box-sizing:border-box;
  position: relative;
   
    -moz-border-image: -moz-linear-gradient(left, #f4c300 0%, #c78300 50%, #f4c300 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #f4c300 0%, #c78300 50%, #f4c300 100%);
    border-image: linear-gradient(to right,  #f4c300 0%, #c78300 50%, #f4c300 100%);
    border-image-slice: 1;
  
}

.espace-recette {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

 ul.home-listing-products {
 	text-align: center;
 	list-style: none;
 	margin: 50px 0;
 }

 ul.home-listing-products li {
	text-align: center;
	display: inline-block;
 }

  ul.home-listing-products li h2.product-main-title {
    font-size: 18px;
    color: #d80018;
    margin-top: -20px;
    margin-bottom: 20px;
        line-height: 24px;
}

 .recette-bloc-texte-container {
 	width: 372px;
 	float: left;
 	padding: 10px;
 	margin: 50px;
 }

  .recette-bloc-texte-container h2 {
  		/*font-family: 'archisticonormal';*/
  		font-family: 'archisticobold';
  		font-size: 32px;
  		color: #fff;
  		padding-bottom: 10px;
  }
  .recette-bloc-texte-container p {
	font-size: 18px;
	color: #fff;
	line-height:120%;
	margin: 10px 0;
	text-transform: uppercase;
  }

  .decouvrir-link {
  	display: inline-block;
  	margin: 10px 0;
  	padding: 10px 20px;
  	text-align: center;
  	color: #fff;
  	font-size: 16px;
  	/*font-weight: bold;*/
  	text-decoration: none;
  	text-transform: uppercase;
  	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
  	background: transparent url(images/btn_yellow_bg.jpg) 0 0 repeat-x;
  }

  .bottom-nav-container {
  	width: 100%;
  	border-bottom: 1px solid #c7c7c7;
  	margin: 20px 0;
  }

  .nav-container {
  	overflow: hidden;
  	width: 60%;
  	position: relative;
  	margin: 0 auto;
  	padding: 21px 0 0 0;
  }
  
  ul.nav-footer-items {
  	list-style: none;
  	text-align: center;
  }

  ul.nav-footer-items li {
  	display: inline;
  }
  ul.nav-footer-items li a{
	display: inline-block;
	font-size: 14px;
	color: #000;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	background: transparent url(images/dot_seprator.jpg) 100% 50% no-repeat;
	font-weight: bold;
  }

  ul.nav-footer-items li:last-child a {
  	background: none;
  }

  .social-media-links {
  	width: 170px;
  	position: absolute;
  	left: 0;
  	padding: 5px 0;
  	bottom: 0;
  	text-align: center;
  }
  .social-media-links a {
  	display: inline-block;
  	margin-right: 10px;
  	text-indent: -9999px;
  }

  .social-media-links a.facebook-link {
  	/*background: transparent url(images/social_media_bg.jpg) -3px -9px no-repeat;*/
  	background: transparent url(images/Icon-FB.png) no-repeat;
  	width: 26px;
  	height: 26px;
  }

	.social-media-links a.youtube-link {
  	/*background: transparent url(images/social_media_bg.jpg) -45px -6px no-repeat;*/
  	background: transparent url(images/Icon-Youtube.png) no-repeat;
  	width: 32px;
  	height: 35px;
  }

  .social-media-links a.instagram-link {
  	/*background: transparent url(images/social_media_bg.jpg) -85px -6px no-repeat;*/
  	background: transparent url(images/Icon-Instagram.png) no-repeat;
  	width: 28px;
  	height: 28px;
  }

  .social-media-links a.twitter-link {
  	/*background: transparent url(images/social_media_bg.jpg) -127px -6px no-repeat;*/
  	background: transparent url(images/Icon-Twitter.png) no-repeat;
  	width: 30px;
  	height: 30px;
  }

.produit-details-wrapper {
  width: 100%;
  height: auto;
  background: transparent url(images/produit_detail_bg.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  font-family: 'Slabo 27px', serif;
   /*overflow: hidden;*/
   float: left;
   clear: both;
}

.produits-details-container {
  width: 70%;
  margin: 10px auto 0;
  overflow: hidden;
  padding: 20px 0;
 
}

.produits-details-infos, .recette-details-infos {
    float: left;
    width: 50%;
    padding: 10px 0;
}

/*
.recette-details-infos {
  width: 410px;
}
*/

.produit-main-title, .recette-main-title {
  font-family: 'archisticobold';
  font-size: 39px;
  color: #000;
  padding: 5px 0 0 0;
  line-height: 65%;
}

.produit-main-title span {
  font-family: 'Marcellus', serif;
  color: #d80018;
  font-size: 18px;
}

.recette-main-title {
  font-size: 25px;
}

.recette-preparation-container {
    overflow: hidden;
    font-size: 16px;
    margin: 5px 0 0 0;
    border-bottom: 1px dotted rgba(0,0,0,0.5);
    padding-bottom: 10px;
}

.recette-preparation-container .prepration-label:first-child {
  border-right: 1px solid #ddd;
  margin-right: 10px;
}

.preparation-value {
    font-weight: bold;
    color: #747474;
}

.prepration-label{
  display: inline-block;
  padding: 10px 10px 10px 26px;
}
.prepration-label .prepration-intitule{
  color: #d80018;
  display: inline-block;
}

.timing-icon {
  background: transparent url(images/preparation_icon.png) 0% 50% no-repeat;
}
.casserole-icon {
  background: transparent url(images/timing_icon.png) 0% 50% no-repeat;
  padding-left: 35px;
}

.produit-sub-title {
  padding-bottom: 10px;
  font-size: 20px;
  color: #d80018;
}

.produit-description, .recette-description {
  font-size: 18px;
  color: #666666;
  margin: 10px 0;
  padding: 10px 0;
}

.recette-description {
  border-bottom: 1px dotted rgba(0,0,0,0.5);
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 130%;
  text-align: justify;
}

.yellow-title {
    color: #d99500;
    font-size: 25px !important;
    padding: 10px 0;
    font-weight: normal;
}

.red-title {
  font-size: 14px;
  color: #cf0017;
  padding: 5px 0;
}

.ing-infos {
  font-size: 18px;
  color: #666666;
}

.table-infos {
  border: 1px solid #fff;
  margin: 20px 0;
  text-align: center;
  display: table;
  font-size: 14px;
  font-weight: normal;
  
  
}
.table-infos thead th {
  padding: 10px;
  color: #fff;
  background-color: rgba(0,0,0,0.5);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.table-infos tbody td {
  padding: 10px;
   border-right: 1px solid #fff;
   background-color: #ddd;
}

.sardines-a-la-sauce-tomate {
    color: #17954a !important;
}

.sardines-a-la-sauce-tomate > span {
    color: #17954a !important;
}

.filets-de-sardines-au-citron {
    color: #a8ce00 !important;
}

.filets-de-sardines-au-citron > span {
    color: #a8ce00 !important;
}

.sardines-a-lhuile-dolive, .filets-de-sardines-a-lhuile-dolive {
    color: #f0df01 !important;
}

.sardines-a-lhuile-dolive > span, .filets-de-sardines-a-lhuile-dolive > span {
    color: #f0df01 !important;
}

.produit-image-container {
  width: 50%;
  float: right;
      margin-top: 100px;
}

.recette-image-container {
  width: 465px;
  margin-top: 20px;
  float: right;
}

.titus-msg-container {
  width: 100%;
  background-color: #000;
  height: 170px;
  display: table;
  border-top: 4px solid #faa000;
  border-bottom: 4px solid #faa000;
  text-align: center;
  font-size: 28px;
  color: #fff;
      font-family: 'archisticobold';
}
.titus-msg-container h2{
  vertical-align:middle;
    display: table-cell;
    text-align: center;
}

/* Page Content Wrapper */

.page-content-wrapper {
  width: 100%;
 
  min-height: 500px;
      padding-bottom: 30px;
}

.page-main-title {
font-size: 27px !important;
    color: #000;
    width: 100%;
    font-family: 'archisticobold';
    padding: 10px 0;
    border-bottom: 1px dotted rgba(0,0,0,0.5);
    margin: 0 auto;
}

.page-image-container {
  width: 50%;
  float: right;
  margin-top: -25px;
}


.contact-entry-content {
  width: 50%;
    float: left;
     color: #000;
     font-size: 16px;
}

.mn-form-row {
  overflow: hidden;
  padding: 10px;
  /*margin-bottom: 10px;*/
}

.mn-form-label {
  /*width: 20%;*/
  float: left;
  margin-right: 10px;
  padding: 10px 0;
}

.mn-form-input {
  float: left;
}

.mn-radio-cv {
  margin-top: 10px;
}

.mn-form-col {
  width: 48%;
  float: left;
  overflow: hidden;
}

.mn-form-col input[type=text], .mn-form-row input[type=text] {
  width: 96%;
}

.mn-form-row .wpcf7-email{
  width: 96%;
}

.mn-form-row .wpcf7-textarea{
  width: 96%;
}

.mn-form-row .adresse input{
  width: 96px;
}

.mn-form-row .mn-form-col:first-child {
  margin-right: 10px;
}

.contact-infos {
    float: right;
    width: 50%;
    text-align: center;
}

.page-content-wrapper .recette-details-infos p {
  margin-bottom: 20px;
}

/* News */


.news-article .post-thumbnail img {
  width: 400px;
  height: auto;
}

.news-article .entry-header h1 {
  font-size: 18px;
  padding: 10px 0;
}
.news-article .entry-content p {
  font-size: 14px;
  line-height: 140%;
}

ul.monegasque-listing-news {
  list-style: none;
    overflow: hidden;
    color: #000;
    margin: 10px 0;
}

ul.monegasque-listing-news li {
  margin-bottom: 20px;
  margin-top: 10px;
    /*border-bottom: 1px dotted #ddd;*/
    overflow: hidden;
    padding-bottom: 10px;
    float: left;
    width: 50%;
    /*margin-right: 15px;*/
    color: #000;
}

ul.monegasque-listing-news li:nth-child(2n) {
  margin-right: 0;
}

ul.monegasque-listing-news li:nth-child(2n+1) {
  clear: both;
}

h2.news-title {
    font-size: 16px;
    margin-bottom: 10px;
}

ul.monegasque-listing-news li.news-item-wrap {
  overflow: hidden;
}

.news-excerpt p {
    text-align: justify;
    font-size: 17px !important;
    line-height: 22px !important;
}

ul.monegasque-listing-news li .news-thumb {
  width: 150px;
  height:100px;
  float: left;
  margin-right: 10px;
  border: 3px solid #ccc;
}
ul.monegasque-listing-news li .news-desc {
  float: left;
  width: calc(100% - 180px);
}
ul.monegasque-listing-news li .news-permalink {
  display: block;
  float: left;
  margin-top: 16px;
  padding: 5px 10px;
  color: #fff;
  background-color: #d80018;
  text-decoration: none;
  font-size: 12px;
}


/**/

  .footer-navigation {
  	width: 60%;
    	margin: 10px auto;
  }

  .social-media-links {
        width: 25%;
  }

  .footer-logo {
  	width: auto;
  	position: absolute;
  	right: 0;
  	bottom: -6px;
  }

  .footer-container {
  	width: 100%;
  	margin: 10px 0;
  	text-align: center;
  	padding-bottom: 20px;
  }

  .unimer-logo {
  	width: 100px;
  	margin: 0 auto;
  }

  .footer-nav {
  	padding: 10px 0;
  }

  .footer-nav a {
  	color: #000;
  	text-decoration: none;
  	font-size: 12px;
  	padding: 10px 0;
  	text-decoration: none;
  }

  .titus-copyright {
  	color: #000;
    	padding: 10px 0;
  }
  .titus-copyright a{
	text-decoration: none;
        color: #000;
  }
  

  /******************/
  /******************/
  
/***************responsive style****************/
 
  
  
/***************popup style****************/
	.button {
	  font-size: 1em;
	  padding: 10px;
	  color: #fff;
	  border: 2px solid #06D85F;
	  border-radius: 20px/50px;
	  text-decoration: none;
	  cursor: pointer;
	  transition: all 0.3s ease-out;
	}
	.button:hover {
	  background: #06D85F;
	}
	
	
	.overlay {
	  position: fixed;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  background: rgba(0, 0, 0, 0.7);
	  transition: opacity 500ms;
	  visibility: hidden;
	  opacity: 0;
	  z-index:100000;
	  
	  overflow: auto;
	}
	.overlay:target {
	  visibility: visible;
	  opacity: 1;
	}
	

	.popup {
	  margin: 20px auto;
	  /*padding: 20px;*/
	  background: #fff;
	  border-radius: 5px;
	  width: 70%;
	  position: relative;
	  transition: all 0.5s ease-in-out;
	  
	}
	
	/*
	.popup h2 {
	  margin-top: 0;
	  color: #333;
	  font-family: Tahoma, Arial, sans-serif;
	}
	*/
	
	.popup .close {
	  position: absolute;
	  top: 20px;
	  right: 30px;
	  transition: all 200ms;
	  font-size: 30px;
	  font-weight: bold;
	  text-decoration: none;
	  color: #333;
	  z-index: 1;
	}
	.popup .close:hover {
	  color: #f00;
	}
	.popup .content {
	  max-height: 30%;
	  /*overflow: auto;*/
	}
	
	@media (min-width: 768px) and (max-width: 1024px) {
	  .box{
	    width: 80%;
	  }
	  .popup{
	    width: 80%;
	  }
	}
	
	
	.popup .product-main-title{
		text-align: center;
		color: #d80018;
		top: -35px;
    		position: relative;
	}
	
/********************************/


	.popup .produit-details-wrapper{
		border-bottom: 5px solid red;
		width: 100%;
    		height: 450px !important;
	}


	.popup .produit-details-wrapper-model {
	    overflow: hidden !important;
	    float: unset !important;
	}

	.popup .slick-next:before, .popup .slick-prev:before {
	    font-size: 48px !important;
	    line-height: 1;
	    opacity: .75;
	    color: #f00 !important;
	}

	.popup .slick-next {
	    /*right: 30px !important;*/
	    z-index: 1;
	    width: inherit;
   	    height: inherit;
	}
	.popup .slick-prev {
	    left: 0px !important;
	    z-index: 1;
	    width: inherit;
   	    height: inherit;
	}

	.popup .nav-product .slick-list{
		/*margin-left: 5%;*/
		/*margin-right: 5%;*/
		margin-top: 1%;
	}
	
	.popup .product-wrap{
		margin-bottom: 1%;
	}
	
	.popup .nav-product .slick-slide img {
	    width: 100%;
	    height: 100%;
	    display: block;
	}

	
/***********************/

     	.popup .produits-details-container{
          width: 80% !important;
       }


       
       .popup .produit-image-container{
       		width : 55% !important;
       		float: left;
    		margin-top: 50px;
       }
       .popup .produits-details-infos{
       		width : 45% !important;
       		padding : 10px 0 !important;
       }

	
        .produit-image-container img{
		width: 100%;
	}
	
	
	.popup .leftImg {
	    height: 256px;
	}  
	
/*******************************/

/****************/

@media (max-width: 1024px) {

     	.popup .produits-details-container{
          	width: 100% !important;
        }
	.popup .produits-details-infos{
		width: 100% !important;
		padding: unset !important;
    		padding-left: 5% !important;
	}
	.popup .produit-image-container{
		 width: 100% !important;
		 margin-top: unset; 
	}
	.popup .produit-details-wrapper-model{
		height: auto !important;
	}
	
	.popup .slick-slider {
	    margin-bottom: unset;
	}
}

/************ all ***********/

ol.bjqs-markers {
    display: none;
}


.wp-playlist-current-item {
    height: auto !important;
}

.mejs-container .mejs-controls .mejs-time {
    padding: 3px !important;
}

.entry-content img{
    width: 100%;
    height: auto;
}

.entry-content .wp-video, .entry-content .wp-video .mejs-container {
     width: 100% !important;
}


.contact-infos .contact-texte iframe{
	width: 100%;
	height: 445px;
}

#magazine, #magazine-mobile{
	width: 100%  !important;;
}

.flip-prev-page, .flip-next-page {
	/*color: #d80018 !important;*/
}


#responsive-menu-container {
	width: 27% !important;
}

.recettes-book-wrapper{
    width: 100% !important;
}

.titus-main-slider, .bjqs-wrapper, .slider-listing, .bjqs-slide{
        /*width: 100% !important;
	height: auto !important;*/
}	

#responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-1 a.responsive-menu-item-link {
    font-size: 14px !important;
    margin-bottom: -10px;
}


#responsive-menu-container {
    left: 0 !important;
    transition: transform 0.5s;
    text-align: left;
    background: rgba(153, 153, 151,0.7) !important;
    padding-left: 38px !important;
    padding-right: 100px !important;
}


.responsive-menu-submenu {
    padding-left: 40px !important;
}


.espace-recette-desc {
    display: block;
}

.espace-recette-smobile {
    display: none;
}

.espace-recette-sxmobile {
    display: none;
}


.bjqs-prev a, .bjqs-next a {
    top: 44%;
}

.flip-prev-page {
    left: -5%;
}

.flip-next-page {
    right: -5%;
}
	
.recettes-book-wrapper {
	padding-left: 5%;
	padding-right: 5%;
}

.recettes-desc-left {
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center right;
}

.recettes-desc-right {
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center left;
}
/********** Resposive ********/

@media screen and (max-width: 1400px){

	.produits-details-container {
	    width: 90%;
	}
	
	.nav-container {
  	    width: 90%;
        }
}

@media screen and (max-width: 1024px){

	.gallery-cell {
	  width: 50% !important;
	  height: auto;
	  counter-increment: carousel-cell;
	}
	
	.titus-msg-container h2 {
	    line-height: 120% !important;
	}
	
	.produits-details-container {
	    width: 80%;
	}
	
	ul.home-listing-products .product-wrap {
	    width: 40% !important;
	}
	
	#responsive-menu-container {
	    width: 50% !important;
        }
        
        #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
	    right: -10px;
	}
	
	#responsive-menu-button.is-active {
	    left: 40% !important;
	}
	
	.nav-container {
  	    width: 100%;
        }
	
}

@media screen and (max-width: 768px){

	.footer-navigation {
	    width: 80%;
	}
	
	.gallery-cell {
	  width: 100% !important;
	  height: auto;
	  counter-increment: carousel-cell;
	}

	.espace-recette {
	    /*left: -80px;*/
	    left: 0;
	}
	
	.produits-details-container {
	    width: 90%;
	}
	
	ul.monegasque-listing-news li {
	    width: 100%
	}
	
	ul.monegasque-listing-news li:nth-child(n+1) {
	    clear: both;
	}
	
	.page-image-container, .recette-details-infos, .produit-image-container, .produits-details-infos {
	    width: 100% !important;
	}
	
	.produit-image-container {
	    margin-top: unset;
	}
	.page-image-container{
	    text-align: center;
	}
	
	.recette-description img  {
	    width: 100%;
	    height: auto;
	}
	
	ul.home-listing-products .product-wrap{
	    width: 100% !important;
	}
	
        .contact-entry-content, .contact-infos {
	    width: 100%;
        }
        
        .mn-form-col input[type=text], .mn-form-row input[type=text], .mn-form-row .wpcf7-email, .mn-form-row .wpcf7-textarea, .mn-form-col{
	    width: 100%;
        }
        
        .mn-form-row .mn-form-col:first-child{
            margin-right: unset;
            padding-bottom: 20px;
        }


        #responsive-menu-container {
	    width: 50% !important;
        }
        
        #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
	    right: 50px !important;
	}
	
	#responsive-menu-button.is-active {
	    left: 40% !important;
	}
	
	
	.slider-listing-img-xsmobile {
	    display: none!important;
	}
	
	.slider-listing-img-smobile {
	    display: block !important;
	}
	
	.slider-listing-img-desc {
	    display: none !important;
	}
	
	.titus-home-main-slider-wrapper ul li img {
	    width: unset !important;
	}
	
	.bottom-nav-container {
	    border-bottom: unset;
	}
        .news-article .post-thumbnail img{
	    width: 100%;
        }
        
        #responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-1 a.responsive-menu-item-link {
	    font-size: 18px !important;
	    margin-bottom: 10px;
	    line-height: 20px !important;
	    
	}
	
	#responsive-menu-container {
	    padding-right: unset !important;
	}
	
	#magazine, .recettes-desc{
	    display: none !important;

	}
	
	#magazine-smobile, .recettes-smobile {
	    display: block !important;
	}
	
	#magazine-xsmobile, .recettes-xsmobile {
	    display: none !important;
	}
	
	
	.recette-item {
            background-repeat: no-repeat;
            background-position: center;
	}
	
        .nav-container {
  	    width: 100%;
  	    text-align: center;
        }
        
        .social-media-links, .footer-navigation, .footer-logo{
            width: 100%;
            position: unset;
        }
        
        .espace-recette-desc {
	    display: none;
	}
	
	.espace-recette-smobile {
	    display: block;
	}
	
	.espace-recette-sxmobile {
	    display: none;
	}
	
	.recettes-book-wrapper {
		padding-left: unset;
		padding-right: unset;
	}
	
	.flip-prev-page {
	    left: 3%;
	}

	.flip-next-page {
	    right: 3%;
	}
	
	.flip-prev-page, .flip-next-page {
	    opacity: 0.2;
	}
	
	/*a:hover {
	    opacity: 1 !important;
	}*/
	
}

@media screen and (max-width: 425px){
	button#responsive-menu-button {
	    top: 0 !important;
	    left: 0 !important;
	}
	
	.titus-main-logo img{
	    width: 70%;
    	    margin-left: 10%;
    	}
    	
    	.nav-container {
	    width: 100%;
    	}
    	
	.social-media-links {
	    width: 100%;
	    position: unset;
            left: unset;
            text-align: center;
	}
	
    	.footer-navigation {
	    width: 100%;
	}
	
	.footer-logo {
	    width: 100%;
	    position: unset;
	    right: unset;
            text-align: center;
	}
	
	..gallery-cell {
	  width: 100% !important;;
	  height: auto;
	  counter-increment: carousel-cell;
	}
	
	.espace-recette-wrapper, .footer-slide {
	    width: 100%;
	    height: auto;
	    background-color: #000;
	}
	
	.espace-recette {
	    position: relative;
	    /*left: -110px;*/
	    left: 0;
	}
	
	.simply-scroll {
	    margin-bottom: unset !important;
	}
	
	#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
	    right: 50px !important;
	}
	
	#responsive-menu-button.is-active {
	    left: 60% !important;
	}
	
	.slider-listing-img-xsmobile {
	    display: block !important;
	}
	
	.slider-listing-img-smobile {
	    display: none !important;
	}
	
	.slider-listing-img-desc {
	    display: none !important;
	}
	
	.titus-home-main-slider-wrapper ul li img {
	    width: unset !important;
	}
	
	.page-image-container img {
	    width: 100%;
	}
	
	.popup {
	    width: 90%;
	}
	
	#responsive-menu-container {
	    padding-left: 10px !important;
	}
	
	.responsive-menu-submenu {
	    padding-left: 0px !important;
	}
	
	#magazine, .recettes-desc{
	    display: none !important;

	}
	
	#magazine-smobile, .recettes-smobile {
	    display: none !important;
	}
	
	#magazine-xsmobile, .recettes-xsmobile {
	    display: block !important;
	}
	
	
	.recette-item {
            background-repeat: no-repeat;
	}
	
	.espace-recette-desc {
	    display: none;
	}
	
	.espace-recette-smobile {
	    display: none;
	}
	
	.espace-recette-sxmobile {
	    display: block;
	    margin: auto;
	}
	
	.flip-prev-page, .flip-next-page {
	    opacity: 0.2;
	}
	
}

