/*
 * responsive.custom.css is for custom media queries that are not set via the
 * theme settings, such as cascading media queries.
 *
 * By default all the other responsive stylesheets used in Adaptivetheme use a
 * "stacking method", however cascading media queries use a waterfall method so
 * you can leverage the cascade and inheritance for all browsers that support
 * media queries, regardless of screen size.
 *
 * @SEE http://zomigi.com/blog/essential-considerations-for-crafting-quality-media-queries/#mq-overlap-stack
 *
 * NOTE: this file loads by default, to disable got to your theme settings and
 * look under the "CSS" settings tab.
 */
/*
 * Really small screens and up
 */
/* @media only screen and (min-width: 220px) {} */
/*
 * Smalltouch sizes and up
 */
/* @media only screen and (min-width: 320px) {} */
/*
 * Smalltouch sizes and down
 */
@media only screen and (max-width: 480px) {
  /* 
   * Float Region Blocks - custom media query CSS example:
   * 
   * Float regions blocks is an Extension you can enable in the appearance
   * settings for your theme. This feature allows you to automatically float
   * blocks in regions, you can switch it on and off depending on your
   * requirements. For design purposes you many want to remove the floats for
   * devices where the entire theme is just one column - for example small
   * mobile phones. The following CSS is inside the custom media query:
   *
   *   @media only screen and (max-width: 480px){}
   *
   * This will target devices with a maximum width of 480px - most small phones.
   * In these smaller screen sizes we can remove the float and widths so all
   * blocks stack instead of displaying horizonally. The selector used is an
   * "attribute selector" which will match on any float block class. Use your
   * inspector or Firebug to get the classes from the page output if you need
   * more granular control over block alignment and stacking.
   */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/michelle\/Copy\/Travail\/WEB\/latourneedubonheur\.com\/dev\/public_html\/sites\/all\/themes\/ltb\/sass\/responsive\.custom\.scss}line{font-family:\0000357}}
  .region[class*="float-blocks"] .block {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 719px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/michelle\/Copy\/Travail\/WEB\/latourneedubonheur\.com\/dev\/public_html\/sites\/all\/themes\/ltb\/sass\/responsive\.custom\.scss}line{font-family:\0000366}}
  .front #header-wrapper, .not-front #header-wrapper {
    background-image: url("../images/entete5.jpg");
    background-position: left;
    height: 468px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/michelle\/Copy\/Travail\/WEB\/latourneedubonheur\.com\/dev\/public_html\/sites\/all\/themes\/ltb\/sass\/responsive\.custom\.scss}line{font-family:\0000367}}
  .front #header-wrapper #header, .not-front #header-wrapper #header {
    height: 468px;
  }
}
@media only screen and (max-width: 890px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/michelle\/Copy\/Travail\/WEB\/latourneedubonheur\.com\/dev\/public_html\/sites\/all\/themes\/ltb\/sass\/responsive\.custom\.scss}line{font-family:\0000378}}
  #logo img {
    width: 210px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 890px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/michelle\/Copy\/Travail\/WEB\/latourneedubonheur\.com\/dev\/public_html\/sites\/all\/themes\/ltb\/sass\/responsive\.custom\.scss}line{font-family:\0000386}}
  .front #header-wrapper, .not-front #header-wrapper {
    background-image: url("../images/entete4.jpg");
    background-position: left;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/michelle\/Copy\/Travail\/WEB\/latourneedubonheur\.com\/dev\/public_html\/sites\/all\/themes\/ltb\/sass\/responsive\.custom\.scss}line{font-family:\0000391}}
  #menu-bar nav ul#nice-menu-1 li, #primary-menu-bar nav ul#nice-menu-1 li {
    font-size: 16px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/michelle\/Copy\/Travail\/WEB\/latourneedubonheur\.com\/dev\/public_html\/sites\/all\/themes\/ltb\/sass\/responsive\.custom\.scss}line{font-family:\0000392}}
  #menu-bar nav ul#nice-menu-1 li a, #primary-menu-bar nav ul#nice-menu-1 li a {
    padding: 0 8px;
  }
}
@media only screen and (min-width: 891px) and (max-width: 1130px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/michelle\/Copy\/Travail\/WEB\/latourneedubonheur\.com\/dev\/public_html\/sites\/all\/themes\/ltb\/sass\/responsive\.custom\.scss}line{font-family:\00003104}}
  .front #header-wrapper, .not-front #header-wrapper {
    background-image: url("../images/entete3.jpg");
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/michelle\/Copy\/Travail\/WEB\/latourneedubonheur\.com\/dev\/public_html\/sites\/all\/themes\/ltb\/sass\/responsive\.custom\.scss}line{font-family:\00003108}}
  #menu-bar nav ul#nice-menu-1 li, #primary-menu-bar nav ul#nice-menu-1 li {
    font-size: 18px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Users\/michelle\/Copy\/Travail\/WEB\/latourneedubonheur\.com\/dev\/public_html\/sites\/all\/themes\/ltb\/sass\/responsive\.custom\.scss}line{font-family:\00003109}}
  #menu-bar nav ul#nice-menu-1 li a, #primary-menu-bar nav ul#nice-menu-1 li a {
    padding: 0 10px;
  }
}
/*
 * Tablet sizes and up
 */
/*
 * Desktops/laptops and up
 */
/* @media only screen and (min-width: 1025px) {} */
