<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* =========================================== */
/* ==== CrÃ©Ã© par Nadj pour Cuisine.land ===== */
/* ========================================= */
/* Reproduction sans autorisation interdite */

@import "fontawesome.min.css";

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url("font/fa-regular-400.eot");
  src: url("font/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("font/fa-regular-400.woff2") format("woff2"), url("font/fa-regular-400.woff") format("woff"), url("font/fa-regular-400.ttf") format("truetype"), url("font/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("font/fa-brands-400.eot");
  src: url("font/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("font/fa-brands-400.woff2") format("woff2"), url("fontwebfonts/fa-brands-400.woff") format("woff"), url("fontwebfonts/fa-brands-400.ttf") format("truetype"), url("fontwebfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }


@font-face {
    font-family: 'nunitoextrabold';
    src: url('../../../../css/font/nunito-extrabold-webfont.woff2') format('woff2'), url('../../../../css/font/nunito-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.centerp {
  margin:  20px auto;
  width: 100%;
  text-align: center;
}

body {
  font-family: "nunitoextrabold", sans-serif;
  margin: 0;
  padding-top: 44px!important;
}

a {
  color:  #000;
}

/**/
.width {
  max-width: 1200px;
  margin: auto;
}


/**/
.bienvenue strong {
  margin: 20px;
  font-size: 140%;
  display: block;
}




/* */
#administration {
  font-family: 'nunitoextrabold',sans-serif;
  background: #000;
  color: #fff;
  padding: 5px;
  font-size: 15px;
  position: relative;
  z-index: 9999;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  box-sizing:  border-box;
  top: 0;
}

#administration .gauche,
#administration .droite {
  display: flex;
  align-items: center;
}

#administration .center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#administration .center i {
  font-size:  24px;
  padding:  0 15px;
}


#administration #logo {
  background: url(img/admin-logo.png) no-repeat center; 
  width: 150px; 
  height: 32px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
#administration .icones {
  display: inline-block;
}

#administration .icones .icone,
#administration .center .icone {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0px 2px;
  display: inline-block;
}
#administration .gauche i {
  font-size:  24px;
  margin:  5px 2px;
}
#administration i.allsuivi,
#administration i.allfav {
  padding: 5px;
  font-size:  20px;
  border-radius:  4px;
}
#administration i.allsuivi {
  background:  #0ac630;
}
#administration i.allfav {
  background:  #ff0060;
}

#administration .droite i {
  font-size:  24px;
  padding:  0 10px;
}
#administration a {
  color:  #fff;
  text-decoration: none;
}
#administration .fa-plus {
  font-size:  16px!important;
}
#administration .fa-facebook:hover {
  color:  #1877F2;
}
#administration .fa-twitter:hover {
  color:  #1DA1F2;
}
#administration .fa-pinterest:hover {
  color:  #E60023;
}
#administration .fa-whatsapp:hover {
  color:  #00E676;
}
#administration .fa-qrcode:hover {
  color:  orange;
}
#administration .fa-print:hover {
  color:  pink;
}

#administration .fa-heart:hover,
#administration .fa-hand-heart:hover {
  color:  red;
}
#administration .fa-comment-alt-plus:hover,
#administration .fa-ban:hover {
  color:  cyan;
}

#administration em {
  color: #aaa;
}
#administration .admin,
#administration .suivre,
#administration .poster {
  font-family:  "Filson_softbold";
  padding: 4px 12px;
  text-decoration: none;
  text-shadow: 1px 1px 0px rgba(1,1,1,0.5);
  border-radius: 2px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;  
  font-size: 14px;
  margin: 0 2px;
  white-space: nowrap;
}
#administration .admin {
  background: #F98B94;
  margin: -3px 5px 0px 5px;
}
#administration .suivre {
  background: #5FC935;
}
#administration .suivre-no {
  background: #5E889E;
}
#administration .poster {
  background: rgb(143,50,242);
  margin: -3px 5px 0px 5px;
  color: #fff;
  /*border: 1px solid #333;*/
  border-radius: 1px;
}

#administration #suivre_blog {
  display: flex;
  align-items: center;
}


#administration #logintop {
  vertical-align: top;
}



