/* Affecte toute la page */
body{
background-color: rgb(240,255,240); /*rgba(0, 255, 0, 0.2);*/
color: #000000;
font-size: 30px;
font-weight: all;
text-align:center;
/*@font-face {
  font-family: "Roboto";
  src: url('fonts/Roboto.ttf');
  @font-size: 
}
*/
}

main{
width: 100%;
height: 100%;
} 

header{
width: auto;
margin-left: auto;
margin-right: auto;
padding: 20px;
/*border: 1px solid #000000 ;*/
}


/* Gère la prépage du site */
#tableau-contenu {
          margin-left: auto; 
          margin-right: auto;
          border-color: #ffffff;
          width: 50%;
          margin-top: 50vh; /* poussé de la moitié de hauteur de viewport */
          transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */
}

/* Début Video adaptable */
.video-container {
  position: relative;
  padding-bottom: 22%;
  height: 0;
  width: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Fin Video adaptable */

/* Début incone réseaux sociaux */

/* Fin icone réseaux sociaux*/

/* début modal */


#centrage-image_film{
  text-align: center;
 }

.container {
  width: auto;
  margin: 0 auto;
}

.btn {
  padding: 0px 0px;
  border: 0px solid #023;
  border-radius: 0px;
  cursor: pointer;
  outline: black;
}

.btn:active {
  transform: scale(0.9);
}

/* croix fermerture*/
.close-modal {
  background: none;
  color: white; 
  border: none;
  font-size: 3rem;
  margin-right: 30px;
}

.modal {
  width: 95%;
  position: fixed;
  top: -200%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: top 0.25s ease-in-out;
  border: 2px solid #7b5c14;
  border-radius: 10px;
  z-index: 2;
  background-color: #000;
  color: white;
  font-family: "Moderat";
  font-size: 16px;
  text-align: justify;
}

/* placement de la fenetre modale */
.modal.active {
  top: 50%;
}

/* bannière titre film */
.modal .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0px solid #7b5c14;
  padding: 0.2rem;
  background-color: #7b5c14;
}

.modal .body {
  padding: 10px;
}

/* le background quand le mode modal est activé */
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

/* sortir du mode modal en cliquant en dehors */
#overlay.active {
  display: block;

}

/* fin modal */

/* debut bouton back to */
#myBtn {
  display: inline; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  left: 20px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: white; /* Set a background color */
  color: black; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 10px;
  font-family: moderat; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
/* fin bouton back to */


/* Affecte le titre "" */ 
#titre1{
font-family: Arial;
color: #000000;
font-size: 80px;
font-weight: bold;
text-align:left;
}

/* Affecte le titre "L'index d'hyperlien" */ 
#titre2{
text-decoration: none;
text-transform: uppercase;
font-family: moderat;
font-size: 20px;
font-weight: bold;
text-align:left;
margin-left: auto; 
color: white ;
background-color: black;
}



}
/* Affecte le titre "welcome to the creative nebula" */ 


/* Affecte le titre "welcome to the creative nebula" */ 
#titre5{
font-family: Arial;
color: #ffffff;
font-size: 25px;
font-weight: ;
text-align:left;
}


/* Affecte l'affichage de  */ 
#menu-content{
      margin-left: auto; 
      margin-right: auto;
      border-color: #ffffff;
      font-family: Adobe Garamond Pro;
      color: #000000;
      font-size: 30px;
      margin-left: 2px;
      width: 0%;
      margin-top: 1vh; /* poussé de la moitié de hauteur de viewport */
      text-decoration: none; 
      }

#menu-content1{
      margin-left: 80px ; 
      margin-right: 20px;
      border-color: #ffffff;
      font-family: Adobe Garamond Pro;
      color: #000000;
      font-size: 20px;
      width: ;
      }
 /* texte de présenation français*/
#menu-text_pres{
      margin-left: 50px; ; 
      margin-right: 50px;
      border-color: #ffffff;
      font-family: Adobe Garamond Pro;
      color: #ffffff;
      font-size: 25px;
      width:
      text-align :justify-all;
      }
 /* texte de présenation anglais*/
#menu-text_citation{
      margin-left: 100px ; 
      margin-right: 100px ;
      border-color: #ffffff;
      font-family: Adobe Garamond Pro;
      color: #ffffff;
      font-weight: italic;
      font-size: 30px;
      width: 
      text-align:justify-all;
      }

      #menu-titre_section{
      margin-left: auto; 
      margin-right: auto;
      border-color: #ffffff;
      font-family: Moderat;
      color: #7b5c14;
      font-weight: italic;
      font-size: 40px;
      width: center;
      text-align:justify-all;
      }

/* barre en dessous des noms de catégories style sculpture */
#bordure{
border: 1px solid #9c721b ;
width: auto;
}
 
 

/* Affichage droit de propriété */
#propriete{
  margin-left: center;
  font-size: 12px;
  color: #9c721b;
  font-family: moderat;


}
