.bio-title{
    font-size: 1.2rem;
    padding: 0rem 0rem 1rem 2.8rem;
    font-weight: 500;
}

.website-made-by{
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute !important;
    height: 1px; 
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 - a 0 height clip, off to the bottom right of the visible 1px box */
    clip: rect(1px, 1px, 1px, 1px); /*maybe deprecated but we need to support legacy browsers */
    clip-path: inset(50%); /*modern browsers, clip-path works inwards from each corner*/
    white-space: nowrap; /* added line to stop words getting smushed together (as they go onto seperate lines and some screen readers do not understand line feeds as a space */
}

.biography{
    display: flex;
    flex-direction: row;
    justify-content: start;
    padding: 1rem 2.8rem 2rem 2.8rem;
    height: 25rem;
    gap: 1.5rem;
    line-height: 1.2rem;
}

.blc-bio-txt{
    font-size: 0.94rem;
  line-height: 1.4;
  max-width: 40rem;
}
.bio-text{
    font-size: 0.94rem;
  line-height: 1.4;
  max-width: 40rem;
}

.liens-externes{
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: auto;
    align-items: center;
    padding: 3rem 4.8rem 7rem 4.8rem;
}

.adr-mail{
    font-size: 1rem;
    padding-top: 0.2rem ;
    font-weight: 500;
    font-style: normal;
}

.contactez-moi{
    text-align: center;
}

.insta-pint{
    display: flex;
    flex-direction: row;
    height: 1.5rem;
    gap: 0.4rem;
    padding-bottom: 0.5rem;
}

.img-ico-s{
    height: 100%;
}

.title-bio-txt {
    font-family: "Inknut Antiqua", serif;
    padding-bottom: 1.4rem;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1rem;
}

.one-three-img{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 34rem;
    max-height: 25rem;
}

.fad{
    width: 100%;
    height: 100%;
    position: relative;
}

.expo_img{
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.fadedC{
    background-image: url("https://res.cloudinary.com/dwderzc9l/image/upload/v1740678309/mkzt6kt4qctcv1tyvreu.jpg");

    animation: 15s infinite fadein;
}
.fadedB{
    background-image: url("https://res.cloudinary.com/dwderzc9l/image/upload/v1740678309/s4xkbw2tkiojjkd3atsi.jpg");

    animation: 15s infinite fadein2;
}
.fadedA{
    background-image: url("https://res.cloudinary.com/dwderzc9l/image/upload/v1740678310/q6xokc4tvvtvvu8oowb0.jpg");

}

@keyframes fadein {
    0% { opacity: 1; }
    16% { opacity: 1; }
    32%   { opacity: 0 ;}
    42% { opacity: 0; }
    56% { opacity: 0; }
    70% { opacity: 0; }
    88% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes fadein2 {
    0% { opacity: 1; }
    14% { opacity: 1; }
    28%   { opacity: 1 ;}
    42% { opacity: 1; }
    50% { opacity: 1; }
    70% { opacity: 0; }
    84% { opacity: 0; }
    100% { opacity: 0; }
}

/* QUERIES */
/* @media screen and (max-width: 1200px) {
}

@media screen and (min-width: 1024px) and (max-height: 655px) {
} */

@media screen and (max-width: 1080px) {
    /* tablet */
    .biography {
        flex-direction: column;
        padding: 1rem 2rem 2rem 2rem;
        height: fit-content;
      }
    .one-three-img {
        width: 100%;
        height: 36vh;
      }
      .bio-title {
        padding: 0rem 0rem 1rem 2rem;
      }
}

/* @media screen and (max-width: 992px){
} */

@media screen and (max-width: 650px) {
/* debut du menu hamburger */
.bio-title {
    padding: 0rem 0rem 0rem 1rem;
  }
  .biography {
    padding: 1rem 1rem 2rem 1rem;
  }
  .one-three-img {
    height: 26vh;
  }
}

@media screen and (max-width: 600px) {
/* mobile */
}

/* mobile landscape special */
@media screen and (max-width: 992px ) and (max-height: 450px ) {
    .one-three-img {
    height: 60vh;
      }
      .bio-title {
        padding: 0rem 0rem 0rem 2rem;
      }
}
    