/*font-family: 'Oswald', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Pacifico', cursive;
font-family: 'News Cycle', sans-serif;
*/

/* **** CSS généraux **** */
body{
  font-family: 'Roboto';
  background: linear-gradient(rgba(47, 23, 15, 0.65), rgba(47, 23, 15, 0.65));
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  margin:0;
}
p{font-family: 'Roboto';font-size:14px;line-height:22px; color:#555;}
a{
outline: none;
color: #555;
font-size: 16px;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
/**, ::after, ::before {
    box-sizing: border-box;
}*/
h1{}
h2{}
h3{
    text-transform: uppercase;
    font-family: oswald;
    display: block;
    font-size: 26px;
    font-weight: normal;
    color: #333;
    text-align: center;
    margin:1rem auto;
}
#bloc_rubrique .title_section{
  font-size: 32px;
  color: #fff;
}
.home h3.title_section{
  font-size: 32px;
  color: #fff;
 /* opacity: 0;
  transition: opacity 1s 0.5s;*/
}
#page_search h3{
  font-size: 32px;
  color: #fff;
}
h4{
    text-transform: uppercase;
    font-family: oswald;
    display: block;
    font-size: 20px;
    font-weight: normal;
    color: #444;
    text-align: left;
    margin: auto;
    width: 90%;
}
.tcenter{text-align:center;}
.tleft{text-align:left;}
.tright{text-align:right;}
.container{
  position: relative;
  min-height: 100%;
}
/* **** Header **** */
#header{background:#222;text-align: center;width: 100%;height: 300px;}
.page #header h1 {color: #fff;text-transform: uppercase;font-family: Raleway;font-size: 65px;margin: 0;font-weight: 600;position: absolute;width: 100%;top: 135px;}
#header h1 span {font-family: oswald;font-weight: 200;color: #e6a756;font-size: 32px;}
.home #header h1 {color: #fff;text-transform: uppercase;font-family: Raleway;font-size: 65px;margin: 0;font-weight: 600;position: absolute;width: 100%;top: 135px;transition: top 1s 1.5s;}
/*.home #header h1 {color: #fff;text-transform: uppercase;font-family: Raleway;font-size: 65px;margin: 0;font-weight: 600;position: absolute;width: 100%;top: -2000px;transition: top 1s 1.5s;}*/
.home #header h1.show{top:135px;}
.page #logo{padding-top: 20px;position: absolute;width: 100%;}
.home #logo{padding-top: 20px;top:0s;position: absolute;width: 100%;}
/*.home #logo{padding-top: 20px;top:-2000px;transition: top 1s 0.5s;position: absolute;width: 100%;}*/
.home #logo.show{top:0;}
#logo img{width:100px;}

/****** Menu *****/
.menu {
    width: 100%;
    max-width: 100%;
    margin:auto;
    background: #444;
    position: absolute;
    top: 300px;
    padding:10px 0px;
}
.toggleMenu {
    display:  none;
    background: #444;
    padding: 10px 0px;
    color: #fff;
    width: 100%;
    text-align: center;
}
.icon_bar{
  width: 40px;
    display: inline-block;
}
.bar{width: 25px;
    height: 3px;
    background: #fff;
    margin: 0.3rem;}
.toggleMenu span{
    vertical-align: top;
    text-transform: uppercase;
    font-family: oswald;
    font-size: 20px;
    line-height: 28px;
  }
