@media (min-width: 1025px) and (max-width: 1280px) 


 {
 	

nav
{
	width: 100%; /*33% */
	height: 22.5%; /*45px */
	background-color: #a05ee5; /* #a05ee5 */
}

.menu-burger
{
	height: 100%;
}

.burger
{
	height: 25px; /*20px */
	width: 25px; /*20px */
	margin-left: -10px;
}


nav > ul 
{
	margin: 0px;
	padding: 0px;
}


nav > ul::after
{
	content:"";
	display: block;
	clear: both;
}



nav > ul > li
{
	float: left;
	position: relative;
	padding: 15px 25px;
}


.stylesrap
{
float: left;
	position: relative;
	padding: 10px 30px;	
	background-color: #a05ee5;
	width: 90px;
	margin-top: -1.3%;
	font-family: 'Roboto';
}

.stylesrock
{
float: left;
	position: relative;
	padding: 10px 30px;	
	background-color: #a05ee5;
	width: 90px;
	margin-top: -1.3%;
	font-family: 'Roboto';
}
.stylesjazz
{
float: left;
	position: relative;
	padding: 10px 30px;	
	background-color: #a05ee5;
	width: 90px;
	margin-top: -1.3%;
	font-family: 'Roboto';
}

#d1
{
  background-color: #EECC4499;
  display: none;
}

#d2
{
  background-color: #44EEAA99;
  display: none;
}

#d3
{
  background-color: #44EEAA99;
  display: none;
}

#togg1 , #togg2 , #togg3
{
  border:none;
  background-color: #a05ee5;
  font-size: 1.1em;
}


#togg1:hover, #togg2:hover, #togg3:hover
{
	color: white;
}



nav > ul > li > a 
{
	color: black;
}

nav li 
{
	list-style-type: none;
}

.submenu
{
	display: none;
}

.catrap
{
	display: none;
}

.catrock{
	display: none;
}

.catjazz
{
	display: none;
}

nav a 
{
	text-decoration: none;
}

nav li:hover .submenu 
{
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0px;
  padding: 0px;
  z-index: 1000;	
}

.stylesrap:hover .catrap
{
  display: block;
  position: absolute;
  top: 100%;
  left: 0px;
  padding: 0px;
  z-index: 1000;	
}

.stylesrap:hover .catrock
{
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0px;
  padding: 0px;
  z-index: 1000;	
}

.stylesrap:hover .catjazz
{
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0px;
  padding: 0px;
  z-index: 1000;	
}


.cat2
{
float: left;
	position: relative;	
	font-size: 0.7em;
	width: 130px;
	padding: 10px;
	background-color: #a05ee5; /*#a05ee5 */
	color: black;
}


.cat2:hover
{
	color: white;
	border-bottom: 1px solid white;
}



.submenu li 
{
border-bottom: 1px solid grey;
}


.submenu li a 
{
padding: 0px 0px; 
font-size: 1.1em;
color: black;
width: 100%;
}

.cat2 a:hover
{
color: white;
}


/*////////////////////////////////////////////////////// Partie Mobile//////////////////////////////////////////////////////*/

.styles1_mobile
{
	display: none;
}



/*////////////////////////////////////////////////////// Fin Partie Mobile//////////////////////////////////////////////////////*/



.logo
{
	width: 160px; /*170px */
	height: 100%; /*100% */
	float: left;
	margin-top: 0.75%;
	margin-left: 5%;
}

.menu-burger:hover  
{
	background-color: rgba(228, 77, 38, 0.15);
}


.conteneur_secondaire
{
	display: flex;
	margin-top: 0.4%;
	margin-left: 7%;
	width: 25%;
	height: 100%; /* 55px*/
	justify-content: space-around;
	float: left;
}

.pcategories, .paleatoire, .pcontact
{
	color: white;
	font-weight: bold;
	font-size: 1.05em;
	font-family: 'Roboto';
}

.acategories, .aaleatoire, .acontact
{
  text-decoration: none;
}




.form_search
{
	text-align: center;
	height: 40px;
	width: 40%;
	float: right;
	margin-top: 0.75%;

}

.search_field
{
	width: 90%;
	height: 100%;
	font-size: 0.9em;
	border-radius: 7.5px;
	border: none;
}



}