body{
    background-color: black;
}
.liste_item{
    display: inline-block;
    box-shadow: 0px 0px 10px white;
    width: 100%;
}
.logo{
    width: 10%;
    display: inline-block;
    margin: 0,5%;

}
.tafsir{
    float: right;
 color: white;

}
.sect{
    display: inline-block;
}
.jant{
    color: white;
    margin: 2%;
    margin-top: 5%;
}
.mon_image{
    width: 19%;
    display: inline-block;
}
.LOREM{
width: 35%;
    color: white;
    display: inline-block;
    margin: 3%
}
.STYLE{
    display: inline-block;
    box-shadow: 0px 0px 10px white;
    width: 30%;
    margin: 15px;
    margin-top: 40px;
}
.school{
    display: inline-block; 
    width:100%;
}
.SIT{
    color: white;
    margin: 15px;
}
.LOL{ 
    color: white;
    margin: 15px;
}
span{
    color: white;
    float: right;
}
.blanche{
    background-color: white;
    float: right;
}
.TELEL{
    width: 50%;
    margin-left: 15%;
}
.consec{
    margin-left: 20%;
}
.FOOTERR{
    background-color: white;
}
.ipsum{
    display: inline-block;
    margin: 80px;
}
@media screen and (max-width:600px){
.liste_item{
width: 100%;
   } 
   .logo{
       width: 100%;
   }
   .sect{
       width: 100%;
   }
   .mon_image{
    width: 70%;
   }
  .LOREM{
    width: 100%; 
  }
  .jant{
      width: 100%;
  }
  .STYLE{
      width: 100%;
  }
  .blanche{
      width: 100%;
  }
  .TELEL{
      width: 80%;
  }
  .consec{
      width: 80%;
  }
  .FOOTERR{
      width: 100%;
  }
  .tafsir{
      width: 100%;
  }

}