#administration .tooltip {
  font-family: 'nunitoextrabold', sans-serif;
  position: relative;
  cursor: help;
}
#administration .tooltip:before, .tooltip:after {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
#administration .tooltip:before {
  background: rgba(0, 0, 0, .75);
  border-radius: 100px;
  color: #fff;
  content: attr(data-tooltip);
  font-size: 17px;
  padding: 8px 20px;
  white-space: nowrap;
  z-index: 9999;
  top: 34px;
  right:  20%;
  text-shadow: 2px 2px 0px #000;
  letter-spacing: 0.05px;
}



#administration .tooltip.expand:before {
  transform: scale3d(.2, .2, 1);
  transition: all .2s ease-in-out
}
#administration .tooltip.expand:after {
  transform: translate3d(0, 6px, 0);
  transition: all .1s ease-in-out
}
#administration .tooltip.expand:hover:before, .tooltip.expand:hover:after {
  opacity: 1;
  transform: scale3d(1, 1, 1)
}
#administration.tooltip.expand:hover:after {
  transition: all .2s .1s ease-in-out
}




#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 2;
  cursor: pointer;
}

#text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

#overlay .qrcodeimg {
  width: 280px;
  background: #fff;
  padding:  20px;
  border-radius: 20px;
}





/* ma zone */
.ma-zone {
  position: fixed;
  margin: 5px;
  right: 5px;
  z-index: 999;
}
.ma-zone .jaime,
.ma-zone .jesuis {
  border-radius: 4px;
  color: #fff;
  padding: 7px 10px 7px 45px;
  line-height: 16px;
  text-align: center;
  margin: 5px;
}
.ma-zone .jaime span,
.ma-zone .jesuis span {
  font-size: 11px;
}

.ma-zone .jaime {
    background: rgba(255,0,0,0.8) url(img/admin-favoris.png) no-repeat 6px center;
}
.ma-zone .jesuis {
    background: rgba(116,196,86,0.8) url(img/admin-suivi.png) no-repeat 6px center;
}




/* contenus */
.fiche-recette iframe,
.article iframe{
  max-width: 95%!important;
}
.fiche-recette iframe,
.article iframe {
  margin: 0 auto;
}

/* hesader, banniere */
.banniere-perso {
  text-align: center;
  margin: 0 auto;
  overflow: auto;
}
.banniere-perso img {
  text-align: center;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}




/* menu */
ul.menu {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 999;
}
ul.menu li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin: 0px;
  position: relative;
  padding: 5px 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul.menu li:hover {
  background: #aaa;
  color: #fff;
}
ul.menu li a {
  color: #000;
  text-decoration: none;
  display: block;
}
ul.menu li a:hover {
  color: #fff;
  text-decoration: none;
}
ul.menu li ul {
  padding: 0;
  position: absolute;
  top: 28px;
  left: 0;
  width: 120%;
  box-shadow: 3px 3px 48px -29px rgba(0,0,0,0.81);
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  z-index: 99;
}
ul.menu li ul li { 
  background: #aaa; 
  display: block; 
  color: #000;
  z-index: 999;
}

ul.menu li ul li:hover { background: #fff; }
ul.menu li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

ul.menu li ul .cat_deep_3  {
  font-style: italic;
}
ul.menu li ul .cat_deep_3:before {
  content: '-- ';
  float: left;
}

ul.level_0 {
  margin: 0;
  padding-left: 10px;
}
ul.level_1 {
  margin: 0;
  padding-left: 20px;
}
ul.level_2 {
  margin: 0;
  padding-left: 30px;
}

/* */

.plus {
  clear: both;
}
.plus a {
  white-space: nowrap;
}
/* */
.liste-ingredients,
.liste-preparation {
  margin: 0;
  padding: 0;
}

.liste-ingredients .strike,
.liste-preparation .strike {
  text-decoration: line-through;
  color: #aaa;
}
.liste-ingredients .strike {
  background: url(img/checked.png) no-repeat center left;
}
.liste-preparation .strike {
  background: url(img/checked2.png) no-repeat center left;
}

.liste-ingredients .ingredient,
.liste-preparation .prepa {
  list-style-type: none;
  padding: 6px 6px 6px 40px;
  margin: 0;
  cursor: url(img/ok.png), auto;
}
.liste-ingredients .ingredient {
  display: inline-block;
}
.liste-preparation .prepa {
  display: block;
}

.liste-ingredients .strike,
.liste-preparation .strike {
  cursor: url(img/delete.png), auto;
}

/* Sous-recette */
#ingredients .sous-titre,
#prepa .sous-titre {
  text-decoration: underline;
  font-weight: bold;
  margin: 15px 5px 5px 10px;
  font-size: 18px;
}
#ingredients .sous-titre:after,
#prepa .sous-titre:after {
  content: ' :';
}
#ingredients .sous-titre:empty,
#prepa .sous-titre:empty {
  display: none;
}

