@font-face {
  font-family: susabold;
  src: url(/susabold.ttf);
}

body {
  color: #fff;
  font-family: verdana;
  font-size: 20px;
  margin: 0;
  padding: 0;
}

#toggle-menu-div-1,
#toggle-menu-div-2,
#toggle-menu-div-3 {
  position: absolute;
  left: 0;
  background: #2facff;
  width: 20px;
  height: 4px;
}

#toggle-menu-div-1 {
  top: 22px;  
}

#toggle-menu-div-2 {
  top: 30px;  
}

#toggle-menu-div-3 {
  top: 38px;  
}

#header-g {
  display: none;
  float: left;
}

#header-share-buttons {
  display: none;
  color: #fff;
  font-family: verdana;
  font-size: 20px;
  float: right;
  margin-left: 15px;
  margin-top: 10px;
  color: #fff;
}

.header-share-button {
  display: inline-block;
  padding: 8px 12px;
  margin-right: 6px;
  color: #fff;
}

.header-share-button .icon {
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.header-share-button .ion-social-facebook {
  margin-right: 4px;
  color: #fff;
}

.green {
  color: green;
}

.blue {
  color: #2facff;
}

.dark-blue {
  color: #2facff;
}
#filariane{
	font-size: 14px; 
	margin: 0 10px 10px 10px; 
	color: #888;
}
#filariane a{
	text-decoration:none;
	color:#888;
}
.susa {
  font-family: susabold;
  font-size: 150%;
}

#header {
  background-color: white;
  border-bottom: 1px solid #888;
  color: green;
  font-family: susabold;
  font-size: 48px;
  margin: 0 auto;
  padding-bottom: 10px;
  padding-left: 33px;
  position: fixed;
  text-align: left;
  width: 100%;
  z-index: 1000;
}
#headerhr {
	background-color: #fff;
  border-bottom: 1px solid #888;
  width: 100%;
  position: fixed;
  z-index: 1001;
  margin: 0 auto;
  color: #fff;
}

.tld {
  color: #2facff;
}

#star {
  color: #ddd;
  position: absolute;
  right: 35px;
  top: 10px;
  font-size: 40px;
  cursor:pointer;
}

#star.selected {
  color: green;
}

#paging {
  position: relative;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 38px;
  text-align: center;
}

#paging a {
  text-decoration: none;
  font-size: 20px;
  color: #fff;
}

#previous {
  background-color: #2facff;
  position: absolute;
  left: 0;
  width: 50%;
  box-sizing: border-box;
  border-left: 8px solid #fff;
  border-right: 5px solid #fff;
  padding-bottom: 10px;
  display: block;
  height: 56px;
  padding-top: 14px;
}

#previous i {
  font-size: 20px;
  vertical-align: middle;
}

#next {
  background-color: #2facff;
  position: absolute;
  right: 0;
  width: 50%;
  box-sizing: border-box;
  border-left: 5px solid #fff;
  border-right: 10px solid #fff;
  padding-bottom: 10px;
  display: block;
  height: 56px;
  padding-top: 14px;
}

#next i {
  font-size: 20px;
  vertical-align: middle;
}

.avis-complet {
  padding: 0 10px;
  text-align: justify;
  font-size: 20px;
}

.avis-complet p {
  margin-top: 0px;
}

.avis-complet .notes {
  margin-top: -20px;
  margin-left: -10px;
  position: relative;
}
.titreavis{
	 clear:both;
	 margin-bottom:5px;
}
.imgavis{
	border:none;
	float:left;
	padding-right:10px;
	height:80px;
	margin-bottom:2px;
}
.avis-texte {
  margin-top: 0px;
  background: #eee;
  padding: 10px;
  font-size: 18px;
  overflow:hidden
}
.photo-texte{
	font-size: 18px;
  position: relative;
  text-align: left;
  margin:10px 0 0 10px;
  margin-left: 0px;
}
#header a {
  color: green;
  text-decoration: none;
}
#header-border {
	display:none;
	width: 100%;
	height: 1px;
	background-color: #888;
	position: fixed;
	z-index:1001;
}
#wrapper {
  margin: 63px auto 0 auto;
  width: 100%;
}

