header .tranfarent .menu-main .menu-top {
    display: none;
}
header .menu-main {
    display: none;
}
.button {
	display:none;
}

@media only screen and (max-width: 767px) {
    .history .history-content .content-small {
        margin-top: 75px;
        overflow: visible;
        max-height: 180px;
    }
    
    #bleute-mobile-menu {
        display: none;
    }
    
    .history.half .width-history {
        margin: 0;
        padding: 0;
        height: 450px;
        float: none;
    }
    
    .history.half {
        height: 580px;
    }

}

@media only screen and (max-width: 500px) {
    
    .history.half .history-title .title-element {
	font-size: 5em;
	letter-spacing: 6px;
    }

    .history.half .history-title {
        left: 0 !important;
    }
}