


/*Couleur de fond de page*/
body {
    margin: 0px;
    padding: 0px;
    background-color: #000;
   }

/*TItre*/
h1 {
    text-align: center;
    font-size:  35px;
    text-shadow: 3px 3px 6px #FFF;
    border: 2px solid #000;
    border-radius: 20px;
    box-shadow: 2px 6px 7px #707070;
    height: auto;
    padding: 10px;
    /*line-height: 100px;*/
    background-color: #848484;
    }
footer{
    /*border:1px solid #FFF;*/
    text-align: right;
    color: #FFF;
    margin-right: 10px;
}
.mail{
    display: flex;
    justify-content: center;
    color: #FFF;
    text-align: center;
    line-height: 50px;
  
}

#mail_jpg{
    display: flex;
    /*transform-origin: 0px -5px;*/
    /*transform: scale(0.2);*/
    border-radius: 5px;
    border: 3px solid #B3B5B3;
    margin-bottom: 10px;
}

.photo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.photoAccueil{
    border: 4px solid #B3B5B3;
}

.photoChoix{
    border: 2px solid #B3B5B3;
   width: 95%;
   padding: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    border-radius: 5px;
}