@font-face{
    font-family: "co_headline";
    src: url(../../fonts/co_headline.ttf);
}

.mon_body {
    font-family: co_headline;
    font-size: 15px;
    width: 100%;
    margin:0;
    height: 100% !important;
}
.le_main {
    z-index: 2;
    position: absolute;
    top: 274px;
    min-height: 794px;
    width: 70%;
    left: 15%;
}

.le_main img{
/*
    filter: drop-shadow(5px 5px 5px #454545);
*/
}
button {

}
@media screen and (max-width: 1080px) {
    .le_main {
        left: 0px;
        top: 25vw;
        position: absolute;
        width: 100%;
    }
    .mon_body {
        font-size: 3vw;
        line-height: 4.5vw;
    }
    h1{
        line-height: 7vw;
}
}
