@media screen and (max-width: 1200px) {
  .container,
  .section-footer {
      width: auto;
  }
}
@media screen and (max-width: 980px) {
  .img-article {
    position: relative;
    width: 100%;
    height: 110px;
  }
  .ctn-article {
    padding: 0;
    margin: 0;
  }
  .details-ctn-article {
    padding: 0;
    margin-top: 10px;
  }
  .accroche-article, .article-categorie, .article-titre {
    padding: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .icon-navi {
    position: absolute;
    width: 45px;
    height: 45px;
    right: 15px;
    top: 20px;
    background: url(../images/icons/menu.png) center center no-repeat;
    cursor: pointer;
  }
  .icon-navi-close {
    position: absolute;
    width: 45px;
    height: 45px;
    right: 15px;
    top: 20px;
    background: url(../images/icons/menu-close.png) center center no-repeat;
    cursor: pointer;
  }
  .logo {
    text-align: left;
  }
  .logo img {
    width: 200px;
  }
  nav {
    position: fixed;
    width: 300px;
    right: -320px;
    background: #ffffff;
    top: 0;
    bottom: 0;
    z-index: 20;

  }
  nav .item-nav {
    display: block;
  }
  nav .sub-nav {
    width: 100%;
    text-align: center;
    border: none;

    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  nav .add-picto-sub-nav::before {
    right: 50px;
  }
  .main-nav {
    margin-top: 80px;
  }
  .container {
    margin: 0;
  }
  .container-home-left,
  .container-home-right,
  .pour-vous-ctn {
    float: none;
    width: auto;
  }
  .alaune-image {
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
  }
  .alaune-details {
    width: auto;
  }
  .suite-alaune-art {
    float: none;
    width: auto;
    height: auto;
  }
  .nav-footer {
    margin: 0;
  }
  .ctn-form-create-account,
  .left-container,
  .sidebar {
    width: auto;
    float: none;
  }
  .sidebar {
    margin-top: 15px;
  }
  .content-nav-footer {
    width: 50%;
  }
  .first-th,
  .visuel-pub {
    display: none;
  }
}
