@media all and (max-device-width: 590px) and (orientation:portrait)
{
  

@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%;
  width: 100%;
}

.all
{
  height: 100%;
  position: relative;
  width: 100%;
}


/*Header*/

header 
  {
    background: linear-gradient(180deg, #7dd2ab, #a05ee5);
   width: auto;
   height: 145px; /* 268px*/
   overflow: hidden;
  }
  


.fond_invisible3
{
  width: auto;
    background: none;
    margin-top: -2.5%;
}


.conteneur_secondaire
{
  display: flex;
  width: auto;
  height: 100%; /* 55px*/
  justify-content: center;
  margin: auto;
}

.pcategories, .paleatoire, .pcontact
{
 color: white;
   font-weight: bold;
   font-size: 0.9em;
   font-family: 'Roboto';
   padding: 15px 7.5px 0px 7.5px;
}

.acategories, .aaleatoire, .acontact
{
  text-decoration: none;
}

section
{
  display: flex;
  flex-wrap: wrap;
    margin-bottom: 2.2%;
    margin-top: 0%;
    width: auto;
    overflow: hidden;  
}

.d_back
{
margin-top: 10px;
}

.back
{
  width: 30px;
  height: 30px;
}


.large_rap
{
  height: 35px;
  width: 100%;
  background-color: #a05ee5;
  justify-content: center;

}

.t_rap
{
  font-weight: bold;
  font-size: 2em;
  background-color: #a05ee5;
  text-align: center;
  color: red;
  margin-top: 1.5px;  
  font-family: arial;
}

label
{
  font-weight: bold;
  color: white;
  font-size: 0.45em;
}

.image_section
{
  padding-top: 5%;
}

.image_section2
{
  margin-top: 2%;
}

.image_section, .image_section2
{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}

.d_1
{
  padding: 2% 0% 3.5% 1%;
  margin-right: 5%;
}

.img_50, .img_60, .img_70, .img_80, .img_90, .img_00, .img_10
{
  width: 155px; /*170px*/
  height: 155px; /*160px*/
}


footer
{
    background: linear-gradient(180deg, #7dd2ab, #a05ee5);
width: 100%;
height: 65px;
position: absolute; /* absolute*/ 
bottom: 0px; /*-240px*/
margin-top: 5.5%;
overflow: hidden;
}


.marquee 
{
  margin-top: 0px; 
  height: 63px;
  width: 1000px; /* auto*/
  overflow: hidden;
  position: relative;
}

.marquee div {
  display: block;
  height: 63px;
  position: absolute;
  overflow: hidden;
  margin-left: 50%; 
  width: 900px; /* 200%*/
  animation: marquee 15s linear infinite;
}

.marquee span {
  float: left;
  width: auto;
}

@keyframes marquee {
    0%, 300% {margin-left:0;}
  100% {margin-left:-112%;}
}
 
.album1
{
    margin: 4px 5px 2px 5px;
    height: 58px; /*45px */
    width: 58px;  /*45px */
}

.img_selection
{
 margin: 2px 8px 2px 8px;
    height: 58px;
    width: 195px;
    }



}