#main {
  position: relative;
}

#menu {
  background:#2facff;
  box-sizing: border-box;
  font-size: 20px;
  height: 100%;
  margin: 0;
  padding: 63px 0 0 0;
  position: fixed;
  top: 0;
  width: 20px;
  z-index: 500;
}

#menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: none;
  list-style: none;
  padding: 5px 5px;
}

#menu li.separator {
  border-bottom: 3px solid #fff;
}
#menu li.titre {
  background-color:green;
}

#menu li.last {
  border-bottom: 0;
}

#menu li.lasttemp {
  background-color: yellow;
  border-bottom: 0;
}

#menu li .step {
  display: inline-block;
  width: 18px;
}
.recette{
	font-size:16px !important;
}
#menu a {
  color: #fff;
  text-decoration: none;
}
#menu li a {
  white-space: nowrap;
}

#menu-expand {
  display: block !important;
  border: 0 !important;
  padding: 0 !important;
}

#menu-expand i {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  margin-top: -10px;
  height: 20px;
  z-index: 20000;
  font-size: 20px;
  text-align: center;
}

#layer {
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  z-index: 200;
}

#content {
  margin-left: 22px;
}

#search {
  padding: 10px;
  text-align: center;
}

#searchbox {
  border: 1px solid #888;
  box-sizing: border-box;
  display: block;
  font-size: 20px;
  padding: 10px;
  width: 100%;
}
::-webkit-input-placeholder {
  color: #888;
}
:-moz-placeholder {
  color: #888;
}
::-moz-placeholder {
  color: #888;
}
:-ms-input-placeholder {
  color: #888;
}

#description {
  background: #fff;
  color: #888;
  height: auto;
  margin: -5px 10px 10px 10px;
  max-height: 46px;
  overflow: hidden;
  position: relative;
  text-align: justify;
  font-size: 18px;
  cursor:pointer;
}

#description-guadeloupe {
  background: #fff;
  color: #888;
  height: auto;
  margin: 10px 10px 12px 10px;
  max-height: 42px;
  overflow: hidden;
  position: relative;
  text-align: justify;
  font-size: 18px;
  cursor:pointer; 
}

#description2-guadeloupe {
  background: #fff;
  color: #888;
  height: auto;
  margin: 10px 10px 12px 10px;
  position: relative;
  text-align: justify;
  font-size: 18px;
  cursor:pointer;
}

#how {
  font-weight: bold;
}

#how a {
  color: #888;
  text-decoration: none;
}