.mentions,
.tags-recette {
  text-align: right;
  margin:  8px;
}
.mentions a,
.tags-recette a {
  margin:  2px;
}

/* articles */

.article .intro:after {
  content: '...';
}

/* page contact */

.contact-page {
  width: 50%;
  margin: 5% auto;
  background: #fff;
}

.contact-page .liste-action {
  list-style-type: none;
  padding: 50px;
}
.contact-page .liste-action li {
  color: #000;
  margin: 10px;
  padding: 5px;
}
.contact-page .liste-action li a {
  color: #000;
  font-size: 20px;
}

#contact-form .head {
  text-align: center;
  margin: -8px;
  padding: 20px;
  font-size: 34px;
  border-radius: 4px 4px 0 0;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00e5c3+0,a406dd+100 */
background: rgb(0,229,195); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(0,229,195,1) 0%, rgba(164,6,221,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(0,229,195,1) 0%,rgba(164,6,221,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(0,229,195,1) 0%,rgba(164,6,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5c3', endColorstr='#a406dd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

#contact-form .head h4 {
  margin: 0;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
  word-spacing: 2px;
}

#contact-form form {
  padding: 30px 60px;
  font-size: 28px;
  margin: 0 auto;
  width: 75%;
}

#contact-form label {
  display: block;
  font-size: 16px;
  text-align: right;
  color: #bbb;
  display: none;
}

#contact-form input,
#contact-form textarea {
  font-family: "Trebuchet MS", Sans Serif;
  border-bottom: 4px solid #379ACC;
  border-left: 0px solid #38B772;
  border-top: 0;
  border-right: 0;
  padding: 14px 12px;
  font-size: 18px;
  width: 100%;
  background: #f9f9f9;
  margin: 10px 0;
  color: #483D8B;
}
#contact-form input:hover,
#contact-form textarea:hover {
  border-color: #20A4B7;
}
#contact-form input:focus,
#contact-form textarea:focus {
  border-color: #B03DDA;
}

#contact-form textarea {
  height: 200px;
}

#contact-form input[type="submit"] {
  background: #6A5ACD;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
  width: 50%;
  margin: 10px auto;
  display: block;
  text-transform: uppercase;
  word-spacing: 2px;
  border: 0 none;
}
#contact-form input[type="submit"]:hover {
  background: #8470FF;
}
#contact-form .ok {
  background: #68C300;
  padding: 20px;
  margin: 50px 0;
  border-radius: 4px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.5); 
}

#contact-form .error {
  background: red;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 2px;
}
#contact-form .error:empty {
  display: none;
}

.contact-form .fermer {
  float:right;
  font-size: 24px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 6px 12px;
  text-decoration: none;
  font-weight: bold;
}
.contact-form .fermer:hover {
  text-shadow: 0 0 4px #000;
  box-shadow: 0 0 4px #000;
}
.contact-form {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
 
.contact-form:target {
  opacity:1;
  pointer-events: auto;
}
 
.contact-form:target &gt; div {
  margin: 10% auto;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
 
.contact-form &gt; div {
  max-width: 600px;
  width: 90%;
  position: relative;
  margin: 1% auto;
  padding: 8px 8px 8px 8px;
  border-radius: 5px;
  background: #fff;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
 

/* newsletter */

#newsletter {
  background: rgba(0,0,0,0.7);
  color: #fff;
  margin: 0px;
  padding: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
}

#newsletter .avatar {
  align-self: center;
  margin: 0 30px;
}
#newsletter .avatar img {
  max-width: 100px;
  border-radius: 4px;
}
#newsletter .title {
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
#newsletter .desc {
  margin: 4px;
  font-size: 14px;
}
#newsletter .desc:before {
  content: "â†’";
  display: inline-block;
  margin-right: 10px;
}
#newsletter .desc:after {
  content: "â†";
  display: inline-block;
  margin-left: 10px;
}
#newsletter input[type=email] {
  padding: 15px 20px;
  font-size: 16px;
  border: 3px solid #aaa;
  border-radius: 100px 0 0 100px;
  vertical-align: bottom;
  transition: ease 0.4s all;
}
#newsletter input[type=email]:focus {
  border-radius: 4px;
  border-color: yellow;
}


