/*!
 * Bootstrap Responsive v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

@-ms-viewport {
  width: device-width;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 1090px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }

  .unit-100 {
  overflow-x: hidden;
}

  .wrap {
    width: 786px;
  }

  #logo {
    width: 260px;
    height: auto;
    margin-left: 20px;
    top: 20px;
  }

  #nav {
    width: 768px;
  }

  #nav > ul > li {
    width: 110px;
  }

  #nav > ul > li > a {
    font-size: 18px;
  }

  #down_arrow {
    margin-left: 45px;
  }

  #wrap-container {
    width: 100%;
  }

  #main-container {
    width: 720px;
  }

  #edito,
  #slider,
  #articles,
  #categorie-banner,
  #contact,
  #qui-sommes-nous {
    margin-left: 0;
    width: 720px;
  }

  #share-tablet {
    width: 300px;
    float: left;
    height: 30px;
  }

  #share-tablet > .liste_titre {
    text-shadow: 0px 1px 0px #fff;
    font-weight: bold;
  }

  #share-tablet > a > img {
    width: 23px;
    margin-left: 15px;
  }

  .cs-next, .cs-prev {
    display: none !important;
  }

  #subnav {
    width: 748px;
  }

  .accroche {
    top: -79px !important;
  }

  .article_big_img > a > img,
  .article_big_img {
    width: 346px;
  }

  .footer_icon {
    margin-left: -30px
  }

  #footer-wrap > .wrap > ul > li {
    padding-left: 15px;
  }

  /***********************
    Article Détail 
  ***********************/
  #article_detail {
    width: auto;
  }

  #article_detail > h2 {
    font-size: 22px;
  }

  .unit-33 > .zoomarticle > .article_small_img > a > img,
  .unit-33 > .zoomarticle > .article_small_img {
    width: 149px;
    height: auto;
  }

  .tiny_bar {
    width: 210px;
  }


  /***********************
    Aside 
  ***********************/
  #main-container > .units-row > .unit-30 {
    margin-left: 21px;
  }

  .aside_bar {
    width: 71px;
  }

  .avatar_auteur_aside {
    width: 60px;
  }

  .information_auteur_aside {
    width: 134px;
    margin-left: 5px;
  }

  .autre_aside > h4,
  .auteur_aside > p,
  .autre_aside > p,
  .tags_aside > p {
    line-height: 18px;
  }

  .autre_aside > h4 > {
    font-size: 14px;
  }

}


