
#telechargement_flyers{
  padding-bottom:50px;
}

#telechargement_flyers .grid-container {
  width: 100%;
  max-width: 1290px;
  height: auto;
  position: relative;
  margin: auto;
  padding: 0 26px 26px 26px;
  grid-auto-rows: 1fr;
  grid-auto-flow: dense;
  counter-reset: albumList;
  display: grid;
  grid-auto-rows: minmax(min-content, max-content);
}

#telechargement_flyers .grid-container.listeflyers {
  width: 100%;
  max-width: 1290px;
  height: auto;
  position: relative;
  margin: auto;
  padding: 0;
  grid-auto-rows: 1fr;
  grid-auto-flow: dense;
  counter-reset: albumList;
  display: grid;
  grid-auto-rows: minmax(min-content, max-content);
  list-style: none;
 
}


#telechargement_flyers .item.flyers {
  position: relative;
  text-align: center;
  margin-bottom:25px;
}

.personnaliser {
  border: 1px solid #6F7E89;
  box-sizing: border-box;
  border-radius: 5px;
  max-width: 321px;
  height: 48px;
  margin: auto;
  margin-top: 20px;
}
.personnaliser a{
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 48px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #6F7E89;
  text-decoration: none;
  width: 100%;
  height: 48px;
  float:left;
  
}

#telechargement_flyers  h1 {
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 56px;
  color: #20303C;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left:2px;
  font-size: 5rem !important;
  padding-bottom: 3%;
}


#telechargement_flyers h4 {
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: #20303C;
  padding-bottom:0;
  margin-bottom:0;
  width:100%;
  text-align: center;
}

#telechargement_flyers h3 {
  font-family: Oswald;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  color: #20303C;
  padding-bottom:0;
  margin-bottom:0;
  width:100%;
}


@media screen and (max-width: 350px) {

}

@media screen and (max-width: 349px) and (max-width: 450px) {

}

@media screen and (min-width: 449px) and (max-width: 649px) {
  
  #telechargement_flyers .grid-container {
      display: grid;
      grid-template-columns: repeat(1, 1fr) ;
    }

    #telechargement_flyers .right_lt .grid-container {
      display: grid;
      grid-template-columns: repeat(1, 1fr) !important;
    }
    
}

@media screen and (min-width: 650px) and (max-width: 874px) {
  #telechargement_flyers .grid-container {
      display: grid;
      grid-template-columns: repeat(2, 1fr) ;
    }

    #telechargement_flyers .right_lt .grid-container {
      display: grid;
      grid-template-columns: repeat(2, 1fr) !important;
    }

}

@media screen and (min-width: 876px) and (max-width: 10056px) {

    #telechargement_flyers .grid-container {
      display: grid;
      grid-template-columns: repeat(2, 1fr) !important;
    }

    
    #telechargement_flyers .item:nth-child(1) {
      grid-column:1;

    }
    #telechargement_flyers .item:nth-child(2) {
      grid-column:2;
    }

  


}

@media print, screen and (min-width: 1056px) {

    #telechargement_flyers .grid-container.listeflyers {
      display: grid;
     grid-template-columns: repeat(3, 1fr) !important;
    }

    #telechargement_flyers .item.flyers:nth-child(1) {
      grid-column:1;

    }
    #telechargement_flyers .item.flyers:nth-child(2) {
      grid-column:2;
    }

    #telechargement_flyers .item.flyers:nth-child(3) {
      grid-column:3;
    }

    
}