#newsletter input[type=submit] {
  margin-top: 20px;
  border-radius: 0 100rem 100rem 0;
  padding: 1rem;
  font-size: 1rem;
  padding: .6rem 3rem;
  color: #fff;
  box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  border: solid 4px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #FFD700, #14BA06);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #333 inset;
  font-size: 20px;
  cursor: pointer;
  text-transform: uppercase;
  transition: ease 0.4s;
  vertical-align: top;
}

#newsletter input[type=submit]:hover {
  box-shadow: none;
  color: white;
}

#newsletter #newsletter_validate.border {
  border-radius: 100rem!important;
}


#newsletter .msg {
  font-weight: bold;
  font-size: 20px;
  margin: 20px;
}
#newsletter .error {
  color: red;
}

#newsletter .ok {
  color: #42A500;
}
/* Recettes */
.cadre:empty {
  display: none;
}


/* Commentaires - Post */
.commentaires-ajout {
  width: 600px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}
.commentaires-ajout .com-title {
  font-size: 22px;
  margin: 0;
  text-align: left;
}

.commentaires-ajout input[type=text],
.commentaires-ajout textarea {
  font-family: "Trebuchet MS", Verdana, "Sans Serif";
  border: 2px solid #aaa;
  border-radius: 4px;
  padding: 6px;
  font-size: 18px;
  width: 95%;
}

.commentaires-ajout input[type=text] {
  margin: 0 0 20px 0;
}
.commentaires-ajout textarea {
  height: 150px;
}
.commentaires-ajout input[type=submit] {
  padding: 6px 20px;
  background: #333;
  border: 2px solid #222;
  border-radius: 4px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.commentaires-ajout .comment_name {
  margin-bottom: 15px;
  display: inline-block;
}


.commentaires-ajout .validation {
  text-align: center;
}

.commentaires-ajout .waiting {
  font-size: 24px;
  font-weight: bolder;
}

.commentaires-ajout .jaifait {
  margin: 8px 0 10px 0;
}
.commentaires-ajout .jaigoute {
  margin: 0px 0 20px 0;
}
.commentaires-ajout .jaifait label,
.commentaires-ajout .jaigoute label {
  cursor: pointer;
}


/* */
#comment_error {
  display: block;
  padding: 4px 20px;
  background: red;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
  text-align: center;
  margin: 10px;
  border-radius: 4px;
  font-size: 14px;
}

/* Commentaires - Liste */

.commentaires-recette .com {
  margin: 20px;
  position: relative;
}

.commentaires-recette .avatar {
  background: transparent;
  border: 5px solid #fff;
  border-radius: 100px;
  box-shadow: 1px 1px 2px #000;
  height: 100px;
  overflow: hidden;
  width: 100px;
  float: left;
  margin: 0 32px 10px 0;
}

.commentaires-recette .avatar img {
  width: 100%!important;
  vertical-align: middle;
}

.commentaires-recette .avatar:empty {
  background: #eee url(img/avatar.png) no-repeat;
  opacity: 0.8;
}


.commentaires-recette .com .pseudo {
  font-size: 22px!important;
  font-weight: bold;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: left!important;
  overflow: hidden;
  white-space: nowrap;
}
.commentaires-recette .com .pseudo a {
  color: #000;
  font-weight: bold;
}

.commentaires-recette .com #comment_fait,
.commentaires-recette .com #comment_goute {
  padding: 2px 12px;
  display: block;
  border-radius: 2px;
  border: 2px solid #fff;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 1px 1px 1px #ddd;
  right: 5px;
  top: 0;
  position: absolute;
  transform: rotate(-8deg);
}

.commentaires-recette .com #comment_fait {
  background: #78E100;
  text-shadow: 1px 1px 0px #4F9400;

}
.commentaires-recette .com #comment_goute {
  background: #FF4D00;
  text-shadow: 1px 1px 0px #C33100;
}


.commentaires-recette .com .fait-recette {
  width: 150px;
  float: left;
  margin: 0 10px 5px 0;
  border: 2px solid #fff;
  border-radius: 2px;
}

