@media screen and (max-width: 1200px) {
  .container,
  .section-footer {
      width: auto;
  }
}
@media screen and (max-width: 980px) {
  .logo img {
    width: 100px;
  }
  .box-acces-rapide,
  .box-agenda {
    float: none;
    width: auto;
  }
  .section-flex  {
    display: block;
  }
  .legende-caroussel {
    width: auto;
    left: 5px;
    right: 5px;
  }
  .caroussel-suivant, .caroussel-precedent {
    display: none;
  }



  .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) {
  .nav-footer {
    width: 100%;
  }
  .formulaire {
    width: 100%;
    float: none;
    padding: 0;
  }
  .content-form-contact {
    background: #ffffff;
  }
  .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: center;
    width: 100%;
  }
  .logo img {
    width: 110px;
  }
  nav {
    position: fixed;
    width: 300px;
    right: -320px;
    background: #20427d;
    background: linear-gradient(90deg,rgba(32, 66, 125, 1) 0%, rgba(12, 109, 245, 1) 94%);
    top: 0;
    bottom: 0;
    z-index: 30;
    color: #ffffff;
  }
  nav .item-nav {
    display: block;
    width: 100%;
  }
  .item-nav a {
    display: block;
    text-align: center;
    color: #ffffff;
  }
  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;
  }
  .logo-footer {
    width: 100%;
    padding-top: 10px;
  }
  .content-nav-footer {
    float: left;
    width: 50%;
    padding: 20px;
  }
  .ctn-form-create-account,
  .left-container,
  .sidebar {
    width: auto;
    float: none;
  }
  .sidebar {
    margin-top: 15px;
  }
  .details-left,
  .details-right,
  .qsn-left,
  .qsn-right {
    float: none;
    width: auto;
  }
  .content-form-contact {
    padding: 10px;
  }
  .box-valeurs {
    width: 50%;
  }
  .ctn-box-valeur {
    height: 250px;
  }
  .titre-valeur {
    font-size: 13px;
  }
  .titre-nav {
    font-size: 15px;
  }
}