#description .end, #description-recette .end  {
  /*background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,
    255, 255, 0) ), color-stop(100%, rgba(255, 255, 255, 1) ) );*/
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1) );
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1) );
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1) );
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1) );
  /*background: linear-gradient(to right, rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1) );*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,
    StartColorStr='#00ffffff', EndColorStr='#ffffff' );
  bottom: 0;
  height: 21px;
  position: absolute;
  right: 15px;
  width: 50px;
}

#description a {
	color:green;
	text-decoration:none;
}
#description-more {
  background: #fff;
  bottom: 0;
  height: 18px;
  padding-left: 2px;
  position: absolute;
  right: -2px;
  width: 20px;
 	cursor:pointer;
 	margin-right:-3px;
}

.odd .dominique-expand {
  background: green;
  bottom: 0;
  height: 20px;
  padding-left: 2px;
  position: absolute;
  right: 0;
  width: 18px;
}
.dominique-expand a{
	color:#FFFFFF;
}
.even .dominique-expand {
  background: #2facff;
  bottom: 0;
  height: 20px;
  padding-left: 2px;
  position: absolute;
  right: 0;
  width: 18px;
}

#back-button {
  background: green;
  bottom: 15px;
  position: absolute;
  right: 20px;
  font-size: 32px;
  cursor:pointer;
}

.logo {
  color: green;
  display: inline-block;
  font-family: susabold;
  font-size: 125%;
}

#description .logo {
  margin-left: 1px;
}

.list-item {
  margin-bottom: 2px;
  color: #fff;
  font-size: 20px;
  cursor:pointer;
}

.list-item.odd {
  background: green;
}

.list-item.even {
  background: #2facff;
}

.item {
  background: green;
  margin-bottom: 2px;
  position: relative;
}
.item a{
	text-decoration:none;
	color:#FFFFFF;
}
.expand {
  position: absolute;
  right: 10px;
}

h1 {
  clear: both;
  font-size: 32px;
  margin: -3px 0 0 0;
  padding: 10px;
  text-align: left;
}

h2 {
  clear: both;
  font-size: 20px;
  margin: 0;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-align: left;
  top: -3px;
  white-space: nowrap;
}

.item h2 {
  font-size: 28px;
  position: relative;
  text-align: left;
  top: -3px;
  white-space: normal;
}

#ingredients {
  margin: 0 20px 10px 13px;
  padding: 0;
}

#steps {
  margin: 0 20px 10px 10px;
  padding: 0;
  font-size:18px;
}

#steps {
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: justify;
}

#ingredients li,
#steps li {
  list-style: none;
  margin-bottom: 5px;
}

#steps li {
  margin-bottom: 15px;
}

#ingredients li a,
#steps li a {
  color: green;
  text-decoration: none;
}

.odd h2 .end {
  /*background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,
    255, 255, 0) ), color-stop(100%, rgba(232, 105, 165, 1) ) );*/
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0),
    rgba(232, 105, 165, 1) );
  background-image: -moz-linear-gradient(left, rgba(232, 105, 165, 0),
    rgba(232, 105, 165, 1) );
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0),
    rgba(232, 105, 165, 1) );
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0),
    rgba(232, 105, 165, 1) );
  /*background: linear-gradient(to right, rgba(255, 255, 255, 0),
    rgba(232, 105, 165, 1) );*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,
    StartColorStr='#00ffffff', EndColorStr='green' );
  height: 45px;
  position: absolute;
  right: 10px;
  top: 3px;
  width: 50px;
}

.odd h2 .very-end {
  background: green;
  height: 45px;
  position: absolute;
  right: 0;
  top: 3px;
  width: 10px;
}
.trash{
	position: absolute;
  right: 10px;
  top: 10px;
  width: 10px;
}
.even h2 .end {
  /*background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,
    255, 255, 0) ), color-stop(100%, rgba(129, 190, 231, 1) ) );*/
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0),
    rgba(129, 190, 231, 1) );
  background-image: -moz-linear-gradient(left, rgba(129, 190, 231, 0),
    rgba(129, 190, 231, 1) );
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0),
    rgba(129, 190, 231, 1) );
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0),
    rgba(129, 190, 231, 1) );
  /*background: linear-gradient(to right, rgba(255, 255, 255, 0),
    rgba(129, 190, 231, 1) );*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,
    StartColorStr='#00ffffff', EndColorStr='#2facff' );
  height: 45px;
  position: absolute;
  right: 10px;
  top: 3px;
  width: 50px;
}

.even h2 .very-end {
  background: #2facff;
  height: 45px;
  position: absolute;
  right: 0;
  top: 3px;
  width: 10px;
}

h2 a {
  color: #fff;
  text-decoration: none;
}

.photo {
  float: left;
  height: 105px;
  margin: 0 10px 10px 10px;
  position: relative;
  text-align: center;
}

.photo img {
  border: 2px solid white;	  
  border-radius: 40px;
  height: 80px;
  margin-left: 7px;
  width: 80px;
}

.situation {
  background: #fff;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  color: #888;
  font-size: 16px;
  margin-left: -10px;
  padding: 5px 0;
  position: absolute;
  top: 70px;
  left: 0;
  width: 160px;
}

.notes {
  background: #fff;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  color: #888;
  font-size: 16px;
  padding: 5px 10px;
  position: absolute;
  left: 0;
}

.notes-icon {
  margin-right: 35px;
  margin-top: -5px;
  font-size: 16px;
  line-height: 18px;
}

.avis {
  margin: -14px 15px 0 115px;
  text-align: right;
  position: relative;
}

#formavis {
  padding: 0 10px 10px 10px;
  text-align: center;
}

#formnote {
  padding: 0 10px 10px 10px;
  text-align: center;
}

#note {
  display: block;
  margin: 0 10px;
}

#note .icon {
  font-size: 36px;
  cursor:pointer;
}

#note .icon:hover {
  color: #blue;
}


#formavis input, 
#formavis textarea {
  /*background-color: rgba(232, 105, 165, 1);*/
  background-color:#FFFFFF;
  border: 0;
  border: 1px solid #888;
  box-sizing: border-box;
  color: #888;
  display: block;
  font-size: 18px;
  margin-top: 10px;
  padding: 10px;
  width: 100%;
}
#formavis ::-webkit-input-placeholder {
  color: #888;
}
#formavis :-moz-placeholder {
  color: #888;
}
#formavis ::-moz-placeholder {
  color: #888;
}
#formavis :-ms-input-placeholder {
  color: #888;
}