/*.nav {
    list-style: none;
     width:875px;
     margin:auto;
     position: relative;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 10px 15px;
    color:#fff;
    *zoom: 1;
}
.nav > li {
    float: left;
    z-index: 200;
}
.nav > li > a {
    display: block;
    color:#fff;
    text-transform: uppercase;
    font-family: oswald;
    text-decoration: none;
    font-size: 20px;
    cursor: pointer;
}
.nav li ul {
    position: absolute;
    left: -9999px;
    z-index: 100;
    width: 875px;
    background: #fff;
    max-height: 350px;
}
.nav li li a {
    display: block;
    position: relative;
    z-index: 100;
    text-decoration: none;
    color: #555;
    font-size: 14px;
    font-family: 'Raleway';
    padding: 5px;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}
.nav li {
    position: relative;
}
.nav > li.hover > ul {
    left: -300px;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav > li > .parent {
    background-position: 95% 50%;
}
.nav li li .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: 95% 50%;
}*/
.nav {
  list-style: none;
   width:875px;
   margin:auto;
   position: relative;
}
.nav:before,
.nav:after {
  content: " "; 
  display: table; 
}
.nav:after {
  clear: both;
}
.nav ul {
  list-style: none;
  width: 9em;
}
.nav a {
  padding: 10px 10px;
  color:#fff;
  *zoom: 1;
}
.nav > li {
  float: left;
  z-index: 200;
}
.nav > li:hover {
 border-bottom: 1px solid #fff;
}
.nav > li > a {
  display: block;
  color:#fff;
  text-transform: uppercase;
  font-family: oswald;
  text-decoration: none;
  font-size: 18px;
  cursor: pointer;
}
.nav li ul {
  position: absolute;
  left: -9999px;
  z-index: 100;
  /*width: 850px;*/
  width: 915px;
  background: #fff;
  max-height: 420px;
  padding: 0 0.5rem;
  margin: auto;
}
.nav li li a {
  display: block;
  position: relative;
  z-index: 100;
  text-decoration: none;
  color: #555;
  font-size: 14px;
  font-family: 'Raleway';
  padding: 5px;
}
.nav li li li a {
  background:#249578;
  z-index:200;
  border-top: 1px solid #1d7a62;
}
.nav li {
 /* position: relative;*/
}
.nav > li.hover > ul {
  /*left: -300px;*/
  left:0px;
}
.nav li li.hover ul {
  left: 100%;
  top: 0;
}
.nav > li > .parent {
  background-position: 95% 50%;
}
.nav li li .parent {
  background-image: url("images/downArrow.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
.colonne1{
  width: 28%;
  display:inline-block;
  float:left;
  margin:0.2rem 0.5rem;
}
.colonne2{
  width: 42%;
  display:inline-block;
  float:left;
}
.colonne3{
  max-width: 28%;
  display:inline-block;
  float:left;
}
.colonne4{
  width: 100%;
    display: inline-block;
    float: left;
}
/*
.block_sous_menu{
	max-width: 32%;
	display:inline-block;
	float:left;
}
.block_sous_menu h2{
	text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
    text-transform: uppercase;
    font-family: 'Raleway';
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
}*/

.block_sous_menu{
  display:block;    
  width: 95%;
  margin: 10px auto;
  overflow: hidden;
}
.colonne2 .block_sous_menu{
      margin-top: 13px;
}
.colonne2 .block_sous_menu.block2{
  text-align: center;
}
.colonne4 .block_sous_menu h2{
          margin: 0px auto;
    color: #777;
    font-style: italic;
}
.colonne4 .block_sous_menu li a{
    padding:4px;
}
.colonne4 .block_sous_menu{
    text-align: center;
}
.block_sous_menu li.theme_1{
  width: 32%;
  display: inline-block;
}
.block_sous_menu li.theme_2{
  width: 45%;
  display: inline-block;
}
.block_sous_menu li.theme_3{
  display: inline-block;
}
.block_sous_menu li.tag_1{
  float: left;
  display: inline-block;
}
.block_sous_menu .pub_1 p{
  margin:0;
  text-align: center;
  font-family: 'Raleway';
}
.block_sous_menu .pub_1 p a{
color: #999;
    font-size: 14px;
}
.block_sous_menu .pub_2{
  margin-top:1.5rem;
}
.block_sous_menu .pub_2 h2{
  border: none;
}
.block_sous_menu .pub_2 h2 a, .block_sous_menu .pub_1 h2 a{ 
  text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
    text-transform: uppercase;
    font-family: 'Raleway';
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
    font-weight: bold;
}
.block_sous_menu .pub_2 p{
  width:90%;
  margin:0 auto;
  text-align: center;
  font-family: 'Raleway';
}
.block_sous_menu .pub_2 img{
  width: 85%;
    margin: auto;
}
.block_sous_menu .pub_2 p a{
color: #999;
    font-size: 14px;
}
.block_sous_menu h2{
	text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
    text-transform: uppercase;
    font-family: 'Raleway';
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
    font-weight: bold;
}

/********** Bloc contenu ************/
.page-section {
    margin-top: 5rem;
    margin-bottom:5rem;
    height: auto;
    box-sizing: border-box;
}
#bloc_1{
  width: 80%;
  position: relative;
  margin: 40px auto;
  min-height: 1px;
padding-right: 15px;
padding-left: 15px;
    box-sizing: border-box;
}
#bloc_1 img{
width: 75%;
float: right;
margin-bottom: 0!important;
max-width: 100%;
height: auto;
vertical-align: middle;
border-style: none;
}
#bloc_1 .bloc_texte{
  width: 45%;
  left: 0;
  /*width: 60%;*/
  margin-top: 3rem;
  position: absolute;
  flex: 0 0 49%;
  max-width: 49%;
  padding:3rem;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center!important;
  text-decoration: none;
  color:#555;
}
#bloc_1 .bloc_texte h2 a{
  width: 100%;
  text-transform: uppercase;
  font-family: 'Raleway';
  display: block;
    font-size: 55px;
    font-weight: 600;
    text-decoration: none;
    color: #333;
    line-height: 60px;
    padding-bottom: 1rem;
    padding-top: 1rem;
}
#bloc_1 .bloc_texte h2 span{
  display: block;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
