.container {
  margin-left: 20px;
  margin-right: 20px;
}

html, body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: sans-serif;
}

.bloc-scroll {
  scroll-snap-align: start;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}


/* ! --------------- VIDEO -------------------*/
.wp-block-video {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.wp-block-video video {
  width: 50%;
  height: auto;
}

/* ! ---------------  L’œil, la main, l'espit -------------------*/
.t1 {
padding-bottom: 150px;
height: 100vh;
font-size: clamp(65px, 3vw, 75px);
line-height: 1;
display: flex;
font-weight: 800; 
color: white; 
opacity: 0;
transition: opacity 2s ease-in-out, transform 2s ease-in-out;
transform: translateY(80px);
align-items: center;
justify-content: center;
text-align: center;
word-break: break-word;
overflow-wrap: break-word;
}
/* ! ---------------  Les Ateliers A—Z sont un studio pluridisciplinaire -------------------*/
.t2 {
height: 100vh;
font-size: clamp(30px, 3vw, 50px);
line-height: 1.3;
display: flex;
color: white;
opacity: 0;
transition: opacity 2s ease-in-out, transform 2s ease-in-out;
transform: translateY(80px);
align-items: center;
justify-content: center; 
text-align: left;
padding-bottom: 80px;
padding-left: 5vh;
padding-right: 5vh;
  }
/* ! ---------------  Ma démarche créative, loin de toute production industrielle, -------------------*/
.t3 {
height: 100vh;
color: white;
font-size: clamp(18px, 6vw, 34px);
line-height: 1.2;
display: flex;
flex-direction: column;
opacity: 0;
transition: opacity 2s ease-in-out, transform 2s ease-in-out;
transform: translateY(80px);
align-items: flex-start;
justify-content: center; 
text-align: left;
padding-bottom: 80px;
padding-left: 5vh;
padding-right: 5vh;
}


.container-signature {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
  margin-right: 10px;
  text-align: right;
}
.AntoineZucconi {
  font-size: clamp(20px, 3vw, 25px);
  align-items: center;
  justify-content: center;
  text-align: left;
  opacity: 0;
  transition: opacity 2s ease-in-out, transform 2s ease-in-out;
  transform: translateY(50px);
}
.signature {
  position: relative; 
  left: 25px;
  opacity: 0;
  transition: opacity 2s ease-in-out, transform 2s ease-in-out;
  transform: translateY(50px);
}
.signature img {
  flex-grow: 1;
  display: flex;
  height: 150px;
  width: auto; 
  max-width: 100%;
  float: right;}

.contact {
  font-size: clamp(35px, 4vw, 40px);
  text-underline-offset: 10px;
  text-decoration-thickness: 2px;
  opacity: 0;
  transition: opacity 2s ease-in-out, transform 2s ease-in-out;
  transform: translateY(50px);
  text-align: center;
  padding-bottom: 150px;
} 
.instagram {
  font-size: clamp(20px, 4vw, 24px); 
  text-decoration: none;
  transition: opacity 2s ease-in-out, transform 2s ease-in-out;
  transform: translateY(50px);
  line-height: normal;
}

.instagram a {
    text-decoration: none;
}

.t1, .t2, .t3, .contact {
word-break: break-word;
overflow-wrap: break-word;
}

  .t1.attivo, .t2.attivo, .t3.attivo, .AntoineZucconi.attivo, .contact.attivo, .instagram.attivo, .signature.attivo {
    opacity: 1 !important;
    transform: translateY(0px) !important;
  }
.textbio {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap; 
  gap: 20px;
  text-align: justify;
  hyphens: none;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word; 
  text-justify: inter-word;
  color: rgb(169, 169, 169);
  line-height: 1.4;
  margin-top: 70px;
  width: 100%;
  opacity: 0;
  font-size: 21px !important;
  transition: opacity 2s ease-in-out, transform 2s ease-in-out;
  transform: translateY(50px);
}

.textbio.attivo {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}

.genese, .ateliers {width: 50%; margin-bottom: 50px; display: block;}

.titre {
  text-align: left;
  font-size: 20px;
  line-height: 1.5;
  margin-left: 0px;
  margin-top: 100px;
  color: white;
}
.titre-parcours {
  color: white;
  font-size: 18px;
}
.tableau {
margin-top: 70px;
margin-bottom: 100px;
width: 100%;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-family: serif;
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  color: #808080;
}
thead th {
  color: white;
  padding: 6px;
  border-bottom: 0.1px solid #F3F0DD;
}
tbody td {
  padding: 8px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 0.1px solid #F3F0DD;
  vertical-align: top;
  min-width: 100px;
}
tbody tr:hover {
  color: #F3F0DD;
}


/* ----- animazione parola + immagine ----- */
.hover-word {
    position: relative;
  }
  .word {
    cursor: pointer;
    color: white;
  }
  .image {
    position: fixed;
    opacity: 0;
    z-index: 1000;
    pointer-events: none;
    transition: opacity 0.3s ease;
    max-height: 400px;  
    width: auto;
    object-fit: cover;
    display: none;

  }
.hover-word:hover .image {
  opacity: 1 !important;
    display: block;
  }


/* ----------------------------------- ! FINESTRA 1050 */ 
@media screen and (max-width: 1050px) {
  .desktop-only {display: none;}
  
.signature img {height: 120px;}
                                        /* ! distribuzione colonne e paragrafi*/
  .textbio, .wp-block-group { flex-direction: column;}
  .genese, .ateliers, .tableau {
        width: 100%; 
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }

}
/* ----------------------------------- ! TABLET STANDARD */ 
@media (max-width: 768px) {
  .mobile-only {
    display: inline;
  }
}

@media (min-width: 769px) {
  .mobile-only {
    display: none;
  }
}

@media screen and (max-width: 779px) {

  html {
  scroll-behavior: smooth;
}
  .scroll-container {
    height: auto !important;
    overflow-y: visible !important;
    scroll-snap-type: none !important;
  }

  .t1, .t2, .t3 {
    height: auto !important;
    min-height: auto !important;
    padding: 120px 0 !important;
    display: block !important;
    scroll-snap-align: none !important;
  }

    .contact {
    padding-top: 150px;
        padding-bottom: 150px;
  }
                                      /* ! container */
.container {
  margin-left: 15px !important;
  margin-right: 15px !important;
  }
.wp-block-video {
  width: 100%;
  pointer-events: none;
}
.wp-block-video video {
  width: 100%;
  height: auto;
}
                                      /* ! testo */
.signature {left: 0px;}
.signature img {height: 90px;}

.textbio {font-size: 16px;}
table {font-size: 13px;}
                                      /* ! distribuzione colonne e paragrafi*/
.genese, .ateliers, .tableau {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      font-size: 18px;
      margin-bottom: 30px;
    }
}
/* ----------------------------------- ! CELLULARE STANDARD */ 
@media screen and (max-width: 631px) {
.wp-block-video video {
  padding-top: 150px;
} 

/* ----------------------------------- ! IPHONE MINI */ 
@media screen and (max-width: 430px) {
.container {
  margin-left: 15px !important;
  margin-right: 15px !important;
  }
                                        /* ! testo */
                                      
table {
  font-size: 13px; line-height: normal;
}
                                      /* ! paragrafi e distribuzione colonne */
.genese, .ateliers, .tableau {
width: 100%;
margin-left: auto;
margin-right: auto;
}
.studio {
  margin-top: 10px !important;
}
.tableau {
  margin-top: 0px; padding-top: 0px;
}

                                       /* ! tableau */
table {
  border-collapse: collapse; margin: 0 auto;
}
thead {
  display: none;
}
tbody, tr {

  display: block;
  width: 100%;}
tr {
      margin-bottom: 10px;
      padding-bottom: 20px;
      display: flex;
      flex-direction: column;
      padding-left: 0px;
      padding-right: 0px;
    }
tbody td {
  width: 100%;
    }
      td {
      display: block;
      text-align: left;
      padding: 5px;
      padding-left: 0px;
      padding-right: 0px;
    }
                                       /* ! couleur tableau */
td:first-child {
      color: #F3F0DD; 
    }
  }
