html, body{
    height: 100%;
    margin: 0;
}
.background{
    background-image: url('image/angers.jpg');
    background-size: cover;
    background-position: right;
    height: 100vh;
}
@media (min-width: 768px) {
    .background{
        background-position: right;
    }
}
.ligne{
    background-color: #ffffff;
    border: solid 0.7px #ffffff;
    margin-right: 57%;
    width: 43%;
    height: 0.7px;
}
.divligne{
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.present{
    height: 20%;
    width: 100%;
}
.propos{
    display: flex;
    align-items: center;
    margin-left: 17%;
    line-height: 0%;
    height: 8rem;
    margin-top: 8%;
}
.ha{
    font-size: 10rem;
    color: white;
    font-family: 'Agrandir Grand', sans-serif;
}
.hp{
    font-size: 5.5rem;
    color: white;
    font-family: 'Agrandir Grand', sans-serif;
    margin-bottom: 2rem;
}
.hm{
    font-size: 5.5rem;
    color: white;
    font-family: 'Agrandir Grand', sans-serif;
    margin-left: 7%;
    line-height: 0%;
    height: 3rem;
}
.hpar{
    font-size: 5.5rem;
    color: white;
    font-family: 'Agrandir Grand', sans-serif;
    margin-left: 27%;
    line-height: 0%;
}
.ligne2{
    background-color: #ffffff;
    border: solid 0.7px #ffffff;
    margin-left: 57%;
    width: 43%;
    height: 0.7px;
}
.description{
    width: 100%;
    height: 24%;
}
.moi{
    font-size: 3.9rem;
    color: white;
    font-family: 'Agrandir Grand', sans-serif;
    margin-left: 30%;
    line-height: 0%;
    margin-top: 12%;
}
.texte{
    width: 55%;
    height: 90%;
    margin-left: 36%;
    border-bottom: #ffffff solid 1px;
}
.paragraphe{
    font-size: 2rem;
    color: white;
    font-family: 'Poppins', sans-serif;
}
.footer{
    width: 100%;
    height: 15rem;
    background-color: #131921;
}
.contact{
    color: white;
    font-size: 5rem;
    margin-left: 12%;
    font-family: 'Anton', sans-serif;
    margin-top: -1.1%;
    height: 4rem;
}
.img{
    width: 4.7rem;
    height: 4.7rem;
    margin-left: 22%;
    margin-top: -4%;
}
.imgi{
    width: 4.1rem;
    height: 4.1rem;
    margin-left: 22%;
}
.href{
    text-decoration: none;
    color: white;
    font-size: 2rem;
    margin-top: -4%;
}
.hrefi{
    text-decoration: none;
    color: white;
    font-size: 2rem;
}
.info{
    display: flex;
    align-items: center;
}
.divbouton{
    width: 100%;
    height: 15.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.style{
    color: white;
    font-size: 4rem;
    font-family: 'Shrikhand', sans-serif;
    margin-left: 7px;
}
.align{
    display: flex;
    align-items: center;
}
.imgfle{
    height: 4.3rem;
    margin-left: 1rem;
}
.but{
    text-decoration: none;
    width: 60%;
    height: 44%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 70px;
    background: linear-gradient(to right, #898749, #542d04);
}
.principal{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}
.espace{
    height: 15%;
}

@media (min-width: 1024px) {
    .contient{
        display: flex;
    }
    .present{
        width: 50%;
        height: 10%;
    }
    .description{
        width: 50%;
        height: 3rem;
    }
    .paragraphe{
        font-size: 1.5rem;
    }
    .texte{
        border: none;
    }
    .divbouton{
        height: 12%;
        width: 50%;
    }
    .but{
        height: 90%;
    }
    .ha{
        font-size: 7rem;
    }
    .hp{
        font-size: 3.5rem;
    }
    .hm{
        font-size: 3.5rem;
    }
    .hpar{
        font-size: 3.5rem;
    }
    .footer{
        margin-top: 5rem;
        height: 10rem;
    }
    .style{
        font-size: 2rem;
    }
    .imgfle{
        height: 2.3rem;
    }
    .contact{
        font-size: 2.7rem;
    }
    .img{
        height: 2.7rem;
        width: 2.7rem;
    }
    .imgi{
        height: 2.1rem;
        width: 2.1rem;
    }
    .href{
        font-size: 1.4rem;
    }
    .hrefi{
        font-size: 1.6rem;
    }
}