html{
  font-family: 'Questrial-Regular', sans-serif;
}

.ajout{
	padding-bottom: 10%;
}

#logoplayer{
  z-index: 600;
  position: fixed;
  left: 2%;
  height: 5%;
  width: 10%;
  /*background-color: white;*/
}




.listepom {
  display:inline-block;
  cursor:pointer;
  position: fixed;
  bottom: 0;
  z-index: 800;
}

.listepom img{
  max-width: 100%;
  width: 8%;
  position:fixed;
  bottom: 0;
}

.listepom img:hover{
  max-width: 100%;
  width: 10%;
  position:fixed;
  bottom: 0;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out; 
}

#title{
  font-family:Questrial;
  font-size: 60px;
  padding: 8% 0% 5% 0;
  text-align: center;
  color: white;
  text-transform: uppercase;
}

#mention{
  float: right;
  margin: 0 1% 1% 0;
  color: white;
  opacity: 0.5;
}

#mention:hover{
  opacity: 0.9;
}
/*---------------HEADER / NAVIGATION / FILTRE / ZOOM ----------------------*/

/*LOGO*/

#logo{
  z-index: 600;
  position: fixed;
  left: 2%;
}

#logoblc{
  z-index: 600;
  position: fixed;
  left: 2%;
}


/*CADRE FILTRES*/

.btnclose{
  position: fixed;
  right: 0;
  margin-right: 1%;
  width: 13%;
  height: 30px;
  border: none;
  background: none;
  text-align: right;
  color:white;
}

.toggle-button{
  text-align: right;
  position: fixed;
  right: 0;
  margin-right: 1%;
  width: 14%;
  height: 30px;
  border: none;
  background: none;
  color:white;
}

.toggle-button.hide{

}

#openfiltre{
  border: none;
  font-size: 30px;
  background-color:#2c2c28;
  color:white;
}

#openfiltre:hover{
  text-decoration:underline;
}

#cadrefermeture{
  margin: 3% 0 0 0;
  font-size: 18px;
}

.cadrefiltre {
  position: fixed;
  right: 0;
  top: 10%;
  width: 16%;
  max-width: 16%;
  z-index: 499;
  border: 2px solid white;
  justify-content: flex-start;
}

#containerfiltre{
  border:solid 1px white;
  background-color: #2c2c28;
}


input[type=radio]{
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  border-radius: 55px;
  width: 20px;
  height: 20px;
  font-size:20px;
  margin:0 3% 0 0;
}


  input[type=radio]:checked {
  border: 3px solid white;
  border-radius: 55px;
  width: 25px;
  height: 25px
} 

.stylefiltre{
  list-style: none; 
}

.stylefiltre label{
  font-size: 20px;
}

input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    height: 25px;
    width: 25px;
    background: #2c2c28;
    margin: 0 3% 0 5%;
    border: 3px solid white;
}

input[type="checkbox"]:checked {
  background: white;
}

#search{
  border: none;
  border-bottom: 1px solid #2c2c28;
}


/*------------------*/

/*CADRE PLAyer*/
/*#cadre_player{
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  align-items: center;
}
*/
#hide{
  margin-left: 10%;
}

.cadremediapom{
  padding-top: 5%;
  margin: 0 auto;

 height: 1024px;
 width: 1080px;


 color:white;
}



/*-------------MENU-NAVIGATION-----------*/

/*CADRE-NAV*/

.menucentr{
  margin: 7% 0 7% 0;
}

#overlay{
    display: none;
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    background-color: #2c2c28;
    z-index: 700;
}
#overlay:target{
    display: block;
}

#overlay ul li a{
    display: block;
    font-size: 37px;
    color: white;
    text-align: center;
}

#overlay ul li a : hover{
    text-decoration: underline;
    color: white;
}

#overlay ul{
    list-style: none;
    margin-top: 5%;
    margin-bottom: auto;
}

#overlay ul li {
    display: inline;
}

.link{
  padding-top: 50px;
}

.navtop{
  z-index: 600;
  padding-top: 1%;
  position: fixed;
  height: 10%;
  /*background-color: rgba(44,44,40,.9);*/
}

.navdroite{
  position: fixed;
  right: 1.5%;
  align-items: center;
  padding: 0 0.5% 0 0.5%;
}

/*------*/

/*------*/
/*MENU-OUVRIR*/

#burger{
  padding-top: 2%;
  background-color: white;
  width: 100%;
}