#bloc_1 .bloc_texte p{
  margin-bottom: 1rem!important;
  line-height: 30px;
  text-decoration: none;
  color:#333;
  font-size:16px;
}
.btn_more{
width: 100%;
left: 0;
position: absolute;
bottom: 0rem;
margin-left: auto!important;
margin-right: auto!important;
text-align: center!important;
}
.btn_more a{
background-color: #e6a756;
    border-color: #e6a756;
    cursor: pointer;
    box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
    font-weight: normal;
    font-size: 15px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    color: #fff;
    text-decoration: none;
    font-family: oswald;
}
.btn_more a:hover{
  background-color: #444;
    border-color: #444;
}
#bloc_categorie{
  width: 80%;
  margin: 5rem auto 0px auto;
}
#bloc_categorie_head{
  width: 100%;
  overflow: hidden;
  background:#fff;
  max-height: 280px;
}
#bloc_categorie_head img{
    width: 40%;
    transform: rotate(-10deg);
}
#bloc_categorie_head .bloc_texte{
    width: 60%;
    margin: auto;
    display: inline-block;
    height: auto;
    float: right;
    text-align: center;
}
#bloc_categorie_head .bloc_texte h2{
  width: 100%;
    text-transform: uppercase;
    font-family: oswald;
    display: block;
    font-size: 38px;
    font-weight: normal;
    color: #333;
}
#bloc_categorie_head .bloc_texte h2 span{
    display: block;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
#bloc_categorie_head .bloc_texte p{
  width: 80%;
    margin: auto;
    font-size: 16px;
    color: #555;
}
#bloc_categorie_head .bloc_texte p a{
    color: #e6a756;
}
#bloc_categorie_head.big{
  width: 90%;
  overflow: visible;
  background: #fff;
  height: auto;
  margin-bottom: 1rem;
  position: relative;
 /* opacity: 0;
  transition: opacity 1s 0.5s;*/
}
#bloc_categorie_head.big img{
  width: 100%;
  transform:none;
}
#bloc_categorie_head.big .deco2{
min-height: 100%;
  width: 15px;
  background-color: #e6ac60;
  display: inline-block;
  float: left;
  position: absolute;
}
#bloc_categorie_head.big .deco1{
min-height: 100%;
  width: 15px;
  background-color: #444444;
  display: inline-block;
  float: right;
  position: absolute;
  right: 0;
}
#bloc_categorie_head.big .bloc_texte{
width:60%;
}
#bloc_categorie_head.big h2{font-size:30px;}
#bloc_categorie_head.big .bloc_img{
  max-height: 280px;
  display: inline-block;
  width: 40%;
  overflow: hidden;
}
#bloc_categorie_head.big.float_left{float:left;}
#bloc_categorie_head.big.float_left .btn_more {
width: auto;
  right: -100px;
  position: absolute;
  bottom: 50%;
  /* margin-left: auto!important; */
  /* margin-right: auto!important; */
  text-align: center!important;
  left: unset;
}
#bloc_categorie_head.big.float_right .btn_more {
width: auto;
  left: -100px;
  position: absolute;
  bottom: 50%;
  /* margin-left: auto!important; */
  /* margin-right: auto!important; */
  text-align: center!important;
}
#bloc_categorie_head.big.float_right{float:right;}
#bloc_categorie_head.big.float_right .bloc_texte{float:left;}
#bloc_categorie_recettes{
  margin-top:3rem;
}
#bloc_categorie_recette{
  width: 33%;
  display: inline-block;
    height: 420px;
    vertical-align: top;
    margin-bottom: 3rem;
    position:relative;
}
#bloc_categorie_recette .recette_content{
  width:90%;
  margin:auto;
  background:#fff;
  height: 100%;
  position: relative;
}
#bloc_categorie_recette .recette_content .bloc_texte{
}
#bloc_categorie_recette .recette_content .bloc_img{
  width: 100%;
    height: 200px;
    overflow: hidden;
}

#bloc_categorie_recette .recette_content .note_recette{
position: absolute;
    bottom: 3.5rem;
    width: 100%;
    text-align: center;
    margin: auto;
}
#bloc_categorie_recette .recette_content .note_recette img{width: 8rem;vertical-align: middle;}
#bloc_categorie_recette .recette_content .note_recette span{font-size: 12px;font-style: italic;color: #777;display: block;}
#bloc_categorie_recette .recette_content .bloc_img img{
  max-height: 100%;
  width:100%;
  transition: transform .5s ease;
  object-fit: cover;
}
#bloc_categorie_recette .recette_content .bloc_img img:hover{
 transform: scale(1.1);
}
#bloc_categorie_recette .recette_content .bloc_texte h3{
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#bloc_categorie_recette .recette_content .bloc_texte h3 a{
    text-transform: uppercase;
    font-family: oswald;
    font-size: 22px;
    font-weight: normal;
    color: #333;
}

