<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 */

body {
  font-family: 'Mada', sans-serif;
  margin: 0;
  padding: 0;
}


@font-face {
    font-family: 'Carter One';
    src: url('font/carterone-webfont.woff2') format('woff2'),
         url('font/carterone-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Homemade Apple';
    src: url('font/homemadeapple-regular-webfont.woff2') format('woff2'),
         url('font/homemadeapple-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Mada';
    src: url('font/mada-regular-webfont.woff2') format('woff2'),
         url('font/mada-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

header {
  text-align: center;
  position: relative;
  z-index: -99;
  height: 350px;
}


#recette #ingredients .title,
#recette #prepa .title {}

header h1 {
  font-family: 'Carter One';
  font-weight: normal;
  text-align: center;
  font-size: 50px;
  margin: 20px 10px 10px 10px;
  padding: 0px;
  display: inline-block;
  color: #fff;
  word-spacing: 5px;
  letter-spacing: 0.01em;
  text-shadow: 
      1px 1px 2px rgba(0,0,0,0.5),
      3px 3px 20px rgba(0,0,0,0.5);
}
header h1 a {
  color: #fff;
  text-decoration: none;
}

header h2 {
  padding: 5px 20px;
  display: block;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  position: relative;
  margin: 0px auto 50px auto;
  text-align: center;
  max-width: 800px;
  border-top: 2px solid rgba(0,0,0,0.1);
  border-bottom: 2px solid rgba(0,0,0,0.1);
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5)
}
header h2:empty {
  display: none;
}

.banniere-perso {
  height: auto;
}
/*.banniere-perso img {
  height: 100%;
}*/
.banniere-perso + #info-blogueur {
  margin: 0 0 50px 0;
}

#info-blogueur {
  text-align: center;
  background: #F4EFED;
  padding: 20px 50px;
  margin: -100px 0 30px 0;
}

#info-blogueur .img-profil {
  border-radius: 200px;
  width: 150px;
  margin: 0 auto 0 auto;
}
#info-blogueur .img-profil img {
  background: #fff;
  width: 150px;
  border-radius: 0px 40px;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
  z-index: 999;
  border: 9px solid #fff;
  margin: -100px auto 0 auto;
}
#info-blogueur .blogueur {
  font-family: 'Carter One';
  font-size: 32px;
  text-transform: capitalize;
}
#info-blogueur .nb {
  background: rgba(0,0,0,0.07);
  font-size: 18px;
  display: inline-block;
  padding: 8px 20px;
  margin: 4px;
  border-radius: 4px;
  word-spacing: 2px;
}

#info-blogueur #boutons {
  margin: 10px;
}
#info-blogueur #boutons #menu,
#info-blogueur #boutons a {
  margin: 4px;
}


/* */
.bienvenue {
  background: #fff;
  margin: 20px auto;
  border-radius: 8px;
  padding: 30 10px;
  font-size: 24px;
  border: 1px solid rgba(0,0,0,0.2);
  max-width: 1200px;
}



/* */
#content {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* */
footer {
  font-family: inherit;
  background: #ddd;
  font-size: 16px;
  text-align: center;
  margin: 50px 0px 0px 0px;
  padding: 20px;
}

/* intro */

.introindex {
  color: #333;
  margin: 20px auto;
  padding: 20px 50px;
  text-align: center;
  font-size: 20px;
  line-height: 34px;
  width: auto;
  max-width: 1200px;
  background: #fff;
  border-radius: 20px 0;
  position: relative;
}
.introindex:before,
.introindex:after {
  font-size: 50px;
  color: #aaa;
}
.introindex:before {
  content: 'Â«';
  margin-left: -35px;
  position: absolute;
}
.introindex:after {
  content: 'Â»';
  margin-left: 18px;
  position: absolute;
}


/* liste des recettes */
#page {
  text-align: center;
}


