@charset "utf-8";

/*mise en forme et positionnement des éléments */
@font-face {
    font-family: 'a Asian Hiro';
    src: url(../fonts/a-asian-hiro/aasianhiro.otf);

}

@font-face {
    font-family: 'Blogger Sans';
    src: url(../fonts/blogger-sans/Blogger_Sans.otf);

}

body{
    margin: 0px;
    padding: 0px;
}

header{

/* taille */

    width: 140px;
    height: 895px;
/* mise en forme */
    background-color: #9cf;

/* positionnement */



display: table;


}




h1{ 
    /* display: table-cell; */
    
    /* margin: 0px;
    padding: 0px; */

    font-family: 'a Asian Hiro';/* police*/
    text-align: center;/* alignement*/
    text-transform: uppercase;/* style*/

    /*vertical-align: middle; 
     centrage vertical */

    margin-top: 50px;
    font-size: 36px;/* taille*/
    color: dodgerblue;

}




 /* définition et positionnement de la nav identifiée menu */
 #menu{
    width: 140px;
    height: 50px;

   /* background-color: hotpink; */
    margin-top: -154px;;


}


/* définition et positionnement de la div identifiée icone_nav */
#icone_navgauche{
width: 140px;
height: 50px;
/* background-color: lightpink; */





}



/* définition des bouton back, before */
#bt_back {
width: 40px;
height: 40px;
padding: 10px;
}



/* définition des bouton back, before */
#bt_before {
    width: 40px;
    height: 40px;

    }


/* positionnement du bouton icon1 (home) */
#bt_icon1 {
width: 40px;
height: 40px;
font-size: 30px;
color: rgba(0, 0, 0, 0.5);

text-align: center;


}



/* positionnement du bouton icon2 (précédent) */
#bt_icon2 {
    width: 40px;
    height: 40px;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-top: -50px;
    margin-left: 100px;

}



   /* définition et positionnement du lien et état du lien bt_back & next */
   /* état initial */
   #bt_back a, #bt_before a{
    text-align: center;
    font-size: 30px;
    text-decoration: none;

    line-height: 38px;
    color: #FFFFFF;

   
}



/* état au survol */
#bt_back :hover, #bt_before :hover{
    
    color:#0099cc;

}



/* état visité */
#bt_back :visited, #bt_before :visited{
    text-decoration: none;

}



/* état du lien actif */
#bt_back :active, #bt_before :active{
    text-decoration: none;

}




main{
width: 1038px;
height: 895px;

margin-left: 140px;
margin-top: -911px;
/* background-color: burlywood; */


}

figure img{
    width: 638px;
    height: 895px;
    margin-left: -40px;
    opacity: 0.5;
    
    
    }


figcaption{
    width: 400px;
    height: 895px;
    background-color: #9cf;
    
    margin-top: -900px;
    margin-left: 598px;
}

figcaption p{
    
    text-align: center;
    font-family: Blogger Sans;
    width: 300px;
    height: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
    /* background-color: darkgreen; */
    font-size: 20px;


}

p {
    animation-duration: 3s;
    animation-name: slidein;
  }
  
  @keyframes slidein {
    from {
      margin-left: 300%;
    
    }
  
    to {
      margin-left: 12%;

    }
  }


#formulaire{

margin-top: -650px;
width: 410px;

margin-left: 1190px;
/* background-color: blueviolet; */
font-family: 'Blogger Sans';

}
/* mise en forme du bloc englobant les champs */
fieldset{
    width:410px;
    height: auto;
    border: medium solid cornflowerblue;
    border-radius: 30px;
    margin-top: auto;
    margin-left: auto;

}

/* mise en forme de la légende */

.txt_legende{
    font-family: 'Blogger Sans';
    font-size: 16px;
    color:cornflowerblue;
    /* le padding permet de décoller le texte du bord  */
    padding-left: 10px;
    padding-right: 10px;
}

/* mise en forme de l'étiquette/libellé */
label{
    font-family: 'Blogger Sans';
    color:cornflowerblue;
    font-size: 14px;
    font-weight: bold;
}

/* mise en forme du champ de réponse */
input{
    font-family: 'Blogger Sans';
    background-color:cornflowerblue;
    font-size: 14px;
    border-style: none;
    border-radius: 10px;
    width: 280px; 
}

/*mise en forme avec une classe 
de la marge entre le libellé et le champ*/
.marge_nom{
    margin-right: 75px;

}


.marge_prenom{
    margin-right: 51px;
}

.marge_adresse{
    margin-right: 49px;
}


/* création d'une classe pour le bouton d'options */

.bt_input{
    width: 10px;
    height: 10px;
}

/* mise en forme de la zone de texte */
textarea{
    font-family: 'Blogger Sans';
    font-size: 12px;
    font-weight: bold;
    background-color:cornflowerblue;
    border-style: none;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #FFF;

}

/* mise en foreme du bouton d'envoi */
.bouton{
    font-family: 'Blogger Sans';
    font-weight: bold;
    width: 100px;
    height: 23px;
    border-style: solid;
    border-width: 2px;
    border-color:darkblue;
    border-radius: 10px;

}

.bouton-bt_envoyer-submit a{
color: #FFF;
text-decoration: none;
}

.bouton-bt_envoyer-submit a:hover{
    color: cornflowerblue;

    text-decoration: none;
    
}


#formulaire{
    animation-duration: 3s;
    animation-name: slidein;
  }
  
  @keyframes slidein {
    from {
      margin-bottom: 300%;
    
    }
  
    to {
      margin-bottom: 12%;

    }
  }










  footer{
    width: 750px;
    height: 55px;

    
    left :50%;
    margin-left: 140px;

    margin-top: -50px;

    font-family: 'Blogger Sans';
    
    /* background-color: aqua;  */


}

h3{
    margin-top: 7px;
    font-family: 'Blogger Sans';
    font-weight: lighter;
    font-size: 16px;
    text-align: center;
    
    color:#2E8ECE;
    text-transform: uppercase;
    line-height: 20px;/* style */
    margin-left: -120px;
    
} 
  