@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }

  #cover-wrap {
    height: 60px;
  }

  #wrap-container {
    width: 100%;
  }

  #main-container {
    width: 98%;
    padding-right: 0;
    padding-left: 0;
  }

  .wrap {
    width: 100%;
  }

  #logo {
    position: relative;
    margin-left: 5%;
    display: block;
    width: 180px;
  }

  #icon_menu_phone {
    position: relative;
    width: 32px;
    padding: 14px;
    float: right;
    border-left: 1px solid rgba(73,73,73,0.5);
    box-shadow: -1px 0 rgba(0,0,0,0.5), 1px 0 rgba(0,0,0,0.5);
    background-color: rgba(255,255,255,0.2);
  }

  #subnav {
    position: relative;
    float: left;
    height: auto;
    min-height: 0;
    width: 100%;
    padding: 2px 0 2px 0;
    height: auto;
    clear: both;
    background: #222 !important;
    webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    z-index: 9;
    display: none;
    top: 0;
    border: none !important;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-right: none;
    border-left: none;
    border-bottom: none;
  }

  #subnav > ul {
    padding-left: 3%;
    width: 96%;
    float: none;
    line-height: 20px;
    position: relative;
  }

  #subnav > ul > a > li {
    margin: 2px 0 0 0;
    padding: 5px 5px 5px 10px;
    width: 96%;
    margin-bottom: 2px;
    background: #444444 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    height: auto;
    font-style: normal;
    text-shadow: none;
  }

  #subnav > ul > a {
    color: white;
  }

  #subnav > ul > a > li:first-child {
    margin-top: 7px;
  }

  #subnav > ul > a > li:last-child {
    margin-bottom: 7px;
  }

  #subnav > ul > a > li {
    display: block;
    line-height: 20px;
    text-align: left;
  }

  .arrow_subnav {
    display: none;
  }

  .input-search {
    width: 160px;
  }

  .btn-search {
    margin-left: 5px;
    margin-top: -4px;
  }

  #edito,
  #articles,
  #article_detail,
  #categorie-banner,
  #contact,
  #qui-sommes-nous,
  #aside404,
  #pagination {
    width: 98%;
    margin-left: 4px;
  }

  #edito {
    margin-bottom: 0;
    height: auto;
  }

  #edito > a > img {
    height: auto ! important;
  }

  .alaune {
    width: 100%;
    height: 42px;
    background: url('Images/alaunemiddle.png') center center repeat-x;
    margin-bottom: 15px;
  }

  .alauneleft {
    width: 182px;
    height: 42px;
    float: left;
    background: url('Images/alauneleft.png') center center no-repeat;
  }

  .anciensarticlesleft {
    width: 315px;
    height: 42px;
    float: left;
    background: url('Images/anciensleft.png') center center no-repeat;
  }

  #edito > a > .accroche {
    top: 0;
    height: auto;
    background: none;
    opacity: 1;
    padding: 0;
    margin-top: 5px;
  }

  #edito > a > .accroche > h2 {
    font-size: 16px;
    text-align: left;
  }

  #edito > a > .accroche > p {
    font-size: 14px;
    font-family: 'Dosis',Arial,sans-serif;
  }

  .sep {
    height: 1px;
    width: 100%;
    float: left;
    background-color: #76000a;
    border-bottom: 1px solid #CCC;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1)
  }

  #articles {
    margin-top: 0;
    padding-top: 30px;
  }

  .article_big_img > a > img {
    max-width: 175px;
    height: auto;
    margin-right: 15px;
    margin-top: 0;
  }

  .article_big_img, .article_small_img {
    padding: 0;
  }

  .article_big_img {
    width: 175px;
    height: auto;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 5px;
  }

  .information {
    width: auto;
    font-size: 12px;
  }

  .zoomarticle {
    float: left !important;
    margin-top: 25px !important;
  }

  .zoomarticle > a > h2 {
    margin-top: 5px;
    float: left;
    font-size: 16px;
    clear: both;
  }

  .accroche {
    float: left;
    line-height: 15px;
  }

  .leftie, .phone_left {
    float: left;
    min-width: 38%;
  }

  .small_titre {
    position: absolute;
    margin-left: 180px; 
    margin-top: -3px !important;
    margin-right: 8px;
    text-align: left;
  } 

  .article_small_img {
    float: left;
  }

  .margintop15 {
    margin-top: 15px !important;
  }

  .margintop0 {
    margin-top: 0 !important;
  }

  .marginbottom25 {
    margin-bottom: 25px !important;
  }

  #footer {
    float: left;
  }

  #footer-wrap {
    height: 300px;
  }

  #footer-wrap > .wrap > ul > li {
    width: 44%;
    float: left;
    border: none;
    min-height: 0;
  }

  #footer-wrap > .wrap > ul > li:last-child {
    margin-left: 35px;
  }


  /***********************
    Article Détail 
  ***********************/
  #article_detail > h2 {
    text-align: left;
    font-size: 1.37em;
  }

  #article_detail > .accroche {
    line-height: 1.45em;
  }

  #article_detail > h3 {
    text-align: left;
  }

  #article_detail > p > img,
  #article_detail > img,
  #article_detail > p > center > img,
  #article_detail > center > img {
    max-width: 98% !important;
    height: auto !important;
  }

  .share_article {
    font-size: 12px;
  }


  /***********************
    Aside 
  ***********************/
  .auteur_aside,
  .autre_aside {
    width: 95%;
  }

  /***********************
    Catégorie 
  ***********************/
  #categorie-banner {
    margin-bottom: 0;
  }

  .nopaddingtop {
    padding-top: 0 !important;
  }


@media (max-width: 570px) {
    #nav > ul {
    padding-left: 2%;
  }
}

@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}