#burgernext{
  padding-top: 0.5%;
  position: fixed;
  right: 2%;
}

/*MENU-FERMER*/

#close{
  position: fixed;
  display: inline-block;
  right: 1.5%;
  padding-top: 0.5%;
}

/*---------------------------------------------------*/

/*----------------------------PAGE A PROPOS-----------------------*/

#propos{
  font-size: 20px;
  text-align: center;
  width: 100%;
  height: 100%;
}

#title{
  font-family:Questrial;
  font-size: 60px;
  padding: 8% 0% 5% 0;
  text-align: center;
  
}


/*----------------------------LISTE POM-----------------------*/

#containerliste{
  padding: 3% 15% 0 15%;
}

.fichier{
  font-size: 1px;
  color:#2c2c28;
  z-index: -1500;
}

#cadremedia{
  margin-bottom: 50px;
  text-align: justify-all;
  height: 380px;
  color:white;
  -webkit-transition: 2s ease;
  transition: 2s ease; 
  overflow:hidden;
}

#cadremedia:hover{
  height: 800px;
}


#propripom{
  font-size: 13px;
 padding: 3% 0 0 0;
}

#propripom div p{
 margin-top: -15px;
}

#titrepom{
  font-size: 15px;
  text-align: justify;
  margin-left: 3%;
  text-transform: uppercase;
}

#titremini{
  margin-top: 5%;
  }

#descpom{
  font-size: 15px;
  color: white;
}

#miniatureliste{
  max-width: 100%;
  height: 250px;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
}


.divrond{
  width: 20px;
  height: 20px;
  border-radius: 15px;
}

#playerbtn{
  margin: 23% 0 0 43%;
}


/*////////////////////MEDIA QUERY/////////////////////*/

/*ECRAN LARGE*/
@media all and (max-width: 1920px){
  
}


/*ECRAN MOYEN*/
@media all and (max-width: 1440px){
  #overlay ul li a{
    font-size: 40px;
  }
  .card{
  border: 1.5px #2c2c28 solid;
  border-radius: 0;
  width: 400px;
  max-height:auto;
  background-color: white;
  left: 5%;
  right: 35%;
  align-items: center;
  position: fixed;
  }
  #miniatureliste{
  max-width: 100%;
  height: 200px;
  }
  #logoblc{
    width: 280px;
  }
  #titrepom{
  font-size: 10px;
  }
  #cadremedia{
  margin-bottom: 50px;
  height: 325px;
  }
  #propripom{
  font-size: 11px;
  padding: 3% 0 0 0;
  }
  .divrond{
  width: 15px;
  height: 15px;
  border-radius: 15px;
}
.cadremediapom{
  padding-top: 10%;
  }
  #cadremedia{
  height:290px;
  } 
  #descpom{
    font-size: 16px;
  }
}

/*ECRAN MOYEN medium*/
@media all and (max-width: 1366px){
  .card{
  border: 1.5px #2c2c28 solid;
  border-radius: 0;
  width: 400px;
  max-height:auto;
  background-color: white;
  top:-50%;
  left: 5%;
  right: 35%;
  align-items: center;
  position: relative;
  }
  #miniatureliste{
  max-width: 100%;
  height: 180px;
  }
  #titrepom{
  font-size: 9px;
  }
  #cadremedia{
  margin-bottom: 50px;
  height: 300px;
  }
  #propripom{
  font-size: 10px;
  padding: 3% 0 0 0;
  }
  .divrond{
  width: 13px;
  height: 13px;
  border-radius: 15px;
  }
  #logoblc{
    width: 280px;
  }
  #logo{
    width: 250px;
  }
  #playerbtn{
  width: 50px;
  }
  #cadremedia{
  height:280px;
  } 
  #descpom{
    font-size: 15px;
  }
}

/*ECRAN PETIT*/
@media all and (max-width: 1024px){
  #overlay ul li a{
    font-size: 35px;
  }
  #logoblc{
    width: 250px;
  }
  #logo{
  width: 250px;
  }
   #burger{
    width: 60px;
  }
  #title{
  font-size: 50px;
  padding: 10% 0% 5% 0;
  }
  .roundedImage3{
  max-width:360px;
  height:360px;
  }
  .opacity-color3 {
  width:360px;
  height:360px;
  }
  #miniatureliste{
  max-width: 100%;
  height: 140px;
  }
  #titrepom{
  font-size: 6px;
  }
  #cadremedia{
  margin-bottom: 50px;
  height: 230px;
  }
  #propripom{
  font-size: 7px;
  padding: 3% 0 0 0;
  }
  .divrond{
  width: 10px;
  height: 10px;
  border-radius: 15px;
  }
  #playerbtn{
  width: 40px;
  }
  .cadremediapom{
  padding-top: 6%;
  }
  #cadremedia{
  height:200px;
  } 
  #descpom{
    font-size: 13px;
  }
}