#formavis textarea {
  font-family: verdana;
  height: 120px;
}
#buttonavis {
	color:#FFFFFF;
  background-color: #2facff;
  position: relative;
  right: 0;
  width:100%;
  box-sizing: border-box;
  padding-bottom: 15px;
  display: inline-block; 
   padding-top: 14px;
  margin-top:10px;
  cursor:pointer;
}

#buttonavis i {
  font-size: 20px;
  vertical-align: middle;
}
#buttonplus {
	color:#888;
  background-color: #fff;
  border: 1px solid #aaa;
  position: relative;
  right: 0;
  width:100%;
  box-sizing: border-box;
  padding-bottom: 15px;
  display: inline-block; 
  padding-top: 14px;
  margin:0px 10px 10px 0px;
  text-align:center;
  cursor:pointer;
}

.intro {
  height: 64px;
  margin: 14px 0 16px 0;
  overflow: hidden;
  position: relative;
  text-align: justify;
  font-size: 18px;
  line-height: 21px;
}

.durations {
  margin: 0 10px 10px 10px;
  position: relative;
  text-align: justify;
}

.shares {
  margin: 0 20px 10px 10px;
  position: relative;
  text-align: justify;
}

.share-button {
  width: 100%;
  padding-left: 10px; 
  font-size: 32px; 
  margin-right: 2px; 
  display: block; 
  color: #fff; 
  text-align: left; 
  margin-bottom: 10px;
  position: relative;
}

.share-button i {
  display: inline-block; 
  width: 30px;
  text-align: center; 
}

.share-button span {
  position: absolute;
  left: 50px;
  top: 7px;
}

#note .icon {
  position: relative;
  font-size: 45px;
}

#note .score {
  color: #fff;
  position: absolute;
  left: 12px;
  top: 13px;
  font-size: 16px;
  font-family: verdana;
  cursor:pointer;
}

