*, ::before, ::after {
    box-sizing:  border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: sans-serif;
    background: linear-gradient(#1CAE66,#44FAE4);
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
    margin: 0;
}

/* Partie photo */

.haut{
    background-image: url(/assets/images/fondCard.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 15px;
}

.photos{
    width: 100%;
    margin: 27px 0;
    display: flex;
    justify-content: space-evenly;
}

.photoProfil{
    width: 14.5vh;
    border-radius: 50%;
}

.qrCode{
    width: 14.5vh;
}

.haut h2{
    color: white;
    font-size: 20px;
    font-weight: 100;
}

/* presentation */

.presentation{
    width: 100%;
    height: 10vh;
    background-color: white;
    display: flex;
    align-items: center;
}

.presentation p{
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    padding: 10px;
}

/* Contact */

.contact{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.ligneContact{
    margin-top: 35px;
    display: flex;
    justify-content: space-evenly;
}

.carreBlanc{
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carreBlanc a{
    display: flex;
    justify-content: center;
}

.carreBlanc img{
    width: 35px;
}


h4{
    font-weight: 500;
    color: white;
    text-align: center;
    margin-top: 35px;
    margin-bottom: -10px;
}