.recette-cuisine {
  background: #fff;
  padding: 0px;
  width: 450px;
  display: inline-block;
  vertical-align: top;
  margin: 22px;
  position: relative;
  border: 6px solid #fff;
  border-radius: 4px;
  box-shadow: 
  0px 0px 12px rgba(0,0,0,0.2),
  0px 0px 6px rgba(0,0,0,0.1);
  box-sizing: border-box;
}

.recette-cuisine .nom-recette {
  font-family: 'Carter One';
  font-size: 24px;
  margin: 14px 10px;
  line-height: 28px;
  min-height: 60px;
}
.recette-cuisine .nom-recette a {
  color: #000;
  text-decoration: none;

}
.recette-cuisine .zone-img {
  background: url(img/assiete.png) no-repeat center;
  overflow: hidden;
  padding:0;
  margin:0;
  border-radius: 2px 2px 0 0;
  min-height: 200px;
}

.recette-cuisine img {
  max-width: 450px;
  height: auto;
  margin: 0px;
  overflow: hidden;
  transition: ease-in-out 0.5s;
}
.recette-cuisine:hover img {
  overflow: hidden;
  transform: scale(1.1) rotate(-2deg); 
}
.recette-cuisine .zone-img:hover {
  overflow: hidden;
}

.recette-cuisine .date {
  text-align: center;
  font-size: 16px;
  color: #999;
  padding: 9px 0 0 0;
  opacity: 0.8;
}




.recette-cuisine .com {
  background: url(img/com.png) no-repeat;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 38px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
}


/* */
.recette-cuisine.article {
  display: flex;
  flex-direction: column;
  padding: 20px 10px;
}


.recette-cuisine.article .nom-recette {
  min-height: inherit;
  font-size: 30px;
}

.recette-cuisine.article .date {
  margin: 20px;
  font-size: 18px;
}

.recette-cuisine.article .intro {
  font-size: 20px;
  line-height: 28px;
  margin: 10px;
  flex-grow: 2;
}

.recette-cuisine.article .lire {
  font-family: 'Carter One';
  font-size: 28px;
  margin: 20px;
  text-align: center;
}
.recette-cuisine.article .lire a {
  background: #000;
  text-decoration: none;
  color: #fff;
  padding: 2px 20px;
  border-radius: 4px;
  transition: ease 0.4s;
}
.recette-cuisine.article .lire a:hover {
  padding: 2px 26px;
}
.plus {
  margin: 30px;
}
.plus a {
  font-family: 'Carter One';
  background: #333;
  padding: 8px 40px;
  font-size: 32px;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  transition: ease 0.5s;
}
.plus a:hover {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  border-radius: 2px 20px;
  padding: 8px 50px;
}


/* */
#recette .article {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
}

/* affichage d'une recette */

#recette {
  margin: 0 auto;
  background: #fff;
  padding: 10px 0px;
  font-size: 20px;
}
#recette h1 {
  font-family: 'Carter One';
  margin: 6px 10px 5px 10px;
  padding: 0;
  text-align: center;
  font-size: 45px;
