<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print {

  body.pritable-comment .not-printable, body.pritable-comment .notConfirmed, body.pritable-comment .metaNavigation, body.pritable-comment .header, body.pritable-comment .navigation, body.pritable-comment .columnRight, body.pritable-comment .footer, body.pritable-comment .content.action,
  body.pritable-comment .publication h2 {
    display: none;
  }
}


body {
  background: #F2EFE1;
  min-width: 350px;
}

.notConfirmed {
  background-color: #FFF4C5;
  padding: 14px;
  color: #303030;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  word-break: break-word;
}

.notConfirmed .container {
  margin-top: 0;
}

.notConfirmed a{
  float:right;
  color: #3498db;
  text-decoration: none;
}


.metaNavigation {
  height: 32px;
  background-color: #181111;
  padding: 5px 0px;
  border-bottom: solid 2px #000;
}

.metaNavigation .userGlobal {
  float: left;
  position: relative;
}

.metaNavigation button {
  color: #E2E2E2;
  padding: 7px;
  padding-left: 0px;
  border: 0px;
  background: transparent;
  cursor: pointer;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  outline: none;
  float: right;
}

.metaNavigation button span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #ffffff transparent transparent transparent;
  line-height: 0px;
  _border-color: #ffffff #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  margin-top: 8px;
  margin-left: 8px;
  float: right;
}

.metaNavigation button:hover {
  color: #FFF;
}

.metaNavigation .container {
  margin-top: 0px;
}

.metaNavigation .usr_tri {
  position: absolute;
  border-bottom: 10px solid #555C61;
  border-bottom-color: rgba(0, 0, 0, 0.18);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 0;
  left: 0;
  top: 30px;
  right: 0;
  width: 0;
  margin: auto;
  z-index: 9;
  display: none;
}

.metaNavigation .usr_tri.a {
  display: block;
}

.metaNavigation .usr_tri:after {
  content: '';
  top: 1px;
  left: -9px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  border-bottom-color: white;
  position: absolute;
}

.metaNavigation .userOption {
  background: #fff;
  position: absolute;
  left: 0px;
  z-index: 1;
  width: 210px;
  padding: 8px 0px;
  top: 39px;
  display: none;
  border: 0 solid rgba(0, 0, 0, 0.25);
  border-top: solid 1px #DFDFDF;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  font-family: sans-serif;
}

.metaNavigation .userOption ol {
  float: none;
}

.metaNavigation .userOption.a {
  display: block;
}

.metaNavigation .userOption a {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding: 0 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #263645;
  cursor: pointer;
  display: block;
  text-decoration: none;
  font-weight: normal;
  float: none;
}

.metaNavigation .userOption a:hover {
  background-color: #181111;
  color: #FFF;
}

.metaNavigation ol {
  float: right;
}

.metaNavigation ol li {
  display: inline;
}

.metaNavigation ol li a {
  color: #E2E2E2;
  text-decoration: none;
  padding: 10px;
  font-size: 13px;
  float: right;
  font-weight: 600;
}

.metaNavigation ol li a:hover {
  color: #FFF;
}


.navigation {
  height: 42px;
  background-color: #332525;
  margin-bottom: 25px;
  position: relative;
  border-top: solid 1px #251D1D;
  border-bottom: solid 1px #251D1D;
}

.navigation .logo {
  display: none;
}

.navigation .menuButton {
  display: none;
}

.navigation .mobileMenu li:first-child {
  border-left: solid 1px #251D1D;
}

.navigation .mobileMenu li:first-child:before {
  content: '';
  left: -2px;
  height: 100%;
  width: 1px;
  background-color: #3C2A2A;
  position: absolute;
  top: 0px;
}

.navigation .container {
  margin-top: 0px;
}

.navigation li {
  display: inline-block;
  position: relative;
  float: left;
}

.navigation li.actif a {
  box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.15) inset;
  pointer-events: none;
  color: #FFF;
}

.navigation li.actif a:before {
  background-color: #322121;
}

.navigation li a {
  display: block;
  padding: 15px 25px;
  color: #E0E0E0;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  border-right: solid 1px #251D1D;
  position: relative;
  text-transform: uppercase;
}