.commentaires-recette .com.isResponse .pseudo:before {
  content: "RÃ©ponse de ";
  color: #aaa;
  font-size: 80%;
}



.commentaires-recette .com .com-content:after {
  clear: both;
  content: '';
  display: block;
}


.commentaires-recette .commentaire {
  background: #eee;
  padding: 10px;
  border-radius: 4px;
  margin: 0 0 0 140px;
}
.commentaires-recette .commentaire .com-date {
  float: right;
  margin: 0;
  color: #888;
  font-size: 12px;
  font-weight: bold;
}
.commentaires-recette .commentaire .com-content {
  padding: 10px 10px 0 10px;
  text-align: justify;
}


.commentaires-recette .com .bulle {
  border-color: transparent #eee transparent transparent;
  border-style: solid;
  border-width: 15px 26px 15px 0;
  height: 0;
  position: absolute;
  margin: 40px 0 0 115px;
  width: 0;
}

.commentaires-recette .com:after {
  clear: both;
  content: '';
  display: block;
}

.com.anonymous,
.com.anonymous a {
  color: #888;
  font-size: 14px;
}

/* si auteur */
.commentaires-recette .auteur {
  text-align: right;
}
.commentaires-recette .auteur .pseudo {
  margin-right: 30px;
}
.commentaires-recette .auteur .commentaire {
  background: #ddd;
  margin: 0 170px 0 0!important
}
.commentaires-recette .auteur #comment_fait {
  display: none!important;
}
.commentaires-recette .auteur #comment_goute {
  display: none!important;
}

.commentaires-recette .auteur .avatar {
  float: right;
}
.commentaires-recette .auteur .bulle {
  right: 145px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 30px;
  border-color: transparent transparent transparent #ddd!important;
}

.commentaires-recette .commentaire .repondre {
  text-align: center;
}
.commentaires-recette .commentaire .repondre span {
  background: #000;
  display: inline-block;
  padding: 4px 20px;
  font-size: 16px;
  color: #fff!important;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
}



@media only screen and (max-width: 480px) {
  .commentaires-recette .com {
    margin: 20px 0px;
  }
  .commentaires-recette .com .bulle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 30px 15px;
    border-color: transparent transparent #eee transparent;
    position: absolute;
    top: 60px;
    left: -40px;
  }
  .commentaires-recette .avatar {
    margin: 0;
  }
  .commentaires-recette .pseudo {
    font-size: 28px;
  }
  .commentaires-recette .commentaire {
      margin: 90px 0 0 0;
      padding: 10px;
  }


  .commentaires-recette .auteur .pseudo {
    text-align: right!important;
    margin: 0;
  }
  .commentaires-recette .auteur .commentaire {
    margin: 90px 0 0 0!important;
  }
  .commentaires-recette .auteur .bulle {
    right: 20px!important;
    left: inherit!important;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 30px 15px;
    border-color: transparent transparent #ddd transparent!important;
  }

  #contact-form form {
    width: 100%;
  }

  #contact-form .head {
    font-size: 18px;
  }
  .contact-form &gt; div {
    width: 100%;
  }

  #contact-form form {
  padding: 5px;
  }
  #contact-form input[type="submit"] {
    width: 100%;
  }
  .contact-form:target &gt; div {
    margin: 0;
  }
}

/* options de commentaires */
.upload_recette_photo {
  font-weight: bold;
  white-space: nowrap;
}

.upload_recette_photo #upload_recette_photo_select {
  background: #000;
  padding: 3px 10px;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.non-connecte {
  background: #ddd;
  padding: 5px;
  font-size: 75%;
  margin: 0 0 10px 0;
  text-align: center;
}



/* CatÃ©gories, dans SIDEBAR */
#sidebar .categories .level_1 {
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#sidebar .categories .level_2 {
    font-weight: normal;
    padding-left: 30px;
}
#sidebar .categories .level_3 {
    font-style: italic;
    padding-left: 20px;
}



/* Recherche */
#sidebar .recherche {
  position: relative;
}
#sidebar .recherche form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#sidebar .recherche input[type="search"] {
  padding: 6px 20px;
  border-radius: 100px;
  border:  1px solid rgba(0,0,0,0.2);
  font-size:  16px;
  margin: 0 5px;
  flex-grow: 3;
}
#sidebar .recherche input[type="submit"] {
  background: url(img/recherche.png) no-repeat center;
  border: 0 none;
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.pas-resultat {
  padding: 20px;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
}
.pas-resultat a {
  color: #000;
}
.pas-resultat ul li {
  text-align: left;
  line-height: 38px;
  margin: 10px 0;
}