/*  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
}



#recette .intro-recette {
  font-family: 'Homemade Apple', cursive;
  text-align: center;
  font-size: 22px;
  margin: 50px auto;
  max-width: 1200px;
}

#recette .categories-recette {
  text-align: center;
  margin: 20px;
  font-size: 20px;
  font-family: 'Carter One';
  letter-spacing: 2px;
}
#recette .categories-recette b {
  background: #000;
  color: #fff;
  margin: 4px 10px;
  padding: 4px 20px;
  font-weight: normal;
  text-transform: uppercase;
}


#head-recette {
  display: flex;
  justify-content: center;
  width: 95%;
  margin: 0 auto 30px auto;
  max-width: 1200px;
}

#recette .img-recette {
  margin: 0;
  width: 85%;
}
#recette .img-recette img {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
}


#head-recette .info-recette .cout b {
  font-size: 18px;
}


#recette .info-recette {
  text-align: center;
  display: flex;
  flex-direction: column;
}
#recette .info-recette div {
  display: block;
  border-bottom: 1px solid #ccc;
  color: #000;
  padding: 15px;
}
#recette .info-recette div:last-child {
  border-bottom:  0;
}

#recette .info-recette b {
  font-family: 'Carter One';
  display: block;
  font-size: 20px;
  font-weight: normal;
}
#recette .info-recette .facilite b,
#recette .info-recette .tps-prepa b,
#recette .info-recette .tps-cuisson b,
#recette .info-recette .tps-repos b {
  font-size: 24px;
}


#recette #corp-recette {
  display: flex;
  justify-content: space-between;
  max-width: 1250px;
  margin: 0 auto;
}

#recette #ingredients {
  background: #eee;
  margin: 10px 30px;
  border-radius: 0 0 4px 4px;
  padding: 20px;
  min-width: 300px;
  padding: 0;
}
.liste-ingredients br {
  height: 0;
  font-size: 4px;
}
#recette #prepa {
  margin: 10px;
  border: 1px solid #ddd;
  border-radius: 0 0 4px 4px;
  flex-grow: 2;
}

#recette #ingredients .title,
#recette #prepa .title {
  font-family: 'Carter One', sans-serif;
  font-size: 28px;
  margin: 0px 0 20px 0;
  padding: 20px;
  text-align: left;
  color: #000;
  border-bottom: 6px solid #ddd;
}

#recette #ingredients .title {
  border-color: #ccc;
}

#recette #prepa .liste-preparation {
  padding: 10px;
}
#recette #prepa img {
  width: 90%;
  max-width: 600px;
  margin: 10px auto;
  display: block;
  padding: 10px;
  border: 1px solid #ddd;
}
#recette .conservation,
#recette .deguste {
  margin:  10px 40px;
}
.img-recette:empty  {
  flex-direction: column;
  display: none;
}



#head-recette .img-recette:empty + .info-recette {
  flex-direction: row;
  border: 1px solid #ddd;
  align-items: center;
}
#head-recette .img-recette:empty + .info-recette div {
  border-left: 1px solid #ddd;
  border-top: 0;
  border-bottom: 0;
  vertical-align: middle;
}
#head-recette .img-recette:empty + .info-recette div:first-child {
  border-left: 0;
}

.commentaires-ajout {
  width: auto;
  color: #fff;
  margin: 30px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-top: 4px solid #eee;
  border-bottom: 4px solid #eee;
  width: 100%;


}

.commentaires-ajout h3,
#recette h3 {
  font-family: 'Carter One';
  color: #111;
  text-align: center;
  font-size: 42px;
  text-shadow: 3px 3px 0px rgba(255,255,255,0.3);
  word-spacing: 5px;
}

h3#comment_view {
  font-family: 'Carter One';
  text-align: center;
  font-size: 42px;
}


.commentaires-ajout img {
  position: absolute;
  top: 0%;
  z-index: -1;
  filter: blur(6px) grayscale(5%) opacity(0.5);
  width: 110%;
  height: 110%;
  margin: -50px;
  object-fit: cover;
}

.commentaires-ajout form {
  max-width: 600px;
  margin: 0 auto;
  z-index: 22;
  text-shadow: 1px 1px 1px #000;
}

.commentaires-ajout textarea, 
.commentaires-ajout input[type=text] {
  font-family: 'Mada', sans-serif;
  background: rgba(255,255,255,0.6);
  border: 2px solid #fff;
  border-radius: 0px;
  box-shadow: 0px 20px 60px -27px rgba(0,0,0,0.5);
}
.commentaires-ajout input[type="submit"] {
  font-family: 'Carter One';
  background: rgba(0,0,0,0.7);
  padding: 10px 25px;
  font-size: 28px;
} 



#comment_list {
  max-width: 1200px;
  margin: 10px auto;
}
.commentaires-recette .com {
  margin: 50px;
}
.commentaires-recette .com .pseudo {
  font-size: 32px!important;
}

.commentaires-recette .avatar {
  width: 130px;
  height: 130px;
  border-radius: 0px 40px;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.commentaires-recette .auteur .avatar {
  box-shadow: -2px 2px 4px rgba(0,0,0,0.5);
}
.commentaires-recette .avatar:empty {
  background-size: 100%;
  opacity: 1;
}

.commentaires-recette .com .bulle,
.commentaires-recette .auteur .bulle {
  display: none;
}
.commentaires-recette .commentaire {
  
  margin: 0 0 0 80px;
}
.commentaires-recette .commentaire .com-content {
  padding: 10px;
}
.commentaires-recette .commentaire .com-date {
  font-size: 18px;
  margin: 0 10px 0 0;
}
.commentaires-recette .auteur .commentaire {
  margin: 0 80px 0 0!important;
  border-left: 0;
}
.commentaires-recette .auteur .com-date {
  margin-right: 20px;
  color: orange;
}
.com.anonymous, .com.anonymous a {
  font-size: 22px;
}

.commentaires-recette .com #comment_fait, 
.commentaires-recette .com #comment_goute {
  position: inherit;
  font-size: 18px;
  display: inline-block;
  padding: 3px 16px;
  transform: rotate(-12deg);
  margin: -20px;
}


/* */
.pagination {
  margin: 20px auto;
  padding: 20px;
  font-size: 24px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.pagination a {
  background: #fff;
  text-decoration: none;
  padding: 8px 14px;
  color: #222;
  border: 1px solid #fff;
  border-radius: 4px;
  line-height: 48px;
}
.pagination a:hover {
  border: 1px solid #ddd;
  color: #000;
}
.pagination span {
  padding: 8px 18px;
  border-radius: 6px;
  color: #fff;
  margin: 4px;
}
.pagination .nav {
  border: 1px solid #444;
  padding: 8px 14px;
  border-radius: 4px;
  font-weight: bold;
}
.pagination .nav:hover {
  border-color: #000;
}
/* contact */
.contact form {
  margin: 50px;
  text-align: center;
}
.contact form label {
  display: block;
  margin: 20px 0 0 0;
}
.contact form input,
.contact form textarea {
  font-family: 'candelabook';
  padding: 4px 10px;
  border: 2px solid #ddd;
  border-radius: 2px;
  font-size: 28px;
  margin: 4px;
  width: 80%;
  transition: ease 0.5s;
}
.contact form textarea {
  height: 150px;
}
.contact form input:hover,
.contact form textarea:hover,
.contact form input:focus,
.contact form textarea:focus  {
  border-color: #666;
  border-radius: 6px;
}


.contact form input[type="submit"] {
  width: 50%;
  margin: 20px;
  cursor: pointer;
  font-weight: bolder;
}

.contact .recherche {
  display: none;
}

/* */
.retour-accueil {
  background: #eee;
  margin: 0px 0px 0 -20px;
  padding: 10px;
  display: block;
  width: 230px;
  border-radius: 0 5px 5px 0;
  text-align: left;
  transition: ease 0.4s;  
}
.retour-accueil:hover {
  background: #ddd;
}


/* Affichage d'une recette */

.width {
  margin: 0 auto;
  width: auto!important;
  max-width: inherit;
}

section {
  border: 7px solid #E0CDC2;
  border-top: 0 none;
  padding: 20px 20px 20px 20px;
  background: #fff;
  border-radius: 0 0 6px 6px;
  margin-top: -20px!important;
}

#recette {
  
}

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

}
@media only screen and (max-width: 950px) {
  .commentaires-ajout {
    width: inherit!important;
  }
}






