@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
 
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100&family=Comfortaa:wght@300&display=swap');



*{
  margin: 0;
}

html {
  height: 100%;
  background-color: #f8f8f8;

}
Body{
font-family: 'Roboto', sans-serif;



}
:root {
  --color1: black ;   /* Titre block*/
  --color2: #191d01; /* Texte courant*/
  --PoliceTextecourant : 'Roboto';
  --Bgcolor1:whitesmoke;
}
h1{ /* Titre page*/
  
  font-weight: 10%; 
  color: var(--color1);
  padding-bottom: 10px;
  
}

h2{ /* Titre block*/
  
  
  color: var(--color1);
  padding-bottom: 10px;
  font-family:  'Barlow Condensed', sans-serif;
}

h3{ /* Titre block*/
  text-transform: uppercase;
  font-weight: 10%; 
  color: var(--color1);
  padding-bottom: 15px;
}
h4{ /* Titre block*/
   
  color: var(--color1);
  padding-bottom: 10px;
}
h6{ /* légende*/
  color : grey;
  font-size: 10px;
  font-style: italic;
  text-align: right;
}
p {
lang:fr;
color:var(--color2);
font-size: 14px;
font-family: var(--PoliceTextecourant);
padding-bottom: 15px;
text-align: justify;
hyphens: auto; 
}


#monAncreCible{
    width: 80%;
    height: 50px;
    background-color: silver;
}
#monAncreCible:target{
    background-color: gold;
}


#overlay2{
    display: none;
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
#overlay2:target{
    display: block;
}
#overlay2 a{
    font-weight: bold;
    padding: 10px 25px;
    background-color: white;
    position: absolute;
    top: 25%;
    left: 50px;
}

/* essai pop-up*/
 #Oeuvre-Zoom-1{
    display: none;
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    transition: all 2s ease-out;
 }
 #Oeuvre-Zoom-1:target{
    display: block;
 }
 /* Gestion du pop-up oeuvre*/

 .Popup_Oeuvre{
    display: flex;              /* Gestion du pop up oeuvre*/
    flex-wrap: wrap;
    align-items: top;
    
    max-height: 90%;
   
    overflow: auto;
    background: var(--Bgcolor1);
    padding: 20px;
    border: 10px solid #ddd;
    position: relative;
    margin: 5% auto;
    width: 90%;
    box-shadow: 0px 0px 20px #000;
    border-radius: 0px;
   

 }
 .Popup_Oeuvre .Oeuvre{
  max-width: 800px;
  background-color: var(--Bgcolor1);
  color: blueviolet;
  text-align: center;
}

 .Popup_Oeuvre img {
    max-width: 100%;
    max-height: auto;
    border: 0px solid; 
}

.Popup_Oeuvre .Titre{
  background-color: var(--Bgcolor1);
  color: blueviolet;
  text-align: center;
}
.Popup_Oeuvre .Description{
    
  background-color:  var(--Bgcolor1);
  color: blueviolet;
  text-align: center;
}

.Popup_Oeuvre .BioArtiste{
  display: block;
  
  margin: 10px;
  background-color: var(--Bgcolor1);
  color: blueviolet;
  text-align: center;
}

.Popup_Oeuvre .DemarcheA{
  display: block;
  flex: 200px;
  margin: 0px;
  padding: 40px;
  background-color: whitesmoke;
  color: burlywood;
  text-align: left;
}

.Popup_Oeuvre .DansColl{
  display: block;
  padding-inline: 10px;
  flex: 200px;
  margin: 0px;
  
  background-color: black;
  color: blueviolet;
  text-align: center;
}

 img.btn_close {
    float: right;
    /*margin: -55px -55px 0 0;*/
}
#Oeuvre-Zoom-2{
    display: none;
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    transition: all 2s ease-out;
 }
 #Oeuvre-Zoom-2:target{
    display: block;
 }

.MenuGalerie{
  display: block;
  position: fixed;
  z-index: 1000;
  left: 50%;
  right: 50%;
  bottom: 10%;
  background-color: gold;
}

.Cadre-SLIDE{
  display: flex;
  width: 100%;
  background-color: ;

}
#Slide1{
    display: none;
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    background-color: whitesmoke;
    z-index: 10;
    
 }
 #Slide1:target{
    display: block;
 }

 #Slide2{
    display: none;
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    background-color: whitesmoke;
    z-index: 10;
    
 }
 #Slide2:target{
    display: block;
    
 }
 #Slide3{
    display: none;
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    background-color: whitesmoke;
    z-index: 10;
    
    
 }
 #Slide3:target{
    display: block;
    
 }
 

 #Slide4{
    display: none;
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    background-color: whitesmoke;
    z-index: 10;
    
 }
 #Slide4:target{
    display: block;
 }

