@charset "UTF-8";

body {
  padding-top: 10px; /*  distance entre le menu et le premier titre*/
}

@media screen and (max-width: 480px) {
  
  body {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px; /*  distance entre le menu et le premier titre*/
  }

  .container-membre, .container-image, .soumission {
    width: 95%;
    margin: auto;
    padding-bottom: 30px;
    padding-top: 5px;
  }

  .enter {
    margin-top:-20px;
    display: initial;
  }

  .titre-slider{
    padding-left: 20px;
  }
  .titre-slider2{
    padding-left: 20px;
  }
  .promo-titre{
    font-size: 24px;
    padding-right: 0px;
  }

  .text-title {
    padding-top:20px;
    font-size: 23px;
  }
  .info-form {
    padding-left: 1px;
  }
 .nava {
    float: left;
  }
  .navo {
    font-size: 13px;
  }
  .adresse, .footer-links, .nav-copy {
  text-align: center;
  line-height: 8px;
  }
  
  .breadcrumb{
    display: none;
  }
  .form-control{
  width: 100px;
  }

  .form-control::placeholder {
    font-size: 11px;
  }
   
  .barre, .nav-barre {
    display: none;
  }
  
    .carousel-home {
      background-image: url("/images/550x360.jpg");
      background-size: contain;
    }
    .carousel-inner-home {
      padding-top: 25px; /*  distance entre le menu et le premier titre*/
      width: 100%;
      height: 200px;
    }
    .cacher {
      display: none;
    }

    /*  ----------- PROFIL ----------------*/

    .TableauPanier{
      padding-top: 25px; margin-left: 0px;
    }

    .sidebar-gauche {
    position: relative;
    width: 100%;
    height: auto;
    border-right: none;
    border-bottom: 1px solid #eee;
    justify-content: center;
    align-items: center;
    overflow-x: auto;
    display: flex;
  }

  .premier-icon{
    margin-top: -3px;
  }

  .sidebar-gauche p{
    display: none;
    margin-top: 20px;
  }

  .main-avec-sidebar {
    margin-left: 0;
    padding-top: 0px;
  }

  .sidebar-icon {
    font-size: 30px;
  }

  .sidebar-link {
    min-width: 80px;
    flex: 0 0 auto;
  }

  .slider-wrapper {
      padding: 0 35px;
    }

    .slide {
      flex: 0 0 100%;
      max-width: 180px;
    }

    .video-wrapper,
    .slide-image,
    .titre-slide {
      width: 100%;
    }

    .navbar-collapse {
      position: fixed;
      top: 70px; /* hauteur du menu du haut */
      left: 0px; /* largeur de la barre de gauche */
      right: 0;
      width: auto;
      background-color: #fff;
      z-index: 997;
    }

  .img-box {
    margin-top: 3px;
    width: 30px;
    height: 30px;
  }

  .menu-entete {
    min-height: 75px;
  }

  .zone-navbar-toggler {
    flex: 0 0 110px;
    width: 110px;
    min-width: 110px;
    min-height: 75px;
  }

  .menu-entete .img-top {
    margin-left: 10px;
    padding: 8px 0;
  }

  .select-row {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
  }

  
}

  @media screen and (min-width: 481px) and (max-width: 767px) {
  
    body {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px; /*  distance entre le menu et le premier titre*/
  }

  /* == MENU-RECHERCHE == */
    
  .menu-entete {
    min-height: 75px;
  }

  .zone-navbar-toggler {
    flex: 0 0 110px;
    width: 110px;
    min-width: 110px;
    min-height: 75px;
  }

  .menu-entete .img-top {
    margin-left: 10px;
    padding: 8px 0;
  }
  
  .select-row {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
  }

  .navbar-collapse {
      position: fixed;
      top: 70px; /* hauteur du menu du haut */
      left: 0px; /* largeur de la barre de gauche */
      right: 0;
      width: auto;
      background-color: #fff;
      z-index: 997;
    }

    .sidebar-gauche {
    position: relative;
    width: 100%;
    height: auto;
    border-right: none;
    border-bottom: 1px solid #eee;
    justify-content: center;
    align-items: center;
    overflow-x: auto;
    display: flex;
  }

  .premier-icon{
    margin-top: -3px;
  }
  .sidebar-gauche p{
    display: none;
    margin-top: 20px;
  }

  .main-avec-sidebar {
    margin-left: 0;
    padding-top: 0px;
  }

  /*== FIN MENU-RECHERCHE ==*/

  .sidebar-icon {
    font-size: 30px;
  }

  .sidebar-link {
    min-width: 80px;
    flex: 0 0 auto;
  }

    .form-control{
    width: 100px;
    }

    .form-control::placeholder {
      font-size: 11px;
    }
     
    .barre, .nav-barre {
      display: none;
    }
    
    .carousel-home {
      background-image: url("/images/550x360.jpg");
      background-size: contain;
    }
    .carousel-inner-home {
      padding-top: 25px; /*  distance entre le menu et le premier titre*/
      width: 100%;
      height: 200px;
    }

    .slider-wrapper {
      padding: 0 35px;
    }

    .slide {
      flex: 0 0 100%;
      max-width: 180px;
    }

    .video-wrapper,
    .slide-image,
    .titre-slide {
      width: 100%;
    }

    
  .img-box {
    margin-top: 3px;
    width: 30px;
    height: 30px;
  }

    .container-home2 {
      width: 97%;
    }

    .container-membre, .container-image, .soumission {
      width: 95%;
      margin: auto;
      padding-bottom: 30px;
      padding-top: 5px;
    }

    .enter {
      margin-top:-30px;
      display: initial;
    }
    .titre-slider{
      padding-left: 20px;
    }
    .titre-slider2{
      padding-left: 20px;
    }
    .promo-titre{
      font-size: 24px;
      padding-right: 0px;
    }
    .text-title {
      padding-top:20px;
      font-size: 23px;
    }
    .info-form {
      padding-left: 1px;
    }
   .nava {
      float: left;
    }
    .navo {
      font-size: 13px;
    }
    .adresse, .footer-links, .nav-copy {
    text-align: center;
    line-height: 8px;
    }
    
    .breadcrumb{
      display: none;
    }
  
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    body {
      max-width: 99%;
      padding-top: 10px; /*  distance entre le menu et le premier titre*/
    }

    .container-membre, .container-image, .soumission {
      width: 95%;
      margin: auto;
      padding-bottom: 30px;
      padding-top: 5px;
    }

    .menu-entete {
      min-height: 75px;
    }

    .menu-entete .img-top {
      margin-left: 10px;
      padding: 8px 0;
    }

    .zone-navbar-toggler {
      flex: 0 0 110px;
      width: 110px;
      min-width: 110px;
      min-height: 75px;
    }

    .text-title {
      padding-top:20px;
      font-size: 23px;
    }

    .info-form {
      padding-left: 1px;
    }

    .nava {
      float: left;
    }

    .navo {
      font-size: 13px;
    }

    .adresse, .footer-links, .nav-copy {
    text-align: center;
    line-height: 8px;
    }
    
    .breadcrumb{
      display: none;
    }

    .form-control{
    width: 100px;
    }
    
    .form-control::placeholder {
      font-size: 11px;
    }
     
    .barre, .nav-barre {
      display: none;
    }
    
    .carousel-home {
      background-image: url("/images/550x360.jpg");
      background-size: contain;
    }
    .carousel-inner-home {
      padding-top: 25px; /*  distance entre le menu et le premier titre*/
      width: 100%;
      height: 200px;
    }

    .slide {
      flex: 0 0 calc(50% - 6px);
    }

    .navbar-collapse {
        position: fixed;
        top: 70px; /* hauteur du menu du haut */
        left: 110px; /* largeur de la barre de gauche */
        right: 0;
        width: auto;
        background-color: #fff;
        z-index: 995;
    }

    .select-row {
      display: flex;
      flex-direction: column;
      width: 100%;
      gap: 8px;
    }

  }

  @media screen and (min-width: 992px) and (max-width: 1299px) {
    body {
      max-width: 99%;
      padding-top: 10px; /* distance entre le menu et le premier titre */
    }

    .container-menu .row {
        width: 100%;
        justify-content: center;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .container-membre, .container-image, .soumission {
      width: 95%;
      margin: auto;
      padding-bottom: 30px;
      padding-top: 5px;
    }

    .container-menu .row {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .container-menu [class*="col-"] {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%;
    }

    .slide {
      flex: 0 0 calc(33.333% - 8px);
    }

  }

  @media screen and (min-width: 1300px) and (max-width: 1812px) {
    body {
      max-width: 99%;
      padding-top: 10px; /*  distance entre le menu et le premier titre*/
    }

    .container-menu .row {
        width: 98%;
        justify-content: center;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .container-membre, .container-image, .soumission {
      width: 85%;
      margin: auto;
      padding-bottom: 30px;
      padding-top: 5px;
    }

    .container-menu .row {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .container-menu [class*="col-"] {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%;
    }    

  }

  @media screen and (min-width: 1813px){
 
  
  } /* --------------  FIN - DERNIERE PARTIE ------------------------------------*/




  




