body{
    font-family: 'Lucida Grande', sans-serif;
    margin: 0;
    padding: 0;
    background: url("PHOTOS MONSITE/twins\ home\ fond.jpg") no-repeat top /100%;
    }
      
    /**MENU**/
#headerMenu{
    height: 90px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 5;
}

#headerMenu a{
    font-weight: bold;
    font-size: 15px;
    color: black;
    margin-right: 15px;
}

#headerMenu a:hover{
    color: #FE7763;
}


/**TITLE**/

.accueilTitre{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(700%);
}
.accueilTitre h1{
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    margin: 0;
}

.accueilTitre h2{
    font-weight: normal;
    font-size: 20px;
    margin: 0;
    padding: 0;

}

@media screen and (max-width:375px){
    #headerMenu img{
    display: none;
    }

    #headerMenu{
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 110px;
    }
    
    #headerMenu a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3px;
    font-weight: bold;
    font-size:15px ;
    }
    
    #headerMenu img{
        height: 30px;
    }
    

.accueilTitre{
transform: translateY(0%);
margin-top: 1px;
    }

.accueilTitre h1{
    font-size:18px ;
}

.accueilTitre h2{
    font-weight: normal;
    font-size:13px ;
}
}
