@media screen and (min-width: 480px) and (max-width: 768px) {
	/* styles CSS à appliquer pour les écrans ayant une largeur comprise entre 480px et 768px */
	body {
	  font-size: 12px;
	}
	header ul li {
	  font-size: 0.8rem;
	}
	section {
	  margin: 10px;
	}
	.menu .contenu .box {
	  width: 130px;
	}
	/* Ajoutez d'autres styles CSS en fonction de vos besoins */
  }

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Alumni Sans Inline One', cursive;
font-family: 'Varela Round', sans-serif;
background-color: #7F8C8D;
}


.menu__bar{
    background-color: #333333;
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2%;
	font-size: small;
}
.menu__bar a{
    text-decoration: none;
}
.menu__bar h1{
    text-decoration: none;
	font-size: 20px;
}
.menu__bar {
  height: 20%;
}

.logo{
	color: white;
	font-size: 30px;
}
.logo span{
	color: white;
}
.menu__bar ul{
	list-style: none;
	display: flex;
	position: relative;
}
.menu__bar ul li{
	padding: 10px 30px;
}
.menu__bar ul li:hover .dropdown{
	visibility: visible;
}
.menu__bar ul li:hover .dropdown2{
	visibility: visible;
}
.menu__bar ul li a{
	color: white;
	text-decoration: none;
	font-size: 20px;
}

.menu__bar ul li a:hover{
	background: #09E02D;
	transition: 1s;
}
.dropdown2 ul a li:hover{
	background: #09E02D;
	transition: 1s;
	border-radius: 20px;
}

.dropdown ul a li:hover{
	background: #09E02D;
	transition: 1s;
	border-radius: 20px;
}

.dropdown{
	display: block;
    position: absolute;
    left: 100;
    top: 100%;
    background-color: #333333;
    visibility: hidden;
}
.dropdown:hover{
	visibility: visible;
}
.dropdown ul{
	display: block;
	margin: ;
}

.dropdown ul a li:hover{
	background: #09E02D;
	transition: 1s;
}

.dropdown{
	display: block;
    position: absolute;
    left: 100;
    top: 100%;
    background-color: #333333;
    visibility: hidden;
}
.dropdown:hover{
	visibility: visible;
}
.dropdown ul{
	display: block;
	margin: ;
}
.dropdown ul li{

}



.dropdown2{
	display: block;
    position: absolute;
    left: 0%;
    top: 100%;
    background-color: #333333;
    visibility: hidden;
}
.dropdown2{
	max-height: 240px;
	opacity: 1;
	overflow-y: scroll;
}
.dropdown2 ul{
	display: block;
}
.dropdown2::-webkit-scrollbar {
    width: 8px;
    background: #0d141f;
    border-radius: 0 8px 8px 0;
}
.dropdown2::-webkit-scrollbar-thumb {
    background: #09E02D;
    border-radius: 0 8px 8px 0;
}

.dropdown{
	display: block;
    position: absolute;
    left: 29.5%;
    top: 100%;
    background-color: #333333;
    visibility: hidden;
}
.dropdown{
	max-height: 240px;
	opacity: 1;
	overflow-y: scroll;
}
.dropdown2 ul{
	display: block;
}
.dropdown::-webkit-scrollbar {
    width: 8px;
    background: #0d141f;
    border-radius: 0 8px 8px 0;
}
.dropdown::-webkit-scrollbar-thumb {
    background: #09E02D;
    border-radius: 0 8px 8px 0;
}

section {
	background-color: #045F5F;
	border: solid; 2px #333333; /*------- c'est pour separer nos different section avec une couleur -------------- */
	padding: 10px;
	margin: 20px;
}
.titre{
	display: flex;
	width: 100%;
	height: auto;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 20px;
	font-size: 25px;
}
.titre2{
	display: flex;
	width: 100%;
	height: auto;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: -10px;
	font-size: 1em;
}


