/*font*/

@font-face {
    font-family: 'bartendersemicondensed_sans';
    src: url('font/bartender_semicondensed_sans-webfont.woff2') format('woff2'),
         url('font/bartender_semicondensed_sans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bartenderuploaded_file';
    src: url('font/bartender-webfont.woff2') format('woff2'),
         url('font/bartender-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'adobe_cleanregular';
    src: url('font/adobeclean-regular-webfont.woff2') format('woff2'),
         url('font/adobeclean-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'adobe_cleanlight';
    src: url('font/adobeclean-light-webfont.woff2') format('woff2'),
         url('font/adobeclean-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'avenir_next_lt_probold';
    src: url('font/avenir_next_lt_pro_bold-webfont.woff2') format('woff2'),
         url('font/avenir_next_lt_pro_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenir_next_lt_proregular';
    src: url('font/avenir_next_lt_pro_regular-webfont.woff2') format('woff2'),
         url('font/avenir_next_lt_pro_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*général*/

body {
    background-color: rgb(0, 0, 0);
    margin-left: auto;
    margin-right: auto;
    margin:0;
    overflow-x:hidden;
}

a {
    text-decoration: none;
}

a:hover{
    text-decoration:none;
}

a:active{
    text-decoration:none;
}

/*header*/

.logo{
    background-image:url(img/background/logo-white.png);
    background-size:cover;
    background-color:rgba(255, 0, 0, 0);
    width:4.098vw;
    height:5.664vw;
}

header{
    background-color:rgba(0, 0, 255, 0);
    width:60vw;
    margin: auto;
}

.header-index{
    position : absolute;
    z-index:2;
    right:0;
    left:0;
}

nav{
    display: flex;
    flex-direction:row;
    list-style:none;
    justify-content:space-around;
    background-color:rgba(0, 128, 0, 0);
}

.navli {
    font-size: 1vw;
    text-align:center;
    background-color:rgba(238, 130, 238, 0);
    display:flex;
    align-items:center;
    justify-content:center;
    padding: 0.4vw;
    width:12vw;
    font-family:avenir_next_lt_probold;
  }

header a{
    color:white;
}

/*body-accueil*/


section{
    height:fit-content;
    min-height:100vh;
    width:100%;
    background-color:rgba(137, 43, 226, 0);
    overflow:hidden;
    /*margin-bottom:10px;*/ /*retirer after*/
    display: flex;
    justify-content: center;
    align-items: center;
}

video{
    right: 0;
    bottom: 0;
    min-height: 100%;
    /*position:absolute;
    z-index:1;*/
    /*position:fixed;*/
}

/*body-oeuvre*/

.o-img{
    width:100%;
    height:fit-content;
}

.ecriture div{
    display:flex;
    flex-direction:row;
}

h1{
    text-align:center;
    font-size:2.5vw;
}

.right-part{
    width:50%;
    padding: 0 2vw 0 2vw;
    display:flex;
    flex-direction:column;
}

.left-part{
    width:50%;
    padding: 0 2vw 0 2vw;
    font-size:1.25vw;
    color:white;
    text-align:justify;
    font-family:adobe_cleanregular;
}

.title-oeuvre{
    background-color:rgba(100, 0, 128, 0);
    padding: 0 2vw 0 2vw;
    color:white;
    font-family:bartendersemicondensed_sans;
}

.left-alignement{
    display:flex;
    justify-content:left;
}

.right-alignement{
    display:flex;
    justify-content:right;
}

/*body-oeuvre*/

.membre p{
    text-align:center;
}

.membres{
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content:center;
    align-items:center;
    padding:2vw;
}

.membre{
    background-color:rgba(0, 0, 255, 0);
    margin-right:1.5vw;
    margin-left:1.5vw;
    width:10vw;
}

.mb2{
    width:13vw;
}

.circle{
    border-radius:50%;
    width:6vw;
    height:6vw;
    background-color:rgb(255, 255, 255);
    margin:auto;
    overflow:hidden;
}

.circle img{
    width:6vw;
    height:6vw;
}

.content{
    background-color:rgba(172, 255, 47, 0);
    width:60vw;
    margin:auto;
}

.photo-list{
    background-color:rgba(0, 128, 0, 0);
    display:flex;
    flex-direction:row;
    justify-content:space-around;
    padding:10px;
}

.o-img2{
    width:40%;
}

iframe{
    display:block;
    margin:auto;
    width:53.76vw;
    height:30.24vw;
}


/*body-mentions*/



/*footer*/

  footer{
    height:10vw;
    background-color:rgba(0, 0, 255, 0);
    width:75%;
    margin:auto;
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    font-family:avenir_next_lt_probold;
    color:white;
  }

  footer a{
    color:white;
  }


.testino{
    background-color:rgba(0, 128, 0, 0);
    margin-right:0.75vw;
    margin-left:0.75vw;
    text-align:center;
    width:13vw;
    font-size:1vw;
    display:flex;
    flex-direction:column;
}

.rs-icone{
    margin-top:0.5vw;
    background-color:rgba(245, 245, 220, 0);
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content:center;
}

.rs{
    background-color:rgba(165, 42, 42, 0);
    margin-left:1=0.75vw;
    margin-right:0.75vw;
}

h2{
    font-size:3vw;
}

.insta{
    background-image:url(img/background/logo_insta.png);
    background-size:cover;
    width: 2vw;
    height: 2vw;
}

.yt{
    background-image:url(img/background/logo_youtube.png);
    background-size:cover;
    width: 2.875vw;
    height: 2vw;
}

/*test*/

.video-test{
    background-color:rgba(0, 255, 26, 0);
    width:19.6vw;
    height:100vh;
    min-height:700px;
    display:flex;
    justify-content:center;
    overflow:hidden;
    align-items:center;
}

.videobug{
    background-color:rgba(255, 255, 0, 0);
    width:19.6vw;
    height:100vh;
    min-height:700px;
    position:absolute;
    box-shadow: 
	inset 0px 0px 40px 10px #000000,
	inset 0px 0px 20px 10px #000000,
	   inset 0px 0px 10px 10px #000000,
	 0px 0px 10px 1px #000000,
  	 0px 0px 10px 1px #000000;
     z-index:1;

}

/*faire du grid maybe*/

.video-testu{
    width:100vh;
    z-index:0;
}

.content h2{
    text-align:center;
    color:white;
    font-family:avenir_next_lt_probold;
    font-size:2.2vw;
}

.content h3{
    font-size:1.6vw;
    text-align:center;
    color:white;
    font-family:avenir_next_lt_proregular;
    font-weight:500;
    letter-spacing:1.8vw;
}

.spc{
    text-align:left; 
 }

.center-texte{
    text-align:center;
    color:white;
    font-family:adobe_cleanregular;
    font-size:1vw;

}

.left-texte{
    text-align:left;
    font-family:adobe_cleanregular;
    font-size:1vw;
    color:white;
}



.text-mention{
    color:white;
    font-family:adobe_cleanregular;
    font-size:1.1vw;
    text-align:justify;
    padding:0 1.2vw 0 1.2vw;
}


h4{
    font-size:1.8vw;
    text-align:center;
    color:white;
    font-family:avenir_next_lt_proregular;
    font-weight:500;
}

.h2-mention1{
letter-spacing:0.7vw;
}

.h4-mention1{
    letter-spacing:1.5vw;
    }

.h4-mention2{
    letter-spacing:1.5vw;
}

.h4-mention3{
    letter-spacing:1.5vw;
}

.name{
    color:white;
    font-family:adobe_cleanregular;
    font-size:1.1vw;
}

.name2{
    color:white;
    font-family:adobe_cleanregular;
    font-size:1.1vw;
    margin-top:-1vw;
}

.title-oeuvre a{
    color:white;
}

/*galerie début*/

  
  .slider-galerie{
    background-color:rgba(255, 255, 0, 0);
    width:fit-content;
    min-height:fit-content;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:3;
  }
  
  .slider-remove{
    position:fixed;
    top: 50%;
    left: 50%;
    width:100vw;
    height:100vh;
    display:none;
    transform: translate(-50%, -50%);
    background-color:rgba(28, 174, 219, 0);
    z-index:2;
  }
  
  .btn-left{
    width:6vw;
    height:6vw;
    background-image:url(img/background/fleche.png);
    background-size:50%;
    background-position:center;
    background-repeat:no-repeat;
  }
  
  .btn-right{
    width:6vw;
    height:6vw;
    background-image:url(img/background/fleche.png);
    background-size:50%;
    background-position:center;
    background-repeat:no-repeat;
    transform:rotate(180deg)
  }
  
  .slider-img{
    height:70vh;
    display:flex;
    display: none;
  }
  
  
  .slider-img.active {
    display: flex;
    animation: fade 0.8s;
  }
  
  .slider-galerie.active {
    display: flex;
    animation: fade 0.8s;
  }
  
  .slider-remove.active {
    display: flex;
    animation: fade 0.8s;
  }
  @keyframes fade {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }


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

    /*header*/

.logo{
    width:8.196vw;
    height:11.328vw;
}

header{
    width:100%;
}



.navli {
    font-size: 3vw;
    width:30vw;
  }

/*body-accueil*/

section{
    height:fit-content;
    min-height:100vh;
}


/*body-oeuvre*/


.ecriture div{
    display:flex;
    flex-direction:column;
    align-items:center;
}

h1{
    font-size:5vw;
}

.right-part{
    width:70vw;
}

.left-part{
    width:70vw;
    font-size:2.5vw;
}

/*body-oeuvre*/

.membre p{
    text-align:center;
}

.membres{
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content:center;
    padding:0vw;
}

.membre{
    margin-right:4vw;
    margin-left:4vw;
    width:20vw;
}

.mb2{
    width:13vw;
}

.circle{
    width:15vw;
    height:15vw;
}

.circle img{
    width:15vw;
    height:15vw;
}




.photo-list{
    background-color:rgba(0, 128, 0, 0);
    display:flex;
    flex-direction:row;
    justify-content:space-around;
    padding:10px;
}

.o-img2{
    width:40%;
}

iframe{
    width:91.392vw;
    height:51.408vw;
}




/*body-mentions*/



/*footer*/

  footer{
    height:20vw;
    width:100%;
  }


.testino{
    width:25vw;
    font-size:2vw;
}

.rs-icone{
    margin-top:1vw;
    width:100%;
}

h2{
    font-size:3vw;
}

.insta{
    width: 8vw;
    height: 8vw;
}

.yt{
    width: 11.5vw;
    height: 8vw;
}

/*test*/

.video-test{
    display:none;
}

/*faire du grid maybe*/

.video-testu{
    display:none;
}

.content h2{
    font-size: 4.4vw;
}

.content h3{
    font-size:2.8vw;
    font-weight:500;
    letter-spacing:1.8vw;
}

.spc{
    text-align:left; 
 }

.center-texte{
    text-align:center;
    color:white;
    font-family:adobe_cleanregular;
    font-size:2vw;

}

.left-texte{
    text-align:left;
    font-family:adobe_cleanregular;
    font-size:2vw;
    color:white;
}



.text-mention{
    color:white;
    font-family:adobe_cleanregular;
    font-size:3vw;
    text-align:justify;
    padding:0 6vw 0 6vw;
}


h4{
    font-size:4vw;
    text-align:center;
    color:white;
    font-family:avenir_next_lt_proregular;
    font-weight:500;
}

.h2-mention1{
letter-spacing:0.7vw;
}

.h4-mention1{
    letter-spacing:1.9vw;
    }

.h4-mention2{
    letter-spacing:1.6vw;
}

.h4-mention3{
    letter-spacing: 2.5vw;;
}

.name{
    color:white;
    font-family:adobe_cleanregular;
    font-size:2.2vw;
}

.name2{
    color:white;
    font-family:adobe_cleanregular;
    font-size:2.2vw;
    margin-top:-1vw;
}

/*galerie début*/

  
.slider-galerie{
    background-color:rgba(255, 255, 0, 0);
    width:67vw;
    min-height:fit-content;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:3;
  }
  
  .slider-remove{
    position:fixed;
    top: 50%;
    left: 50%;
    width:100vw;
    height:100vh;
    display:none;
    transform: translate(-50%, -50%);
    background-color:rgba(28, 174, 219, 0);
    z-index:2;
  }
  
  .btn-left{
    width:6vw;
    height:6vw;
  }
  
  .btn-right{
    width:6vw;
    height:6vw;
  }
  
  .slider-img{
    width:55vw;
    height:fit-content;
    display:flex;
    display: none;
  }
}

/*taches
-mettre des informations en ligne sur la base de données + compléter les photos
-au hover, faire changer la police avec des traits plus grands (effet deep) possible affordance au hover
-modifier padding photos (partie oeuvre) ?
-modifier la vidéo de la page d'accueil ?
-mettre en place la page parallax
-Mettre la div videobug partout (qui est en fait un debug)
-mettre en place une galerie
-unification générale
-responsive rapide

-bp à 1500 !
-bp à 1200 ?
-bp à 900 !
-bp à 500 ?
*/