.home #bloc_texte_home{
  width:80%;
  margin:auto;
}
.home #bloc_texte_home #bloc_left{
      background: #f1f1f1;
    position: relative;
    width: 35%;
    margin-bottom: 2rem;
    vertical-align: top;
    display: inline-block;
    /*left: -2000px;
    transition: left 1s 0.5s;*/
}
/*.home #bloc_texte_home #bloc_left.show{
     left:0;
}*/
.home #bloc_texte_home #bloc_right{
      background: #f1f1f1;
    position: relative;
    width: 60%;
    margin-bottom: 2rem;
    vertical-align: top;
    display: inline-block;
    float:right;
   /* right: -2000px;
    transition: right 1s 0.5s;*/
}
/*.home #bloc_texte_home #bloc_right.show{
     right:0;
}*/
.home #bloc_texte_home #bloc_left .deco2{
    min-height: 100%;
    width: 15px;
    background-color: #e6ac60;
    display: inline-block;
    float: left;
    position: absolute;
}
.home #bloc_texte_home #bloc_right .deco1{
  min-height: 100%;
    width: 15px;
    background-color: #444444;
    display: inline-block;
    float: right;
    position: absolute;
    right: 0;
}
.home #bloc_texte_home #bloc_left h3, .home #bloc_texte_home #bloc_right h3{
   font-size: 26px;
    color: #333;
}
.home #bloc_texte_home #bloc_left p{
    width: 80%;
    margin: 1rem auto;
    text-align: justify;
}
.home #bloc_texte_home #bloc_right p{
    width: 90%;
    margin: 1rem auto;
    text-align: justify;
}

.get_avis {margin:1rem auto;}
.get_avis p{
  width: 90%;
  margin: auto;
  text-align: center;
}
.get_avis p.btn{
margin: 1rem auto;
}
.get_avis a{
background: #444;
  padding: 10px;
  margin: 1rem;
  color: #fff;
  text-transform: uppercase;
  font-family: oswald;
  font-size: 18px;
  cursor: pointer;
}
.get_avis a:hover{
background: #777;
}
.comment{
margin: 2rem auto;
  display: block;
}
.bloc_comment{
    width: 100%;
  display: block;
  overflow: hidden;
  background: #fff;
  min-height: 140px;
  margin:1rem auto;
}
.bloc_comment_left{
background: #e0dfdf;
  width: 25%;
  display: inline-block;
  text-align: center;
  min-height: 140px;
}
.bloc_comment_left p i{
color: #f5ba00;
display: inline-block;
padding: 1px 2px;
cursor: pointer;
font-size:25px;
}
.bloc_comment_right{
display: inline-block;
  background: #FFF;
  width: 75%;
  min-height: 140px;
  float: right;
  display:table;
  position: relative;
}
.bloc_comment_right p{
display:table-cell;
vertical-align: middle;
padding: 2rem;
}
.bloc_comment_right p span{
padding: 0px;
  color: #e6ac60;
  font-style: italic;
}
.bloc_comment_right p span img{
   margin-right: 0.5rem;
  width: 35px;
  vertical-align: middle;
}
.load_more {margin:2rem auto;}
.load_more p{
  width: 90%;
  margin: auto;
  text-align: center;
}
.load_more p.btn{
margin: 1rem auto;
}
.load_more a{
background: #444;
  padding: 10px;
  margin: 1rem;
  color: #fff;
  text-transform: uppercase;
  font-family: oswald;
  font-size: 18px;
  cursor: pointer;
}
.load_more a:hover{
background: #777;
}

#formulaire_commentaire{
display:block;
  overflow: hidden;
  display: none;
}
#formulaire_commentaire form{
  width: 90%;
  margin: auto;
}
#formulaire_commentaire .bloc_left{    
width: 40%;
  display: inline-block;
  float: left;
}
#formulaire_commentaire .bloc_right{  
  width: 60%;
  display: inline-block;
  float: right;
}
#formulaire_commentaire input{    
font-size: 15px;
  font-family: roboto;
  color: #555;
  padding: 8px 10px;
}
#formulaire_commentaire textarea{    
    height: 180px;
  width: 100%;
  font-size: 15px;
  font-family: roboto;
  color: #555;
  padding: 8px 10px;
}
#formulaire_commentaire p{    
text-align: center;
}
#formulaire_commentaire label{    
    display: block;
  font-family: oswald;
  text-transform: uppercase;
  font-size: 18px;
  margin: 1rem;
}
/***** Search *****/
#bloc_search{
  width: 80%;
  margin: 5rem auto 0px auto;
}
#bloc_search_head{
  width: 100%;
  overflow: hidden;
  background:#fff;
  height: auto;
}
#bloc_search_head .bloc_texte{
    width: 100%;
    margin: auto;
    height: auto;
    text-align: center;
}
#bloc_search_head .bloc_texte h2{
  width: 100%;
    text-transform: uppercase;
    font-family: oswald;
    display: block;
    font-size: 38px;
    font-weight: normal;
    color: #333;
}
#bloc_search_head .bloc_texte h2 span{
    display: block;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
#bloc_search #bloc_categorie{
  width: 80%;
  margin: 1rem auto 0px auto;
}
#bloc_search #bloc_categorie_head{
  width: 45%;
    overflow: hidden;
    background: #fff;
    height: auto;
    margin: 0.5rem;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
