@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap');


/*font definition---------------------*/
.prompt-thin {
    font-family: 'Source Code Pro', monospace;
    font-weight: 100;
    font-style: normal;
  }
  
  .prompt-extralight {
    font-family: 'Source Code Pro', monospace;
    font-weight: 200;
    font-style: normal;
  }
  
  .prompt-light {
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
    font-style: normal;
  }
  
  .prompt-regular {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
    font-style: normal;
  }
  
  .prompt-medium {
    font-family: 'Source Code Pro', monospace;
    font-weight: 500;
    font-style: normal;
  }
  
  .prompt-semibold {
    font-family: 'Source Code Pro', monospace;
    font-weight: 600;
    font-style: normal;
  }
  
  .prompt-bold {
    font-family: 'Source Code Pro', monospace;
    font-weight: 700;
    font-style: normal;
  }
  
  .prompt-extrabold {
    font-family: 'Source Code Pro', monospace;
    font-weight: 800;
    font-style: normal;
  }
  
  .prompt-black {
    font-family: 'Source Code Pro', monospace;
    font-weight: 900;
    font-style: normal;
  }
  
  .prompt-thin-italic {
    font-family: 'Source Code Pro', monospace;
    font-weight: 100;
    font-style: italic;
  }
  
  .prompt-extralight-italic {
    font-family: 'Source Code Pro', monospace;
    font-weight: 200;
    font-style: italic;
  }
  
  .prompt-light-italic {
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
    font-style: italic;
  }
  
  .prompt-regular-italic {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
    font-style: italic;
  }
  
  .prompt-medium-italic {
    font-family: 'Source Code Pro', monospace;
    font-weight: 500;
    font-style: italic;
  }
  
  .prompt-semibold-italic {
    font-family: 'Source Code Pro', monospace;
    font-weight: 600;
    font-style: italic;
  }
  
  .prompt-bold-italic {
    font-family: 'Source Code Pro', monospace;
    font-weight: 700;
    font-style: italic;
  }
  
  .prompt-extrabold-italic {
    font-family: 'Source Code Pro', monospace;
    font-weight: 800;
    font-style: italic;
  }
  
  .prompt-black-italic {
    font-family: 'Source Code Pro', monospace;
    font-weight: 900;
    font-style: italic;
  }
/*-----------------------------------*/  





/*general*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* text-transform: uppercase; */
    font-family: 'Source Code Pro', monospace;
    font-size: 13px;
}
html,body{
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
footer{
  padding: 20px;
}
.logos img{
  width: 30px;
}
#extrait{
  border-radius: 0;
  width: 100px;
  height: 30px;
}



img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display : inline-block;
}
.gridwrapper > div > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 5px; */
}
.grid-wrapper{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(autofit, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
}
/* .grid-wrapper .wide{
    grid-column: span 2;
}
.grid-wrapper .tall{
    grid-row: span 2;
}
.grid-wrapper .big{
    grid-column: span 2;
    grid-row: span 2;
} */

.secteurs img{
  width: 500px;
  border: 1px solid black;
  display: flex;
}

/*----------------------*/


.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    grid-gap: 20px;
    margin-bottom: 40px;
}

.gallery img{
    width: 100%;
    height: auto;
}

@media screen and (min-width:1px){
    .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        grid-gap: 20px;
        margin-bottom: 40px;
        margin-right: 10px;
    }
    
    .gallery img{
        width: 100%;
        height: auto;
    }


    .container{
      min-width: 85%;
      height: 100vh;
      /* margin:20px auto; */
      /* flex-grow: 1; */
      flex: 1 0 auto;
      padding: 10px;
      /* background-image: url(img/vertical_photo_gg_2.jpeg); */
      background-image: url(img/photo_gerold_dago_optimized.webp);
      background-size: cover;
      background-repeat: no-repeat;
      text-align: center;
      background-color: #fff;
    }
    .container ul img:hover{
        filter: brightness(50%);
    }
    .bio_sortie{
      text-align: left;
      /* position: relative; */
      position: fixed;
      /* top: 68%; */
      bottom: 210px;
      left: 5%;
      z-index: 10;
    }
    .bio_sortie p {
      font-family: 'Source Code Pro', monospace;
      color: #fff;
    }

    /* .container .image-container{
        columns: 3 150px;
        gap: 2%;
    } */
    .container .image-container img{
        margin-bottom: 5%;
        cursor: pointer;
    }
  }


    @media screen and (min-width:427px) {
      .container{
        background-image: url(img/photo_gerold_dago_large_3_optimized.webp);
        background-position: center;
      }
      ul{
        display: flex;
        max-width: 500px;
        /* padding: 3% 20%; */
        padding: 10px 70px;
        position: relative;
        left: 52%;
        transform: translateX(-50%);
        align-items: center;
        position: relative;
        /* left: 2%; */
      }
      
      .bio_sortie{
        bottom: 230px;
      }
      p{
        font-size: 14px;
      }
      .biographie p{
        padding-left: 7%;
        padding-right: 7%;
      }
    }





