@media all and (max-device-width: 820px) and (orientation:landscape)

 {


@font-face {
    font-family: 'yukarimobileregular';
    src: url('../police/yukarimobil-webfont.eot');
    src: url('../police/yukarimobil-webfont.eot?#iefix') format('embedded-opentype'),
         url('../police/yukarimobil-webfont.woff2') format('woff2'),
         url('../police/yukarimobil-webfont.woff') format('woff'),
         url('../police/yukarimobil-webfont.ttf') format('truetype'),
         url('../police/yukarimobil-webfont.svg#yukarimobileregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body 
{
  margin: 0px;
  padding: 0px;
  text-align: center;
  min-height: 100%;
  background-color: white;
}

.all
{
  height: 100%;
  position: relative;
}


/*Header*/

header 
{

}
  


.fond_invisible3
{
	width: auto;
    background: none;
    margin-top: 6%;
}


.conteneur_secondaire
{
	display: flex;
	width: auto;
	height: 100%; /* 55px*/
justify-content: center;
	margin-top: -35px;
}

.pcategories, .paleatoire, .pcontact
{
	color: white;
	font-weight: bold;
	font-size: 0.9em;
	font-family: 'Roboto';
	padding: 2px 10px 0px 10px;
}

.acategories, .aaleatoire, .acontact
{
  text-decoration: none;
}

section
{
	display: flex;
  flex-wrap: wrap;
    margin-bottom: 2.2%;
    margin-top: 0%;
    width: auto;
    overflow: hidden;  
}

.large_rap
{
  height: 48px;
  width: 100%;
  background: linear-gradient(180deg, #a05ee5, #7dd2ab);
  justify-content: center;

}

.t_rap
{
  font-weight: bold;
  font-size: 2.5em;
  margin-top: 1.5px;
  color: white;  
  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
{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;

}



.d_1
{
	padding: 3% 0% 0% 0%;
}

.img_50, .img_60, .img_70, .img_80, .img_90, .img_00, .img_10
{
	width: 150px; /*150px */ 
	height: 140px; /*140px */
	margin-left: 0%;
}

/*  ////////////////////////////////////////////// Partie Albums en dessous ////////////////////////////////////////////// */

.image_section1, .image_section2
{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 3%;
}


.image_section1
{
  margin-top: 7.5%;
}

.image_section2
{
  margin-top: 0%;
}

.d_2
{
  padding: 0% 0% 0% 0%;
}

.titre_album
{
font-size: 0.78em;
margin-top: 0px;
color: black;
font-family: 'Roboto', comic sans ms;
text-align: left;
width: 150px;
}

.a_d_1
{
  text-decoration: none; 
  color: black;
}

.i_album
{
  width: 150px;
  height: 150px;
}

.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: 2%;
overflow: hidden;
}

.marquee 
{
  margin-top: 0px;
  height: 63px;
  width: 1100px;
  position: relative;
}

.marquee div {
  display: block;
  height: 63px;
  overflow: hidden;
  position: absolute;
  width: 1000px;
  animation: marquee 15s linear infinite;
}

.marquee span {
  float: left;
  width: auto;
}

@keyframes marquee {
    0%, 100% {margin-left:0;}
  100% {margin-left:-112%;}
}
 
.album1
{
    margin: 3.5px 5px 2px 5px;
    height: 58px; /*50px */
    width: 58px;  /*40px */
}


.img_selection
{
 margin: 2px 8px 2px 8px;
    height: 55px;
    width: 195px;
}


 }	