.SlideGalerie{
  display: block;
  position: absolute;
  height: 90%;
  top:0px; right:0; bottom:0; left:0;
  
   z-index: 10;
    background-color: skyblue;
    animation-duration: 1.5s;
    animation-name: slidein;
}
.SlideGalerie2{
  display: flex;
  flex-direction: column;
  height: 100%;
  top:0px; right:0; bottom:0; left:0;
   z-index: 10;
    background-color: whitesmoke;
    animation-duration: 1.5s;
    animation-name: slidein;
}

 @keyframes slidein {
  from {
    margin-left: 100%;
    width: 100%;
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}


.BarreGalerie{
display: flex;
justify-content: center;
background-color: whitesmoke;
padding-top: 2em;
}

.BarreGalerieChemin{
display: flex;
justify-content: flex-start;
background-color: skyblue;
}

.BarreGalerieChemin .Cat{
  text-transform: uppercase;
  color : whitesmoke;
  padding: 0.5em;
  background-color: rgba(0, 0, 0, 0.2);
  
}
.BarreGalerieChemin .Parcours{
  color : whitesmoke;
  padding: 0.5em;
  
}
.BarreGalerie .Titre{
  color : skyblue;
  
  padding: 1em;
  background-color: whitesmoke;
}
.BarreGalerie .Auteur{
  text-transform: uppercase;
  color : skyblue;
  padding: 1em;
  background-color: whitesmoke;
}
.GalerieInfo{
  position: absolute;
  left: 0;
  padding: 0em;
  background-color: whitesmoke;
  max-height: 23px;
  width:250px;
  max-width: 50%;
  overflow: hidden;
  -webkit-transition:max-height 1s;
    -moz-transition:max-height 1s;
    -ms-transition:max-height 1s;
    -o-transition:max-height 1s;
    transition:max-height 1s;
  display: block;
border-radius: 0rem 0rem 0.75rem 0rem;
}

.GalerieInfo:hover{
  
  max-height: 1000px;
}

.GalerieInfo .Titre{
padding: 0em 1em 0 1em;
color: whitesmoke;
width:55px ;
height: 20px;

background-color: lightgray;
}
.GalerieInfo .Titre:hover{
 background-color: orange; 
}
.GalerieInfo .Texte{
  padding: 1em 1em 1em 3em;
  
}
.BarreGalerieChemin .Fermer{
  margin-left: auto;
  padding: 0.5em 2em 0.5em 1em;
  color: whitesmoke;
  background-color: lightgray;
}
.BarreGalerieChemin .Fermer:hover {
 background-color: orange;
}
.BarreGalerieChemin .Fermer a{
  text-decoration: none;
}
.BarreGalerieChemin .Fermer a:visited{
  color: whitesmoke;
  text-decoration: none;
}
.SlideGalerie2 .Img{
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  height: 90%;
  background-color: whitesmoke;
  padding: 1em;
}

.SlideGalerie2 img{
  width:100%;
  height:100%;
  object-fit: contain;}
  
.SlideGalerie2 .Description {

  background-color: burlywood;
  padding: 1em;
  width: 300px;
  height: 30px;
  overflow: hidden;
  


}
.BarreNavPosition{
  display: block;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1000;
}
.BarreNav {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
gap: 1vw;
padding: 1em;
background-color: whitesmoke;
}

.BarreNav .Miniature{
width: 30px;
height: 30px;
-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.BarreNav .Miniature:hover{
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
}

.BarreNav .Miniature img {
  width:100%;
  height:100%;
  object-fit: cover;
}

.NavG{
color: gray;
font-size: 400%; 
font-weight: 800%;
display: block;
position: fixed;
width: 30px;
height: 100px;
top: 40%;
left: 0%;
z-index: 1000;
background-color: lightgray;
border-radius: 0rem 3rem 3rem 0rem;
}

.NavG:hover{
  background-color: orange;
}
.NavD{
color: gray;

display: block;
position: fixed;
width: 30px;
height: 100px;
top: 40%;
right: 0%;
z-index: 1000;
background-color: lightgray;
border-radius: 3rem 0rem 0rem 3rem;
}
.NavD:hover{
  color: orange;
  background-color: orange;