@media all and (min-width: 851px) and (max-width: 1024px) and (min-device-width:1280px)

{

html
{
  height: 100%;
}

body 
{
  margin: 0px;
  padding: 0px;
  text-align: center;
  min-height: 100%;


}

.all
{
  height: 100%;
  position: relative;
}


/*Header*/

header 
{
    background-color: black;
    height: 170px; /* 268px*/
    overflow: hidden;
}
  


.fond_invisible3
{
	width: auto;
  margin-top: 4%;
}


.conteneur_secondaire
{
	display: flex;
	width: auto;
	height: 100%; /* 55px*/
	justify-content: center;
  margin-top: -25px;
}

.pcategories, .paleatoire, .pcontact
{
	color: white;
	font-weight: bold;
	font-size: 0.96em;
	font-family: 'Roboto';
	padding: 0px 10px 0px 10px;
}

.acategories, .aaleatoire, .acontact
{
  text-decoration: none;
}

section
{
	display: flex;
  flex-wrap: wrap;
    margin-bottom: 2.2%;
    margin-top: 0%;
    width: 100%;
    overflow: hidden;
}

.large_rap
{
  height: 35px;
  width: 100%;
  background-color: #a05ee5;
  justify-content: center;

}

.t_rap
{
  font-weight: bold;
  font-size: 2.4em;
  background-color: #a05ee5;
  text-align: center;
  margin-top: 1.5px;  
  font-family: arial;
}

label
{
  font-weight: bold;
  color: white;
  font-size: 0.45em;
}

.d_back
{
margin-top: 10px;
}

.back
{
  width: 30px;
  height: 30px;
}


.image_section, .image_section1, .image_section2
{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1%;
}

.d_1
{
	padding: 3% 1% 0% 1%;
  width: auto; 
}

.img_50, .img_60, .img_70, .img_80, .img_90, .img_00, .img_10
{
	width: 175px;
	height: 175px;
  margin-top: 0%;
}

/*  ////////////////////////////////////////////// Partie Albums en dessous ////////////////////////////////////////////// */

.image_section1
{
  margin-top: 5.5%;
}

.d_2
{
  padding: 0% 2% 0% 2%;
}

.titre_album
{
font-size: 0.8em;
margin-top: 0px;
color: black;
font-family: 'Roboto', comic sans ms;
text-align: left;
width: 175px;
}

.a_d_1
{
  text-decoration: none; 
  color: black;
}

.i_album
{
  width: 175px;
  height: 175px;
  margin-left: 0%;
}

.ppages
{
  font-size: 1em;
  font-family: 'Roboto'
}

.apages
{
  text-decoration: none;
  color: black; 
}

/*  ////////////////////////////////////////////// Partie Albums au dessus ////////////////////////////////////////////// */

footer
{
background-color: black;
width: 100%;
height: 65px;
position: relative;
margin-top: auto;
overflow: hidden;
}


.marquee 
{
  margin-top: 0px; 
  height: 60px;
  width: 1100px; /* auto*/
  overflow: hidden;
  position: relative;
}

.marquee div {
  display: block;
  height: 60px;
  position: absolute;
  width: 900px;
    margin-left: 50%;
  animation: marquee 17s linear infinite;
}

.marquee span {
  float: left;
  width: auto;
}

@keyframes marquee {
    0%, 300% {margin-left:0;}
  100% {margin-left:-112%;}
}
 
.album1
{
    margin: 4px 3px 0px 3px;
    height: 58px; /*45px */
    width: 58px;  /*45px */
}

.img_selection
{
  margin: 4px 20px 0px 20px;
    height: 58px;
    width: 170px;
}


}
