<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 {
  background: #fff;
  font-family: 'robotoregular';
  margin: 0;
  overflow-x: hidden;
  font-size: 100%;
}

.width {
  max-width: 980px;
}

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

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

}

header {
  background: url(img/header.png) no-repeat;
  text-align: left;
  margin: 10px auto;
  padding: 2px 10px 20px 0px;
  position: relative;
  max-width: 980px;
  height: 200px;
}

header h1 {
  text-align: center;
  font-family: 'cardenio_modernbold';
  font-size: 4rem;
  margin: 10px;
  display: inline-block;
  padding-left: 310px;
}
header h1 a {
  color: #000;
  text-decoration: none;
}
header h2 {
  font-family: 'cardenio_modernbold';
  margin: -20px 0px 0 10px;
  padding-left: 310px;
  display: block;
  color: #aaa;
  font-size: 1.8rem;
  font-weight: normal;
}
/* */

.categories_type ul {
  border-top: 2px dotted #ddd;
  border-bottom: 2px dotted #ddd;
  text-align: center;
  font-size: 18px;
  padding: 14px;
}
.categories_type li {
  display: inline;
  margin: 0 8px;
  line-height: 42px;
}
.categories_type li a {
  color: #666;
  text-decoration: none;
  background: #f8f8f8;
  padding: 4px 14px;
  border-radius: 1px;
}

/* */

footer {
  font-size: 14px;
  text-align: center;
  clear: both;
  padding: 20px;
}

/* */

#sidebar {
  position: absolute;
  right: 0;
  width: 300px;
  border-left: 1px dashed #eee;
  padding: 0 10px 0 10px;
}
#sidebar .title,
#recette #sidebar .title {
  font-family: 'robotoregular';
  text-transform: uppercase;
  font-weight: bolder;
  color: #8C8C8C;
  letter-spacing: 1px;
  word-spacing: 2px;
  text-align: center;
  font-size: 14px;
  border-bottom: inherit;
  margin: 15px;
}

#sidebar .profil img {
  max-width: 200px;
}

#sidebar .profil .profil-content {
  width: 210px;
  margin: 0 auto;
  text-align: center;
  background: #E9E9E9;
  padding: 10px;
  color: #666;
  font-size: 14px;
}
#sidebar .profil .profil-content p {
  margin: 10px;
}

#sidebar .recherche input[type=search] {
  font-family: 'robotoregular';
  color: #666;
  padding: 11px 15px;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  font-size: 14px;
  width: 85%;
}

#sidebar .categories {
  margin: 0;
  text-align: left;
}

#sidebar .categories ul {
  margin: 0;
}

#sidebar .categories ul li {
  margin: 5px 0;
}


#page {
  display: flex;
  flex-direction: column;
}

#content {

}

/* intro */

.introindex {
  background: #eee;
  color: #333;
  margin: 10px auto;
  padding: 20px 10px;
  text-align: center;
  font-size: 2vh;
  width: 980px;
}

/* liste des recettes */
#index {
  text-align: center;
}
#index:after {
  content: '';
  clear: both;
  display: block;
}


/* affichage des recettes en index */

.recette-cuisine {
  background: #E9E9E9;
  margin: 30px 0;
  padding: 20px;
  width: 600px;
  text-align: center; 
}

.recette-cuisine:first-child {
  margin-top: 0;
}

.recette-cuisine .zone-img {
  background: inherit;
}

.recette-cuisine .nom-recette {
  font-family: 'cardenio_modernbold';
  text-align: center;
  font-size: 34px;
}
.recette-cuisine .nom-recette a {
  color: #000;
  text-decoration: none;
}
.recette-cuisine .nom-recette a:hover {
  text-decoration: underline;
}
.recette-cuisine .date {
  text-align: center;
  font-size: 14px;
  color: #666;
}

.recette-cuisine .intro {
  margin: 10px 0;
}

.recette-cuisine .nb-com {
  margin: 10px;
  color: #888;
  font-size: 18px;
}

