
*{
    margin: 0;
    padding: 0;
    font-family: 'Cinzel';
    
  
}
html{
    scroll-behavior: smooth;
}

body{
    min-width: 98vw;
}
a{
    font-family: 'Cinzel';
    text-decoration: none;
    color: black ;
}
/*revoir les trois stack*/
.full-width{
    width: 100%;
    margin: 0;
}
.margin-constraint{
    margin: 0;
    padding: 0;
}
.useful-width{
    width: 100%;

}
.main-contenu{
    margin: 0;
    padding: 0;
    overflow: hidden;
}

nav{
    position: sticky;
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 4em;
    color: #9096A4;
    background-color: black;
}
h1{
   
    color :#a8987f ;
    text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;
    padding: 2ch;
    
    font-size: 4em;
    text-align: center;
    
}
h2{
    padding: 1.3ch 0;
    font-size: 4em;
    color: black;
    text-align: center;
    
}
p{
    padding: 2.5ch 1ch;
    font-family: 'Cinzel';
    font-size: medium;
    color: white;
    font:  small-caps  24px/1 ;
       
}


ul {

    width: 340px;    
    border: dotted white;
    border-width: 0.3em 0 9px;
    list-style: none;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-content: space-around;
    flex: 1;
  }
  


li{
    padding: 0.3ch;
    font-family: 'Cinzel';
    font-size: large;
    
}

.margin-constraint {
    /*On indique tout simplement une marge*/
    margin-left: 2px;
    margin-right: 2px;
}

.useful-width {
    /*On règle ensuite la largeur utile puis on centre*/
    /*background: #DDDADA;
    background: -moz-radial-gradient(center, #DDDADA 0%, #9096A4 49%, #6C6969 100%);
    background: -webkit-radial-gradient(center, #DDDADA 0%, #9096A4 49%, #6C6969 100%);
    background: radial-gradient(ellipse at center, #DDDADA 0%, #9096A4 49%, #6C6969 100%);*/
    background: rgb(108,105,105);
    background: radial-gradient(circle, rgba(108,105,105,1) 0%, rgba(144,150,164,1) 54%, rgba(147,152,166,1) 65%, rgba(221,218,218,1) 87%); 
    margin-left: auto;
    margin-right: auto;
}
.title{

    padding: 0;
    margin: 20px;
    text-align: center;
    color: #fff;
    
}

/*menu*/

.menu_section{
    position: fixed;
    top: 50px;
    left: 20px;
    z-index: 99;
    

}

.menu_acceuil{
    background-image: url("images/iconem/house-24px.svg");
    
    background-size: contain;
}
.menu_prestations{
    background-image: url("images/iconem/mic_none-24px.svg");
    
    background-size: contain;
}
.menu_materiel{
    background-image: url("images/iconem/business_center-24px.svg");
   
    background-size: contain;
}
.menu_references_artistes{
    background-image: url("images/iconem/library_music-24px.svg");
    
    background-size: contain;
}
.menu_contact{
    background-image: url("images/iconem/contact_mail-24px.svg");
    
    background-size: contain;
}


#navigationMenu {
    border: none;
    width: auto;
    display: block;
    
}
#navigationMenu li{
    list-style:none;
    height:39px;
    padding:2px;
    width:40px;
}
#navigationMenu span{
    /* Container properties */
    width:0;
    left:38px;
    padding:0;
    position:absolute;
    overflow:hidden;

    /* Text properties */
    font-family:'Myriad Pro',Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight:bold;
    letter-spacing:0.6px;
    white-space:nowrap;
    line-height:39px;

    /* CSS3 Transition: */
    -webkit-transition: 0.25s;

    /* Future proofing (these do not work yet): */
    -moz-transition: 0.25s;
    transition: 0.25s;
}
#navigationMenu{
    position: sticky;
}

#navigationMenu a{
    /* The background sprite: */
    
    height:39px;
    width:38px;
    display:block;
    position:relative;
}

/* General hover styles */