#menu {
  background: #fff;
  border-radius: 4px;
}
#menu ul,
#menu li {
  list-style-type: none;
  margin :0;
  padding: 0;
}

#menu .dropbtn {
  font-weight: bold;
  cursor: pointer;
}

#menu .level_1 {

}

#menu .level_2 {
  padding-left: 20px;
}
#menu .level_3 {
  padding-left: 30px;
}





/* The container &lt;div&gt; - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 10px 20px;
  text-decoration: none;
  color: #000;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9999;
  text-align: left;
  left: -2px;
  top: 40px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 8px 12px;
  text-decoration: none;
  display: block;
  color: #000;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #000;
  color: #fff;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover {
  background-color: #ddd;
  color: #000;
}

.lien-menu {
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  color: #000;
}



/* Buttons */

.btn {
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  background: red;
}

.btn:focus {
  outline: none;
}

.btn--search {
  font-size: 1.5em;
}

.btn--hidden {
  pointer-events: none;
  opacity: 0;
}


/* Reset Search Input */

.search__input {
  border: 0;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
}

.search__input:focus {
  outline: none;
}


/* Icons */

.icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: currentColor;
}



/* Demo colors */

.demo-4 { color: #fff;  }
.demo-4 main {  background-image: url(../img/bg_4.svg); }
.demo-4 a, .demo-4 .btn { color: #a4a186; }
.demo-4 .btn--search-close { color: #ab3a3a; }




/* Layout for search container */
.search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.js .search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vh;
}

.btn--search-close {
  font-size: 2em;
  position: absolute;
  display: block;
  top: 1.25em;
  right: 1.25em;
  background: url(img/close.png) no-repeat center;
}


.search__form {
  margin: 5em 0;
}

.search__input {
  font-family: inherit;
  font-size: 6vw;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  max-width: 900px;
  padding: 10px 0;
  color: #fff;
  border-bottom: 6px solid;
}

.search__input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}

.search__input::-moz-placeholder {
  opacity: 1;
  /* Mozilla Firefox 19+ */
  color: #fff;
}

.search__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.search__input::-ms-clear {
  display: none;
}


@media (min-width: 600px) {
  .search__input {
    font-size: 4vw;
  }
}
@media (min-width: 900px) {
  .search__input {
    font-size: 6vw;
  }
}
@media (min-width: 1200px) {
  .search__input {
    font-size: 5vw;
  }
}




.search__ok {
  background: url(img/loupe.png) no-repeat center;
  border: 0 none;
  width: 32px;
  height: 32px;
}


.search__info {
  font-size: 105%;
  font-weight: bold;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0.85em 0;
  text-align: right;
  color: #fff;
}


/************************/
/* Transitions      */
/************************/

.js .search {
  pointer-events: none;
}

.js .search--open {
  pointer-events: auto;
  position: fixed;
  z-index: 9999;
}

/*.js .search--open + .page {
  position: fixed;
}*/

/* Close button */
.btn--search-close {
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
  transition: opacity 0.5s, transform 0.5s;
  content: 'X';
}

.search--open .btn--search-close {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  content: 'X';
  
}

/* Search input */
.js .search__form,
.js .search__info {
  opacity: 0;
  transform: translate3d(0,150px,0);
  transition: opacity 1s, transform 1s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.js .search__info {
  transform: translate3d(0,20px,0);
}

.js .search--open .search__form,
.js .search--open .search__info {
  opacity: 1;
  transform: translate3d(0,0,0);
}

.js .search--open .search__info {
  transition-delay: 0.35s;
}

@media screen and (max-width: 40em) {
  header {
    padding: 0 0 150px 0;
    height: auto;
  }
  header h1 {
    font-size: 8vw;
  }
  .recette-cuisine {
    width: 85%;
    height: auto;
  }
  .recette-cuisine img {
    width: 100%;
    max-width: inherit;
  }



  #recette h1 {
    font-size: 28px;
  }
  #recette .categories-recette {
    font-size: 16px;
  }
  #recette .intro-recette {
    padding: 20px;
    margin: 0;
  }
  #recette .img-recette {
    width: 100%;
  }
  #head-recette {
    flex-direction: column;
  }
  #recette #corp-recette {
    display: block;
  }
  #recette #ingredients {
    min-width: inherit;
    width: 100%;
    margin: 0;
  }
  #recette #prepa img {
    width: 90%;
    margin: 5px auto;
  }
  #recette #prepa {
    width: 100%;
    margin: 0;
    border: 0 none;
  }
  #qrcode-float {
    display: none!important;
  }
}
</pre></body></html>