@font-face {
    font-family: 'Alte Bold';
    src: url('font/AlteHaasGroteskBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Alte Regular';
    src: url('font/AlteHaasGroteskRegular.ttf') format('truetype');
}

body{
    background-color: black;
}


.contentpageun{
    display: flex;
    background-color: beige;
    height: 33vw;
}


.zoneimage img{
    height: 100%;
    display: flex;
    width: 50vw;
}

.info{
    display: flex;
    background-color: black;
    width: 98vw;
}

.nom{
    width: 30vw;
    height: 7vw;
    padding: 0;
    background-color: black;
    color: #f5f5dc;
    font-family: 'Alte Bold';
    font-size: 3.5vw;
    margin-top: 3vw;
    margin-left: 4vw;
}

.numero{
    background-color: black;
    width: 25vw;
    color: #f5f5dc;
    font-family: 'Alte Bold';
    font-size: 3.5vw;   
    margin-top: 3vw;

}

* a{
    text-decoration: none;
    color: white;
}

.mail{
    width: 45vw;
    background-color: black;
    color: #f5f5dc;
    font-family: 'Alte Bold';
    font-size: 3.5vw;
    margin-top: -3vw;
    margin-right: 0vw;

}



.moi{
    padding-top: 20vw;
    height: 15vw;
    font-family: 'Arial Regular';
    color: beige;
    font-size: 5vw;
    margin-left: 2vw;

}


.zonebouton h1{
    background-color: #f5f5dc;
    padding-top: 2vw;
    margin-bottom: 0;
    font-family: 'Alte Bold';
    color: black;
    font-size: 4vw;
    height: 7vw;
    text-align: center;
    text-decoration: none;
}

.lien{
    height: 9vw;
    background-color: beige;
    justify-content: center;
}

.lien:hover{
    background-color: black;
    -webkit-transition: color 2.5s;
    transition: color 2.5s;
}

.lien h5{
    background-color: beige;
    margin-top: 0;
    padding-top: 2vw;
    margin-bottom: 0;
    font-family: 'Alte Bold';
    color: black;
    font-size: 4vw;
    height: 7vw;
    text-align: center;
    text-decoration-line: none;
    -webkit-transition: color 2.5s;
    transition: 1s ease-out;
}

h5:hover{
    text-align: center;
    color: beige;
    background-color: black;
    -webkit-transition: color 2s;
    transition:  1s ease-in;
}

@media (max-width:900px){

    
    
    .info{
        display: block;
        background-color: black;
        width: 100vw;
        height: 12vh;
    }
    
    .name{
        width: 33vw;
        margin-left: 33vw;
        color: beige;
        text-align: center;
        font-family: 'Alte Bold';
        font-size: medium;
        text-decoration: none;
        margin-top: 6vw;

    }
    
    .numero{
        width: 33vw;
        margin-left: 33vw;
        color: beige;
        text-align: center;
        font-size: medium;
        font-family: 'Alte Bold';
        margin-top: 6vw;
    } 

    .mail{
        width: 33vw;
        margin-left: 29vw;
        color: beige;
        text-align: center;
        font-family: 'Alte Bold';
        margin-right: 2vw;
        margin-top: 6vw;

    } 

    .moi{
        height: 15vw;
        font-family: 'Alte Regular';
        color: beige;
        font-size: 6vw;
        margin-left: 2vw;
        margin-top: 6vw;
        margin-bottom: 10vw;

    
    }

    .zonebouton h1{
        margin-top: 10vw;
        background-color: black;
        font-family: Alte Bold;
        color: beige;
        text-align: center;
        text-decoration: none;
        height: 12vh;
        font-size: x-large;
    }
}
