.box {
    margin: 50px;
    display: flex;
    background: black;
    padding: 30px;
    border-radius: 20px;
}

.box:hover{
    transition: 0.7s;
    transform: scale(1.01);
}

.lesgoats {
    width: 40em;
    margin-left: -30px;
    margin-top: -80px;
    margin-bottom: -34px;
}

.gauche{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

h1.title-box{
    font-size: 60px;
    text-transform: uppercase;
}

a.button{

    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin: 50px;
    border-radius: 80px;
    color: white;
    padding: 20px;
    background: #FF2672;

}

a.button:hover{
    background: #464040;
    transition: 0.3s;
}

.klopp {
    width: 20em;
    margin-left: -30px;
    margin-top: -80px;
    margin-bottom: -34px;
}


@media screen and (max-width: 768px) {
    a.nav {
        font-size: 0 !important;
        margin-left: 0px !important;
    }

    .lesgoats {
        width: 145%;
        margin-left: -40px;
        margin-top: -80px;
        margin-bottom: -34px;
    }

    .klopp {
        width: 120%;
        margin-left: 7%;
        margin-top: -80px;
        margin-bottom: -34px;
    }
    
    .box {
        margin: 30px;
        display: flex;
        background: black;
        padding: 30px;
        border-radius: 20px;
        flex-direction: column;
    }

    a.button {
        margin: 45px 0;
    }

    h1.title-box {
        text-align: center;
        font-size: 40px;
    }

    .box p {
        text-align: center;
    }

    div.box.gestionTeamHome{
        display: none!important;
    }

}