/*------ Affiche recherche ajout début ------*/

@media (max-width: 1366px) {
	div.gridsearch {
  width:100%;
  display : grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(1, 330px);
}
}

@media (max-width: 1000px) {
	div.gridsearch {
	  width:100%;
 	  display : grid;
  	  grid-template-columns: repeat(5, 1fr);
      grid-template-rows: repeat(1, 330px);
     }
}

/*------ Affiche recherche ajout fin ------*/

/*------ Affiche film ajout début ------*/

@media (max-width: 1366px) {
  div.gridsearch2 {
  width:100%;
  display : grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(1, 280px);
}
}

@media (max-width: 1000px) {
  div.gridsearch2 {
    width:100%;
    display : grid;
      grid-template-columns: repeat(5, 1fr);
      grid-template-rows: repeat(1, 280px);
     }
}

/*------ Affiche film ajout fin ------*/

/*------ Affiche saison début ------*/

@media (max-width: 1366px) {
  div.gridsearch3 {
  width:100%;
  display : grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 180px);
}
}

@media (max-width: 1000px) {
  div.gridsearch3 {
    width:100%;
    display : grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(1, 180px);
     }
}

/*------ Affiche saison fin ------*/

/*------ Marvel film début ------*/

@media (max-width: 1366px) {
.marvelf {
  height:145px; 
  margin-left:0px;
}
}

@media (max-width: 1000px) {
  .marvelf {
  height:145px; 
  margin-left:0px;
}
}

/*------ Marvel film fin ------*/

/*------ Star Wars film début ------*/

@media (max-width: 1366px) {
.starwarsf {
  height:160px; 
  margin-left:-10px;
}
}

@media (max-width: 1000px) {
  .starwarsf {
  height:160px; 
  margin-left:-10px;
}
}

/*------ Star Wars film fin ------*/