.recette-cuisine .nb-com .com {display: inline;}


/* affichage d'une recette */

#recette {
  text-align: left;
}

#recette h1 {
  text-align: center;
  font-family: 'cardenio_modernbold';
  font-size: 48px;
  margin: 0;
}

#recette .img-recette {
  text-align: center;
}

#recette .semange {
  text-align: center;
  margin: 10px 0;
  font-size: 18px;
}
#recette .semange b {
  background: #8200C3;
  padding: 4px 20px;
  border-radius: 0px;
  color: #fff;
  margin: 0 6px;
}

#recette .cadre {
  border-radius: 4px;
  padding: 10px;
  margin: 10px 0;
  font-size: 16px;
  line-height: 28px;
  color: #333;
  text-align: justify;
}
#recette .cadre p {
  margin: 0;
}


#recette .img-recette {
  margin: 0 20px 10px 10px;
}
#recette .img-recette img {
  max-width: 950px;
}


#recette .info-recette {
  font-family: 'cardenio_modernbold';
  font-size: 22px;
  text-align: center;
  padding: 10px;
}
#recette .info-recette div {
  margin: 0 5px;
  display: inline-block;
}

#recette .info-recette div:after {
 content: ' | ';
 color: #ccc;
}
#recette .info-recette div:last-child:after {
 display: none;
}
#recette .info-recette b {
  color: #8200C3;
}
#recette .info-recette .nb-personnes {
  display: block;
  margin: 10px 0px 20px 0;
  font-size: 28px;
}
#recette .info-recette .nb-personnes::after {
  content: '';
}


#recette .title {
  color: #8200C3;
  font-family: 'cardenio_modernbold';
  font-size: 42px;
  padding: 0;
  margin: 0 0 20px 30px;
  border-bottom: 5px solid #ddd;
}


#recette #prepa {
  margin: 30px 0 0 0;
}
#recette #ingredients .liste-ingredients,
#recette #prepa .liste-preparation {
  font-size: 18px;
}


#recette h3 {
  text-align: center;
  font-family: 'cardenio_modernbold';
  font-size: 34px;
  font-weight: normal;
  background: #aaa;
  color: #fff;
  padding: 2px;
}

#recette


.commentaires-ajout {
  width: 60%;
}


.commentaires-ajout input[type="text"],
.commentaires-ajout textarea {
  border-color: #ddd;
  color: #333;
}


section {
  position: relative;
}

.plus {
  font-family: 'cardenio_modernbold';
  font-size: 32px;
  padding: 4px 20px;
  text-align: center;
}
.plus a {
  color: #fff!important;
  text-decoration: none;
  display: block;
}

.pagination {
  text-align: center;
  font-size: 24px;
}
.pagination a {
  padding: 2px;
  margin: 0 6px;
  text-decoration: none;
  color: #333!important;
}
.pagination a:hover {
  color: #000;
}
.pagination span {
  background: #000;
  color: #fff;
  padding: 2px 10px;
}
.pagination a.nav {
  font-size: 32px;
}


.retour-accueil {
  text-align: left;
}
.retour-accueil a {
  background-color: #eee;
  display: inline-block;
  padding: 4px 20px 4px 40px;
  color: #fff;
}
.retour-accueil a:hover {
  background-color: #ddd;
  color: #000;
}


@media only screen and (max-width: 960px) {
  header {
    background-image: none!important;
    text-align: center;
    height: auto;
  }
  header h1,
  header h2 {
    text-align: center;
    padding: 10px;
  }
  header h1 {
    font-size: 10vw;
  }
  header h2 {
    font-size: 5vw;
  }
  .introindex {
    width: auto;
  }
  #content {
    float: none;
    margin-right: 0;
  }
  .recette-cuisine {
    width: auto;
  }
  .recette-cuisine img,
  #recette .img-recette img {
    width: 96%;
  } 
  #sidebar {
    position: relative;
    width: auto;
  }
  #sidebar .recherche {
    background: #777;
    padding: 10px;
    margin: 40px 0 10px 0;
  }

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