@font-face {
    font-family: 'lunaregular';
    src: url('fonts/luna-webfont.woff2') format('woff2'),
         url('fonts/luna-webfont.woff') format('woff'),
         url('fonts/luna.ttf');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'juliagarregular';
    src: url('fonts/juliagar-webfont.woff2') format('woff2'),
         url('fonts/juliagar-webfont.woff') format('woff'),
         url('fonts/juliagar.ttf');
    font-weight: normal;
    font-style: normal;

}


#fondIndex{

    background: url("photos/danseur_vis.png") fixed no-repeat center;
    background-size: contain;
  
}
    
body{

    max-width : 100%;
    top : 0%;
    
}


#fondSculpt, #fondExpo, #fondVideos, #fondRamas, #fondCollages{

    background-image: none;
}


header{

    display: flex;
    flex-direction: column;
    position: fixed;
    margin-top: 3%;
    margin-left: 10%;
    margin-right: 5%;
    margin-bottom: 3%;
    padding-bottom: 0%;
    padding-top: 3%;
    width: 17%;
    min-width: 17%;
    /*min-height: 40%;*/
    background-image: linear-gradient(to top, rgba(255,255,255,0.2),
    rgba(247,238,220,0.1)), url("photos/photo_header.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 20px;    
}


a{ 
    text-decoration: none;

}

a:hover{

    color: rgba(193, 73, 5, 1.0);
    
}

header h1{

    display: flex;
    flex-direction: column;
    font-family: 'lunaregular', sans-serif;
    font-size: 2em;
    margin-top: 1%;
    margin-bottom: 2%;
    text-align: center;
    color: rgba(210, 104, 11, 1);
 
}

nav h2{

    display:  flex;
    flex-direction: column;
    margin-bottom: 1%;
    
}

h2 a{

    font-family: 'juliagarregular';
    font-size: 1.5em;
    margin-top: 0%;
    color: rgba(21, 13, 1, 1);
    text-align: center;
  
}

h2 a:hover{

    color: rgba(182, 73, 11, 1);

}

/*Me contacter*/

strong{

    font-family: 'arial', sans-serif;
    font-size: 1.4em;
    text-align: center;   
}

#btnMailto{

    font-family: 'lunaregular', sans-serif;
    font-size: 1em;
    text-align: center;
    color: rgba(245, 151, 1, 1);
    
}

strong:hover{

    color: rgba(193, 73, 5, 1.0);
    
}

/*fin Me contacter*/

section{

    display: flex;
    flex-direction: row;
    margin-left: 32%;
    margin-right: 2%;
    margin-top: 3%;
    width: 60%;   
         
}
  
/*logo*/

#rotation{

   position: absolute; 
   
}

#rotation img{
   
    transition: 0.2s;
       
}

#rotation img:hover{

    transform: rotate(360deg) scale(1.2);

}


aside{

    height: auto;
    width: 40%; 
    margin-left: 48%;
    padding-bottom: 5%;
    position: relative;
    text-align: center;
    /*overflow: auto;*/
    
}


h4{

    font-family: 'juliagarregular';
    font-size: 2.3em;
    width: 100%;
    color: rgba(193, 73, 5, 1.0);
    
}

/*taille annephs*/

p img{

}

#annephs{

    border-radius: 20%;  
}

/*texte aside*/

p{
    font-family: 'juliagarregular';
    font-size: 1.7em;
    text-align: center;
}
    

footer{

    display: flex;
    flex-direction: column;
    width: 30%;
    margin-left: 60%;
    margin-top: 1%;
    word-wrap: break-word;
    
}

#presse p{

    font-family: arial;
    font-size: 0.8em;
    text-align: right;
    
}

#copyright p{

    font-family: arial;
    font-size: 0.8em;
    text-align: right;
    
}



 /*media queries*/
/*grand écran */

@media all and (min-width:1800px){

header{

    height: auto;
    margin-top: 8%;
    }


header h1{

    font-size: 3em;
    }

h2 a{

    font-size: 2.3em;
    }

strong{

    font-size: 1.8em;
    }

#rotation img{

    width: 250px;
    
    }

p img{

    width: 250px;
    }


h4{

    font-size: 3em;
    }

p{

    font-size: 2.5em;    
    }

}


/*taille au-dessous de mon écran */
@media all and (max-width:1200px){

header h1{

    font-size: 1.7em;
    }

strong{

    font-size: 1.3em;
    }

#btnMailto{
    
    padding-top: 1%;
   }

aside{

    width: 45%;
    margin-right: 1%;
   }

footer{

    margin-left: 65%;
    margin-right: 5%;
   }

}


