/* classe homepage */

.homepage {
    /* margin-top: 0.8cm;
    margin-bottom: 0.8cm;
    margin-left: 1.5cm;
    margin-right: 1.5cm; */
    background-image:url('../img/v03.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.homepage2 {
    /* margin-top: 0.8cm;
    margin-bottom: 0.8cm;
    margin-left: 1.5cm;
    margin-right: 1.5cm; */
    background-image:url('../img/background_homepage_v03.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

/* Media Query pour les smartphones */
@media only screen and (max-width: 600px) {
    .homepage {
        margin-top: 0.2cm;
        margin-bottom: 0.2cm;
        margin-left: 0.3cm;
        margin-right: 0.3cm;
        background-size: 100% auto
    }
}

.main-header {
    background-color: rgba(0, 0, 0, 0.15); /* Noir avec une opacité de 20% */
}

.main-footer {
    background-color: rgba(0, 0, 0, 0.15); /* Noir avec une opacité de 20% */
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.header-title {
    font-family: "Amaranth";
    font-size:64px;
}

.footer-title {
    font-family: "Amaranth";
    font-size:52px;
}

.txt-bckgr {
    background-color: rgba(248, 245, 245, 0.904); 
}

.main-menu{

}

.content {

}