#note .ion-ios7-heart-outline .score {
  color: green;
}
.ion-printer{
	color: green;
	margin-left:10px;
	font-size:70px;
	margin-bottom:15px;
	cursor:pointer;
}
.bigphotodiv {
  box-sizing: border-box;
  font-size: 14px;
  margin-top: 38px;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.bigphoto {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}
.tinyphoto {
  display: inline;
  margin-bottom: 5px;
  width: 49%;
}

.odd .end {
  /*background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,
    255, 255, 0) ), color-stop(100%, rgba(232, 105, 165, 1) ) );*/
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0),
    rgba(232, 105, 165, 1) );
  background-image: -moz-linear-gradient(left, rgba(232, 105, 165, 0),
    rgba(232, 105, 165, 1) );
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0),
    rgba(232, 105, 165, 1) );
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0),
    rgba(232, 105, 165, 1) );
  /*background: linear-gradient(to right, rgba(255, 255, 255, 0),
    rgba(232, 105, 165, 1) );*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,
    StartColorStr='#00ffffff', EndColorStr='green' );
  bottom: 1px;
  height: 23px;
  position: absolute;
  right: 0;
  width: 50px;
}

.even .end {
  /*background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,
    255, 255, 0) ), color-stop(100%, rgba(129, 190, 231, 1) ) );*/
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0),
    rgba(129, 190, 231, 1) );
  background-image: -moz-linear-gradient(left, rgba(129, 190, 231, 0),
    rgba(129, 190, 231, 1) );
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0),
    rgba(129, 190, 231, 1) );
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0),
    rgba(129, 190, 231, 1) );
  /*background: linear-gradient(to right, rgba(255, 255, 255, 0),
    rgba(129, 190, 231, 1) );*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,
    StartColorStr='#00ffffff', EndColorStr='#2facff' );
  bottom: 1px;
  height: 23px;
  position: absolute;
  right: 0;
  width: 50px;
}

#footer {
  background: #888;
  clear: both;
  font-size: 14px;
  padding: 10px;
  text-align: center;
  text-size: 100%;
}

.footer-section a {
  color: #fff;
  text-decoration: none;
}
#recette{
	color: #888; 
	margin-top: 10px;
	font-size:18px;
}
#numprep{
	display: inline-block; 
	color: #fff; 
	height: 20px; 
	width: 20px; 
	border-radius: 10px; 
	text-align: center; 
	background-color: #2facff; 
	font-size: 75%;
}
#numrose{
	display: inline-block; 
	color: #fff; 
	height: 20px; 
	width: 20px; 
	border-radius: 10px; 
	text-align: center; 
	background-color: green; 
	font-size: 75%;
}
.num{
	display: inline-block; 
	margin-top: 3px;
}
.stepp{
	display: block; 
	margin: -20px 0 0 30px;
}
.nodeco{
	color:#FFFFFF;
	text-decoration:none;
}
#nuage{
	margin-left:10px;
}
#tag{
	padding: 5px 5px 5px 5px;
	color:#FFFFFF;
	margin:5px 5px 5px 0px;
	display: inline-block; 
	
}
#tag a{
	text-decoration:none;
	color:#FFFFFF;
	font-size:16px;
}
.bleu{
	background-color: #2facff;
}
.rose{
	background-color: green;
}
.gris{
color: #888;
}
#selects{
	margin-left:10px;
	margin-right:15px;
}
#recherche_ingredient {
	text-align:center;
	color:#FFFFFF;
  background-color: #2facff;
  position: relative;
  right: 0;
  width:100%;
  box-sizing: border-box;
  padding-bottom: 10px;
  display: inline-block; 
  height: 56px;
  padding-top: 14px;
  margin-top:10px;
  cursor:pointer;
}
#titrerose{
	background: green;
  margin-bottom: 2px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 5px 10px 10px;
  font-size:20px;
  font-weight:bold;
}
#espace{
	height:10px;
}
#titregris{
	font-size:20px;
	padding:10px 5px 10px 0px;
	font-weight:bold;
}
#resultgris{
	font-size:16px;
	padding:10px 5px 10px 0px;
}
.titre-formR{
	font-size:20px;
	color:#888888;
	font-weight:bold;
	margin-top:5px;
}
#formr input, 
#formr textarea {
  /*background-color: rgba(232, 105, 165, 1);*/
  background-color:#FFFFFF;
  border: 0;
  border: 1px solid #888;
  box-sizing: border-box;
  color: #888;
  display: block;
  font-size: 18px;
  margin-top: 10px;
  padding: 10px;
  width: 100%;
}
#formr .formsmallinput{
	width:48%;
	margin-top:10px;
	float:left;
}
#formr .formsep{
	width:4%;
	float:left;
}
#formr ::-webkit-input-placeholder {
  color: #888;
}
#formr :-moz-placeholder {
  color: #888;
}
#formr ::-moz-placeholder {
  color: #888;
}
#formr :-ms-input-placeholder {
  color: #888;
}