#navigationMenu a:hover span{ width:auto; padding:0 20px;overflow:visible; }
#navigationMenu a:hover{
    text-decoration:none;

    /* CSS outer glow with the box-shadow property */
    -moz-box-shadow:0 0 5px #deceb5;
    -webkit-box-shadow:0 0 5px #deceb5;
    box-shadow:0 0 5px #deceb5;
}
#navigationMenu .menu_acceuil { background-position:0 0;}
#navigationMenu .menu_acceuil:hover {   background-position:0 -39px;}
#navigationMenu .menu_acceuil span{
    background-color:#deceb5;
    color:black;
    text-shadow:1px 1px 0 #deceb5;
}




/* Blue Button */

#navigationMenu .menu_prestations { background-position:-38px 0;}
#navigationMenu .menu_prestations:hover { background-position:-38px -39px;}
#navigationMenu .menu_prestations span{
    background-color:#deceb5;
    color:black;
    text-shadow:1px 1px 0 #deceb5;
}

/* Orange Button */

#navigationMenu .menu_materiel { background-position:-76px 0;}
#navigationMenu .menu_materiel:hover { background-position:-76px -39px;}
#navigationMenu .menu_materiel span{
    background-color:#deceb5;
    color:black;
    text-shadow:1px 1px 0 #deceb5;
}

/* Yellow Button */

#navigationMenu .menu_references_artistes { background-position:-114px 0;}
#navigationMenu .menu_references_artistes:hover{ background-position:-114px -39px;}
#navigationMenu .menu_references_artistes span{
    background-color:#deceb5;
    color:black;
    text-shadow:1px 1px 0 #deceb5;
}

/* Purple Button */

#navigationMenu .menu_contact { background-position:-152px 0;}
#navigationMenu .menu_contact:hover { background-position:-152px -39px;}
#navigationMenu .menu_contact span{
    background-color:#deceb5;
    color: black;
    text-shadow:1px 1px 0 #deceb5;
}



/*la partie sction/logo*/

.slide {
    
    position: relative;
    width: 100%;
    height: 900px;
    z-index: 9;
}
/* slider suprrimé par le patron
.sec1 {
    background: url("images/regie_v1_web.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 100;
}

.sec1_1 {
    position: absolute;
    background: url("images/logo2019FAT_v1_polarized.png");
    background-size: contain;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
  
}
*/
.sec2 {
  
    background: url("images/logo2019FAT_v1.png");
    background-size: contain;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    
   
}




/*boutton contact*/
.button_contact {
    
    display: flex;
    justify-content: center;
    height: 200px;
}

.button_snake {
    align-self: flex-start;
    position: sticky;
    top: 50%;
    color: black;
    padding: 30px 60px;
    font-size: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    overflow: hidden;
    z-index: 3;

}

.button_snake:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    width: 50%;
    background-color: rgba(255, 255, 255, 0.05);

}

.button_snake span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #deceb5, #a8987f);
    animation: animate1 2s linear infinite;

}

@keyframes animate1 {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(100%)
    }
}

.button_snake span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom,#deceb5, #a8987f);
    animation: animate2 2s linear infinite;

}

@keyframes animate2 {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(100%)
    }
}

.button_snake span:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to left, #deceb5, #a8987f);
    animation: animate3 2s linear infinite;
}

@keyframes animate3 {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(-100%)
    }
}

.button_snake span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to top, #deceb5, #a8987f);
    animation: animate4 2s linear infinite;

}

@keyframes animate4 {
    0% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(-100%)
    }
}

/*ytube player*/
.ytube_player {
    position: relative;
    border-top: 2px dashed black;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-flow: row wrap;
}

.ytube_player h1 {
    
    width: 100em;
    margin: 40px;
    padding: 20px;
    color: #fff;
}