#bloc_search .bloc_img{
  display: inline-block;
  width: 45%;
}
#bloc_search #bloc_categorie_head img{
    width: 100%;
    transform:none;
}
#bloc_search #bloc_categorie_head .bloc_texte{
        width: 55%;
    margin: auto;
    display: inline-block;
    height: auto;
    float: right;
    text-align: center;
}
#bloc_search #bloc_categorie_head .bloc_texte2{
    width: 90%;
    margin: auto;
    display: inline-block;
    height: auto;
    float: right;
    text-align: center;
}
#bloc_search #bloc_categorie_head .deco2{
  min-height: 100%;
    width: 15px;
    background-color: #e6ac60;
    display: inline-block;
    float: left;
    position: absolute;
}
#bloc_search #bloc_categorie_head .bloc_texte h2{
      width: 100%;
    text-transform: uppercase;
    font-family: oswald;
    display: block;
    font-size: 25px;
    font-weight: normal;
    color: #333;
}
#bloc_search #bloc_categorie_head .bloc_texte h2 span{
    display: block;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
#bloc_search #bloc_categorie_head .bloc_texte2 h2{
      width: 100%;
    text-transform: uppercase;
    font-family: oswald;
    display: block;
    font-size: 25px;
    font-weight: normal;
    color: #333;
}
#bloc_search #bloc_categorie_head .bloc_texte2 h2 span{
    display: block;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}


/**** Recettes ********/
#bloc_recette{
  width: 80%;
  margin: 5rem auto 5rem auto;
}
#bloc_recette_head{
  width: 100%;
  overflow: hidden;
  background:#fff;
  max-height: 280px;
    min-height: 250px;
    max-height: 380px;
}
#bloc_recette_head .bloc_texte{
    width: 90%;
    margin: auto;
    height: auto;
    text-align: justify;
}
#bloc_recette_head .bloc_texte h2{
  width: 100%;
    text-transform: uppercase;
    font-family: oswald;
    display: block;
    font-size: 38px;
    font-weight: normal;
    color: #333;
    text-align: center;
    margin: 10px auto;
}
#bloc_recette_head .bloc_texte h2 span{
    display: block;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
#bloc_recette_head .bloc_texte p{
  width: 100%;
    margin: auto;
    font-size: 16px;
    color: #555;
}
#bloc_recette_head .bloc_texte p a{
    color: #e6a756;
}
#bloc_recette_head .bloc_texte_specificite{
  background: #f1f1f1;
  width:100%;
      padding: 10px 0px;
    height: 50px;
    margin-top: 1rem;
}
#bloc_recette_head .bloc_texte_specificite ul{
  width:90%;
  margin:auto;
  text-align: center;
}
#bloc_recette_head .bloc_texte_specificite ul li{
  display: inline-block;
    list-style: none;
    margin-right: 2rem;
    font-size: 14px;
    line-height: 50px;
}
#bloc_recette_head .bloc_texte_specificite ul li{
  display: inline-block;
    list-style: none;
    margin-right: 2rem;
    font-size: 14px;
    line-height: 50px;
    color:#333;
}
#bloc_recette_head .bloc_texte_specificite ul li a{
    font-size: 14px;
    line-height: 50px;
    color:#333;
}
#bloc_recette_1{
  position:relative;
}
#bloc_recette_1 .bloc_note{
 position: absolute;
    right: 0;
    bottom: 0;
    width: 32%;
    text-align: center;
    background: #f1f1f1;
    min-height: 110px;
    max-height: 110px;
}
#bloc_recette_1 .bloc_note .note{
 margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
