#headbandContact {
    background-color: var(--BLEU);
    color: white;
    font-family: "TuffyRegular";
    font-size: 4.5rem;
    text-align: center;
    padding: 5rem 0;
    margin: 3rem 0;
    letter-spacing: 1px;
}

.contact-card {
    position: relative;
    border-radius: 0;
    padding: 2rem;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    min-width: 42vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    align-items: center;
}


.contact-card h2 {
    color: var(--GRIS);
    font-size: 3rem;
    margin-bottom: 4rem;
    position: relative;
    z-index: 1;
    text-align: center;
    font-family: "RobotoBold",sans-serif;
}


.button-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 1rem;
    position: relative;
    z-index: 1;
    align-content: flex-end;
    align-items: center;
    width: 100%;
}

.button_bct {
    padding: 0.75rem 1.5rem !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none !important;
    border-radius: 0 !important;
}

#cont_btn {
    background-color: var(--BLEU);
    color: white;
}

#cont_btn2 {
    background-color: var(--SAUMON);
    color: white;
}

.button_bct:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.contact-card img {
    max-width: 200px;
    padding: 3rem;

}

@media (max-width: 768px) {
    #headbandContact {
        font-size: 5vw;
    }


    .button-container {
        flex-direction: column;
    }

    .button_bct {
        width: 100%;
        max-width: none !important;
        min-height: 8vw;
    }

    .contact-card h2 {
        font-size: 4vw;
    }

    .contact-card {
        padding: 4vw;
        min-width: 80vw;
        min-height: auto;
    }

    .button-container {
        justify-content: center;
        gap: 2vw;
        min-height: 13vh;
        align-content: center;
        
        align-items: center;
    }
   
    
    .page {
    height: 100%;
}
}
.content{
        justify-content: flex-start !important;
        padding-top: 10vh;
    }
    @media (max-aspect-ratio: 3/5) {
    .contact-card img {
        max-width: 100px;
    }
    .contact-card {
        justify-content: space-around;
    }

}