.ytube_player iframe {
    -webkit-box-shadow: 5px 5px 5px 0px #000000, inset 4px 4px 15px 0px #000000, -2px 7px 10px 21px rgba(0, 0, 0, 0);
    box-shadow: 5px 5px 5px 0px #000000, inset 4px 4px 15px 0px #000000, -2px 7px 10px 21px rgba(0, 0, 0, 0);
}

.pres1 {
    
    display: flex;
    flex-flow: column wrap;
    width: 560px;
    margin: 50px 10px;
    
}
.pres1 p{
    text-align: right;
    width: 500px;
    font-size: 1.5em;
    padding: 0;
    margin: 10px;
    
}




/*Presentation*/

/* attention necessite un breakpoint*/

.presentation{
    margin: 50px 20px;
    border-right: 3px dashed #deceb5;
    margin: 50px;
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    
    border-radius: 90% 0 ;
    

}

.presentation p{
    width: 100%;
    padding: 2.5ch 0;
    font-size: x-large;
    color: black;
    font:  small-caps  24px/1 ;
    text-align: center;
 
}

.listing-presta{
    
   
    margin: 20px;
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    text-align: center;
    font-size: x-large;
}
.listing-presta ul{

    padding:20px;
    margin: 20px;
    display: inline;
}



/*flip-card*/
.flip_scene{
    
    width: 310px;
    height: 310px;
    perspective: 600px;
}
.card{
    cursor: help;
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 1s;
    transform-style: preserve-3d;
    
}
.card.is-flipped {
    transform: rotateY(180deg);
    
   
}
.card_face p {
    font-family: 'Cinzel';
    color: black;
}