#bloc_recette_1 .bloc_note .note img{
 vertical-align: middle;
}
#bloc_recette_1 .bloc_note .note span{
font-style: italic;
    color: #555;
}
#bloc_recette_1 .bloc_note .deco1{
    min-height: 110px;
    width: 15px;
    background-color: #e6ac60;
    display: inline-block;
    float: right;
}
.action_recette p {
  color:#333;
  margin: 0.4rem;
}
.action_recette p i{
  margin-right:0.5rem;
}
#bloc_recette_2{
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 2rem auto;
}
#bloc_recette_left{
  display: inline-block;
  float:left;
  width: 48%;
  position:relative;
}
#bloc_recette_left_small{
  background: #f1f1f1;
  position:relative;
  width:100%;
  margin-bottom: 2rem;
    vertical-align: top;
    display: inline-block;
}
#bloc_recette_left_small .deco2{
   min-height: 100%;
    width: 15px;
    background-color: #e6ac60;
    display: inline-block;
    float: left;
    position: absolute;
}
#bloc_recette_left_small p{
    width: 90%;
    margin: 1rem auto;
    text-align: justify;
}
#bloc_recette_left_small ul li{
    font-size: 14px;
    color: #555;
    list-style: none; 
    line-height: 22px;
}
#bloc_recette_left_small ul li i{
    font-size: 12px;
    color: #555;
    margin-right:0.5rem;
    vertical-align: middle;
}
#bloc_recette_right{
  display: inline-block;
  float:right;
  width: 48%;
  background: #f1f1f1;
  position: relative;
}
#bloc_recette_right .deco1{    
  min-height: 100%;
    width: 15px;
    background-color: #444444;
    display: inline-block;
    float: right;
    position: absolute;
    right:0;
}
#bloc_recette_right p{
    width: 90%;
    margin: 1rem auto;
    text-align: justify;
}
#bloc_recette_3 ul{
text-align: center;
}
#bloc_recette_3 ul li{
  list-style: none;
    display: inline-block;
    margin: auto 0.5rem;
}
#bloc_recette_3 ul li a{
    text-transform: uppercase;
    color: #FFF;
    font-family: oswald;
    font-size: 18px;
}
#bloc_recette_4{
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 2rem auto;
  background: #f1f1f1;
  position: relative;
}
#bloc_recette_4 .deco2{
   min-height: 100%;
    width: 15px;
    background-color: #e6ac60;
    display: inline-block;
    float: right;
    position: absolute;
}
#bloc_recette_4 .note{
  text-align: center;
}
#bloc_recette_4 .note img{
 vertical-align: middle;
}
#bloc_recette_4 .note span{
font-style: italic;
    color: #555;
}
.get_avis {margin:1rem auto;}
.get_avis p{
    width: 90%;
    margin: auto;
    text-align: center;
}
.get_avis p.btn{
margin: 1rem auto;
}
.get_avis a{
  background: #444;
    padding: 10px;
    margin: 1rem;
    color: #fff;
    text-transform: uppercase;
    font-family: oswald;
    font-size: 18px;
    cursor: pointer;
}
.get_avis a:hover{
  background: #777;
}
.comment{
  margin: 2rem auto;
    display: block;
}
.bloc_comment{
      width: 100%;
    display: block;
    overflow: hidden;
    background: #fff;
    min-height: 140px;
    margin:1rem auto;
}
.bloc_comment_left{
  background: #e0dfdf;
    width: 25%;
    display: inline-block;
    text-align: center;
    min-height: 140px;
}
.bloc_comment_left p i{
  color: #f5ba00;
  display: inline-block;
  padding: 1px 2px;
  cursor: pointer;
  font-size:25px;
}
.bloc_comment_right{
display: inline-block;
    background: #FFF;
    width: 75%;
    min-height: 140px;
    float: right;
    display:table;
    position: relative;
}
.bloc_comment_right p{
  display:table-cell;
  vertical-align: middle;
  padding: 2rem;
}
.bloc_comment_right p span{
  padding: 0px;
    color: #e6ac60;
    font-style: italic;
}
.bloc_comment_right p span img{
     margin-right: 0.5rem;
    width: 35px;
    vertical-align: middle;
}
.load_more {margin:2rem auto;}
.load_more p{
    width: 90%;
    margin: auto;
    text-align: center;
}
.load_more p.btn{
margin: 1rem auto;
}
.load_more a{
  background: #444;
    padding: 10px;
    margin: 1rem;
    color: #fff;
    text-transform: uppercase;
    font-family: oswald;
    font-size: 18px;
    cursor: pointer;
}
.load_more a:hover{
  background: #777;
}
#formulaire_commentaire{
  display:block;
    overflow: hidden;
    display: none;
}
#formulaire_commentaire form{
    width: 90%;
    margin: auto;
}
#formulaire_commentaire .bloc_left{    
  width: 40%;
    display: inline-block;
    float: left;
}
#formulaire_commentaire .bloc_right{  
    width: 60%;
    display: inline-block;
    float: right;
}
#formulaire_commentaire input{    
  font-size: 15px;
    font-family: roboto;
    color: #555;
    padding: 8px 10px;
}
#formulaire_commentaire textarea{    
      height: 180px;
    width: 100%;
    font-size: 15px;
    font-family: roboto;
    color: #555;
    padding: 8px 10px;
}
#formulaire_commentaire p{    
  text-align: center;
}
#formulaire_commentaire label{    
      display: block;
    font-family: oswald;
    text-transform: uppercase;
    font-size: 18px;
    margin: 1rem;
}
.simple-rating{
}

.simple-rating i{
  color: #f5ba00;
  display: inline-block;
  padding: 1px 2px;
  cursor: pointer;
  font-size:22px;
}
#formulaire_commentaire .submit_btn{
      width: 100%;
    text-align: center;
    overflow: hidden;
}
#formulaire_commentaire .submit_btn input.btn{
  background: #444;
    padding: 10px 15px;
    /* margin: 1rem; */
    color: #fff;
    text-transform: uppercase;
    font-family: oswald;
    font-size: 18px;
    cursor: pointer;
  }
#formulaire_commentaire .submit_btn input.btn:hover{
  background: #777;
}
p.msg_valid{
    width: 90%;
    margin: 2rem auto;
    text-align: center;
    color: green;
  }
#bloc_recette_5 {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 2rem auto;
}
#bloc_recette_5 h3{
  color:#fff;
}