/* */
.retour-accueil {
  margin: 10px 0;
  font-size: 14px;
} 
.retour-accueil a {
  background: url(img/retour.png) no-repeat top left;
  padding: 4px 0 4px 36px;
  color: #666!important;
  text-decoration: none;
}
.retour-accueil a:hover {
  background: url(img/retour.png) no-repeat bottom left;
}

/* */
.introindex:empty {
  display: none;
}

.tags {
  text-align: center;
  background: #eee;
  padding:  20px;
}
.tags p {
  font-weight: bold;
  margin:  5px;
  font-size:  24px;
}

#sidebar .tags {
  background: transparent;
  margin: 0;
  padding:  inherit;
}


.usertag_selected {
  font-weight: bolder;
  font-size: 115%;
}
/* footer */
footer {
  font-size: 14px;
  text-align: center;
  padding: 10px!important;
  margin-top: 0!important;
  background: #000!important;
  color: #fff;
  order :999;
}
footer .copy a {

}
footer .copy a.user {
  background: #fff;
  color: #000!important;
  padding: 2px 8px;
  border-radius: 2px;
  text-decoration: none;
}
footer .copy-mini {
  font-size: 75%;
  color: #eee;
  margin: 20px 0 10px 0;
}

footer a {
  color: #fff!important;
}

footer a.contact {
  text-decoration: none;
  padding: 4px 12px;
  border-radius: 2px;
  border: 1px solid #fff;
  margin-left: 10px;
  white-space: nowrap;
}

footer .ext {
  margin: 0;
  padding: 0;
  font-size: 75%;
}


footer a.rss {
  margin: 0 8px;
}
footer a.logo {
  margin-right: 10px;
}



/* Recettes */
.semange {
  text-align: right;
  margin: 20px 0;
}
.semange b {
  margin: 0 4px;
  white-space: nowrap;
}


/* QRCode */
@media only screen and (max-width: 960px) {
  #qrcode { display: none;}
}
@media only screen and (min-width: 960px) {
  #qrcode {
    background: #fff;
    border: 6px solid #333;
    border-radius: 8px;
    padding: 10px;
    position: relative;
    margin: 10px 10px 20px 10px;
    color: #333;
  }
  #qrcode img {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0px;
  }
  #qrcode div {
    display: inline-block;
  }
  #qrcode p.big {
    font-size: 24px;
    margin: 5px 0px;
  }
  #qrcode p.mini {
    font-size: 14px;
    margin: 0px;
  }
}
/* social */
#social {
  text-align: center;
  margin: 20px 10px;
  line-height: 34px;
}

#social div {
  display: inline-block;
  margin: 0 3px;
}
#social a {
  color: #fff!important;
  font-weight: bold;
  padding: 3px 12px;
  text-decoration: none;
  border-radius: 1px;
  opacity: 0.8;
}

#social a:hover {
  opacity: 1;
}

#social .partage {
  font-size: 20px;
  color: #aaa;
  font-weight: bold;
}

#social .facebook a {
  background-color: #45619D;
}
#social .twitter a {
  background-color: #5EA9DD;
}
#social .gplus a {
  background-color: #aaa;
}
#social .pinterest a {
  background-color: #CD2028;
}
/* */
#social-land {
  font-size: 24px;
  text-align: center;
}

#social-land div {
  margin: 0 6px;
  display: inline-block;
}

#social-land a {
  text-decoration: none;
  padding: 4px 4px 4px 38px;
  vertical-align: middle;
  color: #000!important;
}

#social-land .favoris a {
  background: url(img/aimer.png) no-repeat center left;
}
#social-land .favoris a:hover {
  background: url(img/aime.png) no-repeat center left;
}
#social-land .favoris.aime a {
  background: url(img/aime.png) no-repeat center left!important;
}
#social-land .favoris.aime a:hover {
  background: url(img/aimer.png) no-repeat center left!important;
}

#social-land .imprimer a {
  background: url(img/imprimer.png) no-repeat center left;
}


/* */
.recette-cuisine .zone-img {
  background: url(img/photo.png) no-repeat center;
}


@media (max-width: 767px) {
  #newsletter {
    flex-direction: column;
  }