.titre h1{
    box-shadow: 20px 15px 35px;
    color: black;
    font-size: 20px;
}
.btn1{
	font-size: 1em;
	color: white;
	background-color: black;
	padding: 10px 20px;
	margin-top: 20px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	transition: 0.5s;
	margin-left: 10px;
	display: flex;
	border-radius: 70px;
}
.btn1:hover{
	letter-spacing: 4px;
}
.btn3{
	margin: 0%; /*------- c'est pour donner une distance externe de 0px à notre liste -------------- */
	padding: 0px;
	list-style: none; /*------- c'est pour retirer le point par defaut que nous avon sur la liste -------------- */

}
.btn3 li{
	display: inline-block; /*------- c'est pour mettre tous notre liste sur une meme ligne -------------- */
	 padding: 10px 15px; /*------- c'est pour donner unr distance interne à notre menu de gauche à droit-------------- */
	 cursor: pointer; 
	 font-size: 1rem;
	 color: white;
}
.videos{
	align-items: center;
	justify-content: center;
	width: 50%;
	padding: 15px;
}
.jouer{
	
	margin: 5% 26%;
	width: ;
	padding: 15px;
	box-shadow: 20px 15px 35px rgba(0, 0, 0, 0.8);
}
.lecture{
	margin: 0% 26%;
	width: 50%;
}
.star{
 margin: 0px; /*------- c'est pour donner une distance externe de 0px à notre liste -------------- */
	padding: 0px;
	list-style: none;
    margin-left: 35%;
}
.titre .bien{
	display: inline-block; /*------- c'est pour mettre tous notre liste sur une meme ligne -------------- */
	 padding: 10px 15px; /*------- c'est pour donner unr distance interne à notre menu de gauche à droit-------------- */
	 cursor: pointer; 
	 font-size: 1rem;
	 color: white;
	 background: #333333;

}
.titre .li1{
	background-color: #09E02D;
}
.titre li a{
	text-decoration: none;
	color: white;
    text-align: center;
}
.lecture{
	display: flex; /*------- c'est pour que le comptenu header soit à ligner horzontalement -------------- */
	justify-content: center; /*------- c'est pour espacer notre comptenu header -------------- */
	align-items: center; /*------- c'est pour que notre comptenue soit centrer -------------- */
	transition: 0.5s;
	color: black;
}




footer{
	background: #333333;
	min-height: 100px;
	padding: 20px 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
footer .social_icon, footer .outil{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 0;
	flex-wrap: wrap;
}
footer .social_icon li, footer .outil li{
	list-style: none;
}
footer .social_icon li a, footer .outil li a{
	font-size: 2em;
	color: white;
	margin: 0 10px;
	display: inline-block;
	transition: 0.5s;
}
footer .social_icon li a:hover{
	transform: translateY(-10px);
}
footer .outil li a{
	font-size: 1.2em;
	color: white;
	margin: 0 10px;
	display: inline-block;
	transition: 0.5s;
	text-decoration: none;
	opacity: 0.75; 
}
footer .outil li a:hover{
	opacity: 1;
}
footer p{
	color: white;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 1.1em;
}



#player-select {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
  }
  
  #player-select button {
	background-color: white;
	border: none;
	color: black;
	margin-right: 10px;
	padding: 10px 15px;
	transition: background-color 0.2s;
	border-radius: 20px;
	box-shadow: 20px 15px 35px ;
  }
  
  #player-select button:hover {
	background-color: #09E02D;
	cursor: pointer;
  }
  
  #player-select button.active {
	background-color: blue;
	color: white;
  }
  
  #streamsb-player,
  #streamstape-player,
  #doodstream-player,
  #video-player,
  #upload-player,
  #uptostream-player,
  #opvid-player {
	display: none;
	width: 100%;
  }
  
  #streamsb-player.active,
  #streamstape-player.active,
  #doodstream-player.active,
  #video-player.active,
  #upload-player.active,
  #uptostream-player.active,
  #opvid-player.active {
	display: block;
  }








  @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
  *,
  
  :root {
	--primary: #ec994b;
	--white: #ffffff;
	--bg: #f5f5f5;
  }
  
  html {
	font-size: 62.5%;
	font-family: "Montserrat", sans-serif;
	scroll-behavior: smooth;
  }
  
  @media (min-width: 1440px) {
	html {
	  zoom: 1.5;
	}
  }
  
  @media (min-width: 2560px) {
	html {
	  zoom: 1.7;
	}
  }
  
  @media (min-width: 3860px) {
	html {
	  zoom: 2.5;
	}
  }
  
  ::-webkit-scrollbar {
	width: 1.3rem;
  }
  
  ::-webkit-scrollbar-thumb {
	border-radius: 1rem;
	background: #797979;
	transition: all 0.5s ease-in-out;
  }
  
  ::-webkit-scrollbar-thumb:hover {
	background: #222224;
  }
  
  ::-webkit-scrollbar-track {
	background: #f9f9f9;
  }












  .full-ser-ctrl {
	background: #333333;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 20px;
}

.ctrl-prev,
.ctrl-net {
  display: inline-block;
  padding: 15px;
  border-radius: 20px;
  border: 1px solid #ccc;
  background-color: #0404a7;
  cursor: pointer;
  transition: all 0.2s ease;
}

.nav-season-select,
.nav-episode-select {
	color: white;
  display: inline-block;
  padding: 15px;
  border-radius: 20px;
  background-color: black;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: bold;
}

select {
	width: 200px;
  font-size: 15px;
}
.ctrl-prev:hover,
.ctrl-net:hover {
  background-color: #333;
  color: #fff;
}

.ctrl-prev.no-active, .ctrl-net.no-active {
  visibility: hidden;
}
.nav-episode-select.close {
  visibility: hidden;
}

a {
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  color: white;
}