/********** Blog ********/
#bloc_blog{
  width: 80%;
  margin: 5rem auto 0px auto;
}
#bloc_blog_list{
  margin: 2rem auto;
    overflow: hidden;
}
#bloc_blog_head{
  width: 100%;
  overflow: hidden;
  background:#fff;
  height: auto;
}
#bloc_blog_head img{
    width: 30%;
    transform: rotate(-10deg);
}
#bloc_blog_head .bloc_texte{
    width: 70%;
    margin: auto;
    display: inline-block;
    height: auto;
    float: right;
    text-align: center;
}
#bloc_blog_head .bloc_texte h2{
  width: 100%;
    text-transform: uppercase;
    font-family: oswald;
    display: block;
    font-size: 38px;
    font-weight: normal;
    color: #333;
}
#bloc_blog_head .bloc_texte h2 span{
    display: block;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
#bloc_blog_head .bloc_texte p{
  width: 80%;
    margin: auto;
    font-size: 16px;
    color: #555;
}
#bloc_blog_head.big{
    width: 90%;
    overflow: visible;
    background: #fff;
    height: auto;
    margin-bottom: 1rem;
    position: relative;
   /* opacity: 0;
    transition: opacity 1s 0.5s;*/
}
#bloc_blog_head.big img{
    width: 100%;
    transform:none;
}
#bloc_blog_head.big .deco2{
  min-height: 100%;
    width: 15px;
    background-color: #e6ac60;
    display: inline-block;
    float: left;
    position: absolute;
}
#bloc_blog_head.big .deco1{
  min-height: 100%;
    width: 15px;
    background-color: #444444;
    display: inline-block;
    float: right;
    position: absolute;
    right: 0;
}
#bloc_blog_head.big .bloc_texte{
  width:60%;
}
#bloc_blog_head.big h2{font-size:30px;}
#bloc_blog_head.big .bloc_img{
    display: inline-block;
    width: 40%;
    overflow: hidden;
}
#bloc_blog_head.big.float_left{float:left;}
#bloc_blog_head.big.float_left .btn_more {
  width: auto;
    right: -100px;
    position: absolute;
    bottom: 50%;
    /* margin-left: auto!important; */
    /* margin-right: auto!important; */
    text-align: center!important;
    left: unset;
}
#bloc_blog_head.big.float_right .btn_more {
  width: auto;
    left: -100px;
    position: absolute;
    bottom: 50%;
    /* margin-left: auto!important; */
    /* margin-right: auto!important; */
    text-align: center!important;
}
#bloc_blog_head.big.float_right{float:right;}
#bloc_blog_head.big.float_right .bloc_texte{float:left;}


/********* Footer **********/
#footer{
  width:100%;
}
#footer .bloc_1{
  background:#f1f1f1;
  padding:2rem;
}
#footer .bloc_1 img{
     width: 80px;
    vertical-align: top;
    margin-right: 1rem;
}
#footer .bloc_1 p.title{
display: inline-block;
    text-transform: uppercase;
    font-family: oswald;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: auto;
    line-height: 33px;
    text-align: left;
}
#footer .bloc_1 p.title span{
      color: #e6a756;
    font-weight: 200;
    font-family: oswald;
    font-size: 20px;
}

#footer .bloc_1 .bloc_content_1{
  width: 40%;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    vertical-align: top; 
    text-align: center;
}
#footer .bloc_1 .bloc_content_1 .bloc_social_network{
  margin-top:0.5rem;
  width:100%;
}
#footer .bloc_1 .bloc_content_2{
  display: inline-block;
    width: 60%;
}
#footer .bloc_1 .bloc_content_2 h3{
text-transform: uppercase;
    font-family: oswald;
    font-size: 22px;
    font-weight: normal;
    color: #333;
    text-align: center;    
    padding-top: 0px;
    margin-top: 0;
    margin-bottom: 0;
}
#footer .bloc_2{
  background:#444;  
  padding:2rem;
}
#footer .bloc_2 ul.link_footer li.copyright{
    color: #f1f1f1;
    display: inline-block;
    float: left;
    margin: 0px auto;
    font-size:12px;
}
#footer .bloc_2 ul.link_footer{
  display: inline-block;
  width:100%;
  margin: 0px;
  padding: 0px;
}
#footer .bloc_2 ul.link_footer li{
  list-style: none;
    display: inline-block;
    margin-right: 1rem;
    float: right;
}
#footer .bloc_2 ul.link_footer li a{
  color:#f1f1f1;
  font-size: 12px;
}
/********* Slide Gallery *********/

.gallery {
width: 100%;
margin: 0 auto;
position: relative;
}
.pics {
width: 100%;
margin-top: 1rem;
box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.05);
}
.thumbs {
float: right;
width: 33%;
/*padding-right: 10px;*/
text-align: right;
}
.preview {
width: 50%;
    height: auto;
    overflow: hidden;
    margin-bottom: 5px;
    display: inline;
    float: left;
    cursor:pointer;
}
.preview a img{
width: 95%;
height: auto;
}
.preview:last-child {
margin-bottom: 0;
}
.full {
width: 66%;
font-size: 12px;
float: left;
height: auto;
}
.full img {
height: auto;
width: 100%;
}
.previews a:hover, .previews a.selected {
}
.full img:hover {
cursor: pointer;
}
.clearfix:after {
content: ".";
visibility: hidden;
display: block;
height: 0;
clear: both;
}