#formr textarea {
  font-family: verdana;
  height: 120px;
}
#buttonformr {
	color:#FFFFFF;
  background-color: #2facff;
  position: relative;
  right: 0;
  width:100%;
  box-sizing: border-box;
  padding-bottom: 15px;
  display: inline-block; 
   padding-top: 14px;
  margin-top:10px;
  cursor:pointer;
}
#partagegg{
	display:none;
}
#partagetwitter{
	display:none;
}
#print{
	display:none;
}

@media only screen and (min-width : 1010px){
 	#banner,.banner-img{
	display:block;
	border:0;
	max-height:150px;
	}
	#wrapper {
    width: 1010px;
  }
  body{
  	font-size:18px;
  }
  #menu{
  	position: absolute;
  	width: 270px;
  	padding: 0px 0 0 0;
  	height:auto;
  	font-size: 18px;
  }
  #menu li {
  	display: block;
 	overflow:hidden;
	}
	#menu-expand i {
	  font-size: 18px;
	}
	#content {
  	margin-left: 280px;
	}

	#recette{
		font-size:16px;
	}
	h2 {
  	font-size: 22px;
	}
	.avis-texte {
  	font-size: 18px;
	}
	.photo-texte{
		font-size: 16px;
	}
	.avis-complet {
	  font-size: 18px;
	}
	.intro {
 		font-size: 16px;
	}
	#header {
	  width: 1010px;
		left: 50%;
		margin-left: -505px;
		border-bottom: none;
	}
	#header-border {
		display:block;
	}
	#steps {
  	font-size:16px;
	}
	#partagegg{
		display:inline-block;
	}
	#partagetwitter{
		display:inline-block;
	}
	#header-g{
		display:none;
	}
	#header-logo{
		display:inline-block;
		vertical-align:top;
	}		
	#header-share-buttons {
  	display: inline-block;
  	float: right;
	}
	#description-recette{
  	max-height: 44px;
	}
	#description{
  	max-height: 48px;
	}
	#headerhr {
	
	  background-color: #fff;
	  border-bottom: 1px solid #888;
	  width: 100%;
	  position: fixed;
	  z-index: 1001;
	  margin: 0 auto;
	  color: #fff;
	}
	.ion-arrow-right-b{
		display:none;
	}
	#print{
		display:block;
	}
	
}
@media only screen and (min-width : 790px) and (max-width : 969px){
	#banner {
	display:block;
	border:0;
	max-height:150px;
	}
	#steps {
  	font-size:16px;
	}
	#partagegg{
		display:inline-block;
	}
	#partagetwitter{
		display:inline-block;
	}
	#header-g{
		display:none;
	}
	#header-logo{
		display:inline-block;
	}		
	#header-share-buttons {
  	display: inline-block;
  	float: right;
	}
}
@media only screen and (min-width : 480px) and (max-width : 789px){
#header {top:0px} 
	#banner,.banner-img {
		display:none;
		height:0px;
	}
	#steps {
  	font-size:16px;
	}
	#partagegg{
		display:inline-block;
	}
	#partagetwitter{
		display:inline-block;
	}
	#header-g{
		display:none;
	}
	#header-logo{
		display:inline-block;
	}		
	#header-share-buttons {
  	display: inline-block;
  	float: right;
	}
	#partagetwitter{
		display:none;
	}
	#partagegg{
		display:none;
	}
	#header-logo{
		display:inline-block;
		font-size:30px;
	}	
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation: landscape) { 
#header {top:0px} 
	#banner,.banner-img {
		display:none;
		height:0px;
	}
	#description-recette{
  	max-height: 48px;
	}
	#description{
  	max-height: 52px;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { 
#header {top:0px} 
	#banner,.banner-img {
		display:none;
		height:0px;
	}
	#description-recette{
  	max-height: 48px;
	}
	#description{
  	max-height: 52px;
	}

	.num{
		margin-top: -3px;
		padding-bottom:10px;
	}
	.stepp{
		margin: -25px 0 0 30px;
	}

}
#headerprint{
	background-color: #fff;
  color: green;
  font-family: susabold;
  font-size: 48px;
  margin: 0 auto;
  padding-bottom: 10px;
  padding-left: 5px;
 	top: 0;
  width: 1010px;
  z-index: 1000;
}