.card_face{
    border: 2px solid white;
    border-radius: 50%;
    border-width: 0 4px 8px 12px;
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: column ;
    align-items: center;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.card_face h1{
    text-align: center;
    margin-top: 100px;
}
.card_face p{
    text-align: center;    
    color: #fff;
    text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;
}


.card_face-front {
    
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}

.card_face-back{
    text-align: center;
    display: flex;
    align-items: center;
    background:  #6C6969 ;
    transform: rotateY(180deg);
}
/*prestation*/
/*prestation*/
.prestation{
    
    height: 100%;
    padding: 50px;
    margin: 50px 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}
.presta{
    width: 100%;
    height: 100%;
    flex: 1;
    margin: 0 40px;
    display: flex;
    justify-content: space-around;
    flex-flow: column;
    align-items: center;
    text-align: justify;
    
}
.presta h1{
    font-size: 2.7em;
    padding: 0;

}
.presta p{
    margin: 50px 20px;
  
}

.presta .card_face-back{
    
    border: none;
    font-size: 1.5em;
    backface-visibility: hidden;
    background-color: #1d4940;
    
}
.prestation li{
    margin-bottom: 10px;
}
.rec{
    background-image: url("images/presta/presta_1.jpg");
    
}
.mix{
    background-image: url("images/presta/presta_2.jpg");
    background-size: contain;
}
.services{
    background-image: url("images/presta/presta_3.jpg");
    background-size: contain;
}

/* Matos*/


  
  
  
.materiel{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 50px;
   
}
.matos{
    
    max-width: 800px;
    flex: 1;
    margin: 20px;
    display: flex;
    justify-content: space-around;
    
    flex-flow: wrap;
    text-align: justify;
    
}

.matos h1{
    font-size: 2.7em;
    padding: 0;
    
    
    
}

.matos p{
   
    width: 350px;
    
    
}
.matos ul{
    height: 100%;
}
.matos .card_face-back{
    
    border: none;
    font-size: 1.5em;
    backface-visibility: hidden;
    
}


.micros{
    background-image: url("images/Matos/materiel_micros.jpg");
    background-size: contain;
}
.ecoutes{
    background-image: url("images/Matos/materiel_écoutes.jpg");
    background-size: contain;
}
.hardware{
    background-image: url("images/Matos/materiel_hardware.jpg");
    background-size: contain;
}
.software{
    background-image: url("images/Matos/materiel_software.jpg");
    background-size: contain;
}
.backline{
    background-image: url("images/Matos/materiel_backline.jpg");
    background-size: contain;
    
}

 /* reduction backline*/
 .shrink li{
     font-size: 15px;
 }
/*ref*/

.references{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 30px;
   
}
.artistes { 
    width: 600px;
    height: 600px;
    margin: 20px;
    position: relative;
    cursor: n-resize;
    
    
  }
.image_artiste { 
    display: block;
   
  }
  .overlay_ref { 
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #deceb5;
    overflow: scroll;
    width: 100%;
    height: 0;
    transition: .5s ease;
  }
  .image_artiste img{

      width: 600px;
      height: 600px;
      border-radius: 50%;
      border-width: 0 4px 8px 12px;
      
      

  }
  .artistes:hover .overlay_ref {
    height: 100%;
  }
  
  .overlay_artist-name { 
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 400px;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
  }
.artistes h2{
    font-size: medium;
}
.artistes p{
    padding: 1.5ch;
}
.artistes a{
    color: white;
    text-decoration: underline dotted #fff;
}

.lecteur-soundcloud{
   
    justify-self: normal;
}

 
/*Bio*/

.bio{
    
    
    
    position: relative;
    display: flex;
    
    flex-flow: row wrap;

}


.photo{
    z-index: 99;
    width: 300px;
    height: 300px;
    margin: 50px;  
    padding: 50px;
    background-image: url(images/bio/alex_bio-mini.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 2px dashed #deceb5;
    border-width: 1px 2px 8px 50px;
  

}
.contact{
    width: 50%;
    margin: 50px 0 100px 100px ;
}
.quote{
    font-size: x-large;
    color: white;
    font:  small-caps  24px/1 ;
    text-align: justify;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
}

.bio ul{
    color : black;
    width: 700px;
    padding: 1ch;
    text-align: center;
}
.bio_button {
    height: auto;
    margin: 20px;
    
}
.bio_button .button_snake{
    padding: 20px 30px;
    font-size: smaller;
    
}
  /*bio forme*/
  /* footer */
footer{
    background-color: #deceb5;
    color: black;
    text-align: center;
    font-family: 'Roboto', Helvetica, sans-serif;
    font-size: small;
}

/* coulor change*/



.prestation {
    border: 2px dashed #a8987f; 
    border-width: 2ex 1.5ex 1.5ex 6ex; 
    border-radius: 0 90%; 
  }
.materiel{
    border: 2px dashed #a8987f; 
    border-width: 1.5ex 2ex 2ex 1.5ex; 
    border-radius:  90% 0; 
}




.card_face-back {
    background-color: #deceb5;
  }
.presta .card_face-back {
    
    background-color: #deceb5;
  }
  
  .matos .card_face-back {
  background-color: #deceb5;
}

@media (max-width: 835px){


    .contact{
      flex: 1;
      margin: 0;
      padding: 0;
    }
}

@media (max-width: 719px){
    h1{
        font-size: 45px;
    }
    .menu_section{
            transform: rotate(90deg);
            transform-origin: center center;
            background-color: #deceb5;
            top: -88px;
            left: 88px;
    }
    #navigationMenu{
        width: auto;
    }
    #navigationMenu li{
        transform: rotate(-90deg);
            transform-origin: center center;

    }
    .presentation{
        border: none;
    }
    .prestation{
        border: none;
    } 
   
    .pres1 p{
        width: auto;
        
    }
    .bio ul{
        width: auto;
    }
    .artistes{
        width: 400px;
        height: 400px;

    }
    .artistes img{
        width: 400px;
        height: 400px;
    }
    .artistes h2 {
        font-size:10px;

    }
    .artistes p{
        font-size: 8px;
    }

    .overlay_artist-name {
        width: auto;
        
    }
  
}


/* Modification 12082020*/
.big-back{
    display: flex;
    width: 400px;
    flex-flow: row wrap;
    justify-content: center;
}
.big-back li{
    
    
    
    
    border-left: 5px solid #fff;
}