/* **********************************************************

                    Site Internet TOM 2022
           Feuille de styles spécifique page d'accueil

*************************************************************
Arnaud Wilhelm
Novembre 2021
*/

/*------------------------------------------------
Main
--------------------------------------------------*/

main{
    display: flex;             /* Centrage des éléments */
    flex-direction: column;
    align-items: center;
    
    background: inherit;        /* Pas de couleur de fond sur l'acceuil */
    
    padding: inherit;                  /* Les marges */
}                

#Informations{
    /*margin-bottom: 50px;             Positionnement */
    margin-bottom: 20px;   
    margin-top: 50px; 
    /* Positionnement ac sous titre */
    text-align: center;
    
    font-size: 70px;                /* Police */
    font-family: kagedemoblack;
    font-weight: 500;
}                /* La phrase d'information */

#Informations1{
    /*margin-bottom: 50px;             Positionnement */
    margin-bottom: 0px;   
    margin-top: 0px; 
    /* Positionnement ac sous titre */
    text-align: center;
    
}                /* La phrase d'information */

#Informations a{
    color: #53bec8;
}


#flyer {
    width: 500px;
    height: 500px;
    background: url("../images/LogoTom2026.png");
    background-repeat: no-repeat;
}                       /* Le flyer est definit comme image de fond*/

/* Pour smartphones ********************************************************** */
@media handheld , (max-width: 905px), (max-device-width: 905px){
    #flyer {
        width: 468px;
        height: 702px;
        background: url("../images/LogoTom2026.png") center no-repeat;
    }   
}