/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('blank.gif'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     only screen and (min--moz-device-pixel-ratio: 1.5),
     only screen and (min-device-pixel-ratio: 1.5){

  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('fancybox_sprite@2x.png');
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url('fancybox_loading@2x.gif');
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}
/******** Social Media *********/
/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
  list-style: none;
  display: inline;
  margin-left:0 !important;
  padding: 0;
}
ul.social-network li {
  display: inline;
  margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
  background-color: #F56505;
}
.social-network a.icoFacebook:hover {
  background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
  background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
  background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
  background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
  background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
  color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
  color:#44BCDD;
}

.social-circle li a {
  display:inline-block;
  position:relative;
  margin:0 auto 0 auto;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  border-radius:50%;
  text-align:center;
  width: 50px;
  height: 50px;
  font-size:20px;
}
.social-circle li i {
  margin:0;
  line-height:50px;
  text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

ul.social-network li a{
background-color:#444;
}
/********  slider ********/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
    width: 100% !important;
    overflow: hidden;
    position: relative;
    height: 450px;
}
/** THEME
===================================*/
.bx-wrapper {
 /* -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;*/
  -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px;
    background: none;
    max-width: 1200px !important;
    height: 450px;
    margin: auto;
    margin-top: 90px;
    text-align: center;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 30px;
  width: 90%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('img/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: right;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  /*padding-top: 20px;*/
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 40px;
  background: url('img/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 40px;
  background: url('img/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('img/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('img/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/******** Media Queries **********/
@media screen and (max-width: 800px) {
  .block_sous_menu.block1, .block_sous_menu.block2{display:none;}
	.block_sous_menu {
    max-width: none;
    float: none;
    display: block;
	}
	.block_sous_menu h2{display: none;}
	.nav{
		width: 100%;
    	margin: auto;
    	position: relative;
    	padding: 0;
      display: none;      
    z-index: 10000;
	}
    .nav > li {
      float: none;
      background: #666;
    }
    .nav li.menu_li_2{
    	padding: 5px 0px;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
    .nav li ul{
      position: relative;
    left: 0;
    width: 100%;
    background: #f1f1f1;
    height: auto;
    padding: 0.5rem;
    display:none;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
        padding-left: 10px;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .menu{padding:0px;}
    .page #header h1,.home #header h1{font-size:40px;}
    #header h1 span{font-size:22px;}
    #bloc_categorie_recette{width:100%;display: block;height: 375px;}
    #bloc_categorie_recette .recette_content .bloc_img{height:180px;}
    #bloc_recette,#bloc_categorie{width:90%;}
    #bloc_categorie_head img,#bloc_categorie_head,#bloc_categorie_head .bloc_texte{width:100%;max-height: none;}
    #bloc_categorie_head .bloc_texte h2{font-size:30px; margin-bottom: 0.5rem;}
    #bloc_categorie_head .bloc_texte p{font-size:12px;margin-bottom: 0.5rem;}
    p, a, #bloc_recette_head .bloc_texte p,#bloc_recette_1 .bloc_note .note span,.action_recette p,#bloc_recette_4 .note span,.get_avis a,
    .load_more a,#formulaire_commentaire .submit_btn input.btn
    {font-size:12px;}
    #bloc_recette_head, #bloc_recette_head .bloc_texte_specificite,.bloc_comment,.bloc_comment_left,#bloc_categorie_head{height: auto;}
    #bloc_recette_head .bloc_texte_specificite ul {width: 100%; margin: auto;text-align: center;   padding: 0;}
    #bloc_recette_head .bloc_texte_specificite ul li{margin:0;display: block;}
    .full,#footer .bloc_1 .bloc_content_1,#footer .bloc_1 .bloc_content_2{width:100%;}
    .thumbs {float: right;width: 100%;text-align: right;margin: 0.5rem auto;}
    #bloc_recette_1 .bloc_note{position:relative;width:100%;}
    #bloc_recette_left,#bloc_recette_right {display: block;width: 100%;}
    h4,#bloc_recette_left_small p,#bloc_recette_right p{width:80%;}
    #bloc_recette_3 ul {padding:0;}
    .bloc_comment_left,#formulaire_commentaire .bloc_left{width:100%;}
    .bloc_comment_right,#formulaire_commentaire .bloc_right{ width: 90%;}
    #formulaire_commentaire h3{font-size:18px;width:90%;}
    #formulaire_commentaire label{font-size: 16px;margin: 0.5rem; }
    #footer .bloc_1 p.title,#footer .bloc_1 .bloc_content_2{margin: 0.5rem auto;text-align: center;}
    #footer .bloc_1 .bloc_content_2 p {text-align: justify;}
    #footer .bloc_2{padding:1rem;}
    #footer .bloc_2 ul.link_footer li{width: 100%;  display: block;  margin-top: 0.5rem;  text-align: center;  float:none;  margin-right:0px;}
    #footer .bloc_2 ul.link_footer li.copyright{ display:block;float: none;margin: 0px;}
}