#wrapperprint {
  margin: 5px auto 0 auto;
  width: 1010px;
}

@media screen and (max-width: 480px){
#header {top:0px} 
	#header ,#banner,.banner-img {
		display:none;
		height:0px;
	}
	#headerprint{
		width: 100%;
	}
	#wrapperprint {
 		width: 100%;
	}
	#header-logo{
		display:inline-block;
		font-size:30px;
	}	
}
@media screen and (max-width: 350px){
	#header,#banner,.banner-img {
		display:none;
		height:0px;
	}
	#partagefacebook{
		display:none;
	}
	.header-share-button .ion-social-facebook {
	  margin-right: 0px;
	}
	#description-recette{
  	max-height: 48px;
	}
	#description{
  	max-height: 52px;
	}
	#nbnotesA{
		display:none;
	}
	#formr .formsmallinput{
		width:100%;
		margin-top:10px;
		float:left;
	}
	#formr .formsep{
		width:0px;
		float:left;
	}
	#header-logo{
		display:inline-block;
		font-size:28px;
	}	
}

#contentprint {
  	margin-left: 0px;
	}
#description-recetteprint {
  background: #fff;
  color: #888;
  height: auto;
  margin: -5px 10px 10px 10px;
  position: relative;
  text-align: justify;
  font-size: 18px; 
}
#desccat{
	background: #fff;
  color: #888;
  height: auto;
  margin: 5px 0px 10px 0px;
  max-height: 69px;
  text-align: justify;
  font-size: 18px;
}
.txtcentre{
	padding:0 10px 5px 10px;
}
#butrplus{
	padding:18px 10px 10px 10px;
}
#pub1{
	margin:5px 0 5px 0;
}
#pub2{
	margin:5px 0 5px 0;
}
.pub336 {
  width:336px; 
  height:280px; 
  background-image: url('data:image/gif;base64,R0lGODlhHAAOAIAAAFhYWP///yH5BAAAAAAALAAAAAAcAA4AAAIrjI+py+0Po3yggnNNtpn1jWmhN37iuXBjsKlkYrKr0q0gSqcVZk3+DwwmCgA7');
  background-position: 155px 4px;
  background-repeat: no-repeat;
 	text-align: center;
  background-color:#FFFFFF; 
  padding-top: 20px;
  padding-bottom:20px;
  display: inline-block;
}
.pub336-2 {
 
  width:362px; 
  height:280px; 
  background-image: url('data:image/gif;base64,R0lGODlhHAAOAIAAAFhYWP///yH5BAAAAAAALAAAAAAcAA4AAAIrjI+py+0Po3yggnNNtpn1jWmhN37iuXBjsKlkYrKr0q0gSqcVZk3+DwwmCgA7');
  background-position: 171px 3px;
  background-repeat: no-repeat;
 	text-align: center;
  background-color:#FFFFFF; 
  padding-top: 20px;
  padding-bottom:20px;
  display: inline-block;
  margin: 0px 6px 0px 0;
}
.pub728 {
  width:728px; 
  height:90px; 
  background-image: url('data:image/gif;base64,R0lGODlhHAAOAIAAAFhYWP///yH5BAAAAAAALAAAAAAcAA4AAAIrjI+py+0Po3yggnNNtpn1jWmhN37iuXBjsKlkYrKr0q0gSqcVZk3+DwwmCgA7');
  background-position: 350px 4px;
  background-repeat: no-repeat;
 	text-align: center;
  background-color:#FFFFFF; 
  padding-top: 20px;
  padding-bottom:20px;
  display: inline-block;
}
.pub320100 {
  width:320px; 
  height:50px; 
  background-image: url('data:image/gif;base64,R0lGODlhHAAOAIAAAFhYWP///yH5BAAAAAAALAAAAAAcAA4AAAIrjI+py+0Po3yggnNNtpn1jWmhN37iuXBjsKlkYrKr0q0gSqcVZk3+DwwmCgA7');
  background-position: 150px 4px;
  background-repeat: no-repeat;
 	text-align: center;
  background-color:#FFFFFF; 
  padding-top: 20px;
  padding-bottom:20px;
  display: inline-block;
}
.pub320 {
  width:320px; 
  height:250px; 
  background-image: url('data:image/gif;base64,R0lGODlhHAAOAIAAAFhYWP///yH5BAAAAAAALAAAAAAcAA4AAAIrjI+py+0Po3yggnNNtpn1jWmhN37iuXBjsKlkYrKr0q0gSqcVZk3+DwwmCgA7');
  background-position: 147px 4px;
  background-repeat: no-repeat;
 	text-align: center;
  background-color:#FFFFFF; 
  padding-top: 20px;
  padding-bottom:20px;
  display: inline-block;
}
.pubrecette{
	width:100%;
	text-align: center;
}
.white{
	background-color:#FFFFFF;
}
.facebooktitle{
	font-family: verdana;
	font-size: 20px;
	color: #fff;
	background-color:#3B5998;
	
	height:36px;
	
}
.facebooktxt{
	color: #aaa;
	background-color:#ffffff;
	padding:5px;
	font-size: 12px;
}
	.black{
	color:#222222;
}
#tag-rubrique{
	color:#345;
	cursor:pointer;
	line-height:18px;
	max-height:80px;
	overflow:hidden;
	padding-left:1px;
	position:relative;
	text-align:justify;
	padding:0px 0px 0px 0px; 
	margin-bottom:10px;
}
#nuage-rubrique{
	color:#345;
	cursor:pointer;
	line-height:18px;
	overflow:hidden;
	padding-left:1px;
	position:relative;
	text-align:justify;
	padding:0px 0px 0px 0px; 
	margin-bottom:10px;
}
#tag-rubrique-more{
	background:#fff;
	bottom:0;
	height:18px;
	position:absolute;
	right:0;
	text-align:center;
	width:24px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	
  
	}
#tag-rubrique-more a{
	background:#fff;
	color:green;	
	display:block;
	text-decoration:none;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	margin-bottom:5px;
	}
#nuagecat{
	font-size: 20px;
  margin: 23px 0 15px 0;
  color :#888;
  text-align:center;
  width:100%
}
#links a {
  color: green;
  text-decoration: none;
}
#wrappertop {
    width: 100%;
    overflow: hidden;
}
#containertop {
    width: 100%;
    margin: 0 auto;
}
.banner-img {
    width: 100%;
max-height:150px;
}
#photos-guadeloupe span {
width:12px;
display: inline-block;
height:145px;
}

#grande-photo-guadeloupe  {
width:730px;height:411px;
background-color:#fff;
display:block;
text-align:center;
vertical-align: middle;
}

#grande-photo-guadeloupe span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
   background-color:blue;
}

#grande-photo-guadeloupe img {
    vertical-align: middle;
    max-height: 411px;
    max-width: 730px; 
}

#grande-photo-guadeloupe img.transparent {
opacity:1;
  transition:opacity 2s linear;

}