.navigation li a:before {
  content: '';
  right: 0px;
  height: 100%;
  width: 1px;
  background-color: #3C2A2A;
  position: absolute;
  top: 0px;
}

.navigation .search {
  float: right;
  position: relative;
}

.navigation input[type="text"] {
  background-color: #FFF;
  padding: 8px 18px;
  padding-right: 35px;
  margin-top: 5px;
  border-radius: 15px;
  border: none;
  width: 270px;
  outline: none;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
  color: #868686;
}

.navigation input[type="submit"] {
  background-image: url(https://www.recettesquebecoises.com/assets/images/search-dark.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 32px;
  width: 35px;
  position: absolute;
  border: 0;
  right: 0;
  top: 4px;
  background-color: transparent;
  outline: none;
}


.header {
  background-image: url(https://www.recettesquebecoises.com/assets/images/header.jpg);
  background-size: cover;
  height: 300px;
}

.header .logo {
  float: left;
  margin-top: 70px;
}


.page-content {
  float: left;
  width: 100%;
}


.container {
  width: 1000px;
  margin: auto;
  margin-top: 25px;
}


.columnLeft {
  float: left;
  width: 678px;
}


.columnRight {
  float: right;
}


.ensembleAds {
  padding: 6px;
  background-color: #fff;
  float: left;
  border: solid 1px #E0E0E0;
  border-bottom: 1px solid #CDCDCD;
  font-size: 10px;
}

.ensembleAds h2 {
  color: #919191;
  font-size: 9px;
  margin-bottom: 8px;
  font-weight: 600;
  text-transform: uppercase;
  width: 300px;
  text-indent: 4px;
}

.ensembleAds .ads {
  float: left;
  clear: both;
  background-color: #F7F7F7;
  overflow: hidden;
  margin-bottom: 5px;
}

.ensembleAds .ads._350x350 {
  width: 300px;
  height: 250px;
}

.ensembleAds .ads._350x350 .adsbygoogle {
  display: inline-block;
  width: 300px;
  height: 250px;
}

.ensembleAds .ads._160x600 .adsbygoogle {
  height: 600px;
  width: 160px;
  display: none;
}

.ensembleAds .ads:last-child {
  margin-bottom: 0px;
}

.ensembleAds .ads.fixed {
  position: fixed;
  margin-top: 0;
  border-radius: 0px 0px 4px 4px;
  padding-top: 7px;
}

.ensembleAds .ads.fixed h2, .ensembleAds .ads.fixed .one, .ensembleAds .ads.fixed .two {
  display: none;
}


.footer {
  background-color: #181111;
  width: 100%;
  margin-top: 40px;
  float: left;
  position: relative;
  padding: 45px 0px;
}

.copyright {
  padding-top: 10px;
}

.link_footer {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #FFF;
}

.link_footer a {
  color: #FFF;
  font-size: 12px;
  text-decoration: none;
}

.link_footer a:hover, .link_footer a.underline {
  text-decoration: underline;
}

.link_footer strong {
  font-weight: 600;
}


.overlay {
  background-color: #383838;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 88;
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 1072px) {
  .container {
    width: 900px;
    margin: auto;
  }

  .columnLeft {
    width: 580px;
    min-height: 774px;
  }
}
@media screen and (max-width: 950px) {

  .page-content {
    width: auto;
    float: none;
    margin-right: 320px;
  }


  .navigation .container {
    width: 94%;
    padding-right: 0px;
    position: static;
  }

 
  .container {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    position: relative;
  }


  .columnLeft {
    float: left;
    width: 100%;
    min-height: 614px;
  }


  .columnRight {
    position: absolute;
    right: 0;
    width: auto;
  }
}
@media screen and (max-width: 855px) {

  .navigation input[type="text"] {
    width: 220px;
  }


  .page-content {
    margin-right: 180px;
  }


  ._350x350 {
    display: none;
  }


  .ensembleAds .ads._160x600 {
    width: 160px;
    height: 600px;
     display: inline-block;
  }

  .ensembleAds .ads._160x600 .adsbygoogle {
    display: inline-block;
  }

  .header {
    height: 250px;
  }

  .header .logo {
    margin-top: 50px;
  }

  .columnLeft {
    min-height: initial;
  }
}
@media screen and (max-width: 790px) {
  .header {
    display: none;
  }


  .metaNavigation {
    background-color: #251A1A;
    border-bottom: 0px;
  }

  .navigation {
    height: 48px;
    position: relative;
  }

  .navigation .menuButton {
    display: block;
    padding: 12px;
    cursor: pointer;
  }

  .navigation .logo {
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 36px;
    top: 0;
    height: 34px;
  }

  .navigation .search {
    display: none;
  }

  .navigation .mobileMenu {
    position: absolute;
    top: 49px;
    width: 100%;
    left: 0;
    z-index: 9999;
    border-top: solid 1px #171717;
    display: none;
  }

  .navigation .mobileMenu.activeMenu {
    display: block;
  }

  .navigation .mobileMenu li {
    width: 100%;
  }

  .navigation .mobileMenu li:first-child {
    border: none;
  }

  .navigation .mobileMenu li:first-child a {
    border-top: none;
  }

  .navigation .mobileMenu li a {
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #08080A;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background-color: #251A1A;
    padding: 18px 0px;
    text-indent: 5%;
  }
}
@media screen and (max-width: 650px) {

  .columnRight {
    display: none;
  }


  .page-content {
    margin-right: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 515px) {

  footer {
    display: none;
  }
}

.header .container{
      margin-top:0;
    }
    .navigation li.search_mobile{
      display:none;
    }
    .metaNavigation .userGlobal{
      z-index:99999;
    }
    .pub_header{
      width: 100%;
      background-color: #080606;
      border-bottom: solid 1px#000;
    }
    .ads_header{
      margin: auto;
      display: table;
      padding:10px 0px;
      color: #FFF;
      font-size: 10px;
    }

    .ads_320x100 {
      height: 100px;
      margin-bottom: 15px;
      display: none;
    }

    .ads_320x100 .adsbygoogle {
      width: 320px;
      height: 100px;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      padding: 0px 15px;
    }

    @media screen and (max-width: 790px){
      .navigation li.search_mobile{
        display:block;
      }
    }

    @media screen and (max-width: 745px){
      .ads_header{
        display:none;
      }
    }

    @media screen and (max-width: 650px){
      .ads_320x100{
        display:block;
      }
    }

    .socialfooter {
        padding-top: 10px;
        width: 160px;
        margin: 0 auto;
        padding-bottom:10px;
    }

    .btn:hover {
        border:1px solid #999;
        color:#000;
    }

    a.sb, .sb a {
        width: 32px;
        height: 32px;
        background-repeat: no-repeat;
        background-position: center center;
        text-indent: -900em;
        color: #333;
        text-decoration: none;
        line-height: 100%;
        white-space: nowrap;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        margin: 0 2px 5px 0;
        background-color: #ececec;
        border: solid 1px #b8b8b9;
       /* -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 0 rgba(0,0,0,.1);
        -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 0 rgba(0,0,0,.1);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 0 rgba(0,0,0,.1);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; */
    }
    .sb {
        margin: 0;
        padding: 0;
    }

    a.sb.twitter, .sb a.twitter {
        background-image: url('https://www.recettesquebecoises.com/assets/images/twitter_bird.png');
    } 

    a.sb.facebook, .sb a.facebook {
        background-image: url('https://www.recettesquebecoises.com/assets/images/facebook.png');
    }

    a.sb:hover,
    .sb a:hover,
    a.sb:hover:after,
    .sb a:hover:after {
      background-color:#C7C5C5;
    }


    .link-meta{
      text-decoration: none;
      padding: 10px;
      font-size: 13px;
      float: left;
      color:#FFF;
    }


    .ensembleAds{
      clear:both;
      margin-bottom:5px;
    }
    .ensembleAds .ads._160x600{
      margin-bottom:0;
    }

    ._160x600{
      display: none;
    }

    .website_150{
      display:none;
    }
    .website_350x350{
      display:block;
    }


    @media screen and (max-width: 855px){
      .website_150{
        display:block;
      }
      .website_350x350{
        display:none;
      }
    }

    @media screen and (max-width: 1072px){
      .columnLeft{
          min-height: 1045px;
      }
    }

    @media screen and (max-width: 855px){
      .columnLeft{
          min-height: 948px;
      }
    }

    @media screen and (max-width: 650px){
      .columnLeft{
        min-height: initial;
      }
    }




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