@font-face {
  font-family: 'Formera-Regular';
  src: url("Formera-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}


html {
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
}

.stripe {
  background-image: url("img/667_667_veryapesmall.jpg"); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh; 
  display: flex;
  justify-content: center;
  align-items: center;
  scroll-snap-align: start;
}

.stripe h1 {
  color: white;
  font-size: 18vmin;
  margin: 0;
  text-align: center;
  letter-spacing: .1em;
}
main {
  scroll-snap-align: start;
  padding: 20px;
}

body {
  font-family: 'Formera-Regular', sans-serif;
  margin: 0;
  
  box-sizing: border-box;
}

details {
  width: 100%;          
  margin-bottom: 40px;  
}

summary {
  cursor: pointer;
   font-size: 2.5rem;
  font-weight: bold;
  color: black;
  margin-bottom: 10px;
}

summary::marker { content: ""; }
summary::before {
  content: "▸";
  display: inline-block;
  margin-right: 10px;
  transition: transform 0.3s;
  color: black;
}

details[open] summary::before {
  transform: rotate(90deg);
}

details p {
   font-size: 1.5rem;;
  line-height: 1.5;
  color: black;
  margin: 5px 0 0 0;
}

section {
  display: flex;
  gap: 40px;
  align-items: center; 
  margin-bottom: 40px;
}

section .image,
section .texte {
  flex: 1;
}

section .image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.oeuvre {
    text-align: center;
    margin: 40px auto;
    max-width: 1000px;
}

.oeuvre img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 10px;
}

 .oeuvre1 {
    text-align: center;
    margin: 40px auto;
    max-width: 1000px;
}

.oeuvre1 img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 10px;
}

.oeuvre .legende {
    display: inline-block;
    font-size: 1.1rem;
    color: black;
    text-decoration: none;
    font-weight: bold;
    transition: opacity 0.3s;
}

.oeuvre1 .legende {
    display: inline-block;
    font-size: 1.1rem;
    color: black;
    text-decoration: none;
    font-weight: bold;
    transition: opacity 0.3s;
}

.oeuvre .legende:hover {
    opacity: 0.6;
}

.oeuvre1 .legende:hover {
    opacity: 0.6;
}


.double-oeuvre {
    display: flex;
    justify-content: center;  
    gap: 20px;                
    margin: 40px 0;
    flex-wrap: wrap;          
}

.double-oeuvre .image {
    width: 400px;      
    text-align: center;
}

.double-oeuvre img {
    width: 100%;
    height: 600px;     
    object-fit: cover;
    border-radius: 12px;
    display: block;
    margin-bottom: 10px;
}

.double-oeuvre .legende {
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    color: black;
    text-decoration: none;
    transition: opacity 0.3s;
}

.double-oeuvre .legende:hover {
    opacity: 0.6;
}

.insta-btn {
  width: 60px;      
  height: auto;
  display: block;
  margin: 20px auto;   
  cursor: pointer;
}

.liste-liens li {
  margin-bottom: 10px;
}

.liste-liens a {
  color: black;
  text-decoration: none;
  font-family: 'Formera-Regular', sans-serif;
  font-size: 1.5rem;
}

.liste-liens a:hover {
  opacity: 0.6;
}
