/* Base */
/* ----------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  font-family: Georgia, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  background-color: #fdfdfd;
  color: #e6e0c1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

a {
  color: #f8794a;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #ed0880;
  text-decoration: underline;
}
a:visited {
  color: #f8794a;
}

/* Utility */

.wrap:before,
.wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}
.wrap {
  max-width: 960px;
  margin: 20px auto;
  zoom: 1;
  background-color: #ebdccd;
  box-sizing: border-box;
  background: url("https://fa99a8.claudeassets.com/20211219145300im_/http://bistrotetchocolat.net/assets/bg.jpg") center center;
  padding: 30px;
}

/* Layout Styles */
/* ----------------------------------------------------------*/

body {
  background: url("https://8e823a.claudeassets.com/20211219145300im_/http://bistrotetchocolat.net/assets/bg_retro.gif") repeat center center;
}

/* Site header */

.site-title,
.site-title:hover,
.site-title:visited {
  display: block;
  color: #333;
  font-size: 26px;
  letter-spacing: -1px;
  float: left;
  line-height: 56px;
  position: relative;
  z-index: 1;
}

.site-nav {
  text-align: center;
}

.site-nav .nav-link {
  background: url("https://141c93.claudeassets.com/20211219145300im_/http://bistrotetchocolat.net/assets/sprite-socials-skeo.png") no-repeat 0 0;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 5px;
}
.site-nav .nav-link:hover {
  background-position: 0 -30px;
}
.site-nav .nav-instagram {
  background-position: -32px 0;
}
.site-nav .nav-instagram:hover {
  background-position: -32px -30px;
}
.site-nav .nav-twitter {
  background-position: -65px 0;
}
.site-nav .nav-twitter:hover {
  background-position: -65px -30px;
}

.site-nav .page-link {
  margin-left: 20px;
  color: #727272;
  letter-spacing: -0.5px;
}

.site-header {
  text-align: center;
}

.site-footer {
  padding: 20px 0;
  font-size: 14px;
  text-align: center;
}

/* Page Content styles */
/* ----------------------------------------------------------*/

/* Home styles */
/* ----------------------------------------------------------*/

.page-home h1,
.page-home {
  text-align: center;
}

.address {
  float: left;
  margin-right: 20px;
}
.address img {
  display: block;
  margin: 20px auto;
  max-width: 260px;
}
.infos {
  float: right;
  max-width: 220px;
  line-height: 18px;
}

.infos p,
.about p {
  margin: 15px 0;
  line-height: 18px;
}

.prices li {
  font-weight: bold;
  display: inline-block;
  margin: 20px 10px;
}

.prices span {
  color: #f8794a;
}

.weekly-menu {
  margin: 20px 0;
}

.weekly-menu,
.weekly-menu-content {
  padding: 10px;
  background-color: #111;
  clear: both;
}

.weekly-menu-content {
  border: 1px dashed #fff;
  color: #e6e0c1;
}

.days > li {
  background-color: #111;
  padding: 5px;
  display: inline-block;
  margin: 0 0 0 -10px;
  text-align: center;
  width: 20%;
  vertical-align: top;
  box-sizing: border-box;
}

.days h2,
.days li span {
  color: #f8794a;
}

.days h2 {
  text-transform: uppercase;
}

.days > li ul {
  font-weight: normal;
  list-style-position: inside;
  padding: 10px;
  list-style: none;
}

.days > li li:after {
  content: "-";
  display: block;
}
.days > li li:last-child:after {
  content: "";
}
.menu,
.prices,
.days h2,
.days span {
  font-size: 16px;
  font-weight: bold;
}

.card {
  float: left;
  width: 45%;
  text-align: center;
}

.slideshow {
  clear: both;
  width: 90%;
  margin: 0 auto;
}

.macaron {
  margin: 40px auto;
}

#slides img {
  display: block;
  margin: 0 auto;
}

#slides {
  display: none;
}
.slideshow-content {
  background-color: #111;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.slidesjs-navigation,
.slidesjs-pagination {
  display: none;
}

.about {
  float: right;
  width: 50%;
  padding: 20px;
}

.about img {
  margin-bottom: 20px;
}

.logos {
  clear: both;
}

.logos img {
  margin: 30px 20px;
}

/* Post styles */
/* ----------------------------------------------------------*/

.post-header {
  margin: 10px 0 30px;
}

.post-header h1 {
  font-size: 42px;
  letter-spacing: -1.75px;
  line-height: 1;
  font-weight: 300;
}

.post-header .meta {
  font-size: 15px;
  color: #818181;
  margin-top: 5px;
}

.post-content {
  margin: 0 0 30px;
}

.post-content > * {
  margin: 20px 0;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  line-height: 1;
  font-weight: 300;
  margin: 40px 0 20px;
}

.post-content h2 {
  font-size: 32px;
  letter-spacing: -1.25px;
}

.post-content h3 {
  font-size: 26px;
  letter-spacing: -1px;
}

.post-content h4 {
  font-size: 20px;
  letter-spacing: -1px;
}

.post-content blockquote {
  border-left: 4px solid #e8e8e8;
  padding-left: 20px;
  font-size: 18px;
  opacity: 0.6;
  letter-spacing: -1px;
  font-style: italic;
  margin: 30px 0;
}

.post-content ul,
.post-content ol {
  padding-left: 20px;
}

.post pre,
.post code {
  border: 1px solid #d5d5e9;
  background-color: #eef;
  padding: 8px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 15px;
}

.post code {
  padding: 1px 5px;
}

.post ul,
.post ol {
  margin-left: 1.35em;
}

.post pre code {
  border: none;
}

/* font style */
/* ----------------------------------------------------------*/

strong,
.bold {
  font-weight: bold;
}

.highlight {
  color: #f8794a;
  font-weight: bold;
  font-size: 18px;
}

/* media queries */
/* ----------------------------------------------------------*/

@media screen and (max-width: 750px) {
  .footer-col-1 {
    width: 50%;
  }

  .footer-col-2 {
    width: 45%; /*fallback*/
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-right: 0;
  }

  .site-footer .column.footer-col-3 {
    width: auto;
    float: none;
    clear: both;
  }
}

@media screen and (max-width: 600px) {
  .wrap,
  .site-header .wrap {
    padding: 0 12px;
    width: 100%;
  }
  .about,
  .slideshow,
  .address,
  .card {
    float: none;
    margin: 20px auto;
    text-align: center;
    width: auto;
  }
  .site-nav {
    position: relative;
    margin: 0 0 20px 0;
    float: none;
  }
  .site-nav .nav-link {
    display: inline-block;
  }

  .site-header h1 {
    margin: 10px 0 0 0;
  }

  .days > li {
    width: 100%;
    margin: 10px 0;
  }
  .site-title,
  .site-title:hover,
  .site-title:visited,
  .infos {
    margin: 0;
    float: none;
    line-height: normal;
  }
  .infos {
    min-width: 100%;
  }
  .site-title > img,
  .resp-img {
    max-width: 100%;
    height: auto;
  }
  .warning {
    background-size: contain;
    margin-bottom: 0;
  }
}

/*
     FILE ARCHIVED ON 03:16:16 Dec 18, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:43:35 Jul 16, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.533
  exclusion.robots: 0.043
  exclusion.robots.policy: 0.031
  esindex: 0.008
  cdx.remote: 6.577
  LoadShardBlock: 76.669 (3)
  PetaboxLoader3.datanode: 79.717 (4)
  PetaboxLoader3.resolve: 90.006 (3)
  load_resource: 161.897
*/