#image_header {
    position: relative;
}

#image_header>img {
    width: 100%;
}

#image_header #logo {
    width: 134px;
    align-self: flex-start;
    margin-bottom: 0;
}

#image_header .titre {
    line-height: normal;
    font-size: 40px;
    color: white;
    text-align: center;
    font-family: montserrat-black;max-width: 100%;
}

#image_header .sous_titre {
    font-size: 25px;
    line-height: 34px;
    color: white;
    text-align: center;
    font-family: barlow-light;
    padding-top: 15px;
}

@media(max-width:1200px) {
    #image_header .titre {
        padding-top: 100px;
    }
    .video_home{
        display: none;
    }
    #image_header .sous_titre {
        padding-bottom: 100px;
    }
    #info-topside {
        display: none;
    }
    #video_home,
    #logo {
        display: none;
    }
    #menu_burger {
        display: block;
    }
    #content-header {
        position: static;
        background-color: #6AE8CE;
    }
}