.haut{
    color: white;
    background: url('/image/tiomothy-swope-zwe--GYIZtc-unsplash.jpg');
    background-size: cover;
    height: 80vh;
    margin-top:4.5rem ;
}
.sam{
    background-color: green;
    width: fit-content;
    padding: 0.5cm;
    margin-bottom: 2cm;
    border-radius: 5px;
}
.plus>a,.sam>a{
    text-decoration: none;
    color: white;
}
h2{
    font-size: 45px;
}
a{
    text-decoration: none;
}
.plus{
    padding: 0.5cm;
    width: fit-content;
}
.pied{
    text-align: center;
    width: 30%;
    margin-left: 10px;
}
.pret{
    width: 25%;
    margin-left: 5px;
}
footer{
    background-color: rgba(175, 167, 128, 0.671);
    padding: 20px;

}
.logo{
    width: 2cm;
}
.image{
    width: 1.5cm;
}
.carte{
    background-color: rgb(158, 121, 121);
    height: 80vh;
}
.infos{
    height: 40vh;
    padding: 1cm;
}
.type{
    width: 95%;
}
.form{
    border: solid black 1px;
    border-radius: 5px;
    padding: 10px;
}
.solde{
    padding: 10px;
    background-color: rgba(22, 34, 175, 0.062);
}
.client{
    height: 30vh;
}
.clic,.nonclic{
    display: none;
}
@media screen and (max-width:700px) {
    .pied,.pret{
        margin: 2rem;
        margin-left: 1px;
        width: auto;
    }
    .image{
        margin: auto;
    }
    .plus{
        margin: auto;
    }
    .type{
        width: 95%;
    }
    .menu{
        display: none;
        background-color: black;
        width: 90%;
        z-index: 1000;
        margin-right: 30px;
    }
    .clic{
        display: block;
        width: 1cm;
        position: absolute;
        top: 0%;
        right: 0%;
        z-index: 1000;
    }
    .nonclic{
        display: none;
        width: 1cm;
        position: absolute;
        top: 0%;
        right: 0%;
        z-index: 1000;
    }
}