/*........Géneral..........*/
.menu-container{height: 100%;}

/*.......Haut de page......*/
header
{
    background-color: Rgb(145,0,0);
}
main h1
{
    text-align: center;
    font-family: 'Pacifico', cursive;
    margin-top: 50px;
}
/*.........Milieu..........*/
.box1
{
    width: 100%;
    justify-content: center;
}
.bordure
{
    border: 1px solid black;
    background-color: rgb(255, 255, 255);
}
.bordure1
{
    border: 1px solid black;
    background-color: rgb(145, 0, 0);
}
.display-flex-center
{
    display: flex; 
    margin: 0 auto; 
    align-items: center; 
    justify-content: center;
    z-index: 1;
    position: relative;
}
.container1
{
    position: absolute;
    z-index: 2;
    color: rgb(100, 0, 0);
    background-color: rgba(255, 255, 255, 0.603);
    padding: 20px;
    border-radius: 20px;
    border: 1px solid black;
    font-size: 20px;
    font-weight: bold;
    flex-direction: row;

}

.t-img
{
    width: 212%;
}
@media screen and (max-width: 617px)
{
    .t-img{
        width: 107%;
    }  
}
@media screen and (max-width: 721px)
{
    .t-img{
        width: 108%;
    }  
}
footer{
    background-color: rgb(145, 0, 0);
    height: 10vh;
    text-align: center;
    color: white;
    margin-top: 50px;
}
.titre_menu
{
    text-align: center;
    font-size: 30px;
}
.t_img
{
    display: flex;
    justify-content: center;
    align-items: center;
}