/*  .recettes-similaires {
    flex-direction: column;
  }*/
  #recette #corp-recette {
    flex-direction: column;
  }
  #recette {
    width: 100%;
  }

}

/* media queries */
@media only screen and (max-width: 950px) {
  .commentaires-ajout {
    width: 90%!important;
  }
  #administration .texte {
    display: none!important;
  }
}

@media only screen and (max-width: 480px) {
  #administration {
    flex-wrap: wrap;
    justify-content: center;
  }
  #administration .gauche,
  #administration .droite {
    display: block!important;
    margin: 2px;
  }
  #administration .droite {
    text-align: center;
  }
  #administration .gauche {
    text-align: left;
  }
}


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

  #contact-form .head {
    padding: 10px;
  }
  #contact-form input, #contact-form textarea {
    width: calc(100% - 50px);
  }
  .contact-form .fermer {
    font-size: 16px;
  }
  #contact-form textarea {
    height: 100px;
  } 
}


.comment_template
{
  display: none;
}



.clear {
  clear: both;
}
#recette,
#content,
.content {
  word-break: keep-all;
}


div.tags a {
  margin:  0 10px;
}
#recette .mentions span,
#recette .tags-recette span {
  font-weight: bold;
}
#recette .mentions,
#recette .tags-recette {
  margin:  10px 0;
  text-align: right;
}
#recette .tags-recette a {
  display: inline-block;
  margin:  0 3px;
}

/* login */

.box .seconnecter {
    font-size: 26px;
    display: block;
    margin: 10px 0;
    color: #666;
    text-shadow: 2px 3px 0 rgba(0,0,0,0.3);
    text-transform: uppercase;
    font-weight: bolder;
}

.box {
    background: rgba(0,0,0,0.8);
    border-radius: 8px;
    width: 330px;
    height: auto;
    left: 50%;
    top: 10%;
    padding: 10px 30px;
    position: fixed;
    display: inline-block;
    visibility: hidden;
    text-align: center;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.overlay:target+.box {
    top: 42%;
    opacity: 1;
    visibility: visible;
}
.overlay {
    background-color: rgba(0,0,0,.5);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 9;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1
}
.close {
    background: url(img/close2.png) top;
    height: 40px;
    width: 40px;
    text-decoration: none;
    display: inline-block;
    margin: -5px -20px 0 0;
    float: right;
}
.close:hover {
   background: url(img/close2.png) bottom; 
}

.box .login-input {
  background: #eee;
  margin: 10px;
  font-size: 22px;
  padding: 7px 8px;
  border: 2px solid #333;
  border-radius: 4px;
  color: #000;
  width: 80%;
  -webkit-transition: padding 0.30s ease-in-out;
  -moz-transition: padding 0.30s ease-in-out;
  -ms-transition: padding 0.30s ease-in-out;
  -o-transition: padding 0.30s ease-in-out;
  transition: padding 0.30s ease-in-out;
}
.box .login-input:hover,
.box .login-input:focus {
  background: #fff;
  border-color: #000;
  box-shadow: 0px 0 2px #000;
  padding: 7px 18px;
}

#buttons {
    margin: 5px 0 20px 0;
}

.connexion {
    background: #5FC935;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 22px;
    font-weight: bolder;
    cursor: pointer;
    color: #fff;
    margin: 10px 0 0px 0;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.2);
    width: 86%;
    border: 0 none;
    text-transform: uppercase;
}
.connexion:hover {
    background: #5AE100;
}
.creer {
    font-size: 14px;
    border: 0 none;
    border-radius: 1px;
    background: #FFCC00;
    padding: 4px 14px;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    color: #000;
}
.creer:hover {
    background: #FFEC3C;
}
#mdp {
    font-size: 13px;
    margin: 6px;
    color: #ddd;
    font-weight: lighter;
    letter-spacing: 0.2px;
}

.error-login {
    color: red;
    font-weight: bolder;
    font-size: 22px;
    text-shadow: 1px 1px 0 #333;
    display: none; /* affichÃ© en jquery: .show() */
}


.recettes-similaires {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.recettes-similaires .recette {
  display: inline-block;
  padding:  10px;
  margin:  10px;
  text-align: center;
  color:  #000;
  width: 150px;
}
.recettes-similaires .recette img {
  width:  150px;
  height:  120px;
  object-fit: cover;
}

</pre></body></html>