/* --------------------------------- */

h1{
    font-size: x-large;
    margin-bottom: .5%;
}
h2{
    font-size: large;
    /* margin-bottom: .5%; */
    font-weight: 700;
}
h5{
  font-size: .8rem;
  /* margin-bottom: .5%; */
  font-weight: 400;
}
a{
    color: #000;
    text-decoration: none;
    font-weight: 400;
}
a:hover{
  color: #000;
  /* border-bottom: 1px solid black; */
  font-weight: 700;
}
.contact{
    margin-bottom: 5%;
}


/* .container{
    max-width: 70%;
    margin:20px auto;
} */
.container .image-container{
    columns: 3 150px;
    gap: 2%;
}
.container .image-container img{
    margin-bottom: 5%;
    cursor: pointer;
}

.block{
    padding: 0;
    margin: 0;
}


#showreel{
  /* width: 114%;
  height: auto;
  margin-left: -8%; */

  width: 95%;
  max-width: 500px;
}

#contenu_confidentiel{
  width: 114%; 
  height: auto; 
  margin-left: -8%;
}
/*-------------------------------------------------*/

.imgbackground{
  margin: 0;
  padding: 0;
  width: 100%;
}
.imgbackground img{
  margin: 0;
  padding: 0;
  width: 100%;
}



button{
  width: 90%;
  min-width: 220px;
  max-width: 340px;
  height: 50px;
  background-color: rgba(239, 41, 64, 1);
  border: 0px;
  border-radius: 7px;
  color: #fff;
  font-family: 'Source Code Pro', monospace;
  font-weight: bold;
  font-size: large;
}
button img {
  width: 18px;
  margin-bottom: 3px;
  position: relative;
  left: -2%;
}
button:active, button:hover {
  filter: brightness(135%);
}
/* button:hover {
  background-color:rgb(238, 55, 77);
  transition: 1s;
} */


ul li img {
  width: 20px;
}
ul{
  display: flex;
  max-width: 500px;
  /* padding: 3% 20%; */
  padding: 10px 70px;
  /* position: relative;
  left: 50%;
  transform: translateX(-50%); */
  align-items: center;
  position: relative;
  /* left: 2%; */
}
ul li {
  margin: 0 4%;
  list-style-type: none;
}

#listen{
  /* position: absolute; */
  position: fixed;
  bottom: 3%;
  left: 5%;
}

.morceau{
  /* background-color: rgba(120,120,120, .4); */
  /* position: absolute; */
  position: fixed;
  /* bottom: 13%; */
  bottom: 90px;
  left: 5%;
  width: 90%;
  max-width: 400px;
  height: 15%;
  max-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imgMorceau{
  /* background-color: rgba(76, 76, 76, .4); */
  width: 80px;
  height: 80px;
  border-radius: 7px;
  overflow: hidden;
}
.imgMorceau img {
  width: 100%;
}
.textMorceau{
  /* background-color: rgba(150, 150, 150, .2); */
  width: 67%;
  height: 70px;
  margin-left: 3%;
}
.textMorceau p, .textMorceau p b {
  color: #fff;
  font-family: 'Source Code Pro', monospace;
  text-align: left;
  align-items: center;
  margin-top: 10px;
}

.bottomgradient {
  background-image: linear-gradient(rgba(0, 0, 0, 0), black);
  /* background-color: #fff; */
  width: 100%;
  height: 30%;
  /* position: absolute; */
  position: fixed;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}
.topgradient {
  background-image: linear-gradient(black, rgba(0, 0, 0, 0.01));
  /* background-color: #fff; */
  width: 100%;
  height: 14%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
}

.biographie{
  display: flex;
  padding: 8%;
  padding-top: 12%;
  padding-bottom: 80%;
}
.biographie p, .biographie span, .biographie a{
  font-family: 'Source Code Pro', monospace;
}