/*ECRAN TABLETTE*/
@media all and (max-width: 768px){
  #overlay ul li a{
    font-size: 25px;
  }
  .roundedImage3{
  max-width:340px;
  height:340px;
  }
  .opacity-color3 {
  width:340px;
  height:340px;
  }

  #titrepom{
  font-size: 8px;
  }
  #cadremedia{
  margin-bottom: 50px;
  height: 230px;
  }
  #propripom{
  font-size: 8px;
  padding: 3% 0 0 0;
  }
  .divrond{
  width: 10px;
  height: 10px;
  border-radius: 15px;
  }
  #logoblc{
    width: 230px;
  }
  .navtop{
  height: 7%;
  }
  .listepom img{
  width: 12%;
  }
  .listepom img:hover{
  width: 14%;
  }
  .cadremediapom{
  padding-top: 7%;
  }
  .navtop{
  height: 7%;
  }
  #logo{
    width: 230px;
  }
  #logoblc{
    width: 230px;
  }
}

/*ECRAN TELEPHONE L*/
@media all and (max-width: 425px){
  #overlay ul li a{
    font-size: 25px;
  }
  .navtop{
  height: 8%;
  }
  #logo{
    width: 180px;
  }
  #logoblc{
    width: 180px;
  }
  #title{
  font-size: 45px;
  padding: 15% 0% 5% 0;
  }
  #textpropo{
  font-size: 14px;
  }
  .roundedImage{
  max-width:110px;
  height:110px;
  }
  .opacity-color {
  width:110px;
  height:110px;
  }
  #titretravaux{
  font-size: 20px;
  }
  .roundedImage3{
  max-width:280px;
  height:280px;
  }
  .opacity-color3 {
  width:280px;
  height:280px;
  }
  #caravanecontent{
  font-size: 14px;
  }
  #openfiltre{
  font-size: 20px;
  }
  #miniatureliste{
  max-width: 100%;
  height: 180px;
  }
  #titrepom{
  font-size: 9px;
  }
  #cadremedia{
  margin-bottom: 50px;
  height: 255px;
  }
  #propripom{
  font-size: 8px;
  padding: 3% 0 0 0;
  }
  .divrond{
  width: 10px;
  height: 10px;
  border-radius: 15px;
  }
  .navtop{
  height: 6%;
  }
  .listepom img{
  width: 15%;
  }
  .listepom img:hover{
  width: 17%;
  } 
  #descpom{
    font-size: 11px;
  }
  #cadremedia:hover{
  height:600px;
  } 
}

/*TELEPHONE LONG*/
@media all and (max-height: 820px){
  .cadremediapom{
  padding-top: 12%;
  width: 80%;
  height: 640px;
  }
}

/*TELEPHONE COUR*/
@media all and (max-height: 660px){
  .cadremediapom{
  padding-top: 13%;
  width: 100%;
  height: 550px;
  }
}
/*ECRAN TELEPHONE S*/
@media all and (max-width: 320px){
  #overlay ul li a{
    font-size: 25px;
  }
  #logoblc{
    width: 160px;
  }
  #title{
  font-size: 40px;
  padding: 18% 0% 5% 0;
  }
  .roundedImage{
  max-width:90px;
  height:90px;
  }
  .opacity-color {
  width:90px;
  height:90px;
  }
  #titretravaux{
  font-size: 20px;
  }
  .roundedImage3{
  max-width:250px;
  height:250px;
  }
  .opacity-color3 {
  width:250px;
  height:250px;
  }
  #miniatureliste{
  max-width: 100%;
  height: 140px;
  }
  #titrepom{
  font-size: 8px;
  }
  #cadremedia{
  margin-bottom: 50px;
  height: 255px;
  }
  #propripom{
  font-size: 8px;
  padding: 3% 0 0 0;
  }
  .divrond{
  width: 10px;
  height: 10px;
  border-radius: 15px;
  }
}

/*----------------------------------------------------------------*/