@media only screen and (min-width: 900px) and (max-width: 1024px){


header{

    width: 19%;
    margin-top: 5%;
    margin-left: 7%;

    }

header h1{

    font-size: 1.6em;
  
    }

section{

    width: 65%;
    margin-left: 35%;
    
    }

  
aside{

    
    margin-left: 45%;
    margin-right: 0%;
    
    }

h4{

    font-size: 2em;
    
    }

p{
    font-size: 1.5em;
    }

footer{

    margin-left: 65%;
    width: 27%;
    
    }

}


@media all and (max-width:900px){


header{

    width: 20%;
    margin-top: 5%;
    margin-left: 4%;

    }
    
header h1{

    font-size: 1.5em;

    }

nav h2{

    padding-bottom: 10%;
    }

h2 a{

    font-size: 1.4em;
    }

#btnMailto{

    font-size: 1.2em;
    
    }

section{

    width: 70%;
    margin-left: 30%;
  
    }

aside{

    width: 50%;
}

h4{

    font-size: 1.8em;
    }
   
p{

    font-size: 1.4em;
    
    }

#rotation img{

    width: 120px;
    
    }
    
}



@media all and (max-width: 800px){

header{

    width: 20%;
    margin-left: 3%;
    }

header h1{

    font-size: 1.1em;
}

h2 a{

    font-size: 1.2em;
}

section{

    
    margin-left: 28%;
    margin-right: 0%;
    }


} 


@media all and (max-width: 725px){


header{

    padding-top: 2%;
    padding-bottom: 0%;
    margin: 25px 15px;   
    }

header h1{

    font-size: 1em;
    }

nav h2{
   
    margin: auto;
    padding: auto;
    }
   

h2 a{

    font-size: 1em;
    
    }

strong{

    display: flex;
    flex-direction: column; 
    font-size: 1.3em;
    
    }

#btnMailto{

    font-size: 0.8em;

    }

section{

    margin-left: 25%;
    }


p img{

    width: 130px;
    }

}


@media all and (max-width: 600px){

#fondIndex{

    background-position: left;
    
    }

header{
        
    flex-direction: row;
    /*min-height: 15%;*/
    max-height: 18%;
    height: auto;
    position: absolute;
    margin: 0px 0px;
    padding-top: 1px;
    width: auto;
          
    }

header h1{

    text-align: center;
    font-size: 1em;
    padding-top: 10px;
    }
        
nav h2{

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
    }

#btnMailto{

    font-family: 'arial', sans-serif;
    
    }

strong{

    font-size: 1.2em;
    }

section{

    display: flex;
    flex-direction: column;
    width: auto;
    margin-top: 19%;
    margin-left: 0%;
    margin-right: 0%;
    padding-right: 0%;
    padding-left: 0%;
    position: relative;
    
    }

aside{

    display: flex;
    flex-direction: column;
    margin-top: 0%;
    margin-left: 5%;
    width: 80%;
        
    }

p{
    text-align: right;
    font-size: 1.4em;
    font-weight: bold;
    
    }


#rotation img{

    width: 100px;
    }

p img{

    width: 120px;
    }

}


@media only screen and (max-width: 505px){


header h1{
      
    padding: auto;
    margin: auto;
        
    }
    
h2 a{

    font-size: 1em;
    }

strong{
    
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 1.3em;
    
    }


section{
    
    margin-top: 18%;
                
    }

#rotation img{

    
    width: 90px;
    }


p img{

    width: 90px;
    margin-left: 80%;
    margin-top: 5%;
    }


h4{

    font-size: 2em;
    }

p{
    
    font-size: 1.5em;
    
    }


footer{

    margin-top: 5%;
    margin-left: 2%;
    width: 100%;
        
    }

#presse p{

    
    font-size: 0.5em;
    
}

#copyright p{

    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 0.5em;

    }
    
}

@media only screen and (max-width: 425px){

header{

     min-height: 9%;
     margin-top: 0px;
     /*max-height: 18%;*/
    }

header h1{

    font-size: 0.9em;
    }

nav h2{

    padding-top: 7px;
    text-align: center;
    }

h2 a{

    font-size: 0.9em;
    margin-bottom: 2px;

    }

strong{

    font-size: 1.2em;
    }

#btnMailto{

    font-size: 0.6em;
    
    }

section{

    margin-top: 25%;
    
    }

}


@media only screen and (max-width: 345px){

header{

    height: 20%;
    }

header h1{

    font-size: 0.9em;
    }

nav h2{

    padding-top: 15px;
}

h2 a{

    font-size: 0.8em;

    }

#btnMailto{

    font-size: 0.5em;
    
    }
}
